From 87e59a3652423505eb5af1935592f423a0276040 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Wed, 29 Oct 2008 20:28:16 -0500 Subject: bunch of crawlrc changes --- crawlrc | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) (limited to 'crawlrc') diff --git a/crawlrc b/crawlrc index 985e04c..12dcf67 100644 --- a/crawlrc +++ b/crawlrc @@ -14,13 +14,15 @@ remember_name = true #good_random = true # }}} # Section 2: File System {{{ -#crawl_dir = +#crawl_dir = /home/doy/coding/src/stone_soup-trunk/crawl-ref/source #morgue_dir = morgue #save_dir = saves #macro_dir = settings/ #sound = : # }}} # Section 3: Lua Files {{{ +lua_file = lua/chnkdata.lua +lua_file = lua/safechnk.lua lua_file = lua/stash.lua lua_file = lua/wield.lua lua_file = lua/kills.lua @@ -33,6 +35,8 @@ lua_file = lua/trapwalk.lua # Section 4: Interface {{{ # Section 4-a: Picking up and Dropping {{{ #autopickup = $?!+"/% +autopickup_exceptions = qty,basename # }}} # Section 4-j: Messages and Display Enhancements {{{ @@ -166,28 +175,36 @@ show_gold_turns = true item_stack_summary_minimum = 1 #list_rotten = true #mlist_min_height = 5 -#msg_max_height = 10 +msg_max_height = 30 #mlist_allow_alternate_layout = false #mlist_targetting = false #classic_hud = false menu_colour_prefix_class = true +# XXX: this priority order needs tweaking - especially the stuff that's marked +# as lightgrey now +menu_colour = white:\s\+\s +menu_colour = white:\s\#\s menu_colour = magenta:artefact menu_colour = cyan:emergency_item menu_colour = cyan:potion.*berserk rage menu_colour = cyan:scroll.*fog menu_colour = yellow:gluggy white potion +menu_colour = lightgrey:potion.*(restore abilities|might) menu_colour = magenta:good_item +menu_colour = magenta:potion.*mutation +menu_colour = lightred:dangerous_item menu_colour = pickup:magenta:god gift -menu_colour = white:\w \+ -menu_colour = white:\w \# -menu_colour = white:equipped include = standard_colours.txt +$evil := brown include = food_colouring.txt include = menu_colours.txt +menu_colour = white:equipped message_colour = mute:You start (searching|resting) message_colour = mute:Done searching +message_colour = mute:Your legs become a tail as you enter include = messages.txt force_more_message = You are starting to lose your buoyancy +force_more_message = Space (bends|warps horribly) around force_more_message = danger: #msg_condense_repeats = true # }}} @@ -234,8 +251,8 @@ dump_order += turns_by_place,kills_by_place user_note_prefix = doy: note_items = rune of,acquirement,Orb note_monsters = ^[A-Z],orb of fire,lich -ood_interesting = 5 -rare_interesting = 5 +ood_interesting = 6 +rare_interesting = 9 note_hp_percent = 5 note_skill_levels = 1,8,15,21,27 #note_all_skill_levels = false @@ -262,11 +279,13 @@ wiz_mode = yes #cset_any = #feature = mon_glyph = _ : p -mon_glyph = shadow : lightgrey mon_glyph = oklob plant : lightmagenta mon_glyph = Xtahua : lightmagenta mon_glyph = acid blob : lightmagenta mon_glyph = giant eyeball : cyan +mon_glyph = greater mummy : lightmagenta +mon_glyph = ancient lich : lightmagenta +mon_glyph = curse skull : lightmagenta # }}} # Section 6-b: DOS and Windows {{{ #dos_use_background_intensity = false -- cgit v1.2.3-54-g00ecf