# TEAMCAPTAIN nattefrost ##### 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 #autoexplore sur 'num pad 0' bindkey = [-1000] CMD_EXPLORE # Taille du tileset sans toucher a l'UI tile_viewport_scale = 1.0 # Taille du tileset en mode X tile_map_scale = 0.8 # remaining time until Zot finds the player always_show_zot=true # couleur des monstres tile_show_threat_levels = easy tough nasty # Setting this option to false will cause the game not to prompt if more than a # window-full of messages are output at once. show_more = false rest_wait_ancestor = true #travel things explore_delay=-1 travel_delay=-1 show_travel_trail=false travel_key_stop = false # travel_avoid_terrain = (shallow water | deep water) # travel_avoid_terrain = deep water #animations simplifiées (true or false) reduce_animations = true #animation de l'eau (true or false) tile_water_anim = true #autres animations (true or false) tile_misc_anim = true #animations en temps reel (true or false) tile_realtime_anim = true tile_misc_anim = false tile_realtime_anim = true #oblige le joueur a faire une pause sur certains events force_more_message += A sentinel's mark forms upon you force_more_message += (brimstone fiend|Nikola|moth of wrath|floating eye|curse toe).*into view force_more_message += You turn into a force_more_message += skill increases to level #oblige le joueur a ne pas utiliser l'autofight en dessous de 75% de vie autofight_stop = 75 autofight_wait = false #assigne des touches precises pour certains items item_slot ^= potions? of curing:q item_slot ^= potions? of heal wounds:w item_slot ^= potions? of haste:h item_slot ^= potions? of might:d item_slot ^= potions? of resistance:n item_slot ^= scrolls? of identify:r item_slot ^= scrolls? of teleportation:t item_slot ^= scrolls? of blinking:z item_slot ^= wand of digging:v # Pour voir les gems always_show_gems = true # Pour savoir quand une gem va se briser more_gem_info = true autopickup_exceptions -= dangerous_item #autopickup activé (<) ou desactivé (>) pour certains items une fois qu'ils sont connu autopickup_exceptions += >amulet of faith autopickup_exceptions += >amulet of guardian spirit autopickup_exceptions += >amulet of innacuracy autopickup_exceptions += >amulet of magic regeneration autopickup_exceptions += >amulet of reflection autopickup_exceptions += >amulet of regeneration autopickup_exceptions += >amulet of the acrobat autopickup_exceptions += >ring of attention autopickup_exceptions += >ring of dexterity autopickup_exceptions += >ring of evasion autopickup_exceptions += >ring of fire autopickup_exceptions += >ring of flight autopickup_exceptions += >ring of ice autopickup_exceptions += >ring of intelligence autopickup_exceptions += >ring of magical power autopickup_exceptions += >ring of poison resistance autopickup_exceptions += >ring of positive energy autopickup_exceptions += >ring of protection autopickup_exceptions += >ring of protection from cold autopickup_exceptions += >ring of protection from fire autopickup_exceptions += >ring of resist corrosion autopickup_exceptions += >ring of see invisible autopickup_exceptions += >ring of slaying autopickup_exceptions += >ring of stealth autopickup_exceptions += >ring of strength autopickup_exceptions += >ring of teleportation autopickup_exceptions += >ring of wizardry autopickup_exceptions += >ring of willpower autopickup_exceptions += >potions? of brilliance autopickup_exceptions += scrolls? of amnesia autopickup_exceptions += >scrolls? of torment autopickup_exceptions += >scrolls? of vulnerability autopickup_exceptions += >scrolls? of noise autopickup_exceptions += >scrolls? of random uselessness autopickup_exceptions += >scrolls? of fear autopickup_exceptions += >scrolls? of fog autopickup_exceptions +=