summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-21 18:49:50 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-21 18:49:50 +0000
commit9284cc5dee2082710187e52e668dd209fd64c647 (patch)
tree329253210f7ca6a8dd8d5d7764829f65f5fcb7c3 /crawl-ref/docs
parentb45dde8bc1dfd1a339ed99639f01354b57a042c9 (diff)
downloadcrawl-ref-9284cc5dee2082710187e52e668dd209fd64c647.tar.gz
crawl-ref-9284cc5dee2082710187e52e668dd209fd64c647.zip
* Greatly lower tiles update rate, now with an option for easier testing.
* Also sped up targeting a bit more. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10013 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/options_guide.txt19
1 files changed, 13 insertions, 6 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index 04ffd2400d..332f6595d5 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -92,12 +92,13 @@ The contents of this text are:
tile_mapped_wall_col, tile_door_col, tile_downstairs_col,
tile_upstairs_col, tile_feature_col, tile_trap_col,
tile_water_col, tile_lava_col, tile_excluded_col,
- tile_excl_centre_col, tile_key_repeat_delay, tile_tooltip_ms,
- tile_tag_pref, tile_window_width, tile_window_height,
- tile_map_pixels, tile_full_screen, tile_font_crt_file,
- tile_font_stat_file, tile_font_msg_file, tile_font_tip_file,
- tile_font_lbl_file, tile_font_crt_size, tile_font_stat_size,
- tile_font_msg_size, tile_font_tip_size, tile_font_lbl_size
+ tile_excl_centre_col, tile_update_rate, tile_key_repeat_delay,
+ tile_tooltip_ms, tile_tag_pref, tile_full_screen,
+ tile_window_width, tile_window_height, tile_map_pixels,
+ tile_font_crt_file, tile_font_stat_file, tile_font_msg_file,
+ tile_font_tip_file, tile_font_lbl_file, tile_font_crt_size,
+ tile_font_stat_size, tile_font_msg_size, tile_font_tip_size,
+ tile_font_lbl_size
5- Character Dump.
5-a Items and Kills.
kill_map, dump_kill_places, dump_item_origins,
@@ -1643,6 +1644,12 @@ the dungeon level.
tile_floor_col and tile_item_col, only)
tile_window_col - colour of the rectangular view window
+tile_update_rate = 1000
+ The number of milliseconds that tick by before the screen is redrawn
+ without any input. If game response is slow, try increasing this
+ number. If, on the other hand, response time is fine but it takes too
+ long for redrawings to happen, set it to a lower value.
+
tile_key_repeat_delay = 200
If you hold down a key, there's a delay until the pressed key will
take action. This option controls this delay, in milliseconds. If it