[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4668: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4671: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
Battlefield Modding Tutorials BFMODS :: View topic - Weapon Kit Of Soldiers:
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

Weapon Kit Of Soldiers:
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=23&t=4484
Page 1 of 2

Author:  helloclan13 [ Wed Nov 05, 2008 12:37 pm ]
Post subject:  Weapon Kit Of Soldiers:

Hey all, i have learned alot of this website about modding.
I have now a public server with my mod.
But 1 thing i don't know is how to mod the weapon kit of soldiers.
Everybody says its in the OSD.con but i cant find that in the original RFA file.
Please Help me
:o

Author:  SmittenKitten [ Wed Nov 05, 2008 2:23 pm ]
Post subject:  Re: Weapon Kit Of Soldiers:

You add kits by adding them to the ObjectSpawns.con ... OS.con
and the ObjectSpawnTemplates.con ... OST.con

Examples:
ObjectSpawns.con

rem ***US_Sniper_hvy***
Object.create HeavyTankSpawner
Object.absolutePosition 816.101/75.88/641.159
Object.rotation 0/0/0
Object.setTeam 3

ObjectSpawnTemplate.con

ObjectTemplate.create ObjectSpawner HeavyTankSpawner
ObjectTemplate.setObjectTemplate 1 t72
ObjectTemplate.setObjectTemplate 2 m1a1
ObjectTemplate.setObjectTemplate 3 US_Sniper_hvy <---- added kit
ObjectTemplate.MinSpawnDelay 90
ObjectTemplate.MaxSpawnDelay 120
ObjectTemplate.SpawnDelayAtStart 0
ObjectTemplate.TimeToLive 45
ObjectTemplate. Distance 40
ObjectTemplate.DamageWhenLost 10
ObjectTemplate.maxNrOfObjectSpawned 1

That adds a US_Sniper_hvy kit to dc_urban_siege

Author:  helloclan13 [ Wed Nov 05, 2008 6:04 pm ]
Post subject:  Re: Weapon Kit Of Soldiers:

Oh didnt knwo about the shortnames of them, well so i add it to the file where i add veachels,towers etc ?

Author:  SmittenKitten [ Wed Nov 05, 2008 7:15 pm ]
Post subject:  Re: Weapon Kit Of Soldiers:

You would add vehicles the same way.

I only do server side mods. I don't know how to add towers

Author:  MR PINK BALLS [ Wed Nov 05, 2008 11:29 pm ]
Post subject:  Re: Weapon Kit Of Soldiers:

OST or static objects con either one works in client side

Author:  Urglub [ Thu Nov 06, 2008 6:54 am ]
Post subject:  Re: Weapon Kit Of Soldiers:

Up in right corner there is a , checked it out yet?
The making of a patchfile you find .
Look in objects.rfa, open it in WinRFA, that's your new bible for the next year.
Almost everything is in there.

Air towers you can add serverside, remove all templates you don't like though.
You can remove and add new spawn locations on them aswell, makes a new flag in game, sort of.

Kitten, what is this? US_Sniper_hvy???

USMarine_Recon (M40)
USMarine_Recon_Alt (M16Scope)
or
USArmy_Recon (M21)
USArmy_Recon_Alt (M16Scope)

And yes, you find this in init.con, not OSD.

Author:  Sheppard [ Thu Nov 06, 2008 10:49 am ]
Post subject:  Re: Weapon Kit Of Soldiers:

LoL US_Sniper_hvy would be a DC kit..... :lol:

Author:  helloclan13 [ Thu Nov 06, 2008 1:07 pm ]
Post subject:  Re: Weapon Kit Of Soldiers:

okey thanks, i know about that with control points.
i did a very cool thing on the 1.2 map: Fall Of Lang Vei.
U know that it is a normal boring map who all disconnect when it starts.
but there is a hided town a bit away that noone knows about,
i added towers control points and such in that town.
now all wanna play fall of saigon xD
:D

Page 1 of 2 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/