How to get the shiptoship turret shoot from all two barrels

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
Darth_Spiderpig
Sith Master
Sith Master
Posts: 2631
Joined: Fri Mar 27, 2009 10:23 am
Projects :: Something cool...
Games I'm Playing :: BF2 CoDBO BFBC2
xbox live or psn: Has no xbox....Yup
Location: Does whatever a Spiderpig does
Contact:

How to get the shiptoship turret shoot from all two barrels

Post by Darth_Spiderpig »

Okay, I think title says it all

I want to get the republic turbolaser to shoot lasers and not that terrible beam- I did

I want to mak now to shoot not from one node, then a few seconds later from the other, but from the two at one time-I failed

I tried to change it in the weapon odf and the tur side odf

Is there anything I missed or what?

Please anyone?
ForceMaster
Lieutenant General
Lieutenant General
Posts: 737
Joined: Fri Aug 08, 2008 11:27 pm
Projects :: Tron The Grid
Games I'm Playing :: The best..SWBFII
xbox live or psn: No gamertag set
Location: C:\Program Files\ForceMaster\Bin\ForceMaster.exe

Re: How to get the shiptoship turret shoot from all two barrels

Post by ForceMaster »

I think that turret have one only fire point (If I'm not wrong) You can use the Unwrap 3d program to view the hierachy in these model and setup the apropiate names of the nulls. If these model have not two fire points, you need import in XSI and place the correct settings and hierachy to work. Then, you need put the firepoints names in the odf. like this:

Code: Select all

WEAPONSECTION           = 1
WeaponName          = "name_of_your_weapon"
WeaponAmmo          = 0

AimerNodeName           = "hp_fire1"
NextAimer           = "-"
AimerNodeName           = "hp_fire2"
in this case the firepoints are named hp_fire1 and hp_fire2.

For the weapon you can use the rep_weap_bldg_boxturret (or something similar) and edited for two shots.
kinetosimpetus
Imperial Systems Expert
Imperial Systems Expert
Posts: 2381
Joined: Wed Mar 25, 2009 4:15 pm
Projects :: A secret project
Games I'm Playing :: Warframe STO

Re: How to get the shiptoship turret shoot from all two barrels

Post by kinetosimpetus »

Look in the imperial shuttle odf. I think it does the kind if thing you want with its missiles.
Darth_Spiderpig
Sith Master
Sith Master
Posts: 2631
Joined: Fri Mar 27, 2009 10:23 am
Projects :: Something cool...
Games I'm Playing :: BF2 CoDBO BFBC2
xbox live or psn: Has no xbox....Yup
Location: Does whatever a Spiderpig does
Contact:

Re: How to get the shiptoship turret shoot from all two barrels

Post by Darth_Spiderpig »

ForceMaster wrote:I think that turret have one only fire point (If I'm not wrong) You can use the Unwrap 3d program to view the hierachy in these model and setup the apropiate names of the nulls. If these model have not two fire points, you need import in XSI and place the correct settings and hierachy to work. Then, you need put the firepoints names in the odf. like this:

Code: Select all

WEAPONSECTION           = 1
WeaponName          = "name_of_your_weapon"
WeaponAmmo          = 0

AimerNodeName           = "hp_fire1"
NextAimer           = "-"
AimerNodeName           = "hp_fire2"
in this case the firepoints are named hp_fire1 and hp_fire2.

For the weapon you can use the rep_weap_bldg_boxturret (or something similar) and edited for two shots.
Thanks, but the turret have two firepoits (stock imp_bldg_shipturret) :P

kinetosimpetus wrote:Look in the imperial shuttle odf. I think it does the kind if thing you want with its missiles.
Exactly what the turret does, I want it to shoot all two salvos at one time.
kinetosimpetus
Imperial Systems Expert
Imperial Systems Expert
Posts: 2381
Joined: Wed Mar 25, 2009 4:15 pm
Projects :: A secret project
Games I'm Playing :: Warframe STO

Re: How to get the shiptoship turret shoot from all two barrels

Post by kinetosimpetus »

Oh wait, did you mean
A) you wanted to make it shoot twice from the left and then twice from the right, or
B) you wanted to fire two at once, from left and right?
If B look at the TIE fighter's cannon odf, salvo, shots per salvo, that stuff.
Darth_Spiderpig
Sith Master
Sith Master
Posts: 2631
Joined: Fri Mar 27, 2009 10:23 am
Projects :: Something cool...
Games I'm Playing :: BF2 CoDBO BFBC2
xbox live or psn: Has no xbox....Yup
Location: Does whatever a Spiderpig does
Contact:

Re: How to get the shiptoship turret shoot from all two barrels

Post by Darth_Spiderpig »

I guess I'll go with solution B, though I used it with the ARC 170 already :P
Thanks
Post Reply