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.

playerModel help

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.
User avatar
Recbhunk
Member
Member
Posts: 27
Joined: March 22nd, 2010, 11:54 pm
Name: Moises
IRC Username: Recbhunk

playerModel help

Post by Recbhunk »

hello I have Recenly Created a Player Model and i need some help uploading it to the game
is there any tutorials on this topic
not a model a playermodel
Platinum Runners Image
-recbhunk
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: playerModel help

Post by chocolatepie33 »

unfortunately, there is no way to add a playmodel to the list. at least there isn't a 100% working, confirmed way.
Your best bet is to replace one of the current playermodels (RC or Ogre) with yours. Then use 0 to change playermodels.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
Recbhunk
Member
Member
Posts: 27
Joined: March 22nd, 2010, 11:54 pm
Name: Moises
IRC Username: Recbhunk

Re: playerModel help

Post by Recbhunk »

Is There Any Place its Located at
(weres the file at)
Platinum Runners Image
-recbhunk
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: playerModel help

Post by chocolatepie33 »

there is a .cpp (C++ file) in src/engine (in 2.5), I think I mentioned it in some topic or another... You're gonna have to look around.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
home415
Member
Member
Posts: 78
Joined: October 10th, 2009, 11:59 am
Name: alex

Re: playerModel help

Post by home415 »

Chocolatepie you not very helpful are you. I can figure it out though I don't know what file formate the models are. If anyone can give me the file formate you need make the model please post.I am 100% sure you can add your model don't worry. You just need to know your coding to do it.
Creator of Dimensional Rifts Online

Ages Underconstuction
Mythical age- village 1, forest, swamp
Early Future age- research center, City Suburbs
Pirate age- tavern/part of the city

Ages that are going be underconstruction
Future, Prehistoric, World War, Modern, Egyptian
User avatar
Leo_V117
Support Team
Support Team
Posts: 1640
Joined: February 16th, 2010, 8:00 pm
Name: Leo
IRC Username: Leo_V117
Location: That one place...
Contact:

Re: playerModel help

Post by Leo_V117 »

CP is always helpful. Its just some people dont notice that. The models are in MD5/MD3 (rc/ogre).
User avatar
Recbhunk
Member
Member
Posts: 27
Joined: March 22nd, 2010, 11:54 pm
Name: Moises
IRC Username: Recbhunk

Re: playerModel help Update

Post by Recbhunk »

Help i added the animation and everything correctly and this keeps happening
hes not looking forward and he's textures not showing
Image

and im getting a little made heres the md5 code

Code: Select all

md5load "Blue.md5mesh"

md5anim "mapmodel" "BlueidolA.md5anim" 50 -1
md5anim "forward" "BlueRunning.md5anim" 200 -1
md5anim "backward" "Bluebackward.md5anim" 250
md5anim "left" "Blueleft.md5anim" 180 -1
md5anim "right" "Blueright.md5anim" 200 -1
md5anim "jump" "rc_jump.md5anim" 100 -1
md5anim "swim" "Blueswim.md5anim" 50 -1
//md5anim "shoot|punch" "rc_attack.md5anim" 100
md5anim "idle" "BlueidolA.md5anim" 50 -1
md5anim "pain" "rc_pain.md5anim" 100
md5anim "sink" "Bluesink.md5anim" 50 -1
md5anim "dying" "rc_dying.md5anim" 100
md5anim "dead" "Bluedie.md5anim"
md5anim "edit" "Blueedit.md5anim"
md5anim "lag" "rc_lag.md5anim"
md5anim "lose" "Bluelose.md5anim"

mdlscale 1000

mdlbb 4 12.5 .9
mdlellipsecollide 1
i really need help on this part
-recbhunk
Platinum Runners Image
-recbhunk
User avatar
InHumanUnit
Member
Member
Posts: 1450
Joined: May 22nd, 2010, 7:23 am
Name: Ian, Haiku, I got alot ;)
Location: Toyko, Japan. Currently in Illonis, Round Lake in America for secret purposes
Contact:

Re: playerModel help

Post by InHumanUnit »

Did you skin him?
Once you put in his textures, rename them "skin.(whatever filetype they are.)
Image
Image
Image
XEON BOX GAMES - XBG is a blast from the past of a pirate mast to a cars thats fast.
You dare challenge me to Halo:Reach? You must die!
User avatar
Recbhunk
Member
Member
Posts: 27
Joined: March 22nd, 2010, 11:54 pm
Name: Moises
IRC Username: Recbhunk

Re: playerModel help

Post by Recbhunk »

yes i skinned him but i think i need to add it to the md5 and the other issue is that hes not looking forward hes looking sideways is there a way to fix it
Platinum Runners Image
-recbhunk
User avatar
InHumanUnit
Member
Member
Posts: 1450
Joined: May 22nd, 2010, 7:23 am
Name: Ian, Haiku, I got alot ;)
Location: Toyko, Japan. Currently in Illonis, Round Lake in America for secret purposes
Contact:

Re: playerModel help

Post by InHumanUnit »

I think thats the modeller's fault(No offense.).
Image
Image
Image
XEON BOX GAMES - XBG is a blast from the past of a pirate mast to a cars thats fast.
You dare challenge me to Halo:Reach? You must die!
Locked