[Help!] AASv4 flag routes problem

Making or wanting help making your own asset? Check in here
VapoMan
Retired PR Developer
Posts: 1139
Joined: 2009-05-29 07:11

[Help!] AASv4 flag routes problem

Post by VapoMan »

Im working on the flags on Black gold. Ive made every flag and set up the SGID for each one. I did not make all the flags in the editor, instead I made one of each and then edited the gameplayobjects.con in notepad to make up all the different flag versions.
They should all be fine but when I load up the map ingame to test, every flag is up and the cappable order is random.

This is what the problem looks like ingame:
Image

Here is the gameplayobjects.con ive set up. It looks fine to me, but I must be missing something.

Code: Select all

rem ********** Object Spawner **********
if v_arg1 == host

endIf

rem ********** Spawn Points **********
rem [SpawnPointTemplate: cpname_black_gold_aas64_northmain_1]
ObjectTemplate.create SpawnPoint cpname_black_gold_aas64_northmain_1
ObjectTemplate.activeSafe SpawnPoint cpname_black_gold_aas64_northmain_1
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.isNotSaveable 1
ObjectTemplate.setSpawnPositionOffset 0/1.25/0
ObjectTemplate.setControlPointId 1

rem [SpawnPoint: cpname_black_gold_aas64_northmain_1]
Object.create cpname_black_gold_aas64_northmain_1
Object.absolutePosition 1837.065/21.500/1374.844
Object.rotation 104.203/0.000/0.000
Object.layer 4

rem [SpawnPointTemplate: cpname_black_gold_aas64_southmain_1]
ObjectTemplate.create SpawnPoint cpname_black_gold_aas64_southmain_1
ObjectTemplate.activeSafe SpawnPoint cpname_black_gold_aas64_southmain_1
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.isNotSaveable 1
ObjectTemplate.setSpawnPositionOffset 0/1.25/0
ObjectTemplate.setControlPointId 2

rem [SpawnPoint: cpname_black_gold_aas64_southmain_1]
Object.create cpname_black_gold_aas64_southmain_1
Object.absolutePosition -1825.919/7.500/-1120.191
Object.rotation -75.693/0.000/0.000
Object.layer 4


rem ********** Control Points **********
rem [ControlPointTemplate: cpname_black_gold_aas64_northmain]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_northmain
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_northmain
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_northmain
ObjectTemplate.team 1
ObjectTemplate.controlPointId 1
ObjectTemplate.supplyGroupId -1
ObjectTemplate.unableToChangeTeam 1
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_southmain]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_southmain
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_southmain
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_southmain
ObjectTemplate.team 2
ObjectTemplate.controlPointId 2
ObjectTemplate.supplyGroupId -1
ObjectTemplate.unableToChangeTeam 1
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_1northoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_1northoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_1northoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_1northoutpost
ObjectTemplate.team 1
ObjectTemplate.radius 75
ObjectTemplate.controlPointId 31
ObjectTemplate.supplyGroupId 102
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_2northoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_2northoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_2northoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_2northoutpost
ObjectTemplate.team 1
ObjectTemplate.radius 75
ObjectTemplate.controlPointId 32
ObjectTemplate.supplyGroupId 102
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_3northoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_3northoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_3northoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_3northoutpost
ObjectTemplate.team 1
ObjectTemplate.radius 75
ObjectTemplate.controlPointId 33
ObjectTemplate.supplyGroupId 103
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_4northoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_4northoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_4northoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_4northoutpost
ObjectTemplate.team 1
ObjectTemplate.radius 75
ObjectTemplate.controlPointId 34
ObjectTemplate.supplyGroupId 104
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_5northoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_5northoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_5northoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_5northoutpost
ObjectTemplate.team 1
ObjectTemplate.radius 75
ObjectTemplate.controlPointId 35
ObjectTemplate.supplyGroupId 105
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_6northoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_6northoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_6northoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_6northoutpost
ObjectTemplate.team 1
ObjectTemplate.radius 75
ObjectTemplate.controlPointId 36
ObjectTemplate.supplyGroupId 106
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_7northoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_7northoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_7northoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_7northoutpost
ObjectTemplate.team 1
ObjectTemplate.radius 75
ObjectTemplate.controlPointId 37
ObjectTemplate.supplyGroupId 107
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_8northoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_8northoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_8northoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_8northoutpost
ObjectTemplate.team 1
ObjectTemplate.radius 75
ObjectTemplate.controlPointId 38
ObjectTemplate.supplyGroupId 108
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_2communicationsoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_2communicationsoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_2communicationsoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_2communicationsoutpost
ObjectTemplate.radius 125
ObjectTemplate.controlPointId 41
ObjectTemplate.supplyGroupId 202
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_5communicationsoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_5communicationsoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_5communicationsoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_5communicationsoutpost
ObjectTemplate.radius 125
ObjectTemplate.controlPointId 42
ObjectTemplate.supplyGroupId 205
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_3supplybunker]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_3supplybunker
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_3supplybunker
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_3supplybunker
ObjectTemplate.radius 100
ObjectTemplate.controlPointId 51
ObjectTemplate.supplyGroupId 203
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_6supplybunker]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_6supplybunker
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_6supplybunker
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_6supplybunker
ObjectTemplate.radius 100
ObjectTemplate.controlPointId 52
ObjectTemplate.supplyGroupId 206
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_2controlfacility]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_2controlfacility
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_2controlfacility
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_2controlfacility
ObjectTemplate.radius 150
ObjectTemplate.controlPointId 61
ObjectTemplate.supplyGroupId 312
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_3controlfacility]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_3controlfacility
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_3controlfacility
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_3controlfacility
ObjectTemplate.radius 150
ObjectTemplate.controlPointId 62
ObjectTemplate.supplyGroupId 313
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_4controlfacility]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_4controlfacility
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_4controlfacility
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_4controlfacility
ObjectTemplate.radius 150
ObjectTemplate.controlPointId 63
ObjectTemplate.supplyGroupId 204
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_6controlfacility]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_6controlfacility
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_6controlfacility
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_6controlfacility
ObjectTemplate.radius 150
ObjectTemplate.controlPointId 64
ObjectTemplate.supplyGroupId 316
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_7controlfacility]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_7controlfacility
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_7controlfacility
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_7controlfacility
ObjectTemplate.radius 150
ObjectTemplate.controlPointId 65
ObjectTemplate.supplyGroupId 417
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_8controlfacility]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_8controlfacility
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_8controlfacility
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_8controlfacility
ObjectTemplate.radius 150
ObjectTemplate.controlPointId 66
ObjectTemplate.supplyGroupId 508
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_4fortifiedcaves]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_4fortifiedcaves
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_4fortifiedcaves
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_4fortifiedcaves
ObjectTemplate.radius 50
ObjectTemplate.controlPointId 71
ObjectTemplate.supplyGroupId 314
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_6fortifiedcaves]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_6fortifiedcaves
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_6fortifiedcaves
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_6fortifiedcaves
ObjectTemplate.radius 50
ObjectTemplate.controlPointId 72
ObjectTemplate.supplyGroupId 316
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_8fortifiedcaves]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_8fortifiedcaves
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_8fortifiedcaves
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_8fortifiedcaves
ObjectTemplate.radius 50
ObjectTemplate.controlPointId 73
ObjectTemplate.supplyGroupId 618
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_4oilrefinery]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_4oilrefinery
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_4oilrefinery
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_4oilrefinery
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 81
ObjectTemplate.supplyGroupId 314
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_6oilrefinery]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_6oilrefinery
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_6oilrefinery
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_6oilrefinery
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 82
ObjectTemplate.supplyGroupId 316
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_7oilrefinery]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_7oilrefinery
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_7oilrefinery
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_7oilrefinery
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 83
ObjectTemplate.supplyGroupId 517
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_8oilrefinery]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_8oilrefinery
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_8oilrefinery
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_8oilrefinery
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 84
ObjectTemplate.supplyGroupId 618
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_1oilstorage]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_1oilstorage
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_1oilstorage
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_1oilstorage
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 91
ObjectTemplate.supplyGroupId 311
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_2oilstorage]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_2oilstorage
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_2oilstorage
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_2oilstorage
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 92
ObjectTemplate.supplyGroupId 312
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_3oilstorage]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_3oilstorage
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_3oilstorage
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_3oilstorage
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 93
ObjectTemplate.supplyGroupId 313
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_5oilstorage]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_5oilstorage
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_5oilstorage
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_5oilstorage
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 94
ObjectTemplate.supplyGroupId 315
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_6oilstorage]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_6oilstorage
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_6oilstorage
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_6oilstorage
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 95
ObjectTemplate.supplyGroupId 316
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_7oilstorage]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_7oilstorage
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_7oilstorage
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_7oilstorage
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 96
ObjectTemplate.supplyGroupId 307
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_8oilstorage]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_8oilstorage
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_8oilstorage
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_8oilstorage
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 97
ObjectTemplate.supplyGroupId 408
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_1waterpumpingstation]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_1waterpumpingstation
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_1waterpumpingstation
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_1waterpumpingstation
ObjectTemplate.radius 100
ObjectTemplate.controlPointId 101
ObjectTemplate.supplyGroupId 311
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_2waterpumpingstation]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_2waterpumpingstation
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_2waterpumpingstation
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_2waterpumpingstation
ObjectTemplate.radius 100
ObjectTemplate.controlPointId 102
ObjectTemplate.supplyGroupId 312
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_5waterpumpingstation]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_5waterpumpingstation
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_5waterpumpingstation
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_5waterpumpingstation
ObjectTemplate.radius 100
ObjectTemplate.controlPointId 103
ObjectTemplate.supplyGroupId 405
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_8waterpumpingstation]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_8waterpumpingstation
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_8waterpumpingstation
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_8waterpumpingstation
ObjectTemplate.radius 100
ObjectTemplate.controlPointId 104
ObjectTemplate.supplyGroupId 308
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_1hilltopfort]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_1hilltopfort
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_1hilltopfort
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_1hilltopfort
ObjectTemplate.radius 200
ObjectTemplate.controlPointId 111
ObjectTemplate.supplyGroupId 401
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_2hilltopfort]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_2hilltopfort
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_2hilltopfort
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_2hilltopfort
ObjectTemplate.radius 200
ObjectTemplate.controlPointId 112
ObjectTemplate.supplyGroupId 402
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_3hilltopfort]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_3hilltopfort
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_3hilltopfort
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_3hilltopfort
ObjectTemplate.radius 200
ObjectTemplate.controlPointId 113
ObjectTemplate.supplyGroupId 403
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_4hilltopfort]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_4hilltopfort
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_4hilltopfort
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_4hilltopfort
ObjectTemplate.radius 200
ObjectTemplate.controlPointId 114
ObjectTemplate.supplyGroupId 314
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_7hilltopfort]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_7hilltopfort
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_7hilltopfort
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_7hilltopfort
ObjectTemplate.radius 200
ObjectTemplate.controlPointId 115
ObjectTemplate.supplyGroupId 417
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_4abandonedfarm]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_4abandonedfarm
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_4abandonedfarm
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_4abandonedfarm
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 121
ObjectTemplate.supplyGroupId 404
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_6abandonedfarm]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_6abandonedfarm
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_6abandonedfarm
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_6abandonedfarm
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 122
ObjectTemplate.supplyGroupId 406
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_7abandonedfarm]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_7abandonedfarm
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_7abandonedfarm
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_7abandonedfarm
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 123
ObjectTemplate.supplyGroupId 517
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_8abandonedfarm]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_8abandonedfarm
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_8abandonedfarm
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_8abandonedfarm
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 124
ObjectTemplate.supplyGroupId 708
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_1ruinedcity]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_1ruinedcity
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_1ruinedcity
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_1ruinedcity
ObjectTemplate.radius 350
ObjectTemplate.team 1
ObjectTemplate.controlPointId 131
ObjectTemplate.supplyGroupId 201
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_5ruinedcity]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_5ruinedcity
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_5ruinedcity
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_5ruinedcity
ObjectTemplate.radius 350
ObjectTemplate.team 1
ObjectTemplate.controlPointId 132
ObjectTemplate.supplyGroupId 315
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_7ruinedcity]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_7ruinedcity
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_7ruinedcity
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_7ruinedcity
ObjectTemplate.radius 350
ObjectTemplate.team 1
ObjectTemplate.controlPointId 133
ObjectTemplate.supplyGroupId 207
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_8ruinedcity]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_8ruinedcity
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_8ruinedcity
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_8ruinedcity
ObjectTemplate.radius 350
ObjectTemplate.team 1
ObjectTemplate.controlPointId 134
ObjectTemplate.supplyGroupId 208
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_1southoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_1southoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_1southoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_1southoutpost
ObjectTemplate.radius 75
ObjectTemplate.team 2
ObjectTemplate.controlPointId 141
ObjectTemplate.supplyGroupId 501
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_2southoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_2southoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_2southoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_2southoutpost
ObjectTemplate.radius 75
ObjectTemplate.team 2
ObjectTemplate.controlPointId 142
ObjectTemplate.supplyGroupId 502
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_3southoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_3southoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_3southoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_3southoutpost
ObjectTemplate.radius 75
ObjectTemplate.team 2
ObjectTemplate.controlPointId 143
ObjectTemplate.supplyGroupId 503
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_4southoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_4southoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_4southoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_4southoutpost
ObjectTemplate.radius 75
ObjectTemplate.team 2
ObjectTemplate.controlPointId 144
ObjectTemplate.supplyGroupId 504
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_5southoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_5southoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_5southoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_5southoutpost
ObjectTemplate.radius 75
ObjectTemplate.team 2
ObjectTemplate.controlPointId 145
ObjectTemplate.supplyGroupId 505
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_6southoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_6southoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_6southoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_6southoutpost
ObjectTemplate.radius 75
ObjectTemplate.team 2
ObjectTemplate.controlPointId 146
ObjectTemplate.supplyGroupId 506
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_7southoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_7southoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_7southoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_7southoutpost
ObjectTemplate.radius 75
ObjectTemplate.team 2
ObjectTemplate.controlPointId 147
ObjectTemplate.supplyGroupId 607
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_8southoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_8southoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_8southoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_8southoutpost
ObjectTemplate.radius 75
ObjectTemplate.team 2
ObjectTemplate.controlPointId 148
ObjectTemplate.supplyGroupId 808
ObjectTemplate.hoistMinMax 0.2/0.9

if v_arg1 == host

   rem [ControlPoint: cpname_black_gold_aas64_northmain]
   Object.create cpname_black_gold_aas64_northmain
   Object.absolutePosition 1871.300/14.250/1461.063
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_southmain]
   Object.create cpname_black_gold_aas64_southmain
   Object.absolutePosition -1862.336/-1.677/-1165.429
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_1northoutpost]
   Object.create cpname_black_gold_aas64_1northoutpost
   Object.absolutePosition 771.879/6.174/1643.471
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_2northoutpost]
   Object.create cpname_black_gold_aas64_2northoutpost
   Object.absolutePosition 771.879/6.174/1643.471
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_3northoutpost]
   Object.create cpname_black_gold_aas64_3northoutpost
   Object.absolutePosition 771.879/6.174/1643.471
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_4northoutpost]
   Object.create cpname_black_gold_aas64_4northoutpost
   Object.absolutePosition 771.879/6.174/1643.471
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_5northoutpost]
   Object.create cpname_black_gold_aas64_5northoutpost
   Object.absolutePosition 771.879/6.174/1643.471
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_6northoutpost]
   Object.create cpname_black_gold_aas64_6northoutpost
   Object.absolutePosition 771.879/6.174/1643.471
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_7northoutpost]
   Object.create cpname_black_gold_aas64_7northoutpost
   Object.absolutePosition 771.879/6.174/1643.471
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_8northoutpost]
   Object.create cpname_black_gold_aas64_8northoutpost
   Object.absolutePosition 771.879/6.174/1643.471
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_2communicationsoutpost]
   Object.create cpname_black_gold_aas64_2communicationsoutpost
   Object.absolutePosition 185.017/91.481/947.574
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_5communicationsoutpost]
   Object.create cpname_black_gold_aas64_5communicationsoutpost
   Object.absolutePosition 185.017/91.481/947.574
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_3supplybunker]
   Object.create cpname_black_gold_aas64_3supplybunker
   Object.absolutePosition 683.419/60.485/619.905
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_6supplybunker]
   Object.create cpname_black_gold_aas64_6supplybunker
   Object.absolutePosition 683.419/60.485/619.905
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_2controlfacility]
   Object.create cpname_black_gold_aas64_2controlfacility
   Object.absolutePosition 794.460/12.108/-40.930
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_3controlfacility]
   Object.create cpname_black_gold_aas64_3controlfacility
   Object.absolutePosition 794.460/12.108/-40.930
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_4controlfacility]
   Object.create cpname_black_gold_aas64_4controlfacility
   Object.absolutePosition 794.460/12.108/-40.930
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_6controlfacility]
   Object.create cpname_black_gold_aas64_6controlfacility
   Object.absolutePosition 794.460/12.108/-40.930
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_7controlfacility]
   Object.create cpname_black_gold_aas64_7controlfacility
   Object.absolutePosition 794.460/12.108/-40.930
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_8controlfacility]
   Object.create cpname_black_gold_aas64_8controlfacility
   Object.absolutePosition 794.460/12.108/-40.930
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_4fortifiedcaves]
   Object.create cpname_black_gold_aas64_4fortifiedcaves
   Object.absolutePosition 1403.092/29.665/-377.034
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_6fortifiedcaves]
   Object.create cpname_black_gold_aas64_6fortifiedcaves
   Object.absolutePosition 1403.092/29.665/-377.034
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_8fortifiedcaves]
   Object.create cpname_black_gold_aas64_8fortifiedcaves
   Object.absolutePosition 1403.092/29.665/-377.034
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_4oilrefinery]
   Object.create cpname_black_gold_aas64_4oilrefinery
   Object.absolutePosition 1371.409/-5.953/-1091.115
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_6oilrefinery]
   Object.create cpname_black_gold_aas64_6oilrefinery
   Object.absolutePosition 1371.409/-5.953/-1091.115
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_7oilrefinery]
   Object.create cpname_black_gold_aas64_7oilrefinery
   Object.absolutePosition 1371.409/-5.953/-1091.115
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_8oilrefinery]
   Object.create cpname_black_gold_aas64_8oilrefinery
   Object.absolutePosition 1371.409/-5.953/-1091.115
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_1oilstorage]
   Object.create cpname_black_gold_aas64_1oilstorage
   Object.absolutePosition -142.535/-2.624/267.549
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_2oilstorage]
   Object.create cpname_black_gold_aas64_2oilstorage
   Object.absolutePosition -142.535/-2.624/267.549
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_3oilstorage]
   Object.create cpname_black_gold_aas64_3oilstorage
   Object.absolutePosition -142.535/-2.624/267.549
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_5oilstorage]
   Object.create cpname_black_gold_aas64_oilstorage
   Object.absolutePosition -142.535/-2.624/267.549
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_5oilstorage]
   Object.create cpname_black_gold_aas64_oilstorage
   Object.absolutePosition -142.535/-2.624/267.549
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_6oilstorage]
   Object.create cpname_black_gold_aas64_6oilstorage
   Object.absolutePosition -142.535/-2.624/267.549
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_7oilstorage]
   Object.create cpname_black_gold_aas64_7oilstorage
   Object.absolutePosition -142.535/-2.624/267.549
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_8oilstorage]
   Object.create cpname_black_gold_aas64_8oilstorage
   Object.absolutePosition -142.535/-2.624/267.549
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_1waterpumpingstation]
   Object.create cpname_black_gold_aas64_1waterpumpingstation
   Object.absolutePosition -1067.953/3.099/397.523
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_2waterpumpingstation]
   Object.create cpname_black_gold_aas64_2waterpumpingstation
   Object.absolutePosition -1067.953/3.099/397.523
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_5waterpumpingstation]
   Object.create cpname_black_gold_aas64_5waterpumpingstation
   Object.absolutePosition -1067.953/3.099/397.523
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_8waterpumpingstation]
   Object.create cpname_black_gold_aas64_8waterpumpingstation
   Object.absolutePosition -1067.953/3.099/397.523
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_1hilltopfort]
   Object.create cpname_black_gold_aas64_1hilltopfort
   Object.absolutePosition 13.510/87.026/-407.699
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_2hilltopfort]
   Object.create cpname_black_gold_aas64_2hilltopfort
   Object.absolutePosition 13.510/87.026/-407.699
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_3hilltopfort]
   Object.create cpname_black_gold_aas64_3hilltopfort
   Object.absolutePosition 13.510/87.026/-407.699
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_4hilltopfort]
   Object.create cpname_black_gold_aas64_4hilltopfort
   Object.absolutePosition 13.510/87.026/-407.699
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_7hilltopfort]
   Object.create cpname_black_gold_aas64_7hilltopfort
   Object.absolutePosition 13.510/87.026/-407.699
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_4abandonedfarm]
   Object.create cpname_black_gold_aas64_4abandonedfarm
   Object.absolutePosition 227.852/-5.228/-1358.717
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_6abandonedfarm]
   Object.create cpname_black_gold_aas64_6abandonedfarm
   Object.absolutePosition 227.852/-5.228/-1358.717
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_7abandonedfarm]
   Object.create cpname_black_gold_aas64_7abandonedfarm
   Object.absolutePosition 227.852/-5.228/-1358.717
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_8abandonedfarm]
   Object.create cpname_black_gold_aas64_8abandonedfarm
   Object.absolutePosition 227.852/-5.228/-1358.717
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_1ruinedcity]
   Object.create cpname_black_gold_aas64_1ruinedcity
   Object.absolutePosition -497.368/-5.533/1203.820
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_5ruinedcity]
   Object.create cpname_black_gold_aas64_5ruinedcity
   Object.absolutePosition -497.368/-5.533/1203.820
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_7ruinedcity]
   Object.create cpname_black_gold_aas64_7ruinedcity
   Object.absolutePosition -497.368/-5.533/1203.820
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_8ruinedcity]
   Object.create cpname_black_gold_aas64_8ruinedcity
   Object.absolutePosition -497.368/-5.533/1203.820
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_1southoutpost]
   Object.create cpname_black_gold_aas64_1southoutpost
   Object.absolutePosition -765.872/23.632/-1301.998
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_2southoutpost]
   Object.create cpname_black_gold_aas64_2southoutpost
   Object.absolutePosition -765.872/23.632/-1301.998
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_3southoutpost]
   Object.create cpname_black_gold_aas64_3southoutpost
   Object.absolutePosition -765.872/23.632/-1301.998
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_4southoutpost]
   Object.create cpname_black_gold_aas64_4southoutpost
   Object.absolutePosition -765.872/23.632/-1301.998
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_5southoutpost]
   Object.create cpname_black_gold_aas64_5southoutpost
   Object.absolutePosition -765.872/23.632/-1301.998
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_6southoutpost]
   Object.create cpname_black_gold_aas64_6southoutpost
   Object.absolutePosition -765.872/23.632/-1301.998
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_7southoutpost]
   Object.create cpname_black_gold_aas64_7southoutpost
   Object.absolutePosition -765.872/23.632/-1301.998
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_8southoutpost]
   Object.create cpname_black_gold_aas64_8southoutpost
   Object.absolutePosition -765.872/23.632/-1301.998
   Object.layer 4

endIf

CombatAreaManager.use 1
CombatAreaManager.damage 0.000000
CombatAreaManager.timeAllowedOutside 300
CombatArea.create CombatArea_25_aas64
CombatArea.min 0.000000/0.000000
CombatArea.max 0.000000/0.000000
CombatArea.team 0
CombatArea.vehicles 4
CombatArea.layer 4

CombatArea.create CombatArea_0_aas64
CombatArea.min 0.000000/0.000000
CombatArea.max 0.000000/0.000000
CombatArea.addAreaPoint 2036.566650/-2035.756226
CombatArea.addAreaPoint 2036.210938/2035.784912
CombatArea.addAreaPoint -2035.466064/2036.267334
CombatArea.addAreaPoint -2036.336792/-2035.579224
CombatArea.team 0
CombatArea.vehicles 4
CombatArea.layer 4


EDIT:
I loaded up the map I few more times and a few different flags were up.
Last edited by VapoMan on 2011-03-17 07:24, edited 1 time in total.

Image"Eight glorious sides and eight stunning angles!"Image
Amok@ndy
Retired PR Developer
Posts: 5144
Joined: 2008-11-27 22:13

Re: [Help!] AASv4 flag routes problem

Post by Amok@ndy »

thats happening because you havent the AASv4 files in your python folder !
they will be included in the next patch
Image
VapoMan
Retired PR Developer
Posts: 1139
Joined: 2009-05-29 07:11

Re: [Help!] AASv4 flag routes problem

Post by VapoMan »

So the files in the AASv4 tutorial dont even work? Because they're the ones I am using.

It works when I use just 1 route. I am currently adding each one, one at a time.

EDIT: dw you're probably right, just tried with 2 routes and it buggered up.
Last edited by VapoMan on 2011-03-17 10:14, edited 1 time in total.

Image"Eight glorious sides and eight stunning angles!"Image
Rudd
Retired PR Developer
Posts: 21225
Joined: 2007-08-15 14:32

Re: [Help!] AASv4 flag routes problem

Post by Rudd »

is it because of the X0Y SGIDs? try using 1 instead of 0?
Image
VapoMan
Retired PR Developer
Posts: 1139
Joined: 2009-05-29 07:11

Re: [Help!] AASv4 flag routes problem

Post by VapoMan »

[R-DEV]Rudd wrote:is it because of the X0Y SGIDs? try using 1 instead of 0?
Tried it with just 2 routes and I still ended up with all flags coming up.

Oh and when I tried it with only 1 route before, the random flags didnt work, instead of it just choosing 1 it chose all of them.

Image"Eight glorious sides and eight stunning angles!"Image
Rudd
Retired PR Developer
Posts: 21225
Joined: 2007-08-15 14:32

Re: [Help!] AASv4 flag routes problem

Post by Rudd »

I'd redownload the python codes, maybe the DL was bad...
Image
VapoMan
Retired PR Developer
Posts: 1139
Joined: 2009-05-29 07:11

Re: [Help!] AASv4 flag routes problem

Post by VapoMan »

[R-DEV]Rudd wrote:I'd redownload the python codes, maybe the DL was bad...
Didnt work. :?

Maybe a DEV could please try running my GPO in an empty map on a version of PR with the latest AASv4 python codes, to see if it works properly?

Thanks
VapoMan

Image"Eight glorious sides and eight stunning angles!"Image
Rudd
Retired PR Developer
Posts: 21225
Joined: 2007-08-15 14:32

Re: [Help!] AASv4 flag routes problem

Post by Rudd »

sorry gives me the same problem
Image
AfterDune
Retired PR Developer
Posts: 17094
Joined: 2007-02-08 07:19

Re: [Help!] AASv4 flag routes problem

Post by AfterDune »

"I did not make all the flags in the editor" <-- this gives me the feeling perhaps something went wrong with copying and editing? What if you create two routes in the editor, what result does that give you?
Image
Amok@ndy
Retired PR Developer
Posts: 5144
Joined: 2008-11-27 22:13

Re: [Help!] AASv4 flag routes problem

Post by Amok@ndy »

i did the same AD

cloning the dummy flags in the GPO.con is much faster than doing it in the editor
Image
AfterDune
Retired PR Developer
Posts: 17094
Joined: 2007-02-08 07:19

Re: [Help!] AASv4 flag routes problem

Post by AfterDune »

I'm not saying it can't be done, I just think it's worth a shot if we can't figure out what's wrong.
Image
AFsoccer
Retired PR Developer
Posts: 4289
Joined: 2007-09-04 07:32

Re: [Help!] AASv4 flag routes problem

Post by AFsoccer »

The AASv4 code looks correct, so I think it's a python problem. When you replaced the python code, I'm assuming you did it for the correct folder (pr / pr_edit) and that's the folder you're using to run the game? Maybe post a screenshot of your python folder?

For comparison, here's what my pr_edit python folder looks like:
Image

Image

Image

If that doesn't work, then I would create two routes by hand (as suggested earlier) and see if that helps.
Last edited by AFsoccer on 2011-03-17 15:05, edited 2 times in total.
Rudd
Retired PR Developer
Posts: 21225
Joined: 2007-08-15 14:32

Re: [Help!] AASv4 flag routes problem

Post by Rudd »

I loaded the GPO in the repo and it had the same effect as vapo got
Image
AFsoccer
Retired PR Developer
Posts: 4289
Joined: 2007-09-04 07:32

Re: [Help!] AASv4 flag routes problem

Post by AFsoccer »

I just noticed hiscontrol point IDs aren't 3 digits. I created all of mine in editor and they have 3 digits. Maybe it doesn't like the numbers he assigned.

Example of mine:

Code: Select all

ObjectTemplate.controlPointId 119
While his are 1 or 2 digits.
Amok@ndy
Retired PR Developer
Posts: 5144
Joined: 2008-11-27 22:13

Re: [Help!] AASv4 flag routes problem

Post by Amok@ndy »

what i noticed is that you have 2 flags that have the same SGID 102,
1northoutpost
2northoutpost
both have the same SGID that tells
1 - first flag
0 - default (in this case both flags will showup)
2 - route 2

maybe rethink your routes (if you use northoutpost on all routes you can give it simply SGID -1)
Image
VapoMan
Retired PR Developer
Posts: 1139
Joined: 2009-05-29 07:11

Re: [Help!] AASv4 flag routes problem

Post by VapoMan »

My python files are the same, Ive changed the CPIDs to all have 3 digits, I made north outpost have a SGID of -1 (and changed the SGID for the other flags to compensate for it) and I double checked and fixed all the flags to make sure that EVERYTHING was fine, and it still had the same problem ingame.


So I removed all the flags except the ones in routes 1, 2 and 3, and it still has the same problem. It looks like the actual attack routes are working, I can cap the flags in the set order, but instead of just choosing 1 route it chooses all of them and the same goes with the random flags.

Here is a screenshot of the flags with only 3 routes:
Image

Here is the GPO with only 3 routes.

Code: Select all

rem ********** Object Spawner **********
if v_arg1 == host

endIf

rem ********** Spawn Points **********
rem [SpawnPointTemplate: cpname_black_gold_aas64_northmain_1]
ObjectTemplate.create SpawnPoint cpname_black_gold_aas64_northmain_1
ObjectTemplate.activeSafe SpawnPoint cpname_black_gold_aas64_northmain_1
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.isNotSaveable 1
ObjectTemplate.setSpawnPositionOffset 0/1.25/0
ObjectTemplate.setControlPointId 100

rem [SpawnPoint: cpname_black_gold_aas64_northmain_1]
Object.create cpname_black_gold_aas64_northmain_1
Object.absolutePosition 1837.065/21.500/1374.844
Object.rotation 104.203/0.000/0.000
Object.layer 4

rem [SpawnPointTemplate: cpname_black_gold_aas64_southmain_1]
ObjectTemplate.create SpawnPoint cpname_black_gold_aas64_southmain_1
ObjectTemplate.activeSafe SpawnPoint cpname_black_gold_aas64_southmain_1
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.isNotSaveable 1
ObjectTemplate.setSpawnPositionOffset 0/1.25/0
ObjectTemplate.setControlPointId 200

rem [SpawnPoint: cpname_black_gold_aas64_southmain_1]
Object.create cpname_black_gold_aas64_southmain_1
Object.absolutePosition -1825.919/7.500/-1120.191
Object.rotation -75.693/0.000/0.000
Object.layer 4


rem ********** Control Points **********
rem [ControlPointTemplate: cpname_black_gold_aas64_northmain]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_northmain
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_northmain
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_northmain
ObjectTemplate.team 1
ObjectTemplate.controlPointId 100
ObjectTemplate.supplyGroupId -1
ObjectTemplate.unableToChangeTeam 1
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_southmain]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_southmain
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_southmain
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_southmain
ObjectTemplate.team 2
ObjectTemplate.controlPointId 200
ObjectTemplate.supplyGroupId -1
ObjectTemplate.unableToChangeTeam 1
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_1northoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_1northoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_1northoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_1northoutpost
ObjectTemplate.team 1
ObjectTemplate.radius 75
ObjectTemplate.controlPointId 111
ObjectTemplate.supplyGroupId -1
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_2communicationsoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_2communicationsoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_2communicationsoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_2communicationsoutpost
ObjectTemplate.radius 125
ObjectTemplate.controlPointId 109
ObjectTemplate.supplyGroupId 112
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_3supplybunker]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_3supplybunker
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_3supplybunker
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_3supplybunker
ObjectTemplate.radius 100
ObjectTemplate.controlPointId 202
ObjectTemplate.supplyGroupId 113
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_2controlfacility]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_2controlfacility
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_2controlfacility
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_2controlfacility
ObjectTemplate.radius 150
ObjectTemplate.controlPointId 204
ObjectTemplate.supplyGroupId 212
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_3controlfacility]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_3controlfacility
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_3controlfacility
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_3controlfacility
ObjectTemplate.radius 150
ObjectTemplate.controlPointId 205
ObjectTemplate.supplyGroupId 213
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_1oilstorage]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_1oilstorage
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_1oilstorage
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_1oilstorage
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 308
ObjectTemplate.supplyGroupId 211
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_2oilstorage]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_2oilstorage
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_2oilstorage
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_2oilstorage
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 309
ObjectTemplate.supplyGroupId 212
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_3oilstorage]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_3oilstorage
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_3oilstorage
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_3oilstorage
ObjectTemplate.radius 175
ObjectTemplate.controlPointId 110
ObjectTemplate.supplyGroupId 213
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_1waterpumpingstation]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_1waterpumpingstation
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_1waterpumpingstation
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_1waterpumpingstation
ObjectTemplate.radius 100
ObjectTemplate.controlPointId 160
ObjectTemplate.supplyGroupId 211
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_2waterpumpingstation]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_2waterpumpingstation
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_2waterpumpingstation
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_2waterpumpingstation
ObjectTemplate.radius 100
ObjectTemplate.controlPointId 170
ObjectTemplate.supplyGroupId 212
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_1hilltopfort]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_1hilltopfort
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_1hilltopfort
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_1hilltopfort
ObjectTemplate.radius 200
ObjectTemplate.controlPointId 210
ObjectTemplate.supplyGroupId 301
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_2hilltopfort]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_2hilltopfort
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_2hilltopfort
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_2hilltopfort
ObjectTemplate.radius 200
ObjectTemplate.controlPointId 220
ObjectTemplate.supplyGroupId 302
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_3hilltopfort]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_3hilltopfort
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_3hilltopfort
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_3hilltopfort
ObjectTemplate.radius 200
ObjectTemplate.controlPointId 230
ObjectTemplate.supplyGroupId 303
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_1ruinedcity]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_1ruinedcity
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_1ruinedcity
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_1ruinedcity
ObjectTemplate.radius 350
ObjectTemplate.controlPointId 310
ObjectTemplate.supplyGroupId 101
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_5ruinedcity]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_5ruinedcity
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_5ruinedcity
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_5ruinedcity
ObjectTemplate.radius 350
ObjectTemplate.controlPointId 320
ObjectTemplate.supplyGroupId 215
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_1southoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_1southoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_1southoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_1southoutpost
ObjectTemplate.radius 75
ObjectTemplate.team 2
ObjectTemplate.controlPointId 350
ObjectTemplate.supplyGroupId 401
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_2southoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_2southoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_2southoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_2southoutpost
ObjectTemplate.radius 75
ObjectTemplate.team 2
ObjectTemplate.controlPointId 360
ObjectTemplate.supplyGroupId 402
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas64_3southoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas64_3southoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas64_3southoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
ObjectTemplate.setControlPointName cpname_black_gold_aas64_3southoutpost
ObjectTemplate.radius 75
ObjectTemplate.team 2
ObjectTemplate.controlPointId 370
ObjectTemplate.supplyGroupId 403
ObjectTemplate.hoistMinMax 0.2/0.9

if v_arg1 == host

   rem [ControlPoint: cpname_black_gold_aas64_northmain]
   Object.create cpname_black_gold_aas64_northmain
   Object.absolutePosition 1871.300/14.250/1461.063
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_southmain]
   Object.create cpname_black_gold_aas64_southmain
   Object.absolutePosition -1862.336/-1.677/-1165.429
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_1northoutpost]
   Object.create cpname_black_gold_aas64_1northoutpost
   Object.absolutePosition 771.879/6.174/1643.471
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_2communicationsoutpost]
   Object.create cpname_black_gold_aas64_2communicationsoutpost
   Object.absolutePosition 185.017/91.481/947.574
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_3supplybunker]
   Object.create cpname_black_gold_aas64_3supplybunker
   Object.absolutePosition 683.419/60.485/619.905
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_2controlfacility]
   Object.create cpname_black_gold_aas64_2controlfacility
   Object.absolutePosition 794.460/12.108/-40.930
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_3controlfacility]
   Object.create cpname_black_gold_aas64_3controlfacility
   Object.absolutePosition 794.460/12.108/-40.930
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_1oilstorage]
   Object.create cpname_black_gold_aas64_1oilstorage
   Object.absolutePosition -142.535/-2.624/267.549
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_2oilstorage]
   Object.create cpname_black_gold_aas64_2oilstorage
   Object.absolutePosition -142.535/-2.624/267.549
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_3oilstorage]
   Object.create cpname_black_gold_aas64_3oilstorage
   Object.absolutePosition -142.535/-2.624/267.549
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_1waterpumpingstation]
   Object.create cpname_black_gold_aas64_1waterpumpingstation
   Object.absolutePosition -1067.953/3.099/397.523
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_2waterpumpingstation]
   Object.create cpname_black_gold_aas64_2waterpumpingstation
   Object.absolutePosition -1067.953/3.099/397.523
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_1hilltopfort]
   Object.create cpname_black_gold_aas64_1hilltopfort
   Object.absolutePosition 13.510/87.026/-407.699
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_2hilltopfort]
   Object.create cpname_black_gold_aas64_2hilltopfort
   Object.absolutePosition 13.510/87.026/-407.699
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_3hilltopfort]
   Object.create cpname_black_gold_aas64_3hilltopfort
   Object.absolutePosition 13.510/87.026/-407.699
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_1ruinedcity]
   Object.create cpname_black_gold_aas64_1ruinedcity
   Object.absolutePosition -497.368/-5.533/1203.820
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_1southoutpost]
   Object.create cpname_black_gold_aas64_1southoutpost
   Object.absolutePosition -765.872/23.632/-1301.998
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_2southoutpost]
   Object.create cpname_black_gold_aas64_2southoutpost
   Object.absolutePosition -765.872/23.632/-1301.998
   Object.layer 4

   rem [ControlPoint: cpname_black_gold_aas64_3southoutpost]
   Object.create cpname_black_gold_aas64_3southoutpost
   Object.absolutePosition -765.872/23.632/-1301.998
   Object.layer 4

endIf

CombatAreaManager.use 1
CombatAreaManager.damage 0.000000
CombatAreaManager.timeAllowedOutside 300
CombatArea.create CombatArea_25_aas64
CombatArea.min 0.000000/0.000000
CombatArea.max 0.000000/0.000000
CombatArea.team 0
CombatArea.vehicles 4
CombatArea.layer 4

CombatArea.create CombatArea_0_aas64
CombatArea.min 0.000000/0.000000
CombatArea.max 0.000000/0.000000
CombatArea.addAreaPoint 2036.566650/-2035.756226
CombatArea.addAreaPoint 2036.210938/2035.784912
CombatArea.addAreaPoint -2035.466064/2036.267334
CombatArea.addAreaPoint -2036.336792/-2035.579224
CombatArea.team 0
CombatArea.vehicles 4
CombatArea.layer 4

Image"Eight glorious sides and eight stunning angles!"Image
VapoMan
Retired PR Developer
Posts: 1139
Joined: 2009-05-29 07:11

Re: [Help!] AASv4 flag routes problem

Post by VapoMan »

I just made this GPO on the 32 player layer in the editor by hand and it still has the same problem. It only has 2 routes with 4 flags each and ingame it chose both routes instead of just 1.

Code: Select all

rem ********** Object Spawner **********
if v_arg1 == host

endIf

rem ********** Spawn Points **********
rem [SpawnPointTemplate: cpname_black_gold_aas32_southmain_1]
ObjectTemplate.create SpawnPoint cpname_black_gold_aas32_southmain_1
ObjectTemplate.activeSafe SpawnPoint cpname_black_gold_aas32_southmain_1
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.isNotSaveable 1
ObjectTemplate.setSpawnPositionOffset 0/1.25/0
ObjectTemplate.setControlPointId 210

rem [SpawnPoint: cpname_black_gold_aas32_southmain_1]
Object.create cpname_black_gold_aas32_southmain_1
Object.absolutePosition -1860.246/7.500/-1173.961
Object.rotation 78.792/0.000/0.000
Object.layer 3

rem [SpawnPointTemplate: cpname_black_gold_aas32_northmain_1]
ObjectTemplate.create SpawnPoint cpname_black_gold_aas32_northmain_1
ObjectTemplate.activeSafe SpawnPoint cpname_black_gold_aas32_northmain_1
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.isNotSaveable 1
ObjectTemplate.setSpawnPositionOffset 0/1.25/0
ObjectTemplate.setControlPointId 3

rem [SpawnPoint: cpname_black_gold_aas32_northmain_1]
Object.create cpname_black_gold_aas32_northmain_1
Object.absolutePosition 1876.992/21.500/1508.075
Object.rotation -72.811/0.000/0.000
Object.layer 3

rem ********** Control Points **********
rem [ControlPointTemplate: cpname_black_gold_aas32_northmain]
ObjectTemplate.create ControlPoint cpname_black_gold_aas32_northmain
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas32_northmain
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
rem -------------------------------------
ObjectTemplate.addTemplate flagpole
rem -------------------------------------
ObjectTemplate.setControlPointName cpname_black_gold_aas32_northmain
ObjectTemplate.team 1
ObjectTemplate.controlPointId 3
ObjectTemplate.unableToChangeTeam 1
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas32_northoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas32_northoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas32_northoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
rem -------------------------------------
ObjectTemplate.addTemplate flagpole
rem -------------------------------------
ObjectTemplate.setControlPointName cpname_black_gold_aas32_northoutpost
ObjectTemplate.radius 100
ObjectTemplate.team 1
ObjectTemplate.controlPointId 201
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas32_1city]
ObjectTemplate.create ControlPoint cpname_black_gold_aas32_1city
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas32_1city
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
rem -------------------------------------
ObjectTemplate.addTemplate flagpole
rem -------------------------------------
ObjectTemplate.setControlPointName cpname_black_gold_aas32_1city
ObjectTemplate.radius 100
ObjectTemplate.controlPointId 202
ObjectTemplate.supplyGroupId 101
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas32_2commstation]
ObjectTemplate.create ControlPoint cpname_black_gold_aas32_2commstation
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas32_2commstation
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
rem -------------------------------------
ObjectTemplate.addTemplate flagpole
rem -------------------------------------
ObjectTemplate.setControlPointName cpname_black_gold_aas32_2commstation
ObjectTemplate.radius 100
ObjectTemplate.controlPointId 203
ObjectTemplate.supplyGroupId 102
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas32_1water]
ObjectTemplate.create ControlPoint cpname_black_gold_aas32_1water
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas32_1water
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
rem -------------------------------------
ObjectTemplate.addTemplate flagpole
rem -------------------------------------
ObjectTemplate.setControlPointName cpname_black_gold_aas32_1water
ObjectTemplate.radius 100
ObjectTemplate.controlPointId 204
ObjectTemplate.supplyGroupId 201
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas32_2oilstorage]
ObjectTemplate.create ControlPoint cpname_black_gold_aas32_2oilstorage
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas32_2oilstorage
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
rem -------------------------------------
ObjectTemplate.addTemplate flagpole
rem -------------------------------------
ObjectTemplate.setControlPointName cpname_black_gold_aas32_2oilstorage
ObjectTemplate.radius 100
ObjectTemplate.controlPointId 205
ObjectTemplate.supplyGroupId 202
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas32_2fort]
ObjectTemplate.create ControlPoint cpname_black_gold_aas32_2fort
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas32_2fort
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
rem -------------------------------------
ObjectTemplate.addTemplate flagpole
rem -------------------------------------
ObjectTemplate.setControlPointName cpname_black_gold_aas32_2fort
ObjectTemplate.radius 100
ObjectTemplate.controlPointId 206
ObjectTemplate.supplyGroupId 302
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas32_1fort]
ObjectTemplate.create ControlPoint cpname_black_gold_aas32_1fort
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas32_1fort
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
rem -------------------------------------
ObjectTemplate.addTemplate flagpole
rem -------------------------------------
ObjectTemplate.setControlPointName cpname_black_gold_aas32_1fort
ObjectTemplate.radius 100
ObjectTemplate.controlPointId 207
ObjectTemplate.supplyGroupId 301
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas32_1southoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas32_1southoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas32_1southoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
rem -------------------------------------
ObjectTemplate.addTemplate flagpole
rem -------------------------------------
ObjectTemplate.setControlPointName cpname_black_gold_aas32_1southoutpost
ObjectTemplate.radius 100
ObjectTemplate.team 2
ObjectTemplate.controlPointId 208
ObjectTemplate.supplyGroupId 401
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas32_2southoutpost]
ObjectTemplate.create ControlPoint cpname_black_gold_aas32_2southoutpost
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas32_2southoutpost
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
rem -------------------------------------
ObjectTemplate.addTemplate flagpole
rem -------------------------------------
ObjectTemplate.setControlPointName cpname_black_gold_aas32_2southoutpost
ObjectTemplate.radius 100
ObjectTemplate.team 2
ObjectTemplate.controlPointId 209
ObjectTemplate.supplyGroupId 402
ObjectTemplate.hoistMinMax 0.2/0.9

rem [ControlPointTemplate: cpname_black_gold_aas32_southmain]
ObjectTemplate.create ControlPoint cpname_black_gold_aas32_southmain
ObjectTemplate.activeSafe ControlPoint cpname_black_gold_aas32_southmain
ObjectTemplate.modifiedByUser "Vaughn"
ObjectTemplate.setNetworkableInfo ControlPointInfo
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.physicsType Mesh
rem -------------------------------------
ObjectTemplate.addTemplate flagpole
rem -------------------------------------
ObjectTemplate.setControlPointName cpname_black_gold_aas32_southmain
ObjectTemplate.team 2
ObjectTemplate.controlPointId 210
ObjectTemplate.unableToChangeTeam 1
ObjectTemplate.hoistMinMax 0.2/0.9

if v_arg1 == host

   rem [ControlPoint: cpname_black_gold_aas32_northmain]
   Object.create cpname_black_gold_aas32_northmain
   Object.absolutePosition 1848.580/21.500/1516.864
   Object.layer 3

   rem [ControlPoint: cpname_black_gold_aas32_northoutpost]
   Object.create cpname_black_gold_aas32_northoutpost
   Object.absolutePosition 774.859/13.199/1642.737
   Object.layer 3

   rem [ControlPoint: cpname_black_gold_aas32_1city]
   Object.create cpname_black_gold_aas32_1city
   Object.absolutePosition -506.829/1.999/1109.498
   Object.layer 3

   rem [ControlPoint: cpname_black_gold_aas32_2commstation]
   Object.create cpname_black_gold_aas32_2commstation
   Object.absolutePosition 182.369/98.992/950.300
   Object.layer 3

   rem [ControlPoint: cpname_black_gold_aas32_1water]
   Object.create cpname_black_gold_aas32_1water
   Object.absolutePosition -1033.984/10.053/364.374
   Object.layer 3

   rem [ControlPoint: cpname_black_gold_aas32_2oilstorage]
   Object.create cpname_black_gold_aas32_2oilstorage
   Object.absolutePosition -105.578/4.456/281.066
   Object.layer 3

   rem [ControlPoint: cpname_black_gold_aas32_2fort]
   Object.create cpname_black_gold_aas32_2fort
   Object.absolutePosition -26.062/93.946/-289.281
   Object.layer 3

   rem [ControlPoint: cpname_black_gold_aas32_1fort]
   Object.create cpname_black_gold_aas32_1fort
   Object.absolutePosition 59.445/94.339/-503.448
   Object.layer 3

   rem [ControlPoint: cpname_black_gold_aas32_1southoutpost]
   Object.create cpname_black_gold_aas32_1southoutpost
   Object.absolutePosition -737.538/31.731/-1263.307
   Object.layer 3

   rem [ControlPoint: cpname_black_gold_aas32_2southoutpost]
   Object.create cpname_black_gold_aas32_2southoutpost
   Object.absolutePosition -791.329/31.589/-1331.372
   Object.layer 3

   rem [ControlPoint: cpname_black_gold_aas32_southmain]
   Object.create cpname_black_gold_aas32_southmain
   Object.absolutePosition -1811.789/7.500/-1164.359
   Object.layer 3

endIf

CombatAreaManager.use 1
CombatAreaManager.damage 0.000000
CombatAreaManager.timeAllowedOutside 300.000000

Image"Eight glorious sides and eight stunning angles!"Image
AFsoccer
Retired PR Developer
Posts: 4289
Joined: 2007-09-04 07:32

Re: [Help!] AASv4 flag routes problem

Post by AFsoccer »

Given all that, it definitely sounds like a problem with your python install/replacement. Did you confirm that you didn't install the python code to "pr", but are loading the map in "pr_edit" (or vice-a-versa)? Somehow it's still seeing the AASv3 code.
VapoMan
Retired PR Developer
Posts: 1139
Joined: 2009-05-29 07:11

Re: [Help!] AASv4 flag routes problem

Post by VapoMan »

[R-DEV]AFsoccer wrote:Given all that, it definitely sounds like a problem with your python install/replacement. Did you confirm that you didn't install the python code to "pr", but are loading the map in "pr_edit" (or vice-a-versa)? Somehow it's still seeing the AASv3 code.
I am running the map through pr_edit, which is where I have the AASv4 python files installed.
I just reapplied the python files from your tutorial (just incase), and it still didnt work.

Image"Eight glorious sides and eight stunning angles!"Image
AFsoccer
Retired PR Developer
Posts: 4289
Joined: 2007-09-04 07:32

Re: [Help!] AASv4 flag routes problem

Post by AFsoccer »

Well, I'm stumped then. It works great on Shijia Valley and I'm pretty sure other mappers have it running as well without problems.

Is there another DEV that knows what else got changed in the python code that he can look for?

Is there possibly another file that he's lacking?

If you don't figure it out by the time I get home tomorrow, I can take a look at it. Just send me the file link via pm if that's something you'd like me to do.
Last edited by AFsoccer on 2011-03-18 06:29, edited 2 times in total.
Post Reply

Return to “PR:BF2 Community Modding”