weapon help
Moderator: Moderators
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
weapon help
how do i change stuff on a weapon to like make it shoot faster and stuff
-
Death_Commando
Re: weapon help
You shoud change stuff in the weapon's odf that is in your cammon folder. :vader2:
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: weapon help
in the Data_ABC/sides/common ??
because thats what i tried but it didn't change anything
because thats what i tried but it didn't change anything
-
Death_Commando
Re: weapon help
In Data_ABC/Sides/Common/odf edit the weapon's odf! :vader2:
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: weapon help
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
- Frisbeetarian
- Jedi

- Posts: 1233
- Joined: Wed Sep 12, 2007 3:13 pm
Re: weapon help
It sounds like you need to clean, but I'm fairly new to this, so I could be wrong.
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: weapon help
i tried doing a clean and it still doesnt work
- Thunder
- Lieutenant Colonel

- Posts: 543
- Joined: Sun Jul 15, 2007 6:57 pm
- Location: Michigan
- REivEN
- 1st Lieutenant

- Posts: 451
- Joined: Wed Jul 04, 2007 11:59 am
- Projects :: Jane - Sister Of the Courier Mod
- xbox live or psn: No gamertag set
- Location: What do you expect?
Re: weapon help
Try maybe this
ShotDelay = "1.5"
TriggerSingle = "0"
ShotDelay = "1.5"
TriggerSingle = "0"
-
MercuryNoodles
- Jedi

- Posts: 1003
- Joined: Sun Mar 12, 2006 7:16 pm
- Projects :: Space - Boarding Action
- xbox live or psn: No gamertag set
Re: weapon help
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.
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: weapon help
wait so i could just add new lines to the child odf and it will work? im going to try that
-
Aman/Pinguin
- Jedi

- Posts: 1104
- Joined: Tue Jan 30, 2007 6:04 am
- Projects :: Inactive
- Location: Germany
Re: weapon help
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")
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")
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: weapon help
yeah i know i need to add the dc: but ill check to see if its there
