summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/tiles_help.txt
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-24 21:53:22 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-24 21:53:22 +0000
commitab0e3274d569d1cdea4010f4ed1d4b24cd3804e9 (patch)
tree5ec2ea2a1011d8f6eba9f9e384d37cad25266c60 /crawl-ref/docs/tiles_help.txt
parentb6f98c66de230ba61a3fa71ef492a46cdf6b4348 (diff)
downloadcrawl-ref-ab0e3274d569d1cdea4010f4ed1d4b24cd3804e9.tar.gz
crawl-ref-ab0e3274d569d1cdea4010f4ed1d4b24cd3804e9.zip
Apply r10031 to trunk.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10034 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/tiles_help.txt')
-rw-r--r--crawl-ref/docs/tiles_help.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/crawl-ref/docs/tiles_help.txt b/crawl-ref/docs/tiles_help.txt
index 231dd7ebb3..3886ed0cb1 100644
--- a/crawl-ref/docs/tiles_help.txt
+++ b/crawl-ref/docs/tiles_help.txt
@@ -9,6 +9,36 @@ It has been tested successfully with cards as old as the i865. Unfortunately,
it has been known to be slow on the i810 and there is little to be done in that
case but to run the console version instead or switch to a different machine.
+You can try tweaking a number of options to see whether performance improves:
+
+tile_title_screen = false
+ For weak drivers, the title screen can take a long time to load. If this
+ bothers you, you can easily deactivate it.
+
+travel_delay = -1
+ This setting suppresses redrawing until travelling is finished or
+ interrupted.
+
+tile_update_rate = 1000
+ By default, the screen gets redrawn at least every 1000 milliseconds,
+ more often if you take actions that change the display. You could try
+ cranking up this value, though this may lead to updating taking too long.
+
+tile_tooltip_ms = 0
+ Deactivating the tooltips means there's less stuff to draw every time.
+
+clear_map = false
+ Not having to redraw remembered monsters outside your line of sight
+ takes some load off the redrawing routines.
+
+tile_window_width = 1024
+tile_window_height = 768
+ The larger the map area the more cells there are to redraw each turn.
+ If you've got a large display showing way more than the necessary 17x17
+ grids of the map, you could try specifying a lower resolution.
+
+
+
Tiles mouseclick item interaction
If you're playing with Tiles compiled, you'll find several shortcuts to