ok tks, me test tomorow, today no possible
v0.5c Fixed car check when the car is not connected. Fixed UDP Relay not working properly. Other improvements and fixes. Thanks to IZI for helping with the tests.
v0.6 New Track rotation (see config for the options and the readme for more). If you use the Track Rotation feature, the Kissmyrank Plugin will launch the server (do not launch the server manually). Join queue and auto-rejoin on track rotation are available via the Kissmyrank Assetto Corsa Multiplayer Launcher Mod. config.json was updated. Added File Backup on start. config.json has changed. Please overwrite the old file and edit the configuration anew.
It looks like there is a communication problem with the Assetto Corsa server. Please check your server_cfg.ini and let me know the two lines where you define the plugin ports and address.What am I doing wrong?
UDP_PLUGIN_LOCAL_PORT=9456
UDP_PLUGIN_ADDRESS=127.0.0.1:12000
v0.6a Added track_rotation_max_players (set to 0 if you wish to only rotate the next time that the server is empty, 99 or any number greater than the number of slots to rotate at any time). warned_car_grace is now in expressed in seconds (update your config accordingly). Added session recovery if the new session packet gets lost (for qualify and time based races). Fixed refreshing loop. config.json was updated. Please update your config.
v0.6b Fixed player list not being reset on track rotation.
v0.6c New First Launch Setup Wizard to facilitate the first time setup. Other improvements and fixes.
"track_list": [
{
"track": "imola",
"config": "",
"races": 1
},
{
"track": "monza",
"config": "",
"races": 1
},
{
"track": "mugello",
"config": "",
"races": 1
}
],
"track_list": [
{
"track": "imola",
"config": "",
"races": 1
},
{
"track": "monza",
"config": "",
"races": 1
},
{
"track": "mugello",
"config": "",
"races": 1
},
{
"track": "ks_monza66",
"config: "junior",
"races": 3
}
],
v0.6d Fixed rotation doesn't work as expected when config is specified. Fixed unexpected server termination when track rotation is active. Optimized players connection handler. Added 900ms timeout on auth relay not to delay the join process too much. Other improvement and fixes.
v0.6e Improved configuration check for directories and files. Better handling of Assetto Corsa Server launch failures. Improved Setup Wizard input validation.