• Welcome to PiBoSo Official Forum. Please login or sign up.
 
April 28, 2024, 04:47:08 PM

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - PiBoSo

4126
Documentation / profile.ini
February 17, 2013, 05:09:43 PM
There are a few settings that are only available manually editing profile.ini file that is located in profile directory under "profiles" in "My Documents"\PiBoSo\GP Bikes\ save path.


vsync=1

under "gfx" section to enable vertical sync.


map_shadow_disable = 1

under "gfx" section to disable track shadows.
4127
Documentation / global.ini
February 17, 2013, 04:55:19 PM

There are a few settings that are only available manually editing the global.ini file that is generated in "My Documents"/PiBoSo/GP Bikes/ ( if "compatibility" is set to zero, in the "gpbikes" directory in the GP Bikes installation folder ).

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  = 20
to set the size, in megabytes, of the replay buffer. 20MB is the default value.
Warning: the bigger the buffer, the more RAM will be used.

bike_shadow = 512
bike_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.
4128
Documentation / testing.ini
February 17, 2013, 04:54:11 PM
To start GP Bikes in testing mode, launch gpbikes.exe with the following params:
gpbikes.exe -testing [-set params (config_file)]

for example:
gpbikes.exe -testing -set params victoria.ini

The configuration file must be in the installation directory.
If not set, "testing.ini" is used.

Example file:
[bike]
bike_id = schwaben_m2_18
paint =
rider = modern
helmet = default
helmet_paint =
suit_paint =
riding_style = modern

[track]
track_id = Victoria
track_layout =

[settings]
weather_realistic = 0
weather_conditions = 0
temperature = 25
wind_direction = 0
wind_speed = 0
track_conditions = 0

[dynamicsurface]
disable = 0
4129
Documentation / Re: profile.ini
December 22, 2012, 07:54:14 PM

[view]
shiftmul_lat = 1
shiftmul_vert = 1
shiftmul_long = 1
pitchmul = 1

Decrease the values to reduce the effect of g-forces on the cockpit view.
4130
Documentation / Re: profile.ini
December 22, 2012, 07:53:41 PM

steeringwheelleds = 1
steeringwheelleds_range = 1200

under "input" section to enable Logitech G27 leds.
4131
Documentation / Re: profile.ini
December 22, 2012, 07:52:52 PM

[testing]
groove_multiplier = 1
wet_multiplier = 1

1 is the default value. Increase it ( up to 20 ) to have the tires generate groove and dry the track faster. Please note that this affects tires only: the global track surface will still dry at the same ( slow ) rate.
Testing session only.
4132
Documentation / profile.ini
December 22, 2012, 07:46:40 PM
There are a few settings that are only available manually editing profile.ini file that is located in profile directory under "profiles" in "My Documents"\PiBoSo\World Racing Series\ save path.


vsync=1

under "gfx" section to enable vertical sync.


map_shadow_disable = 1

under "gfx" section to disable track shadows.
4133
Documentation / Re: core.ini
December 18, 2012, 01:12:38 PM
If you have a multi-monitor setup and want to output to a monitor that is not the primary one, add the following lines to core.ini:

[display]
monitor=2
4134
Documentation / core.ini
December 18, 2012, 01:12:13 PM
To increase compatibility with Windows, all data is saved under "My Documents"\PiBoSo\World Racing Series\
If you prefer to have everything saved in installation folder, edit core.ini file ( located where WRS is installed ) and set compatibility to 0:

[windows]
compatibility=0
4135
Documentation / testing.ini
December 18, 2012, 01:08:26 PM
To start World Racing Series in testing mode, launch core.exe with the following params:
core.exe -testing [-set params (config_file)]

for example:
core.exe -testing -set params victoria.ini

The configuration file must be in the installation path, under the "wrs" folder.
If not set, "testing.ini" is used.

Example file:
[car]
car_id = fr3000
paint = 2010
helmet =
helmet_paint =

[track]
track_id = victoria
track_layout =

[settings]
weather_realistic = 0
weather_conditions = 0
temperature = 25
wind_direction = 0
wind_speed = 0
track_conditions = 0

[dynamicsurface]
disable = 0
4136
Documentation / Re: wrs.ini
December 18, 2012, 01:07:24 PM

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.
4137
Documentation / wrs.ini
December 18, 2012, 01:06:26 PM
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.