Changing Weapons ?

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Riser

Changing Weapons ?

Post by Riser »

Have looked all over the place here & in the filefront forums, so please dont shout :oops:

Can any one help with changing weapons that the clones hold.

Im making a Mygeeto map & i want to change the sniper rifle to a blaster rifle ?

Also i just cant get my head around changing clone skins - can some one tell me in plain english please

Thanks
-_-
Gametoast Staff
Gametoast Staff
Posts: 2678
Joined: Sat May 07, 2005 1:22 pm

Post by -_- »

there's a search functipn the bottom... it's there so ppl can use it :D
User avatar
[RDH]Zerted
Gametoast Staff
Gametoast Staff
Posts: 2982
Joined: Sun Feb 26, 2006 7:36 am
Projects :: Bos Wars AI - a RTS game
Games I'm Playing :: SWBF2 and Bos Wars
xbox live or psn: No gamertag set
Location: USA
Contact:

RE: Changing Weapons ?

Post by [RDH]Zerted »

You should have tried looking in the mod tool's documentation folder. Read the odf_guide.doc document. It will tell you how to change the weapon. Its just replaceing the current weapon with the odf of the weapon you want.
theguarder

Post by theguarder »

look for "rep_inf_default_sniper.odf" in the BF2_ModTools\dataID\Sides\Rep\odf folder open it in notepad and change it to this:

[GameObjectClass]
ClassParent = "rep_inf_default"


[Properties]
UnitType = "Scout"

MaxHealth = 300.0
MaxSpeed = 8.0 // base forward speed
MaxStrafeSpeed = 6.0 // base right/left speed

WEAPONSECTION = 1
WeaponName = "rep_weap_inf_rifle"
WeaponAmmo = 4


WEAPONSECTION = 2
WeaponName = "rep_weap_inf_pistol"
WeaponAmmo = 0

WEAPONSECTION = 3
WeaponName = "rep_weap_inf_thermaldetonator"
WeaponAmmo = 2
WeaponChannel = 1

WEAPONSECTION = 4
WeaponName = "rep_weap_inf_autoturret_dispenser"
WeaponAmmo = 1
WeaponChannel = 1

WEAPONSECTION = 4
WeaponName = "rep_weap_award_rifle"
WeaponAmmo = 4


WEAPONSECTION = 6
WeaponName = "rep_weap_award_pistol"
WeaponAmmo = 6

VOUnitType = 122

Then munge and play;-)
Post Reply