Guest User

Untitled

a guest
Dec 11th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. # This file contains options useful only for the Tiles build of Stone Soup.
  2. # See init.txt on how to change the optional values.
  3.  
  4. # Uncomment this to continue recent versions' old saves that keep crashing.
  5. # tile_force_regenerate_levels = true
  6.  
  7. # tile_show_items = !?/%=([)X}+\_.
  8.  
  9. # tile_skip_title = true
  10. # tile_menu_icons = false
  11.  
  12. ### The following lines define the colours of various objects within the
  13. ### tiles minimap. See options_guide.txt for more details.
  14.  
  15. # tile_player_col = white
  16. # tile_monster_col = red
  17. # tile_neutral_col = red
  18. # tile_peaceful_col = lightred
  19. # tile_friendly_col = lightred
  20. # tile_plant_col = darkgreen
  21. # tile_item_col = green
  22. # tile_unseen_col = black
  23. # tile_floor_col = lightgrey
  24. # tile_wall_col = darkgrey
  25. # tile_mapped_wall_col = blue
  26. # tile_door_col = brown
  27. # tile_downstairs_col = magenta
  28. # tile_upstairs_col = blue
  29. # tile_feature_col = cyan
  30. # tile_trap_col = yellow
  31. # tile_water_col = grey
  32. # tile_lava_col = grey
  33. # tile_excluded_col = darkcyan
  34. # tile_excl_centre = darkblue
  35. # tile_window_col = yellow
  36.  
  37. # If Crawl's response rate is too slow, try increasing the update rate.
  38. # tile_update_rate = 1000
  39.  
  40. # If Crawl is lagging when running or resting, try increasing this number.
  41. # tile_runrest_rate = 100
  42.  
  43. # tile_key_repeat_delay = 200
  44. # tile_tooltip_ms = 500
  45.  
  46. # tile_tag_pref = enemy
  47.  
  48. ### Note: setting window, map or font sizes to '0' implies auto-sizing.
  49.  
  50. # tile_full_screen = true
  51. # tile_window_width = 1024
  52. # tile_window_height = 768
  53. # tile_map_pixels = 3
  54. # tile_force_overlay = true
  55. # tile_layout_priority = minimap, inventory, gold_turn, command, spell, monster
  56.  
  57. # tile_font_crt_file = VeraMono.ttf
  58. # tile_font_crt_size = 15
  59. # tile_font_stat_file = VeraMono.ttf
  60. # tile_font_stat_size = 16
  61. # tile_font_msg_file = VeraMono.ttf
  62. # tile_font_msg_size = 14
  63. # tile_font_tip_file = VeraMono.ttf
  64. # tile_font_tip_size = 15
  65. # tile_font_lbl_file = Vera.ttf
  66. # tile_font_lbl_size = 14
  67. # tile_font_ft_light = false
  68.  
  69. # tile_show_minihealthbar = false
  70. # tile_show_minimagicbar = false
Add Comment
Please, Sign In to add comment