BFV: Flaming_Dart, Mig17 positioning?

Until this forum becomes busy just include BF2, 2142 or BFV in the title
Kiste_Becks
Posts: 11
Joined: Fri May 07, 2010 3:17 am

BFV: Flaming_Dart, Mig17 positioning?

Post by Kiste_Becks »

Hi,

i dont see any "AT_Mig17Spawner" in ObjectSpawns.con, but they are defined in ObjectSpawnTemplates.con and obviosly flaming_darf got two mig17 on the map.
The position for the migs is not defined in operation_flaming_dart.rfa nor in ...001.rfa.
How does the game know where to position the migs?
motoko
Posts: 217
Joined: Sun Nov 21, 2010 8:43 pm
Location: Dante's 6th Pit of Hell

Re: BFV: Flaming_Dart, Mig17 positioning?

Post by motoko »

Kiste_Becks wrote:Hi,

i dont see any "AT_Mig17Spawner" in ObjectSpawns.con, but they are defined in ObjectSpawnTemplates.con and obviosly flaming_darf got two mig17 on the map.
The position for the migs is not defined in operation_flaming_dart.rfa nor in ...001.rfa.
How does the game know where to position the migs?
I'm not on my computer to mod, but IIFC, the positions are defined via the Airfield Towers. Look at those that correlate the positions.
Kiste_Becks
Posts: 11
Joined: Fri May 07, 2010 3:17 am

Re: BFV: Flaming_Dart, Mig17 positioning?

Post by Kiste_Becks »

thx will test that later.

ive seen "dead" links to all possible settings for objects - for example im looking for the respawn time and the maximum ammount of vehicles of type x allowed on the map.
Is there somewhere an alive listing
motoko
Posts: 217
Joined: Sun Nov 21, 2010 8:43 pm
Location: Dante's 6th Pit of Hell

Re: BFV: Flaming_Dart, Mig17 positioning?

Post by motoko »

Kiste_Becks wrote:thx will test that later.

ive seen "dead" links to all possible settings for objects - for example im looking for the respawn time and the maximum ammount of vehicles of type x allowed on the map.
Is there somewhere an alive listing
This is the OST.con code for the Mig17Tower.

Code: Select all

ObjectTemplate.create ObjectSpawner AT_Mig17Spawner
ObjectTemplate.setObjectTemplate 2 Mig17
ObjectTemplate.setObjectTemplate 1 Mig17
ObjectTemplate.SpawnDelay 15 <--- this is the spawn time set it to any thing but 0
ObjectTemplate.SpawnDelayAtStart 0
ObjectTemplate.TimeToLive 120
ObjectTemplate.Distance 200
ObjectTemplate.team 1
ObjectTemplate.MaxNrOfObjectSpawned 9999 <---- this mean the max number is 9999, set it to whatever number you would like between 1-9999 
Kiste_Becks
Posts: 11
Joined: Fri May 07, 2010 3:17 am

Re: BFV: Flaming_Dart, Mig17 positioning?

Post by Kiste_Becks »

Ok, so i did unpack operation_flaming_dart_001.rfa and changed

Code: Select all

ObjectTemplate.create ObjectSpawner AT_Mig17Spawner
ObjectTemplate.setObjectTemplate 2 Mig17
ObjectTemplate.setObjectTemplate 1 Mig17
ObjectTemplate.SpawnDelay 3 #############changed
ObjectTemplate.SpawnDelayAtStart 0
ObjectTemplate.TimeToLive 120
ObjectTemplate.Distance 200
ObjectTemplate.team 1
ObjectTemplate.MaxNrOfObjectSpawned 99 #################added
after that i did open winrfa and did pack it again as operation_flaming_dart_001.rfa, i did point winrfa to the BfVietnam folder. the folder structure is as winrfa unpacked it.

Code: Select all

BfVietnam\levels\Operation_Flaming_Dart\Conquest
winrfa did choose "BfVietnam" as base path.

but after loading the map again i get "corrupted data" while joining. What did i do wrong?
motoko
Posts: 217
Joined: Sun Nov 21, 2010 8:43 pm
Location: Dante's 6th Pit of Hell

Re: BFV: Flaming_Dart, Mig17 positioning?

Post by motoko »

Kiste_Becks wrote:Ok, so i did unpack operation_flaming_dart_001.rfa and changed

Code: Select all

ObjectTemplate.create ObjectSpawner AT_Mig17Spawner
ObjectTemplate.setObjectTemplate 2 Mig17
ObjectTemplate.setObjectTemplate 1 Mig17
ObjectTemplate.SpawnDelay 3 #############changed
ObjectTemplate.SpawnDelayAtStart 0
ObjectTemplate.TimeToLive 120
ObjectTemplate.Distance 200
ObjectTemplate.team 1
ObjectTemplate.MaxNrOfObjectSpawned 99 #################added
after that i did open winrfa and did pack it again as operation_flaming_dart_001.rfa, i did point winrfa to the BfVietnam folder. the folder structure is as winrfa unpacked it.

Code: Select all


BfVietnam\levels\Operation_Flaming_Dart\Conquest
winrfa did choose "BfVietnam" as base path.

but after loading the map again i get "corrupted data" while joining. What did i do wrong?
Is this packed to your main directory, or to a server, or folder on your desktop? BFV is auto-pure, so any thing modified to a level in the levels folder will give you "Data differs" or "Corrupted Data".
Kiste_Becks
Posts: 11
Joined: Fri May 07, 2010 3:17 am

Re: BFV: Flaming_Dart, Mig17 positioning?

Post by Kiste_Becks »

Ive uploaded the changed 001 file to the server levels dir.

i was under the impression that this is a "server side" only change?
motoko
Posts: 217
Joined: Sun Nov 21, 2010 8:43 pm
Location: Dante's 6th Pit of Hell

Re: BFV: Flaming_Dart, Mig17 positioning?

Post by motoko »

Kiste_Becks wrote:Ive uploaded the changed 001 file to the server levels dir.

i was under the impression that this is a "server side" only change?
Is the level's name capitalised or no? Also, is the server linux or windows, because with linux it's a must that it be lower-case as linux is case sensitive.
Kiste_Becks
Posts: 11
Joined: Fri May 07, 2010 3:17 am

Re: BFV: Flaming_Dart, Mig17 positioning?

Post by Kiste_Becks »

this is a linux server, all levels are in lower case. as is my patch.


usually a patch contains only the data that changes...in this case i did modify what was already there...is this still ok?
motoko
Posts: 217
Joined: Sun Nov 21, 2010 8:43 pm
Location: Dante's 6th Pit of Hell

Re: BFV: Flaming_Dart, Mig17 positioning?

Post by motoko »

Kiste_Becks wrote:this is a linux server, all levels are in lower case. as is my patch.


usually a patch contains only the data that changes...in this case i did modify what was already there...is this still ok?
I'm confused on what you mean.... What did you modify that was already there?
Post Reply