Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Hand on Gun placement *no kids please*

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
TheIntercooler
Member
Member
Posts: 31
Joined: November 27th, 2011, 2:26 pm
Name: Ed

Hand on Gun placement *no kids please*

Post by TheIntercooler »

screenshot_127794.png
I changed the chaingun model to an AK47 but I cant flip the hand or move it to the side of the gun, it just stays there driving me nuts. Does anyone know how to rotate it? The cfg code is..

Code: Select all

md5pitch "" 1
md5tag Bicep.R tag_bicep
md5dir "hudguns/chaing"
md5adjust Root 13.25 0 -4
md5adjust Hand.R -5 -30 -5
md5anim "gun idle" "hands_mg_idle.md5anim"
md5anim "gun shoot" "hands_mg_shoot.md5anim" 110

md5load "chaing.md5mesh"
md5skin minigun "<dds>ak_tx.png"

//md5bumpmap minigun "<dds>m134_normals.png"
md5spec minigun -1
md5glare minigun 0.5 1
md5tag Muzzle_Flash tag_muzzle
md5adjust Root 0 0 0      -0.75 0.5 0.1
md5anim "gun idle" "chaing_idle.md5anim"
md5anim "gun shoot" "chaing_shoot.md5anim" 110

md5link 0 1 tag_bicep
mdlscale 300
mdltrans -0.5 -1.8 -2.25
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: Hand on Gun placement *no kids please*

Post by arcones »

I'm sorry to say I don't have experience with animated mapmodels.

If I guessed I would say you might be able to change it with one of the md5adjust commands (probably for Hand.R)
Image
Want a user bar like this one? PM Leo!
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Hand on Gun placement *no kids please*

Post by chocolatepie33 »

I'm gonna recommend you head over to the Quadropolis forums and ask, as they have experience in that area where we do not.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Locked