Jango can't shoot from his 2 pistols [Solved]

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
Raigiku
Private Third Class
Posts: 58
Joined: Mon Jun 05, 2017 5:14 pm
Projects :: Battlefront Redux
Games I'm Playing :: League of Legends
xbox live or psn: TheRaigiku
Location: Perú

Jango can't shoot from his 2 pistols [Solved]

Post by Raigiku »

I've made the default droideka be able to shoot from his 4 hands by adding 2 more hardpoints like in this picture:
Hidden/Spoiler:
Image
and by modifying the odf like this:
cis_inf_droideka.odf
Hidden/Spoiler:
[code]
...
WEAPONSECTION = "1"

WeaponName = "cis_weap_inf_repeater"
WeaponAmmo = "1"

PitchLimits = "-25.0 25.0"
YawLimits = "-40.0 40.0"

AimerYawLimits = "-40.0 40.0"
AimerPitchLimits = "-25 25"
AimerNodeName = "hp_gun_3"
FireOutsideLimits = "1"

NextAimer = "-"

AimerYawLimits = "-40.0 40.0"
AimerPitchLimits = "-25 25"
AimerNodeName = "hp_gun_2"
FireOutsideLimits = "1"

NextAimer = "-"

AimerYawLimits = "-40.0 40.0"
AimerPitchLimits = "-25 25"
AimerNodeName = "hp_gun_4"
FireOutsideLimits = "1"

NextAimer = "-"

AimerYawLimits = "-40.0 40.0"
AimerPitchLimits = "-25 25"
AimerNodeName = "hp_gun_1"
FireOutsideLimits = "1"
...
[/code]
However when I try to do the same with Jango's mesh (add 1 hardpoint and modify it's odf similar to the droideka one above) it only shoots through one of his pistols, not both. The animation works perfectly! I've used the dual weapon animation and attached his 2nd westar to the model like this:
Hidden/Spoiler:
Image
The only thing is that I can't shoot from the 2nd pistol barrel.
Last edited by Raigiku on Sat Jan 06, 2018 1:06 am, edited 2 times in total.
LitFam
Sergeant Major
Sergeant Major
Posts: 234
Joined: Sat Feb 04, 2017 5:52 pm
Games I'm Playing :: SWBF II 2005
xbox live or psn: No gamertag set
Location: Milky Way, Solar System, Earth, Antarctica

Re: Jango can't shoot from his 2 pistols

Post by LitFam »

You can’t have two fire points for a blaster rifles, sniper rifles, pistols, etc. You can have only one fire point I think.

Sorry if this is false information. This is the first thing that came to mind.
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: Jango can't shoot from his 2 pistols

Post by AQT »

Raigiku
Private Third Class
Posts: 58
Joined: Mon Jun 05, 2017 5:14 pm
Projects :: Battlefront Redux
Games I'm Playing :: League of Legends
xbox live or psn: TheRaigiku
Location: Perú

Re: Jango can't shoot from his 2 pistols

Post by Raigiku »

Then how my droideka shoots from 4 fire points? and the default one from 2.
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: Jango can't shoot from his 2 pistols

Post by AQT »

Because your Droideka is a "walkerdroid," a class that is more related to vehicles than to soldiers.
Raigiku
Private Third Class
Posts: 58
Joined: Mon Jun 05, 2017 5:14 pm
Projects :: Battlefront Redux
Games I'm Playing :: League of Legends
xbox live or psn: TheRaigiku
Location: Perú

Re: Jango can't shoot from his 2 pistols

Post by Raigiku »

Oh I see! Thank you very much :)
Post Reply