Changes between Version 22 and Version 23 of Manual_Settings


Ignore:
Timestamp:
Jan 23, 2015, 7:05:46 PM (9 years ago)
Author:
Stan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Manual_Settings

    v22 v23  
    3232 * Postprocessing. Enables additional effects, such as brightness/contrast control, depth-of-field, LDR bloom, etc. Set `postproc=true`.
    3333 * Fancy water settings. Enables more realistic water effects like depth-based color, surface shadows, coastal foam and waves. See `waternormals`, `waterrealdepth`, `waterfoam`, `watercoastalwaves`, `waterrefraction`, `waterreflection`, and `watershadows` settings.
    34 
    35 == Sound Settings ==
    36 To change whether or not music plays in game bring up the in-game menu by clicking on '''Menu''', then '''Settings''', and there check/uncheck the '''Enable Music''' checkbox.
    37 
    38 == Keyboard Shortcuts ==
    39 The keyboard shortcuts can be changed with the same process outlined above, just copy the relevant line from the `default.cfg` file to the `local.cfg` and change the part after the equal sign ('''=''') and before the semicolon (''';'''). For shortcut key combinations edit the keys between the quotation marks ('''""'''), and use a plus sign ('''+''') to tie together more than one key (so don't remove it unless you change a multi-key shortcut to a single key shortcut).
    40 
    41 Some keyboards (most notably AZERTY ones) have keys where the default character isn't present in the ASCII alphabet. For those keyboards, there are special configurations needed per keyboard layout and per OS. You can find your needed configurations below.
    42 
    43 On Linux, you should have for French and Belgian layout:
    44 
    45  * é = World73 (or W73)
    46  * § = World7 (or W7)
    47  * è = World72 (or W72)
    48  * ç = World71 (or W71)
    49  * à = World64 (or W64)
    50 
    51 On OSX, French layout:
    52 
    53  * é = World0 (or W0)
    54  * è = World3 (or W3)
    55  * ç = World2 (or W2)
    56  * à = World4 (or W4)
    57 
    58 Theses special keys are not needed under Windows as the the game developer had to build a custom key manager.
    5934
    6035[[Image(Manual_Settings:GameOptions.png​,1024)]]
     
    9873IMPORTANT NOTE : If you are using an Integrated Chipset such as Intel HD Graphics, this should be set to on in order to prevent screen corruption.
    9974
    100 === 1
     75== Sound Settings ==
     76To change whether or not music plays in game bring up the in-game menu by clicking on '''Menu''', then '''Settings''', and there check/uncheck the '''Enable Music''' checkbox.
     77
     78== Keyboard Shortcuts ==
     79The keyboard shortcuts can be changed with the same process outlined above, just copy the relevant line from the `default.cfg` file to the `local.cfg` and change the part after the equal sign ('''=''') and before the semicolon (''';'''). For shortcut key combinations edit the keys between the quotation marks ('''""'''), and use a plus sign ('''+''') to tie together more than one key (so don't remove it unless you change a multi-key shortcut to a single key shortcut).
     80
     81Some keyboards (most notably AZERTY ones) have keys where the default character isn't present in the ASCII alphabet. For those keyboards, there are special configurations needed per keyboard layout and per OS. You can find your needed configurations below.
     82
     83On Linux, you should have for French and Belgian layout:
     84
     85 * é = World73 (or W73)
     86 * § = World7 (or W7)
     87 * è = World72 (or W72)
     88 * ç = World71 (or W71)
     89 * à = World64 (or W64)
     90
     91On OSX, French layout:
     92
     93 * é = World0 (or W0)
     94 * è = World3 (or W3)
     95 * ç = World2 (or W2)
     96 * à = World4 (or W4)
     97
     98Theses special keys are not needed under Windows as the the game developer had to build a custom key manager.
     99
     100