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.
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
playerModel help
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
is there any tutorials on this topic
not a model a playermodel
Platinum Runners 
-recbhunk
-recbhunk
-
- Support Team
- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: playerModel help
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.
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!
Re: playerModel help
Is There Any Place its Located at
(weres the file at)
(weres the file at)
Platinum Runners 
-recbhunk
-recbhunk
-
- Support Team
- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: playerModel help
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!
Re: playerModel help
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
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
- Leo_V117
- 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
CP is always helpful. Its just some people dont notice that. The models are in MD5/MD3 (rc/ogre).
Game Projects
Sandbox Tools
Re: playerModel help Update
Help i added the animation and everything correctly and this keeps happening
hes not looking forward and he's textures not showing

and im getting a little made heres the md5 code
i really need help on this part
-recbhunk
hes not looking forward and he's textures not showing

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
-recbhunk
Platinum Runners 
-recbhunk
-recbhunk
- InHumanUnit
- 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
Did you skin him?
Once you put in his textures, rename them "skin.(whatever filetype they are.)
Once you put in his textures, rename them "skin.(whatever filetype they are.)
Re: playerModel help
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 
-recbhunk
-recbhunk
- InHumanUnit
- 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
I think thats the modeller's fault(No offense.).