How do I make weapons shoot faster?
Moderator: Moderators
-
Delta 58
- Recruit Womprat Killer
- Posts: 13
- Joined: Tue Sep 30, 2008 5:34 pm
How do I make weapons shoot faster?
where would I go to change the shot speed of the blaster rifle? I went into the odf of the cis_weap_inf_rifle file and I can't seem to figure out what to do now.
- tsurugi13
- Lieutenant Colonel

- Posts: 543
- Joined: Mon Dec 17, 2007 6:16 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Battling the ISA menace on Helghan.
Re: How do I make weapons shoot faster?
If you want the rifle for both teams to fire faster, go to the common sides folder, find the rifle odf, and look for
And edit how you wish.
Code: Select all
//***********************************************
//*********** WEAPON PERFORMANCE VALUES *********
//***********************************************
RoundsPerClip = "50"
ReloadTime = "1.5"
ShotDelay = "0.2"
TriggerSingle = "0"
DisplayRefire = "0"
SalvoCount = "1"
SalvoDelay = "0.0"
InitialSalvoDelay = "0.0"
SalvoTime = "0.0"
-
Delta 58
- Recruit Womprat Killer
- Posts: 13
- Joined: Tue Sep 30, 2008 5:34 pm
Re: How do I make weapons shoot faster?
Thanks! Just one more question. So if I want the shots to be faster, would I lower the number or higher the number?
-
Fingerfood
- Sith

- Posts: 1262
- Joined: Fri Nov 30, 2007 9:40 pm
Re: How do I make weapons shoot faster?
I'm assuming you are editing the ShotDelay, and it would go lower if you wanted faster.
-
Delta 58
- Recruit Womprat Killer
- Posts: 13
- Joined: Tue Sep 30, 2008 5:34 pm
Re: How do I make weapons shoot faster?
I tried it but it didn't work, and I can't find the common sides folder ether. All I can find is the odf folder and when I edit any of the weapons nothing happens.
-
Fingerfood
- Sith

- Posts: 1262
- Joined: Fri Nov 30, 2007 9:40 pm
Re: How do I make weapons shoot faster?
You have read THIS tutorial, haven't you?
-
Grymm
- Private Recruit
- Posts: 25
- Joined: Fri Aug 15, 2008 1:11 am
Re: How do I make weapons shoot faster?
Its there a way to also have rapid fire and stop the ammo from depleting?
-
Delta 58
- Recruit Womprat Killer
- Posts: 13
- Joined: Tue Sep 30, 2008 5:34 pm
Re: How do I make weapons shoot faster?
Um, that tut didn't really help. I'm just trying to figure out how to change the weapon speed, not make a side.
-
-_-
- Gametoast Staff

- Posts: 2678
- Joined: Sat May 07, 2005 1:22 pm
Re: How do I make weapons shoot faster?
But to change a weapon, you need to make a side.Delta 58 wrote:Um, that tut didn't really help. I'm just trying to figure out how to change the weapon speed, not make a side.
- Eggman
- Master Bounty Hunter

- Posts: 1516
- Joined: Mon Jul 16, 2007 1:30 pm
- Projects :: Battlefront Chronicles
- Location: Las Vegas
Re: How do I make weapons shoot faster?
Or copy and paste one of the sides from the assets and edit the files. Which is pretty much the same as creating a side, just with a few steps cut out.-_- wrote:But to change a weapon, you need to make a side.Delta 58 wrote:Um, that tut didn't really help. I'm just trying to figure out how to change the weapon speed, not make a side.
-
MercuryNoodles
- Jedi

- Posts: 1003
- Joined: Sun Mar 12, 2006 7:16 pm
- Projects :: Space - Boarding Action
- xbox live or psn: No gamertag set
Re: How do I make weapons shoot faster?
Don't copy an entire side just to edit a few things. Only do that if you're going to work on a major side mod. Copying what you need keeps the filesize down and it'll prevent a few headaches.
As for the common side, it's in assets/sides. Copy that over to data_***/Sides, and make sure you munge the common side as well as whatever side you're actually working on.
As for the common side, it's in assets/sides. Copy that over to data_***/Sides, and make sure you munge the common side as well as whatever side you're actually working on.
- Eggman
- Master Bounty Hunter

- Posts: 1516
- Joined: Mon Jul 16, 2007 1:30 pm
- Projects :: Battlefront Chronicles
- Location: Las Vegas
Re: How do I make weapons shoot faster?
That's absolutely right, so I'll revise what I said: copy and paste the assets you need into your new side and edit from there.MercuryNoodles wrote:Don't copy an entire side just to edit a few things. Only do that if you're going to work on a major side mod. Copying what you need keeps the filesize down and it'll prevent a few headaches.
As for the common side, it's in assets/sides. Copy that over to data_***/Sides, and make sure you munge the common side as well as whatever side you're actually working on.
