Page 1 of 1

How do I make weapons shoot faster?

Posted: Wed Oct 01, 2008 7:11 pm
by Delta 58
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.

Re: How do I make weapons shoot faster?

Posted: Wed Oct 01, 2008 7:17 pm
by tsurugi13
If you want the rifle for both teams to fire faster, go to the common sides folder, find the rifle odf, and look for

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"

And edit how you wish.

Re: How do I make weapons shoot faster?

Posted: Wed Oct 01, 2008 7:37 pm
by Delta 58
Thanks! Just one more question. So if I want the shots to be faster, would I lower the number or higher the number?

Re: How do I make weapons shoot faster?

Posted: Wed Oct 01, 2008 7:41 pm
by Fingerfood
I'm assuming you are editing the ShotDelay, and it would go lower if you wanted faster.

Re: How do I make weapons shoot faster?

Posted: Wed Oct 01, 2008 8:13 pm
by Delta 58
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.

Re: How do I make weapons shoot faster?

Posted: Wed Oct 01, 2008 8:15 pm
by Fingerfood
You have read THIS tutorial, haven't you?

Re: How do I make weapons shoot faster?

Posted: Wed Oct 01, 2008 8:42 pm
by Grymm
Its there a way to also have rapid fire and stop the ammo from depleting?

Re: How do I make weapons shoot faster?

Posted: Wed Oct 01, 2008 9:17 pm
by Delta 58
Um, that tut didn't really help. I'm just trying to figure out how to change the weapon speed, not make a side.

Re: How do I make weapons shoot faster?

Posted: Wed Oct 01, 2008 9:38 pm
by -_-
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.
But to change a weapon, you need to make a side.

Re: How do I make weapons shoot faster?

Posted: Wed Oct 01, 2008 9:45 pm
by Eggman
-_- wrote:
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.
But to change a weapon, you need to make a side.
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.

Re: How do I make weapons shoot faster?

Posted: Thu Oct 02, 2008 5:17 am
by MercuryNoodles
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.

Re: How do I make weapons shoot faster?

Posted: Thu Oct 02, 2008 5:31 pm
by Eggman
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.
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.