Wrist weapon; how to do this

How to create models in XSI and other 3D applications and make them work in Battlefront 1 & 2. Post models, tips for application usage and share anything XSI, 3DMax, SketchUp, etc.

Moderator: Moderators

Post Reply
MandeRek
Sith Master
Sith Master
Posts: 2766
Joined: Tue Oct 02, 2007 10:51 am
Projects :: Battlefront Zer0
Games I'm Playing :: SWTOR
xbox live or psn: No gamertag set
Location: Ghosting around GT
Contact:

Wrist weapon; how to do this

Post by MandeRek »

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!
User avatar
DarthD.U.C.K.
Master of the Force
Master of the Force
Posts: 6027
Joined: Wed Sep 27, 2006 11:05 am
Location: Duckburg, Germany

Re: Wrist weapon; how to do this

Post by DarthD.U.C.K. »

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:

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
Sith Master
Posts: 2766
Joined: Tue Oct 02, 2007 10:51 am
Projects :: Battlefront Zer0
Games I'm Playing :: SWTOR
xbox live or psn: No gamertag set
Location: Ghosting around GT
Contact:

Re: Wrist weapon; how to do this

Post by MandeRek »

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

Post by Caleb1117 »

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
Sith Master
Posts: 2766
Joined: Tue Oct 02, 2007 10:51 am
Projects :: Battlefront Zer0
Games I'm Playing :: SWTOR
xbox live or psn: No gamertag set
Location: Ghosting around GT
Contact:

Re: Wrist weapon; how to do this

Post by MandeRek »

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
Games I'm Playing :: none
xbox live or psn: No gamertag set
Contact:

Re: Wrist weapon; how to do this

Post by Taivyx »

Hey, I was just wondering how to do this myself.
*goes to work on implementing it to T3's blaster*
Syth
General
General
Posts: 784
Joined: Thu Apr 13, 2006 8: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
Location: happy fun island

Re: Wrist weapon; how to do this

Post by Syth »

Ever see my jango jetpack missile ODF?

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
That makes it some out at an angle, as if from the jetpack
MandeRek
Sith Master
Sith Master
Posts: 2766
Joined: Tue Oct 02, 2007 10:51 am
Projects :: Battlefront Zer0
Games I'm Playing :: SWTOR
xbox live or psn: No gamertag set
Location: Ghosting around GT
Contact:

Re: Wrist weapon; how to do this

Post by MandeRek »

And it doesn't need a new model or null or something like that? That's great Syth, thanks a million! :D
Post Reply