Any/All,
SSM:
CTF:
I am working with DC_Weapon_Bunkers
I am confining the battle to within what is originally Axis Main
I've moved the flags to where I want.
I have my coordinates for where I want the Coalition SoldierSpawns; there are originally (5); I'll add another for a total of (6)
I have found (21) original Axis SoldierSpawns
I want to reduce that to (6)
SoldierSpawns.con- Code: Select all
rem SoldierSpawns.con created by Battlecraft 1942
rem (C:\Program Files\EA GAMES\Battlefield 1942\Mods\mydesert\bf1942\levels\DC_Weapon_Bunkers_SnD/conquest/SoldierSpawns.con)
rem -----------------------------------------
rem --- CoallitionBase_Spawn1 ---
rem -----------------------------------------
Object.create CoallitionBase_Spawn1
Object.absolutePosition 498.35/74.89/396.07
Object.rotation 119.00/0.00/0.00
rem -----------------------------------------
rem --- CoallitionBase_Spawn2 ---
rem -----------------------------------------
Object.create CoallitionBase_Spawn2
Object.absolutePosition 529.52/74.88/364.13
Object.rotation 0.00/0.00/0.00
rem -----------------------------------------
rem --- CoallitionBase_Spawn3 ---
rem -----------------------------------------
Object.create CoallitionBase_Spawn3
Object.absolutePosition 560.66/74.81/389.76
Object.rotation -47.00/0.00/0.00
rem -----------------------------------------
rem --- CoallitionBase_Spawn4 ---
rem -----------------------------------------
Object.create CoallitionBase_Spawn4
Object.absolutePosition 528.96/74.52/416.41
Object.rotation 158.00/0.00/0.00
rem -----------------------------------------
rem --- CoallitionBase_Spawn5 ---
rem -----------------------------------------
Object.create CoallitionBase_Spawn5
Object.absolutePosition 536.37/74.49/385.37
Object.rotation 0.00/0.00/0.00
rem EndOfFile
SoldierSpawnTemplates.con- Code: Select all
rem SoldierSpawnTemplates.con created by Battlecraft 1942
rem (C:\Program Files\EA GAMES\Battlefield 1942\Mods\mydesert\bf1942\levels\DC_Weapon_Bunkers_SnD/conquest/SoldierSpawnTemplates.con)
rem -----------------------------------------
rem --- CoallitionBase_Spawn1 ---
rem -----------------------------------------
ObjectTemplate.create SpawnPoint CoallitionBase_Spawn1
ObjectTemplate.setSpawnId 2
ObjectTemplate.setGroup 2
rem -----------------------------------------
rem --- CoallitionBase_Spawn2 ---
rem -----------------------------------------
ObjectTemplate.create SpawnPoint CoallitionBase_Spawn2
ObjectTemplate.setSpawnId 3
ObjectTemplate.setGroup 2
rem -----------------------------------------
rem --- CoallitionBase_Spawn3 ---
rem -----------------------------------------
ObjectTemplate.create SpawnPoint CoallitionBase_Spawn3
ObjectTemplate.setSpawnId 4
ObjectTemplate.setGroup 2
rem -----------------------------------------
rem --- CoallitionBase_Spawn4 ---
rem -----------------------------------------
ObjectTemplate.create SpawnPoint CoallitionBase_Spawn4
ObjectTemplate.setSpawnId 5
ObjectTemplate.setGroup 2
rem -----------------------------------------
rem --- CoallitionBase_Spawn5 ---
rem -----------------------------------------
ObjectTemplate.create SpawnPoint CoallitionBase_Spawn5
ObjectTemplate.setSpawnId 6
ObjectTemplate.setGroup 2
rem EndOfFile
SpawnPointManagerSettings.con- Code: Select all
rem SoldierSpawnTemplates.con created by Battlecraft 1942
rem (C:\Program Files\EA GAMES\Battlefield 1942\Mods\mydesert\bf1942\levels\DC_Weapon_Bunkers_SnD/conquest/SoldierSpawnTemplates.con)
rem -----------------------------------------
rem --- CoallitionBase_Spawn1 ---
rem -----------------------------------------
ObjectTemplate.create SpawnPoint CoallitionBase_Spawn1
ObjectTemplate.setSpawnId 2
ObjectTemplate.setGroup 2
rem -----------------------------------------
rem --- CoallitionBase_Spawn2 ---
rem -----------------------------------------
ObjectTemplate.create SpawnPoint CoallitionBase_Spawn2
ObjectTemplate.setSpawnId 3
ObjectTemplate.setGroup 2
rem -----------------------------------------
rem --- CoallitionBase_Spawn3 ---
rem -----------------------------------------
ObjectTemplate.create SpawnPoint CoallitionBase_Spawn3
ObjectTemplate.setSpawnId 4
ObjectTemplate.setGroup 2
rem -----------------------------------------
rem --- CoallitionBase_Spawn4 ---
rem -----------------------------------------
ObjectTemplate.create SpawnPoint CoallitionBase_Spawn4
ObjectTemplate.setSpawnId 5
ObjectTemplate.setGroup 2
rem -----------------------------------------
rem --- CoallitionBase_Spawn5 ---
rem -----------------------------------------
ObjectTemplate.create SpawnPoint CoallitionBase_Spawn5
ObjectTemplate.setSpawnId 6
ObjectTemplate.setGroup 2
rem EndOfFile
I do not understand where the existing 21 Axis SoldierSpawn locations are?
help?
~ tona