Page 1 of 1

weapon help

Posted: Tue Sep 25, 2007 6:28 pm
by ryukaji
how do i change stuff on a weapon to like make it shoot faster and stuff

Re: weapon help

Posted: Tue Sep 25, 2007 6:31 pm
by Death_Commando
You shoud change stuff in the weapon's odf that is in your cammon folder. :vader2:

Re: weapon help

Posted: Tue Sep 25, 2007 6:37 pm
by ryukaji
in the Data_ABC/sides/common ??
because thats what i tried but it didn't change anything

Re: weapon help

Posted: Wed Sep 26, 2007 5:14 am
by Death_Commando
In Data_ABC/Sides/Common/odf edit the weapon's odf! :vader2:

Re: weapon help

Posted: Wed Sep 26, 2007 6:41 pm
by ryukaji
ok i went and i edited alot of the weapons like th rifle and commando pistol, but when i went and tested it the rifle didn't change but the commando pistol did. then i went to edit it again then the new changes didnt happen

Re: weapon help

Posted: Thu Sep 27, 2007 11:43 am
by Frisbeetarian
It sounds like you need to clean, but I'm fairly new to this, so I could be wrong.

Re: weapon help

Posted: Thu Sep 27, 2007 8:01 pm
by ryukaji
i tried doing a clean and it still doesnt work

Re: weapon help

Posted: Thu Sep 27, 2007 8:07 pm
by Thunder
go to This Link it might solve your problem :)
:maulsaber:

Re: weapon help

Posted: Fri Sep 28, 2007 7:46 am
by REivEN
Try maybe this
ShotDelay = "1.5"
TriggerSingle = "0"

Re: weapon help

Posted: Fri Sep 28, 2007 4:13 pm
by MercuryNoodles
Keep this in mind: child odfs override parent odfs. "Common" contains numerous parent odfs. If the weapon has a child, and that child is different, the game uses what's in the child odf instead. So, check in the child odf to see if it's using a value that's overriding the parent.

Re: weapon help

Posted: Fri Sep 28, 2007 9:38 pm
by ryukaji
wait so i could just add new lines to the child odf and it will work? im going to try that

Re: weapon help

Posted: Sat Sep 29, 2007 4:10 am
by Aman/Pinguin
You know you need to change this in your lua?

ReadDataFile("SIDE\\rep.lvl",
"rep_inf_ep3_pilot",
"rep_inf_ep2_marine",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_sniper",
"rep_inf_ep3_engineer",
"rep_inf_ep3_officer",
"rep_inf_clone_assassin",
"rep_hero_oddball_con",
"rep_veh_remote_terminal")

to

ReadDataFile("dc:SIDE\\rep.lvl",
"rep_inf_ep3_pilot",
"rep_inf_ep2_marine",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_sniper",
"rep_inf_ep3_engineer",
"rep_inf_ep3_officer",
"rep_inf_clone_assassin",
"rep_hero_oddball_con",
"rep_veh_remote_terminal")

Re: weapon help

Posted: Sun Sep 30, 2007 11:43 am
by ryukaji
yeah i know i need to add the dc: but ill check to see if its there