##### 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) default_manual_training = true autopickup_starting_ammo = true pickup_thrown = true chunks_autopickup = true auto_butcher = true explore_greedy = true explore_wall_bias = 5 easy_eat_chunks = true auto_eat_chunks = true auto_drop_chunks = rotten autofight_stop = 50 explore_delay = 5 #explore_auto_rest = true autofight_caught = true show_more = false # tile_window_width = 1500 # tile_window_height = 1000 easy_confirm = all force_more_message += Training target.* reached! force_more_message += Your demonic ancestry asserts itself.* # 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 }