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.

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

more playermodel issues >.> PLEASE HELP!

Post by Recbhunk »

alright so i need help with making my playermodel i remade him to be more sandbox friendly i made him from scratch im not a good modeler but here we go i found a md5 exporter and i added the files and edited the cfg Noting happens <.>(derp) i don't know why but
heres the md5.cfg if it helps

Code: Select all

md5load "../blue/bloxblue.1.md5mesh"
//exec "packages/models/rc/ragdoll.cfg"


// leg skins
//md5skin  blueskin.png
//md5bumpmap legs "../leg_norm.jpg" legs.jpg

//md5anim "mapmodel" "bloxblue.md5anim" 15 -1
//md5anim "forward" "BlueRunning.md5anim" 110 -1
//md5anim "backward" "Bluebackward.md5anim" 250
//md5anim "left" "Blueleft.md5anim" 100 -1
//md5anim "right" "Blueright.md5anim" 100 -1
//md5anim "jump" "Bluejump.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

then whenever i load up the game playermodel blank!
left side it says empty mesh in *model location* model.md5
ive tryed everything the only thing that works is if i make it a .obj <.>
PLEASE HELP
Last edited by Recbhunk on July 6th, 2011, 9:39 pm, edited 1 time in total.
Platinum Runners Image
-recbhunk
Lemon
Member
Member
Posts: 25
Joined: August 20th, 2010, 9:07 am
Name: Mary

Re: more playermodel issues >.>

Post by Lemon »

Why not just write bloxblue.md5 instead of "md5mesh"?
User avatar
Recbhunk
Member
Member
Posts: 27
Joined: March 22nd, 2010, 11:54 pm
Name: Moises
IRC Username: Recbhunk

Re: more playermodel issues >.>

Post by Recbhunk »

nope actually the problem is the exporter
the mesh appears blank
Platinum Runners Image
-recbhunk
User avatar
Recbhunk
Member
Member
Posts: 27
Joined: March 22nd, 2010, 11:54 pm
Name: Moises
IRC Username: Recbhunk

Re: more playermodel issues >.>

Post by Recbhunk »

nope still bugged
Platinum Runners Image
-recbhunk
Locked