- 0 Talk
-
Option Files
Following the updates in February 2009, the config.ini and options.ini files now accept a range of custom values. There's an add-on to edit these files by Mincus under Add-ons#Miscellaneous_Add-ons.
Contents |
config.ini
Edit
The config.ini file affects some Audiosurf start-up display options. By default, it is found in the C:\Program Files\Steam\Steamapps\Common\Audiosurf\ folder.
The following settings can be set:
- Screen resolution width
- Screen resolution height
- Fullscreen or windowed mode
Default file content
Edit
resolutionwidth: autodetect
resolutionheight: autodetect
runfullscreen: false
Example file content
Edit
The following example would make Audiosurf start in fullscreen mode with a 1680x1050 resolution.
resolutionwidth: 1680
resolutionheight: 1050
runfullscreen: true
options.ini
Edit
The options.ini file affects options that are mostly set by the options dialog, with some additional usability options. By default, it is found in the C:\Program Files\Steam\Steamapps\Common\Audiosurf\Engine folder.
The options consist of:
- Red, green and blue values for the scoring block types
- Mouse speed
- Sound effects volume
- Menu music volume
- Song music volume
- Post-processing effects
- Graphical Detail
- Touchscreen support
- Anti-aliasing support
Default file values
Edit
By default we have the following:
- Color0 blocks are this color (maximum 1.00, minimum 0.00 for each element)
- Color1 blocks are this color (maximum 1.00, minimum 0.00 for each element)
- Color2 blocks are this color (maximum 1.00, minimum 0.00 for each element)
- Color3 blocks are this color (maximum 1.00, minimum 0.00 for each element)
- Color4 blocks are this color (maximum 1.00, minimum 0.00 for each element)
- Mouse speed is set to 0.51 (maximum 1.00, minimum 0.00)
- Sound effects volume is set to 0.38 (maximum 1.00, minimum 0.00)
- Menu music volume is set to 1.00 (maximum 1.00, minimum 0.00)
- Song music volume is set to 1.00 (maximum 1.00, minimum 0.00)
- Post processing is set to 0 (0 is None, 1 is Rust, 2 is Negative, 3 is Outline, 4 is Paint)
- Graphical Detail is set to 1.00 (-1.00 is Minimal, 0 is Normal, 1.00 is Enhanced, 2.00 is Premium)
- Touch screen support is 0 (0 is off, 1 is on -- currently this doesn't do anything, when implemented the car will follow your finger on screen -- See this forum message from Dylan)
- Anti-aliasing is 0 (0 is off, 2.00, 4.00 and 8.00 are possible values)
The default options.ini appears thus:
color0_r: 1.00
color0_g: 0
color0_b: 0
color1_r: 1.00
color1_g: 1.00
color1_b: 0
color2_r: 0
color2_g: 0.72
color2_b: 0
color3_r: 0
color3_g: 0.69
color3_b: 1.00
color4_r: 0.84
color4_g: 0
color4_b: 1.00
mousespeed: 0.51
effectvol: 0.38
menuvol: 1.00
songvol: 1.00
postprocess: 0
graphicdetail: 1.00
touchscreen: 0
antialiasing: 0