Jump to content

profile.ini - core.ini - dedicated server (configurazioni)


VELOCIPEDE

Recommended Posts

file PROFILE.INI

 

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\Kart Racing Pro save path.
 

Code: [select]

vsync=1
under "gfx" section to enable vertical sync.



Code: [select]

map_shadow_disable = 1
under "gfx" section to disable track shadows.

 

[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.

 

[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.

 

[input]
steeringwheelleds = 1
steeringwheelleds_range = 1200

To enable Logitech G27 leds.

 

[aids]
autobrake = 0

To disable the automatic brake ( proportional to track slope ) that is applied during the sighting lap and race starting procedure.

 

================================================================

 

file CORE.INI

 

Starting from Beta2, to try to increase compatibility with Windows, all data is saved under "My Documents"\PiBoSo\Kart Racing Pro
If you prefer to have everything saved in installation folder, edit core.ini file ( located where Kart Racing Pro is installed ) and set compatibility to 0:

Code: [select]

[windows]
compatibility=0

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:


Code: [select]

[display]
monitor=2

 

To change the maximum frames per second:

Code: [select]

[framerate]
cap = 200

Any value over 1000 or under 10 disables the cap.

 

===============================================================

 

DEDICATED SERVER

 

To start a dedicated server, launch kart.exe with the following params:

Code: [select]

kart.exe -dedicated (port number) [-set params (config_file)]
for example:


Code: [select]

kart.exe -dedicated 10610 -set params dedicated.ini

Configuration file must be in installation path.
If not set SERVER.INI is used.

 

 

[connection]
name =
maxclient =
password =
admin_password =
bandwidth = ; 0 -> low, 1 -> medium, 2 -> high
max_ping = ; milliseconds. 0 -> no limit
whitelist = ; the filename of the whitelist
blacklist = ; the filename of the blacklist
MOTD = ; message of the day. Use "/r" to split the message in multiple lines.

[export]
results =  ; html or xml. If set it will automatically export results at the end of the last session
directory = ; the directory where results will be saved ( must exist )
units =  ; 0 -> metric units, 1 -> US units, 2 -> UK units

[replay]
save = ; 0 or 1, If set to 1 it will automatically save the full replay at the end of the race
directory = ; the directory where replays will be saved ( must exist )

[event]
track = ; track ID ( for ex. Lonato )
track_layout = ; track layout ( for ex. Short ). Empty -> Default;
category = ; kart category allowed. Empty -> Open. Multiple categories can be set with a slash in between. For example: KF1/FS250/F100

[rating]
class = ; A -> 2000+, B -> 1600-1999; C -> 1200-1599; D -> 800-1199

[weather]
realistic = ; 0 or 1, if set to 1, following params are ignored
conditions = ; 0 -> sunny, 1 -> cloudy, 2 -> rainy
temperature = ; air temperature, celsius
wind_direction = ; 0 -> north, 1 -> north-east, 2 -> east, ..., 7 -> north-west
wind_speed = ; meters/second
track_conditions = ; 0 -> dry, 1 -> wet ( values in between like 0.5 are allowed )

[hardcore]
force_cockpit = ; 0 or 1
no_aids = ; 0 or 1
limited_tyre_sets = ; 0 or 1

[race]
quick_race = ; 0 or 1, if set to 1, practice, sighting lap and warmup lap are skipped
practice_length = ; minutes
qualify_length = ; minutes
sighting_lap = ; 0 or 1
standing_start = ; 0 or 1, if set to 1, it forces the standing start
race_length = ; % of full length
restart_delay = ; server restart time in seconds
pause = ; 0 or 1. If set to 1, the event is paused and saved at the end of "pause_session"
pause_session = ; practice, qualify, warmup or race
pause_directory = ; the directory where data is saved. The default is "resume"
resume = ; the file to load to resume an event

[live]
enable = ; 1 to enable live timing
port = ; the UDP port
password =

 

It is possible to set up to 9 additional tracks, in the "events" section:

Code: [select]

track2=
track2_layout=
track3=
track3_layout=
...
...
track10=
track10_layout=
The server will move to the next at each restart and wrap to the first after the last.
The same track and layout can be repeated multiple times in the 10 "slots".

The whitelist and blacklist use a text file using the following format:

Code: [select]

[entry0]
guid = ........

[entry1]
guid = ........

[entry2]
guid = ........
The GUID can be read in the "Profiles" page.

In the dedicated server text input, it is possible to type text that will be sent to the connected clients.
It is also possible to execute some commands:
"!restart" to reset the server
"!update whitelist" to reload the whitelist file
"!update blacklist" to reload the blacklist file

NOTE: a license is not needed to start a dedicated server.

 

fonte PiBoSo

Edited by VELOCIPEDE
Link to comment
Share on other sites

  • 1 year later...
  • 1 year later...

Code:

[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.

Questi valori adesso hanno nomi diversi? Quando si guida c'è davvero troppo scuotimento per i miei gusti. :(

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.