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?
How to get the shiptoship turret shoot from all two barrels
Moderator: Moderators
-
Darth_Spiderpig
- Sith Master

- Posts: 2631
- Joined: Fri Mar 27, 2009 10:23 am
- Projects :: Something cool...
- xbox live or psn: Has no xbox....Yup
- Location: Does whatever a Spiderpig does
- Contact:
-
ForceMaster
- Lieutenant General

- Posts: 737
- Joined: Fri Aug 08, 2008 11:27 pm
- Projects :: Tron The Grid
- 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
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:
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.
Code: Select all
WEAPONSECTION = 1
WeaponName = "name_of_your_weapon"
WeaponAmmo = 0
AimerNodeName = "hp_fire1"
NextAimer = "-"
AimerNodeName = "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

- Posts: 2381
- Joined: Wed Mar 25, 2009 4:15 pm
- Projects :: A secret project
Re: How to get the shiptoship turret shoot from all two barrels
Look in the imperial shuttle odf. I think it does the kind if thing you want with its missiles.
-
Darth_Spiderpig
- Sith Master

- Posts: 2631
- Joined: Fri Mar 27, 2009 10:23 am
- Projects :: Something cool...
- 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
Thanks, but the turret have two firepoits (stock imp_bldg_shipturret)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:
in this case the firepoints are named hp_fire1 and hp_fire2.Code: Select all
WEAPONSECTION = 1 WeaponName = "name_of_your_weapon" WeaponAmmo = 0 AimerNodeName = "hp_fire1" NextAimer = "-" AimerNodeName = "hp_fire2"
For the weapon you can use the rep_weap_bldg_boxturret (or something similar) and edited for two shots.
Exactly what the turret does, I want it to shoot all two salvos at one time.kinetosimpetus wrote:Look in the imperial shuttle odf. I think it does the kind if thing you want with its missiles.
-
kinetosimpetus
- Imperial Systems Expert

- Posts: 2381
- Joined: Wed Mar 25, 2009 4:15 pm
- Projects :: A secret project
Re: How to get the shiptoship turret shoot from all two barrels
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.
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

- Posts: 2631
- Joined: Fri Mar 27, 2009 10:23 am
- Projects :: Something cool...
- 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
I guess I'll go with solution B, though I used it with the ARC 170 already 
Thanks
Thanks
