summaryrefslogtreecommitdiffstats
path: root/crawl-ref/init.txt
blob: ab0e8842ec39caba37364c9c2882d3c44d6e5eaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
# Crawl Init file
#
# On Unix systems (such as Mac OS X, Linux and the BSDs), you must copy 
# init.txt to ~/.crawlrc as:
#   cp init.txt ~/.crawlrc
#
# Lines begining 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 begining and end of the line, as well 
# as imediately 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.
#
# For descriptions concerning the option consult the file 
#    crawl_options.txt 
# in your crawl/doc directory. Also note that the ordering of the options
# is taken from that file; this is for presentational reasons only.
#
# Note that all boolean options (i.e. values of 'true' or 'false') have
# their non-default value commented out. You can toggle these by just
# uncommenting.
# Options with several values, e.g. drop_mode = (multi | single),
# usually have the first value as default.

##### 1- Starting Screen ############################################
#
# name = Delilah
# remember_name = true
# weapon = (random | short sword | hand axe | spear | mace | trident)
# chaos_knight = (Xom | Makhleb | random)
# death_knight = (necromancy | Yredelemnul | random)
# priest       = (Zin | Yredelemnul | random)
# race = (Human |...| Merfolk | random)
# class = (Fighter |...| Wanderer | random)
# random_pick = true

##### 2-  File System ###############################################
#
# crawl_dir= <path>
# morgue_dir = morgues
# save_dir = saves
# sound = <regex>:<path to sound file>

##### 3-  Lua Files #################################################
#
lua_file = lua/base.lua
lua_file = lua/stash.lua
lua_file = lua/wield.lua
lua_file = lua/kills.lua
lua_file = lua/runrest.lua
lua_file = lua/gearset.lua
lua_file = lua/eat.lua
lua_file = lua/trapwalk.lua

##### 4-  Interface #################################################
#
##### 4-a	Picking up and Dropping ###############
#	
# autopickup = $?!+"/%
# default_autopickup = false
# safe_autopickup = false
# autopickup_no_burden = true
# safe_zero_exp = false
# pickup_thrown = false
# pickup_dropped = true
# assign_item_slot = backward
#
# autopickup_exceptions = scrolls? of random uselessness
# autopickup_exceptions = <deck of cards
#
# drop_mode = (multi | single)
# pickup_mode = (single | multi | auto:5)
# drop_filter = skeleton, rotting, corpse

##### 4-b	Targetting ############################
#
# target_zero_exp = true
# target_oos = false
# target_los_first = false
# confirm_self_target = false
# default_target = true
# target_unshifted_dirs = true

##### 4-c	Passive Sightings #####################
#
detected_monster_colour = lightred
detected_item_colour = green
# colour_map = false
# clean_map = true

##### 4-d	Branding ##############################
#
heap_brand = reverse
friend_brand = hi:green
stab_brand = hi:blue
# may_stab_brand = hi:yellow

##### 4-e	Level Map Functions ###################
#
# level_map_cursor_step = 7
# level_map_title = false
# item_colour = false

##### 4-f	Travel and Exploration #################
#
# travel_colour = false
# travel_delay = 20
# travel_avoid_terrain = shallow water
# travel_exclude_radius2 = 68
#
# explore_greedy = true
# explore_stop = items,stairs,shops,altars

# tc_reachable = blue
# tc_dangerous = cyan
# tc_excluded = lightmagenta
# tc_exclude_circle = red

# The following options are not default. Uncommenting activates them.
#
# stop_travel = Something appears
# stop_travel = god:wrath finds you
# runrest_ignore_message = prayer ends
# runrest_ignore_message = You feel.*sick
# runrest_ignore_poison = 4:100
# trapwalk_safe_hp = dart:15, needle:25, spear:50

##### 4-g	Stashes ###############################
#
# stash_tracking = (all | explicit | dropped)
# stash_filter = 14, 4:21

##### 4-h	Command Enhancements ##################
#
# auto_list = false
# lowercase_invocations = false
# easy_open = false
# easy_butcher = false
# easy_unequip = false
# easy_confirm = (none | safe | all)
# easy_quit_item_prompts = false
# easy_exit_menu = true
# default_autoprayer = true
# sort_menus = (auto:5 | true | false)

##### 4-i	Messages and Display Enhancements #####
#
# hp_warning = 10
# mp_warning = 10

# hp_colour = lightgrey, 50:yellow, 25:red
# mp_colour = lightgrey, 50:yellow, 25:red
# terse_hand = false
# delay_message_clear = true
# always_greet = false
# increasing_skill_progress = false
# show_turns = false

# Colouring for the inventory
menu_colour = lightred: cursed.*(worn|neck|hand|weapon)\)
menu_colour = green:(worn|neck|hand|weapon)\)
menu_colour = red: cursed
menu_colour = red: rotting

# Colouring for the notes
menu_colour = white:Reached XP level

# Message colours
message_colour = lightcyan:LOW MAGIC WARNING

##### 4-j	Firing Commands #######################
#
# fire_items_start = a
# fire_order = launcher, dart, stone, dagger, spear, handaxe, club

##### 4-k	Channels ##############################
#
# channel.multiturn = mute

##### 4-l	Inscriptions ##########################
#
# autoinscribe = royal jell:=g

##### 4-m	Macro related Options #################
#
# flush.failure = false
# flush.command = true
# flush.message = true

##### 5-  Dump File #################################################
#
##### 5-a	Items and Kill List ###################
#
# kill_map = friend:you, other:you
# dump_kill_places = (single | all | none)
# dump_item_origins = all,artifacts,ego_arm,ego_weap,jewellery,runes
# dump_item_origin_price = 100
# dump_message_count = 7
# dump_order  = header,stats,misc,notes,inventory,skills
# dump_order += spells,overview,mutations,messages,screenshot,kills

##### 5-b	Notes #################################
#
# use_notes = false
# note_items = rod,book,rune
# ood_interesting = 8
# note_hp_percent = 5
# note_skill_levels = 1,5,10,15,27
# note_skill_max = true

# The following takes a note whenever the Abyss is left: 
# note_messages = You pass through the gate 

##### 6-  Miscellaneous #################################################
#
##### 6-a	All OS ################################
#
# colour.lightgray = black
# colour.lightcyan = cyan
# colour.yellow    = brown
#
# use_ascii = ascii
# wiz_mode = no
#
# classic_item_colours = true
#
# See crawl_options.txt for the options
# char_set, cset_ascii, cset_ibm, cset_dec, cset_any, feature


##### 6-b	DOS and Windows #######################
#
# dos_use_background_intensity = true


##### 6-c   Unix ##################################
#
# use_fake_cursor = true