• Welcome to PiBoSo Official Forum. Please login or sign up.
 
April 24, 2024, 07:22:47 AM

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.

Topics - PiBoSo

161
Documentation / Voting
February 17, 2013, 05:11:40 PM
The poll starter' vote is set to "Yes", all the others are not set, except when on track, when it defaults to "No".

To change the vote, in addition to the buttons in the chat dialog and the F2/F4 keys on track, it is possible to type "!yes" or "!no" in the chat.

Each poll must get some percentage of "yes" valid ( yes or no ) votes to pass:
"start session": 50% + 1
"track reset": 50% + 1
"black flag": 60% + 1
"kick": 60% + 1
"eject": 60% + 1

Spectators are allowed to vote:
- to kick / ban a client
- to start a new session, but only in a "Waiting" session

A new poll cannot be created within a minute from the last one.
162
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.
163
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.
164
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
165
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.
166
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
167
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
168
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.