We have dedicated servers running on AMS2 but we cannot find a way to have a waiting time between qualy and race for setup adjustments. I know that if I open a server on my rig (directly in game) I can select a waiting time, that's not what I am asking... Does anyone knows what to modify in the lua files to make this happen? Thank you
Fixed it with the API/flags at lua_config files Not sure if it works also when you use the web interface for next session
We will try to give a more detailed information about the way we fix the wait time before Race. 1. First you need to have these api/lists available where "9090" is an example of the port assigned to that specific server. http://127.0.0.1:9090/api/list/ http://127.0.0.1:9090/api/list/flags/session http://127.0.0.1:9090/api/list/tracks/ http://127.0.0.1:9090/api/list/enums/weather http://127.0.0.1:9090/api/list/vehicles/ http://127.0.0.1:9090/api/list/vehicle_classes/ 2. Sum-up the flag/session integer. We imported http://127.0.0.1:9090/api/list/flags/session text into a spreadsheet for easy use. 3. Edit the file "sms_rotate_config.json" PAY ATTENTION: you cannot use as flag attributes vehicle integers on this file!!! 4. Edit the server.cfg with the full flag value, vehicle, classes, etc. 5. Edit the flag integer including the vehicle class, etc 6. Launch the DedicatedServerCmd.exe If you managed to do all the correct changes you should not have any error after the cmd has launched. We are using the web interface for the server rotation (i.e. http://127.0.0.1:9090/sessionConfig) but still unsure if with the next rotation the server keeps the flag integers or modify it. We hope this helps. If anyone has better experience or can give any hint of improvements, please feel free. OTCR/Admin