##### 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) #FORCE MORES force_more_message += Training target.* reached! force_more_message += Your demonic ancestry asserts itself.* force_more_message += * * * LOW HITPOINT WARNING * * * #FORCE MORES autopickup_exceptions += >amnesia #RESTE DES OPTIONS autofight_stop = 25 hp_warning = 50 explore_greedy = true explore_improved = true explore_wall_bias = 0 explore_delay = 5 explore_auto_rest = false explore_stop += greedy_items explore_stop += artefacts autopickup_starting_ammo = true pickup_thrown = true chunks_autopickup = true auto_butcher = true easy_eat_chunks = true auto_eat_chunks = true auto_drop_chunks = rotten autofight_caught = true show_more = false # tile_window_width = 1500 # tile_window_height = 1000 easy_confirm = all default_manual_training = true # AUTO OPEN SKILL MENU ON STARTUP { 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 } # include = 0.9_monster_glyphs.txt # include = 0.12_monster_glyphs.txt # include = 0.13_monster_glyphs.txt # include = 0.14_monster_glyphs.txt