Swissy 0 Posted February 26, 2005 Share Posted February 26, 2005 Hi gang, in making a sniper kit with a sniper rifle/MP5 secondary, I find that the MP5 is always on single shot when changing to it. Is there a way to force the secondary weapon into 3 shot burst or full auto? I have the setting for the game in 3 shot burst, so I am assuming that the secondary defaults to single shot REGARDLESS of the game setting. Correct? If so, how do I overcome... I don't want to remove the single shot option from the gun file... ideas? Flash Quote Link to post Share on other sites
GRT 0 Posted February 26, 2005 Share Posted February 26, 2005 Open the mp5.gun file with notepad. scroll down to where you should see something like this: <Selective> <SelectiveOption RateOfFire = "800" RoundsPerPull = "1" StartSound = "w_mp5_ss.wav"/> <SelectiveOption RateOfFire = "800" RoundsPerPull = "3" StartSound = "w_mp5_ts.wav"/> <SelectiveOption RateOfFire = "800" IsFullAuto = "1" StartSound = "w_mp5_sf.wav" EndSound = "w_mp5_rc.wav"/> </Selective> Now just move those around to which you want, so if you wanted fullauto first, singleshot next and burst last you would do it has. <Selective> <SelectiveOption RateOfFire = "800" IsFullAuto = "1" StartSound = "w_mp5_sf.wav" EndSound = "w_mp5_rc.wav"/> <SelectiveOption RateOfFire = "800" RoundsPerPull = "1" StartSound = "w_mp5_ss.wav"/> <SelectiveOption RateOfFire = "800" RoundsPerPull = "3" StartSound = "w_mp5_ts.wav"/> </Selective> Quote Link to post Share on other sites
Swissy 0 Posted February 27, 2005 Author Share Posted February 27, 2005 BEAUTIFUL! Thanks... can't tell you the number of times I got whacked when I had to switch guns quickly and hit the wrong key to go full auto!! I love this game... and the help we get, even if it's dumb questions. Flash Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.