Multiple sessions

We are doing 2 ou 3 races per event with diferent parameters, it would be nice to be able to schedule multiple sessions without leaving the server.

Here an example from one of our event (sms_rotate_config.json)

{				**//Practice**
			
		
		"TrackId" : "Galeao_Airport"
		//"VehicleClassId" : "DPI", //Voir liste "vehicle_classes" ensemble de voitures ensemble de voitures
		"VehicleModelId" : "MINI Cooper JCW",//Voir liste "vehicles" ligne "NAME" 1 seule voiture
		
		
		//"MultiClassSlots" : 2,
		//"MultiClassSlot1" : "GT3",
		//"MultiClassSlot2" : "DPI",
		
		
		"PracticeLength" : 360,//Minutes jusqu'à 21h15
        "QualifyLength" : 0,//0
        "RaceLength" : 0,//0


        


        "PracticeDateHour" : 9,
        "QualifyDateHour" : 10,
        "RaceDateHour" : 15,


        "PracticeDateProgression" : 1,
        "QualifyDateProgression" : 1,
        "RaceDateProgression" : 1,
		
		
},





{					**//Race1**
		
		
		"TrackId" : "Galeao_Airport",
		//"VehicleClassId" : "DPI",//Voir liste "vehicle_classes"
		"VehicleModelId" : "MINI Cooper JCW",//Voir liste "vehicles" ligne "NAME" 1 seule voiture

		
		//"MultiClassSlots" : 2,
		//"MultiClassSlot1" : "GT3",
		//"MultiClassSlot2" : "DPI",
		
		"PracticeLength" : 10,//0
        "QualifyLength" : 10,//10
        "RaceLength" : 20,//20


        "RaceDateYear" : 2021,
        "RaceDateMonth" : 4,
        "RaceDateDay" : 15,


        "PracticeDateHour" : 12,
        "QualifyDateHour" : 13,
        "RaceDateHour" : 14,


        "PracticeDateProgression" : 1,
        "QualifyDateProgression" : 1,
        "RaceDateProgression" : 1,
			
		
},
{					**//Race 2**
		
		
		"TrackId" : "Galeao_Airport",
		//"VehicleClassId" : "DPI",//Voir liste "vehicle_classes"
		"VehicleModelId" : "MINI Cooper JCW",//Voir liste "vehicles" ligne "NAME" 1 seule voiture
		
		//"MultiClassSlots" : 2,
		//"MultiClassSlot1" : "GT3",
		//"MultiClassSlot2" : "DPI",
		
		"PracticeLength" : 10,//0
        "QualifyLength" : 7,//7
        "RaceLength" : 45,//45


        "RaceDateYear" : 2021,
        "RaceDateMonth" : 4,
        "RaceDateDay" : 15,


        "PracticeDateHour" : 14,
        "QualifyDateHour" : 15,
        "RaceDateHour" : 16,


        "PracticeDateProgression" : 1,
        "QualifyDateProgression" : 1,
        "RaceDateProgression" : 1,
			
		
}
		]
}

Thank you for the feature request. This feature is on our job list, and will hopefully make it into a future update to the Manager!

1 Like

Hi, has then been implemented yet?

Hi, this isn’t currently possible as we encountered issues when implementing the rotate system originally after this request. That was quite a while ago though, I’ll add it back to our job list to have a look at this again.

Some news? :innocent: is it on your job list, lol?

Hi, it is still on our job list, I’ve bumped it up in priority but can’t say for sure when it will be implemented at this time, as we are waiting to see if v1.6 brings any large changes to the platform that we will aim to support.

Thanks