RC는 다른게임으로 치면 대충 게임 밸런스에는 전혀 영향을 주지 않으면서


편의성만을 크게 올려주는 게임 내에서 지원하는 모드(?) 같은거라고 이해하면 뭐 크게 틀리지는 않을 것 같음



대부분의 돌죽 고인물들은 엄청나게 긴 RC를 사용해서 중요하지 않은 곳에서 쓸데없는 정신력 소모 없이 쾌적하게 오탭하다가


위험할 때에만 집중할 수 있도록해서 승률을 올리는데 큰 도움을 받는다.



개인적으로는 rc라는게 꼭 고인물들이 쓰는 그대로를 복사 붙여넣기 하는거보다는


자기 플레이스타일에 잘 맞는 것들 위주로 하나하나 추가해나가는게 더 좋다고 생각하는 편이라서


어떻게 rc를 설정하는지 그 방법이랑 호불호 없이 반드시 쓰는게 좋다고 생각하는 것들만 몇개 올려봄



이거부터 써보고 다른걸 더 추가하고 싶다면 


갤에 rc로 제목검색하면 많은 사람들이 자기가 쓰는 rc에 주석으로 설명을 달아서 올려놨으니 그것들을 참고하는게 좋을듯




먼저 rc 설정하는 방법부터 말해봄



웹죽 트렁크 버전은 아래짤에 표시한 (edit rc)에서 수정할 수 있고


viewimage.php?id=3fb1d92de0&no=24b0d769e1d32ca73dec8ffa11d02831046ced35d9c2bd23e7054f3c2e8f67a90018f9cd1af24dbfc6257ecbe9459bd097480626b6a94122403ac0e9c32f836c



다운죽은 아래짤의 settings 폴더의 init.txt 에서 수정할 수 있음


viewimage.php?id=3fb1d92de0&no=24b0d769e1d32ca73dec8ffa11d02831046ced35d9c2bd23e7054f3c2e8f67a90018f9cd1af24dbfab4875c6ee4298d764e9a1f730c8c402c144e8988da4f013f8


viewimage.php?id=3fb1d92de0&no=24b0d769e1d32ca73dec8ffa11d02831046ced35d9c2bd23e7054f3c2e8f67a90018f9cd1af24dbfab4875c6ee4298d764e9a1f730cbc554c810efcb80a4f013ba





viewimage.php?id=3fb1d92de0&no=24b0d769e1d32ca73dec8ffa11d02831046ced35d9c2bd23e7054f3c2e8f67a90018f9cd1af24dbfab4875c6ee4298d764e9a1f730cc96539d17be9bd9a4f0137d


처음 눌러보면 뭔가 이렇게 길게 적혀있을건데 그냥 필요없는거니깐 전부 지워주고


이제 여기에 자기가 원하는 rc 내용을 입력하면됨




다음은 호불호 없이 반드시 사용하는게 좋다고 생각하는 rc들임


줄 맨 앞에 # 표시가 있는거는 게임에 적용되지 않고 그냥 설명하기위해 주석을 달아놓은거니깐 지워도 무방함


-------------------------------------------------------



#메세지가 너무 많이 떴을 때 강제로 more 띄우지 않게 함

#이렇게 설정하고 지나간 메세지를 보고싶다면 컨트롤 p로 확인하는게 무조건 훨씬 좋음

show_more = false



#게임 시작부터 경험치 분배를 매뉴얼로 설정

#이 게임은 경험치 분배를 오토로 할 이유가 전혀 없음. 까먹고 오토로 올려서 망캐가 되지 않도록 해줌

default_manual_training = true



#게임 시작 시 자동으로 스킬창(m) 켜줌

#까먹고 기본 설정대로 올려서 망캐가 되지 않도록 해줌

{


local need_skills_opened = true


function ready()


  if you.turns() == 0 and need_skills_opened then


    need_skills_opened = false


    crawl.sendkeys("m")


  end


end


}



#유니크 몬스터가 출현했을 때 more를 강제로 띄워줌
#탭질 신나게하다가 유니크 몹이 등장했을 때 게임을 멈춰서 제대로 집중해서 전투할 수 있게 해줌
#패치로 유니크몹이 추가되면 맞춰서 수정해줘야함
force_more_message += .*(Agnes|Aizul|Antaeus|Arachne|Asmodeus|Azrael|Bai suzhen|Blork the orc|Boris|Cerebov|Crazy Yiuf|Dispater|Dissolution|Donald|Dowan|Duvessa|Edmund|the Enchantress|Ereshkigal|Erica|Erolcha|Eustachio|Fannar|Frances|Frederick|Gastronok|Geryon|Gloorx Vloq|Grinder|Grum|Harold|Ignacio|Ijyb|Ilsuiw|Jessica|Jorgrun|Jory|Joseph|Josephine|Khufu|Kirke|the Lernaean hydra|Lom Lobon|Louise|Maggie|Mara|Margery|Maurice|Menkaure|Mennas|Mnoleg|Murray|Nergalle|Natasha|Nessos|Nikola|Pan|Pikel|Polyphemus|Prince Ribbit|Psyche|Purgy|Robin|Roxanne|the royal jelly|Rupert|Saint Roka|the Serpent of Hell|Sigmund|Snorg|Sojobo|Sonja|Terence|Tiamat|Urug|Vashnia|Xtahua).*comes? into view


#위험한 몬스터 출현 시 more를 강제로 띄워줌

#패치로 위험한 몬스터가 추가되면 맞춰서 수정해줘야함

force_more_message += ((giant|floating|shining) eye|eye of draining).*into view

force_more_message += (moth of wrath|ghost moth|torpor snail).*into view

force_more_message += (guardian serpent|draconian shifter|convoker).*into view

force_more_message += (flayed ghost|royal mummy|mummy priest|fiend|tzitzimitl).*into view

force_more_message += (tormentor|curse toe|curse skull).*into view

force_more_message += (hellion|hell sentinel|deep elf sorcerer).*into view

force_more_message += (deep elf high priest|zealout|scorcher).*into view

force_more_message += (ancient lich|orb of fire|executioner|juggernaut|shrike).*into view

force_more_message += (wretched star|lurking horror).*into view

force_more_message += (neqoxec|cacodemon|doom hound).*into view

force_more_message += 27-headed.* comes? into view

force_more_message += .*orbs? of fire.* comes? into view

force_more_message += .*pandemonium* comes? into view



#왜곡무기 장비한 몬스터, 춤추는 왜곡무기 출현 시 more를 띄워주고 화면이 번쩍이는 효과를 줌

#왜곡무기는 피격 시 어비스로 추방될 수 있기 때문에 가장 주의해야되는 공격 중 하나임

#more는 항상 제대로 뜨는데, 화면이 번쩍이는 효과는 아주 가끔 씹힐 때가 있음

force_more_message += It is wielding.*of distortion

force_more_message += She is wielding.*of distortion

force_more_message += He is wielding.*of distortion

force_more_message += wielding.* distortion.* comes? into view

flash_screen_message += It is wielding.*of distortion

flash_screen_message += She is wielding.*of distortion

flash_screen_message += He is wielding.*of distortion

flash_screen_message += wielding.* distortion.* comes? into view

flash_screen_message += distortion.* comes? into view



------------------------------------------------------



앞서 언급한거처럼 위의 RC는 호불호가 없을 만한 정말 기본적인 것들만 올려놓은거니깐


써보고 괜찮다 싶으면 갤에 검색해서 점차 늘려가는걸 추천함