Advertisement
Guest User

Untitled

a guest
Jul 4th, 2013
1,725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. # On WINDOWS you want to replace the existing file, which
  2. # is probably located somewhere like this:
  3. # C:\Program Files (x86)\Crawl\settings
  4. #
  5. # On MAC or LINUX, you want to create a ".crawlrc" file in
  6. # your home folder.
  7. #
  8.  
  9. default_manual_training = true
  10. skill_focus = false
  11.  
  12. autopickup_exceptions += dart
  13. autopickup_exceptions += <curare-tipped needle, <dart of, <exploding dart, <poisoned dart
  14.  
  15. travel_delay = 2
  16. auto_sacrifice = prompt_ignore
  17.  
  18. easy_confirm = all
  19. prefer_safe_chunks = true
  20. easy_eat_chunks = true
  21. easy_eat_gourmand = true
  22. easy_eat_contaminated = true
  23. auto_eat_chunks = true
  24. auto_drop_chunks = rotten
  25.  
  26. autofight_stop = 50
  27. hp_warning = 50
  28. # mp_warning = 0
  29. hp_colour = 75:yellow, 25:red
  30. # mp_colour = 50:yellow, 25:red
  31. # stat_colour = 1:lightred, 3:red
  32.  
  33. show_inventory_weights = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement