From ab0e3274d569d1cdea4010f4ed1d4b24cd3804e9 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 24 Jun 2009 21:53:22 +0000 Subject: Apply r10031 to trunk. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10034 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/docs/tiles_help.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'crawl-ref/docs/tiles_help.txt') 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 -- cgit v1.2.3-54-g00ecf