Wrist weapon; how to do this
Moderator: Moderators
-
MandeRek
- Sith Master

- Posts: 2766
- Joined: Tue Oct 02, 2007 10:51 am
- Projects :: Battlefront Zer0
- xbox live or psn: No gamertag set
- Location: Ghosting around GT
- Contact:
Wrist weapon; how to do this
Hey Guys, while i was making a SCUBA Trooper i wondered if i could get a guided torpedo out of his backpack/jetpack. Then i thought of the wrist blasters.. How would i get the wrist blaster to come out of the torpedo? Should i just add a hp_weapons in the backpack, or should it be a hp_fire? Also, where should i put it looking at hierarchy and what should i call in the torpedo odf? Thanks in advance!
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: Wrist weapon; how to do this
if you add the hp_weapons to the jetpack, he wouldnt be able to use other weapons without looking stupid.
i think you have to make a new hardpoint on his jetpack and use the hardpoint as offhand firepoint, that shots the torpedo. I would make a new animbank for the shot too.
EDIT: for the odf: i found this in the wampas lightsaber odf:
i think you have to make a new hardpoint on his jetpack and use the hardpoint as offhand firepoint, that shots the torpedo. I would make a new animbank for the shot too.
EDIT: for the odf: i found this in the wampas lightsaber odf:
Code: Select all
OffhandGeometryName = "hot_inf_weap_r_smash"
OffhandFirePointName = "hp_fire_lightsabre bone_l_hand"
LightSaberLength = "0.0"
LightSaberWidth = "0.08"
//LightSaberTexture = "bluelightsabre"
//LightSaberTrailColor = "82 255 7 255"
-
MandeRek
- Sith Master

- Posts: 2766
- Joined: Tue Oct 02, 2007 10:51 am
- Projects :: Battlefront Zer0
- xbox live or psn: No gamertag set
- Location: Ghosting around GT
- Contact:
Re: Wrist weapon; how to do this
Thanks, but i think the wampa odf doesn't help this, since i just want something to shoot from the pack... I don't want it to act like a sword. But thanks though.. If this is true, is it possible to add 2 hp_weapons? How would i do this people 
-
Caleb1117
- 2008 Most Original Avatar
- Posts: 3096
- Joined: Sun Aug 20, 2006 5:55 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: X-Fire: caleb1117 ಠ_ಠ
Re: Wrist weapon; how to do this
No he means you add a null, and use it in the ODF, as an offhand firepoint, its used in wampas but can be used for other stuff.
OffhandGeometryName = "hot_inf_weap_r_smash"
OffhandFirePointName = "hp_fire_lightsabre bone_l_hand"
-
MandeRek
- Sith Master

- Posts: 2766
- Joined: Tue Oct 02, 2007 10:51 am
- Projects :: Battlefront Zer0
- xbox live or psn: No gamertag set
- Location: Ghosting around GT
- Contact:
Re: Wrist weapon; how to do this
So, i just create a null, call it what i want and then i can use it that way? so, where should i put this into the hierarchy?
-
Taivyx
- 2008 Best Games Related Avatar
- Posts: 1706
- Joined: Thu Jun 07, 2007 3:34 pm
- Projects :: Terra Strife - discontinued
- xbox live or psn: No gamertag set
- Contact:
Re: Wrist weapon; how to do this
Hey, I was just wondering how to do this myself.
*goes to work on implementing it to T3's blaster*
*goes to work on implementing it to T3's blaster*
-
Syth
- General

- Posts: 784
- Joined: Thu Apr 13, 2006 8:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: happy fun island
Re: Wrist weapon; how to do this
Ever see my jango jetpack missile ODF?
That makes it some out at an angle, as if from the jetpack
Code: Select all
FirePointExtraOffset = "0 0.3 2"
ShotDelay = "2.0"
ShotPatternCount = "1"
ShotPatternPitchYaw = "-15.0 0.0" //makes it come out at an angle-
MandeRek
- Sith Master

- Posts: 2766
- Joined: Tue Oct 02, 2007 10:51 am
- Projects :: Battlefront Zer0
- xbox live or psn: No gamertag set
- Location: Ghosting around GT
- Contact:
Re: Wrist weapon; how to do this
And it doesn't need a new model or null or something like that? That's great Syth, thanks a million! 
