Author Topic: [Tutorial] Two hands on a weapon using milkshape 3D  (Read 12059 times)

Alright, first get the hands model here.

http://www.mediafire.com/?5mmmwotnm0n

The model should look like this.



Now model your weapon!



You should have mountPoint, ejectPoint and muzzlePoint by now..
Once it's done export to "Torque DTS Plus"


Now on the "server.cs" file or "Weapon_NAMEHERE" you put on this code
Code: [Select]
function M4A1Image::onMount(%this, %obj, %slot)  //change M4A1 to whatever you want
{
%obj.hidenode("RHand");
        %obj.hidenode("LHand");
}


function M4A1Image::onUnMount(%this, %obj, %slot) //change M4A1 to whatever you want
{
%obj.unhidenode("RHand");
        %obj.unhidenode("LHand");
}
And change "M4A1Image" to whatever your weapon's image is.


Well, that's all.


Please, if some information is missing post a reply telling me what is missing. I bet there's alot of information missing :p

If you don't know how to make weapons yet, then click this link!
http://forum.blockland.us/index.php?topic=78760.0
« Last Edit: June 06, 2010, 03:57:55 PM by NEkram »

And change "M4A1Image" to whatever your weapon's image is.

And change "M4A1Image" to whatever your weapon's image is.
kk, adding :D


Mediafire link broken. Pics of trouble:
Notice the bad part.

Mediafire link broken. Pics of trouble:
Notice the bad part.
It's your internet browser, i opened link and it worked fine :/

Is there a way to add the hands to a previously made model?

EDIT: you export to Torque DTS Plus, not what you said.
« Last Edit: June 05, 2010, 02:16:02 AM by RFW2 »

Fail joint. You dont connect joints.

Fail joint. You dont connect joints.
It doesn't matter for a weapon.

Is there a way to add the hands to a previously made model?
Yes, open the hands, then merge with the model.

you export to Torque DTS Plus, not what you said.
Only if you make an animation.

Only if you make an animation.
No, always export torque .dts plus.


I'v needed this for a long time. Thanks!

The forget is this?

Really.

Just post the model for the hands and tell them to put it on the gun.

Thats it.

I guess it could be helpful. But much unneeded information.