Weapons Help
Posted: Wed Apr 08, 2009 3:51 am
Right , After reading sometopics I thought I'd have a go at it.
So i copyed the rep folder from assets/sides to Data_***/sides
Then i edited the units .ODF in the weapons section from
to
Then i saved and munged with my map in the first dropdown box and rep in the SIDE dropdown box. I also only had common checked in the boxes.
I munge but but then when I go in game , nothing has changed the sniper still has a sniper rifle so whats the problem?
Any help would be awesome.
Thanks
So i copyed the rep folder from assets/sides to Data_***/sides
Then i edited the units .ODF in the weapons section from
Code: Select all
[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_sniper_rifle"
WeaponAmmo = 7Code: Select all
[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_shotgun"
WeaponAmmo = 7
Then i saved and munged with my map in the first dropdown box and rep in the SIDE dropdown box. I also only had common checked in the boxes.
I munge but but then when I go in game , nothing has changed the sniper still has a sniper rifle so whats the problem?
Any help would be awesome.
Thanks