I have a dedicated server I need to know how to set-up AI on one and have it as configured as I like.
I also need to know how to setup the car as the second you let the dedicated server handle everything it locks out the car selection I believe.
How can I have AI with the preferred Track/Car of choice and set practice/qualify/warm-up properly through this type of server?
My server is properly port forwarded and operational...
Here is what my config looks like.
Code:
logLevel : "info"
eventsLogSize : 10000
name : "Slayersen"
secure : true
password : "******"
maxPlayerCount : 20
bindIP : ""
steamPort : 8766
hostPort : 27015
queryPort : 27016
sleepWaiting : 250
sleepActive : 7
enableHttpApi : true
httpApiLogLevel : "warning"
httpApiInterface : "127.0.0.1"
httpApiPort : 9000
httpApiExtraHeaders : {
"*" : "Access-Control-Allow-Origin: *"
}
allowEmptyJoin : true
controlGameSetup : false
sessionAttributes : {
"ServerControlsTrack" : 0,
"ServerControlsVehicle" : 0,
"GridSize" : 20,
"MaxPlayers" : 2,
"Practice1Length" : 2,
"Practice2Length" : 0,
"QualifyLength" : 2,
"Race1Length" : 6,
"Flags" : 656616,
"DamageType" : 1,
"TireWearType" : 8,
"FuelUsageType" : 2,
"PenaltiesType" : 1,
"AllowedViews" : 0,
"TrackId" : 1988984740,
"VehicleClassId" : 767810805,
"VehicleModelId" : 1694837381,
"DateYear" : 2015,
"DateMonth" : 8,
"DateDay" : 17,
"DateHour" : 16,
"DateMinute" : 30,
"DateProgression" : 1,
"ForecastProgression" : 1,
"WeatherSlots" : 1,
"WeatherSlot1" : -934211870,
"WeatherSlot2" : -934211870,
"WeatherSlot3" : -934211870,
"WeatherSlot4" : -934211870,
}
How can I have a dedicated server, but still have functional AI fill slots?