• Welcome to PiBoSo Official Forum. Please login or sign up.
 
March 28, 2024, 01:50:17 PM

News:

World Racing Series beta14 available! :)


wrs.ini

Started by PiBoSo, December 18, 2012, 01:06:26 PM

Previous topic - Next topic

PiBoSo

December 18, 2012, 01:06:26 PM Last Edit: December 09, 2015, 08:01:47 PM by PiBoSo
There are a few settings that are only available manually editing wrs.ini file that is located in World Racing Series installation folder, under "wrs" directory.

Under [core] section ( must be created ):


mouse_sensitivity = 50
mouse_deadzone = 0.01
mouse_linearity = 1           ; 0 = fully linear. Increase the value to have more precision in the central part
mouse_smooth = 2            ; 0 = no smooth

to set mouse-look parameters.


replay  = 10

to set the size, in MB, of the replay buffer. 10 is the default value.
Warning: the bigger the buffer, the more RAM will be used.


car_shadow = 512
car_reflections = 128

to set the power of 2 ( 256, 512, 1024, ... ) resolution of the shadow and reflections textures.
Higher values use more video ram and may have a performance hit.
"La perfezione non è il nostro obiettivo, è la nostra tendenza".

PiBoSo

December 18, 2012, 01:07:24 PM #1 Last Edit: December 18, 2012, 01:13:24 PM by PiBoSo

texture_quality = 4

to set the quality of loaded textures.

The possible values are:
0 -> uncompressed, OpenGL default
1 -> uncompressed, 32 bits
2 -> uncompressed, 16 bits
3 -> compressed, OpenGL driver
4 -> compressed ( the default value )

1 gives the better quality and much faster loading times, at the expense of video RAM usage.
"La perfezione non è il nostro obiettivo, è la nostra tendenza".

PiBoSo

To change the joystick free look parameters:

freelook_joystick_name = EDTracker EDTracker2
freelook_joystick_center = 0
freelook_joystick_range = 32767


These values ( that are the default ones ) set the range from -32767 to 32767.
For a different range, for example from 0 to 255, use:

freelook_joystick_center = 127
freelook_joystick_range = 127
"La perfezione non è il nostro obiettivo, è la nostra tendenza".

PiBoSo


It is possible to change the additional directory where mods can be installed:
[mods]
folder= d:\wrs\mods\

Removing the two lines forces World Racing Series to search mods only inside the installation folder.
"La perfezione non è il nostro obiettivo, è la nostra tendenza".