• Welcome to MX Bikes Official Forum. Please login or sign up.
 
March 28, 2024, 11:46:18 AM

News:

MX Bikes beta18j available! :)


global.ini

Started by PiBoSo, October 02, 2014, 02:43:20 PM

Previous topic - Next topic

PiBoSo

October 02, 2014, 02:43:20 PM Last Edit: December 08, 2019, 10:43:36 AM by PiBoSo
There are a few settings that are only available manually editing the global.ini file that is generated in "My Documents"/PiBoSo/MX Bikes/ ( or, if "compatibility" is set to zero, in the MX Bikes installation folder ).

Under [core] section ( must be created if it doesn't exist ):
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.

PiBoSo

October 02, 2014, 02:44:34 PM #1 Last Edit: March 15, 2023, 01:05:27 PM by PiBoSo
Under [core] section ( must be created if it doesn't exist ):
replay  = 40
to set the size, in megabytes, of the replay buffer. The default value is 40, the maximum one is 512.
Warning: the bigger the buffer, the more RAM will be used.

PiBoSo

October 02, 2014, 02:45:17 PM #2 Last Edit: October 02, 2014, 02:58:33 PM by PiBoSo
Under [core] section ( must be created if it doesn't exist ):

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.

PiBoSo

October 02, 2014, 02:45:35 PM #3 Last Edit: October 18, 2019, 10:46:55 PM by PiBoSo
Under [core] section ( must be created if it doesn't exist ):
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 and a performance hit.
Please note that values from 0 to 2 are NOT recommended for multiplayer.

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

PiBoSo

July 11, 2019, 11:35:23 AM #5 Last Edit: November 12, 2022, 04:33:51 PM by PiBoSo
By default, a "mods" folder is automatically created in "My Documents"\PiBoSo\MX Bikes\
It is strongly recommended to install mods into this directory, instead of the MX Bikes installation folder.

It is possible to change the mods location adding the following lines:
[mods]
folder = d:\mxb\mods

If "folder" is empty then the directory "My Documents"\PiBoSo\MX Bikes\mods\ is used.

PiBoSo

March 08, 2022, 10:32:25 AM #6 Last Edit: November 12, 2022, 04:32:35 PM by PiBoSo
It is possible to disable textures caching adding the following lines:
[cache]
textures = 0

PiBoSo

November 12, 2022, 04:07:00 PM #7 Last Edit: November 12, 2022, 04:33:10 PM by PiBoSo
By default the most used bikes, riders, helmets and boots models are cached, when connecting to a server, to avoid having the white, rider-less bikes when another client connects while on track.

It is possible to disable models caching adding the following lines:
[cache]
models = 0

The default value is 1. It can also be set to 2 to flush the cache when leaving a server.

PiBoSo

November 12, 2022, 04:32:08 PM #8 Last Edit: November 12, 2022, 04:34:00 PM by PiBoSo
By default, a "cache" folder is automatically created in "My Documents"\PiBoSo\MX Bikes\

It is possible to change the cache location adding the following lines:
[cache]
folder = d:\mxb\cache

If "folder" is empty then the directory "My Documents"\PiBoSo\MX Bikes\cache\ is used.