|
Darwinia /
Preferencestxt'preferences.txt' is a configuration file stored in your Darwinia game directory. It contains all the configuration settings that can be modified by in-game menus (and can activate a few not found in the in-game menus), and is accessible through any basic text editor. If you do not have a 'preferences.txt' file (for example, if you have just installed the game, but have not yet played it), then one is automatically generated for you by the game upon game launch. Here is an example of the basic format of 'preferences.txt' from v1.42 of the game: ServerAddress = 127.0.0.1
There are 3 possible rendering modes for Darwinia's landscape, which can be set by the preferences variable 'RenderLandscapeMode':
The default in v1.2 and up is 2 (Vertex Buffer Objects), which should be faster in most cases than Display Lists (the default in v1.0). If VBO support isn't detected, the game should fall back to Display Lists. It has been reported on the official forum that some video cards (including, but not limited to: some Intel-chipset cards, ATI's IGP or S3 cards, and some SiS cards) do not deal with Vertex Buffer Objects properly, and may require you to add/alter this parameter manually. To implement: Add 'RenderLandscapeMode = x' to the bottom of your 'preferences.txt' file, with x being either 0, 1, or 2 as described above. Page last modified on March 27, 2006, at 02:06 PM - Page generated in 0.067 seconds. |