So I emptied out Battle-axes TDM folder and added in all conquest cons instead, this worked but tickets were both zero, so I added in the conquest game tickets in the tdm.cons higher up directory tree but they failed to read still zero.
I tried a different approach with just replacing conquest.con commands to tdm.com which includes run commands to which map game folder game is to load and tickets ie
Code: Select all
Game.setNumberOfTickets 1 100
Game.setNumberOfTickets 2 100
Game.setTicketLostPerMin 1 15
Game.setTicketLostPerMin 2 15
run Conquest/SpawnpointManagerSettings
run Conquest/SoldierSpawnTemplates
run Conquest/SoldierSpawns
run Conquest/ObjectSpawnTemplates
run Conquest/ControlPointTemplates
if v_arg1 == host
rem ----- Host
rem ----------------------------------------------------------------------------
run Conquest/ObjectSpawns
run Conquest/ControlPoints
So I have run out of Ideas, somewhere there must be a command to tell map which type of game style to run and read tickets but I cant find it in Int or tdm cons etc in maps directorys, so far any ideas