weapon help

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
ryukaji
Major
Major
Posts: 513
Joined: Mon Sep 17, 2007 7:46 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

weapon help

Post by ryukaji »

how do i change stuff on a weapon to like make it shoot faster and stuff
Death_Commando

Re: weapon help

Post by Death_Commando »

You shoud change stuff in the weapon's odf that is in your cammon folder. :vader2:
ryukaji
Major
Major
Posts: 513
Joined: Mon Sep 17, 2007 7:46 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Re: weapon help

Post by ryukaji »

in the Data_ABC/sides/common ??
because thats what i tried but it didn't change anything
Death_Commando

Re: weapon help

Post by Death_Commando »

In Data_ABC/Sides/Common/odf edit the weapon's odf! :vader2:
ryukaji
Major
Major
Posts: 513
Joined: Mon Sep 17, 2007 7:46 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Re: weapon help

Post 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
User avatar
Frisbeetarian
Jedi
Jedi
Posts: 1233
Joined: Wed Sep 12, 2007 3:13 pm

Re: weapon help

Post by Frisbeetarian »

It sounds like you need to clean, but I'm fairly new to this, so I could be wrong.
ryukaji
Major
Major
Posts: 513
Joined: Mon Sep 17, 2007 7:46 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Re: weapon help

Post by ryukaji »

i tried doing a clean and it still doesnt work
User avatar
Thunder
Lieutenant Colonel
Lieutenant Colonel
Posts: 543
Joined: Sun Jul 15, 2007 6:57 pm
Location: Michigan

Re: weapon help

Post by Thunder »

go to This Link it might solve your problem :)
:maulsaber:
User avatar
REivEN
1st Lieutenant
1st Lieutenant
Posts: 451
Joined: Wed Jul 04, 2007 11:59 am
Projects :: Jane - Sister Of the Courier Mod
Games I'm Playing :: CSGO FNV
xbox live or psn: No gamertag set
Location: What do you expect?

Re: weapon help

Post by REivEN »

Try maybe this
ShotDelay = "1.5"
TriggerSingle = "0"
MercuryNoodles
Jedi
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

Post 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.
ryukaji
Major
Major
Posts: 513
Joined: Mon Sep 17, 2007 7:46 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Re: weapon help

Post by ryukaji »

wait so i could just add new lines to the child odf and it will work? im going to try that
Aman/Pinguin
Jedi
Jedi
Posts: 1104
Joined: Tue Jan 30, 2007 6:04 am
Projects :: Inactive
Location: Germany

Re: weapon help

Post 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")
ryukaji
Major
Major
Posts: 513
Joined: Mon Sep 17, 2007 7:46 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Re: weapon help

Post by ryukaji »

yeah i know i need to add the dc: but ill check to see if its there
Post Reply