Getting rid of Award Weapons?
Posted: Tue Sep 06, 2016 12:10 am
Hello. So, I'm trying to remove award weapons (and the possibility of getting them) from the standard Rifleman classes that're in the game.
To do so, I simply removed the following lines from the Empire's rifleman class .odf:
However, after removing these, switching weapons is broken when I play as the class (If I switch to another weapon, I won't be able to switch back to the weapon I had before switching).
How can I fix this?
To do so, I simply removed the following lines from the Empire's rifleman class .odf:
Code: Select all
WEAPONSECTION = 4
WeaponName = "imp_weap_award_rifle"
WeaponAmmo = 5
WEAPONSECTION = 5
WeaponName = "imp_weap_award_pistol"
WeaponAmmo = 6How can I fix this?