GoldenEye: Source Forums
Debriefing => Questions, Help, & How To's => Topic started by: Kil3r on August 04, 2012, 06:39:14 am
-
Title ;D. How can I change the Gun Game guns?
-
Pretty sure you would have to edit the Python script.
-
ges\scripts\python\GamePlay\GunGame.py
Edit the order of:
weapList = ["golden_pp7", "golden_gun", "ar33", "rcp90", "auto_shotgun", "phantom", "d5k", "zmg", "kf7", "shotgun", "cmag", "sniper_rifle", "pp7", "klobb", "knife_throwing", "grenade", "knife"]
weapClassName = ["golden_pp7", "golden_gun", "ar33", "rcp90", "auto_shotgun", "phantom", "d5k", "zmg", "kf7", "shotgun", "cmag", "sniper_rifle", "pp7", "klobb", "knife_throwing", "npc_grenade", "knife"]
-
You guys are right. Thank you very much :).