Changes between Version 17 and Version 18 of Manual_Settings


Ignore:
Timestamp:
Mar 22, 2013, 9:20:23 PM (11 years ago)
Author:
historic_bruno
Comment:

Updated fancy water settings

Legend:

Unmodified
Added
Removed
Modified
  • Manual_Settings

    v17 v18  
    1010
    1111 * Windowed: If you want to always start the game in windowed mode instead of fullscreen or if you're using OS X (see #741 and #1593), then add `windowed=true`. You can also adjust the game window size by setting `xres` and `yres` to reasonable values (the minimum supported window size is 1024x768).
    12  * Fancy water: If you have an older graphics card, or just don't want all the fancy effects, you can disable pixel-shaded water by adding `fancywater=false`.
     12 * Fancy water: If you have an older graphics card, or just don't want all the fancy effects, you can disable them by adding the following lines:
     13  {{{
     14 waternormals = false
     15 waterrealdepth = false
     16 waterfoam = false
     17 watercoastalwaves = false
     18 waterrefraction = false
     19 waterreflection = false
     20 watershadows = false
     21  }}}
    1322 * Shadows: You can disable shadows by adding `shadows=false`.
    1423 * Particles: You can disable particles by adding `particles=false`.