PiBoSo Official Forum

World Racing Series => General Discussion => Documentation => Topic started by: PiBoSo on December 18, 2012, 01:12:13 PM

Title: core.ini
Post by: PiBoSo on 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
Title: Re: core.ini
Post by: PiBoSo on 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
Title: Re: core.ini
Post by: PiBoSo on December 20, 2013, 11:44:12 AM

To change the format of the saved screenshots:

[screenshot]
format = JPEG


Allowed formats are JPEG, JPG, TARGA and TGA. JPEG is the default.
Title: Re: core.ini
Post by: PiBoSo on December 20, 2013, 11:50:37 AM
Starting with Beta4, framerate is capped at 200.
To change the maximum frames per second:

[framerate]
cap = 200


Any value over 1000 or under 10 disables the cap.

Please note that the minimum frame length in milliseconds is rounded to the previous integer.
This means:
120 -> 8.333 ms -> 8 ms -> 125 fps
85 ->  11.765 ms -> 11 ms -> ~91 fps
Title: Re: core.ini
Post by: PiBoSo on October 14, 2015, 08:59:57 PM

Starting with Beta7, it is possible to grab an offscreen screenshot pressing the F10 key.
It is possible to change the resolution and multisample setting:

[hrs]
width=3840
height=2160
multisample=4

The image is saved as TGA into "hrsshots" directory. The user interface is not rendered.
Title: Re: core.ini
Post by: PiBoSo on December 15, 2017, 02:56:15 PM

It is possible to scale the cars' mirrors resolution, adding the line "mirrors_scale" under the "hacks" section:

mirrors_scale = 1


A value of 1 doubles the resolution; 2 quadruples it, and so on.
Negative values scale the resolution down.