##### Crawl Init file ############################################### # For descriptions of all options, as well as some more in-depth information # on setting them, consult the file # options_guide.txt # in your /docs directory. If you can't find it, the file is also available # online at: # https://github.com/crawl/crawl/blob/master/crawl-ref/docs/options_guide.txt # # Crawl uses the first file of the following list as its option file: # * init.txt in the -rcdir directory (if specified) # * .crawlrc in the -rcdir directory (if specified) # * init.txt (in the Crawl directory) # * ~/.crawl/init.txt (Unix only) # * ~/.crawlrc (Unix only) # * ~/init.txt (Unix only) # * settings/init.txt (in the Crawl directory) ##### Some basic explanation of option syntax ####################### # Lines beginning with '#' are comments. The basic syntax is: # # field = value or field.subfield = value # # Only one specification is allowed per line. # # The terms are typically case-insensitive except in the fairly obvious # cases (the character's name and specifying files or directories when # on a system that has case-sensitive filenames). # # White space is stripped from the beginning and end of the line, as # well as immediately before and after the '='. If the option allows # multiple comma/semicolon-separated terms (such as # autopickup_exceptions), all whitespace around the separator is also # trimmed. All other whitespace is left intact. # # There are three broad types of Crawl options: true/false values (booleans), # arbitrary values, and lists of values. The first two types use only the # simple =, with later options - which includes your options that are different # from the defaults - overriding earlier ones. List options allow using +=, ^=, # -=, and = to append, prepend, remove, and reset, respectively. Usually you will # want to use += to add to a list option. Lastly, there is := which you can use # to create an alias, like so: # ae := autopickup_exceptions # From there on, 'ae' will be treated as if it you typed autopickup_exceptions, # so you can save time typing it. # ##### Other files ################################################### # You can include other files from your options file using the 'include' # option. Crawl will treat it as if you copied the whole text of that file # into your options file in that spot. You can uncomment some of the following # lines by removing the beginning '#' to include some of the other files in # this folder. # Some useful, more advanced options, implemented in LUA. # include = advanced_optioneering.txt # Alternative vi bindings for Dvorak users. # include = dvorak_command_keys.txt # Alternative vi bindings for Colemak users. # include = colemak_command_keys.txt # Alternative vi bindings for Neo users. # include = neo_command_keys.txt # Override the vi movement keys with a non-command. # include = no_vi_command_keys.txt # Turn the shift-vi keys into safe move, instead of run. # include = safe_move_shift.txt ##### Ancient versions ############################################## # If you're used to the interface of ancient versions of Crawl, you may # get back parts of it by uncommenting the following options: # include = 034_command_keys.txt # And to revert monster glyph and colouring changes: # include = 052_monster_glyphs.txt # include = 060_monster_glyphs.txt # include = 071_monster_glyphs.txt # include = 080_monster_glyphs.txt # include = 0.9_monster_glyphs.txt # include = 0.12_monster_glyphs.txt # include = 0.13_monster_glyphs.txt # include = 0.14_monster_glyphs.txt ####### 14.10.22 ##### Some basic explanation of option syntax ####################### # Lines beginning with '#' are comments. The basic syntax is: # # field = value or field.subfield = value # # Only one specification is allowed per line. # # The terms are typically case-insensitive except in the fairly obvious # cases (the character's name and specifying files or directories when # on a system that has case-sensitive filenames). # # White space is stripped from the beginning and end of the line, as # well as immediately before and after the '='. If the option allows # multiple comma/semicolon-separated terms (such as # autopickup_exceptions), all whitespace around the separator is also # trimmed. All other whitespace is left intact. # # There are three broad types of Crawl options: true/false values (booleans), # arbitrary values, and lists of values. The first two types use only the # simple =, with later options - which includes your options that are different # from the defaults - overriding earlier ones. List options allow using +=, ^=, # -=, and = to append, prepend, remove, and reset, respectively. Usually you will # want to use += to add to a list option. Lastly, there is := which you can use # to create an alias, like so: # ae := autopickup_exceptions # From there on, 'ae' will be treated as if it you typed autopickup_exceptions, # so you can save time typing it. # ##### Other files ################################################### # You can include other files from your options file using the 'include' # option. Crawl will treat it as if you copied the whole text of that file # into your options file in that spot. You can uncomment some of the following # lines by removing the beginning '#' to include some of the other files in # this folder. # Some useful, more advanced options, implemented in LUA. # include = advanced_optioneering.txt # Alternative vi bindings for Dvorak users. # include = dvorak_command_keys.txt # Alternative vi bindings for Colemak users. # include = colemak_command_keys.txt # Alternative vi bindings for Neo users. # include = neo_command_keys.txt # Override the vi movement keys with a non-command. # include = no_vi_command_keys.txt # Turn the shift-vi keys into safe move, instead of run. # include = safe_move_shift.txt ### # # MYHEADER, 07.02.24 # # copied from Tu 0.31 # ### ### 02.08.23: black cat (when untransformed) not good viewable # tile_player_tile = tile:felid_0 # tile_player_tile = mons:Natasha ### 09.07.21 default_manual_training = true ### Don't accidently press '5' or sth, 18.05.21 (ebering) macros += M 5 ===smartfive < function smartfive() if crawl.yesno("Really rest?", true, "N") then crawl.do_commands({"CMD_REST"}) end end > ### SOME COPIES FROM RC Tu, 20.11.19 note_chat_messages = false more := force_more_message user_note_prefix = // ### reduce messages, 14.05.20 / not sure if it works # note_items -= Bought .* # note_messages -= Bought .* # note_messages -= Found .* gate ### EVENTS more += increases to more += enough gold more += skin stops crawling ### 19.01.21 more += vane has ### 13.02.21 more += corrodes you ### 13.06.21 / 22.07.21 # more += tin of tremorstrones has more += has regained ### Transmuter / Shapeshifter (07.08.23) / shadow form (14.08.23) # more += silver # more += Your transformation is almost more += warm up again more += Your transformation has ended more += feel less wooden more += feel less shadowy ### 28.07.21 # more += disappear more += finished your manual more += feel you are being watched more += flicker back more += no longer corroded more += feel yourself speed up more += feel yourself slow down more += Your unstable footing causes you to fumble your attack more += like a meek peon more += hands slow down ### 24.08.32 more += claws slow down more += willpower return # more += icy armour starts to meld # more += icy armour evaporates # more += like a meek peon # more += magical contamination ### 29.01.21 more += recover from your berserk # tornado ends # more += The winds around you start to calm down. ### 26.04.17 / 12.05.20 / evolution more += feel a genetic drift ### 17.04.20 darkness spell expires more += ambient light returns ### 20.04.20 more += carry that many more += pack is full more += abyssal rune more += Found a gateway leading deeper ### blade hands - hard to see with Fe (090420) // statue form more += revert to ### MORE EVENTS, 23.12.19 more += sentinel's mark more += Your surroundings suddenly ### 04.03.20, after acid-shot more += is carrying ### 24.05.20 / 14.08.21 ('careful': also Fedhas) more += unravelling more += Careful travel_delay = 220 # travel_delay = -1 ### HITPOINT WARNING / -MORE- / tomb off hp_warning = 50 more += HITPOINT small_more = true show_more = false ### ASHENZARI more += now scry more += more cursed you are more += will now reveal more += will now keep your mind ### OKA, 08.04.20, 19.08.21 / generic 13.09.23 more += can now # more += can now gain great # more += speed up # 12.04.20 more += sends forces more += mollified ### KIKU 6* more += will grant you ### MAKH, 25.04.20 / 05.05.20 more += You can now gain health from killing. more += You can now harness Makhleb's destructive might. more += You can now summon a lesser servant of Makhleb. more += You can now hurl Makhleb's greater destruction. more += You can now summon a greater servant of Makhleb. ### SIF, 28.04.20 // Ely 5* too, 09.08.23 # more += can now call upon more += will now gift you books ### CHEI, 30.04.20 more += raises the support ### VEH, 01.05.20 #3, #4 more += can now gain magical power more += is now aiding your destructive spells more += is now extending the range of your destructive spells ### TSO, 03.08.21 # more += bless your ### Jiyva, 30.01.22 more += Jiyva alters your body ### 6* more += will now unseal ### 26.08.21 more += shield fades ### WEAPONS more += of distortion # more += of flaming # more += of freezing # more += of speed # more += of holy wrath # more += of venom # more += are poisoned # more += of draining # more += feel drained # more += of electrocution # more += are electrocuted ### DANGEROUS ### 10.05.23 (new 0.30) more += sleepcap .* into view more += skyshark .* into view # more += ogre .* into view # more += orc priest .* into view # more += orc wizard .* into view # more += scorpion .* into view # more += wight .* into view # more += centaur .* into view ### 15.09.23 # more += gnoll .* into view ### 06.02.22 more += centaur warrior .* into view more += Found .* mines ### 11.01.24 more += Found .* Lair ### early wand 19.01.22 # more += acid more += dream sheep .* into view more += killer bee .* into view more += mamba .* into view # more += hydra .* into view more += basilisk .* into view more += catoblepas .* into view more += death yak .* into view more += leech .* into view more += mangrove .* into view ### 0.26, 18.06.21 more += witch .* into view ### 0.28, 04.02.22 more += pharaoh ant .* into view more += broodmother .* into view more += redback .* into view more += hornet .* into view more += entropy weaver .* into view more += spark wasp .* into view more += naga mage .* into view more += anaconda .* into view more += nagaraja .* into view more += guardian serpent .* into view ### 06.02.22 more += shock serpent .* into view ### 11.01.24 more += salamander tyrant .* into view more += shining eye .* into view more += ogre mage .* into view more += spriggan .* into view more += boggart .* into view more += lich .* into view more += dragon .* into view more += shrike .* into view ### 24.08.21 more += vampire .* into view ### 10.04.20 more += meliai .* into view more += shifter .* into view more += orb of fire .* into view ### 14.04.20 # more += neqoxec .* into view # more += cacodemon .* into view ### 08.08.21 (MR for slime) more += great orb of eyes .* into view ### 17.04.20 more += death cob .* into view ### 20.04.20 more += tzitzimitl .* into view more += doom hound .* into view more += quicksilver dragon .* into view ### 28.08.21, quicksilver bolt dispels more += purple draconian .* into view ### 04.05.20 more += vault sentinel .* into view ### 12.05.20 more += curse skull .* into view more += curse toe .* into view ### 13.05.20 sap magic more += warmonger .* into view ### 20.05.20 Ci more += tormentor .* into view ### 29.01.21 more += beetle .* into view ### 17.06.21 more += scarab .* into view ### 25.07.21 more += iron giant .* into view ### 28.07.21 more += flayed ghost .* into view ### 02.08.21 (0.27) more += ironbound .* into view ### 03.02.22 (0.28) more += water nymph .* into view more += tome .* into view ### 04.02.22 (0.28) more += searing wretch .* into view more += creeping inferno .* into view more += stoker .* into view ### 14.10.22 (0.29) more += starflower .* into view ### 22.08.23 (0.31 trunk) stunning burst - chance for 1 turn para more += air elemental .* into view ### UNIQUES (from cerebovssquire) more += Agnes .* into view more += Aizul .* into view more += Antaeus .* into view more += Arachne .* into view more += Asmodeus .* into view more += Azrael .* into view more += Blork the orc .* into view more += Boris .* into view more += Cerebov .* into view more += Crazy Yiuf .* into view more += Dispater .* into view more += Dissolution .* into view more += Donald .* into view more += Dowan .* into view more += Duvessa .* into view more += Edmund .* into view more += Ereshkigal .* into view more += Erica .* into view more += Erolcha .* into view more += Eustachio .* into view more += Fannar .* into view more += Frances .* into view more += Frederick .* into view more += Gastronok .* into view more += Geryon .* into view more += Gloorx Vloq .* into view more += Grinder .* into view more += Grum .* into view more += Harold .* into view more += Ignacio .* into view more += Ijyb .* into view more += Ilsuiw .* into view more += Jessica .* into view more += Jorgrun .* into view more += Joseph .* into view more += Josephine .* into view more += Jozef .* into view more += Khufu .* into view more += Kirke .* into view more += Lamia .* into view more += Lom Lobon .* into view more += Louise .* into view more += Mara .* into view more += Margery .* into view more += Maud .* into view more += Maurice .* into view more += Menkaure .* into view more += Mennas .* into view more += Mnoleg .* into view more += Murray .* into view more += Nergalle .* into view more += Nessos .* into view more += Nikola .* into view more += Norris .* into view more += Pikel .* into view more += Polyphemus .* into view more += Prince Ribbit .* into view more += Psyche .* into view more += Purgy .* into view more += Roxanne .* into view more += Rupert .* into view more += Saint Roka .* into view more += Sigmund .* into view more += Snorg .* into view more += Sojobo .* into view more += Sonja .* into view more += Terence .* into view more += The Enchantress .* into view more += The Lernaean hydra .* into view more += The royal jelly .* into view more += The Serpent of Hell .* into view more += Tiamat .* into view more += Urug .* into view more += Xtahua .* into view ### 0.14 more += Asterion .* into view more += Natasha .* into view more += Vashnia .* into view ### 0.16 more += Robin .* into view ### 0.19 more += Bai Suzhen .* into view ### 0.25 more += Maggie .* into view ### 0.28 more += Mlioglotl .* into view ### 0.29 more += Amaemon .* into view more += Lodul .* into view more += Zenata .* into view more += Parghit .* into view more += Josephina .* into view more += Grunn .* into view more += Vv .* into view ### 0.31 trunk 09.08.23 more += Jeremiah .* into view ### END UNIQUES ####### SLOTS, 28.04.20, partially from Yermak's rc ### AUTOINSCRIPTIONS ai := autoinscribe ### better don't autoinscribe staves, 07.05.20 # ai ^= magical staff:!a ai ^= scroll of silence:!r ai ^= scroll of revelation:!r # ai ^= scroll of vulnerability:!r # ai ^= scroll of immolation:!r ### lig asks for comfirm, 20.07.21 / all 'purple' items do, 24.08.21 # ai ^= potion of lignification ai ^= potion of berserk:!q ai ^= potion of cancellation:!q ai ^= potion of ambrosia:!q ### ABILITY SLOTS as := ability_slot as ^= End Transfo: e as ^= Evoke Invis: i as ^= Evoke Fligh: l ### SPELL SLOTS ss := spell_slot ss ^= Apportation: a ss ^= Blink: b # ss ^= Mercury Vap: c # ss ^= Corona: c ss ^= Call Imp: c ss ^= dispersal: d # ss ^= Animate Dea: d # ss ^= Tukima's Da: d # ss ^= Static Disc: d ss ^= Lesser Beck: e ss ^= Summon Fore: f #ss ^= foxfire: f #ss ^= fireball: f ss ^= Passage of: g # ss ^= Ensorcelled: h ss ^= Hailstorm: h # ss ^= Irradiate: i # ss ^= Invisibilit: i ss ^= Ignite Pois: i # ss ^= Iron Shot : i # ss ^= Poisonous V: j #ss ^= Agony : j #ss ^= Conjure Fla: j ss ^= Animate Ske: k ss ^= Lee's Rapid: l # ss ^= Lightning B: l ss ^= Manifold As: m # ss ^= Metabolic E: m # ss ^= Iskenderun': n ss ^= Necrotise: n # ss ^= Orb of Dest: o ss ^= Portal Proj: o ss ^= Passwall: p # ss ^= Petrify: q # ss ^= slow: q ss ^= Mephitic Cl: q # ss ^= Leda's Liqu: q # ss ^= Olgreb's To: r ss ^= Frozen Ramp: r ss ^= Scorch: s # ss ^= Sandblast: s # ss ^= Summon Ligh: s ss ^= Stone Arrow: t # ss ^= Teleport Ot: t # ss ^= Confusing T: t # ss ^= Airstrike: t ss ^= Leda's Unma: u #ss ^= Dispel Unde: u #ss ^= Sublimation: u # ss ^= Vampiric Dr: v ss ^= Vhi's ele: v ss ^= Wereblood: w # ss ^= Swiftness: w ss ^= Searing Ray: x ### early spells (usually soon to be replaced), / 08.07.21 # ss ^= Sandblast: z # ss ^= Pain: z ss ^= Magic Dart: y # ss ^= Freeze: z # ss ^= Shock: z ss ^= Sting: z ### Ozo Refrig: 26.01.22 ss ^= Shroud of G: G ss ^= Ozocubu's A: O ss ^= Ozocubu's R: R ### Highlevel spells ss ^= Freezing Cl: F ss ^= Conjure Bal: C # ss ^= Chain Light: H # ss ^= Tornado: T ss ^= Starburst: B # ss ^= Ignition: G # ss ^= Fire Storm: M # ss ^= Absolute Z: Z # ss ^= Polar Vorte: P ### 03.02.21 ss ^= Shatter: A ss ^= Borgnjor's: V ### Ignore prompt on self-target (zap), 05.05.20, 04.01.21 # { # function c_answer_prompt(prompt) # if prompt == "That beam is likely to hit you. Continue anyway?" then # return true # end # end # } ### similar: ignore prompt in ice cave e.g., 13.02.21, 26.07.21 { function c_answer_prompt(prompt) if prompt == "Really fly into that cloud of blessed fire?" then return true end end } { function c_answer_prompt(prompt) if prompt == "Really walk into that cloud of blessed fire?" then return true end end } ### 12.05.20, auto-screenshots for notes off # dump_order = header,hiscore,stats,misc,inventory, # dump_order += skills,spells,overview,mutations,messages,screenshot, # dump_order += monlist,kills,notes,screenshots,skill_gains,action_counts dump_order -= kills, screenshots # dump_order -= screenshots ### timed portal (Frostbite as well) more += hear the ### 05.01.21 # more += Archmagi ### 22.01.24 Xom more += BORED ### 09.02.21 Xom wrath # more += Xom # more += divine ### 22.06.21 Lugonu wrath # more += Lugonu ### 02.08.21, wrath # more += Trog # more += Okawaru ### 09.02.21 / 08.08.21 # more += found a gateway # more += found a one-way gate ### 24.05.20 / torment / off for tomb more += body is wracked with pain ### MyMacros for CASTER, 15.09.23 // OpAl 11.01.24 // DsHW 18.01.24 # F1 apportation / divine ^ # F2 wereblood zw # F3 passwall zp # F4 (BVC zV/meph zq) zv vhi / zx searing ray # macros += M \{-265} ^ # macros += M \{-266} zw # macros += M \{-267} zp # macros += M \{-268} zx # F5 fireball (aim) / Iskenderun zn / zm mercury vapours # [F6] # F7 mephitic (aim) / zvf vamp draining # F8 stone arrow / mag dart zyf / call imp zc / (necrotise znf) ignite zi # macros += M \{-269} zm # [macros += M \{-270}] # macros += M \{-271} zvf # macros += M \{-272} zi # F9 zaf / zyf - magic dart // zzf sting // zs scorch # F10 zxf - searing ray // zc mercury vapours (new in 0.31) // zB starburst # macros += M \{-273} zs # macros += M \{-274} zB ### MyMacros for FIGHTER // DD, 08.07.2021 // MeTm, 14.10.22 // FeSh 03.08.23 ### OpSh // OpDe // TrDe 02.01.24, TrEE 03.01.24, DsWr 16.01.24, DsCA 18.01.24 ### DgGl 0.31 tourney # F1 apportation za / divine # F2 irradiate zi / dispersal zd / call imp # F3 passwall zp # F4 BVC zV / meph zq / zv vhi # macros += M \{-265} za # macros += M \{-266} zc macros += M \{-267} zp macros += M \{-268} zv # F5 PoG zg # [F6] # F7 BVC zV (27.09.23) / LRD / frozen ramparts zr (15.02.24) # F8 lesser beckoning ze (03.08.23) / scorch zs (18.01.24) / ozo armour (15.02.24) # macros += M \{-269} zg # [macros += M \{-270}] macros += M \{-271} zr macros += M \{-272} zO # F9 throw f. / af breath fire / zm - manifold; sandblast # F10 al - blinkbolt / af - breath fire / f. throw / macros += M \{-273} f. macros += M \{-274} zm # [F11] [macros += M \{-275}] # [F12] [macros += M \{-276}] # using Ozo refrig # use_animations -= player ### 10.08.21, Zong.: door opens more += vibrate ### 11.08.21 CK more += distortional more += Xom smiles on you ### 12.08.21 TLA (e.g.) more += attunes ### 21.08.21 more += demonic rune more += terrible wounds # more += shield more += vision of a gate ### invisible more += flickers and vanishes ### 07.08.23 vane / dragon form more += has recharged more += has regained more += breath back more += no longer feel as feeble more += you are confused ### 23.08.23 blinkbolt more += energetic enough to blinkbolt ### 18.01.24, Ds more += You feel monstrous more += talisman ### 11.01.24 # more += .* into view more += Mennas more += Asterion