argh... I added the complete enterprise and shokaku objects.cons to my midway_004rfa objects.con and changed the spawn times and number of objects spawned for the planes.heres what I changed:
ObjectTemplate.create ObjectSpawner Enterprise_corsairSpawner
ObjectTemplate.setObjectTemplate 1 corsair
ObjectTemplate.setObjectTemplate 2 corsair
ObjectTemplate.minSpawnDelay 10
ObjectTemplate.maxSpawnDelay 12
ObjectTemplate.TimeToLive 120
ObjectTemplate.Distance 200
ObjectTemplate.spawnOffset 0/0/0
ObjectTemplate.holdObject 1
ObjectTemplate.team 1
ObjectTemplate.MaxNrOfObjectSpawned 4
rem *** ShokakuZeroSpawner ***
ObjectTemplate.create ObjectSpawner ShokakuZeroSpawner
ObjectTemplate.setObjectTemplate 1 Zero
ObjectTemplate.setObjectTemplate 2 Zero
ObjectTemplate.holdObject 1
ObjectTemplate.minSpawnDelay 10
ObjectTemplate.maxSpawnDelay 12
ObjectTemplate.TimeToLive 120
ObjectTemplate.Distance 200
ObjectTemplate.spawnOffset 0/0/0
ObjectTemplate.team 1
ObjectTemplate.MaxNrOfObjectSpawned 4
I added an Init.con to the conquest folder where my objects.con is located,that says run objects.con but When the game runs on the server the settings I changed dont show up.I`de like to get it right this time,because I`ve been sending the rfa to the clan leader for him to upload and I think he`s losing his patients with my little modding experiment.
any suggestions?