GoldenEye: Source Forums

Debriefing => Questions, Help, & How To's => Topic started by: Kil3r on August 04, 2012, 06:39:14 am

Title: How can I change the Gun Game guns?
Post by: Kil3r on August 04, 2012, 06:39:14 am
Title  ;D. How can I change the Gun Game guns?
Title: Re: How can I change the Gun Game guns?
Post by: Proxie on August 04, 2012, 07:03:20 am
Pretty sure you would have to edit the Python script.
Title: Re: How can I change the Gun Game guns?
Post by: Mark [lodle] on August 04, 2012, 07:55:38 am
ges\scripts\python\GamePlay\GunGame.py

Edit the order of:
Quote
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"]
Title: Re: How can I change the Gun Game guns?
Post by: Kil3r on August 04, 2012, 08:01:25 am
You guys are right. Thank you very much :).