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.

Help! How to change the picture/face of the character?

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
dannyjie
Member
Member
Posts: 10
Joined: April 22nd, 2010, 2:29 am

Help! How to change the picture/face of the character?

Post by dannyjie »

does any 1 can teach me how to change the face or picture of character???how to change it to a human face?? please teach me ...thanks
Last edited by arcones on June 3rd, 2010, 10:47 am, edited 1 time in total.
Reason: Topic name was a bit jumbled. Easier to understand now.
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Help! How to change the picture/face of the character?

Post by chocolatepie33 »

If you want to change the appearance of a mapmodel/playermodel, find it's skin (look in these folders: Sandbox2.5/Packages/Models/<Model you want to change>). It should be skin.jpg or .png. You can find a picture off the Internet or make one, then paste it in.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
GR1M
Support Team
Support Team
Posts: 1305
Joined: August 22nd, 2009, 4:35 pm
Name: Luke
IRC Username: Gr1m
Location: Texas
Contact:

Re: Help! How to change the picture/face of the character?

Post by GR1M »

Tattoo 3d is a piece of software where you can edit the models texture in real time.

http://www.blitzbasic.com/toolbox/toolbox.php?tool=37
Image
Want a user bar like this one? PM Leo
dannyjie
Member
Member
Posts: 10
Joined: April 22nd, 2010, 2:29 am

Re: Help! How to change the picture/face of the character?

Post by dannyjie »

i mean i want to change my character??sandbox 2.5 character is look like a animal right??but now i want to know how to change it to a human??
User avatar
GR1M
Support Team
Support Team
Posts: 1305
Joined: August 22nd, 2009, 4:35 pm
Name: Luke
IRC Username: Gr1m
Location: Texas
Contact:

Re: Help! How to change the picture/face of the character?

Post by GR1M »

this - "

Code: Select all

/playermodel 9
" in the command line.
Image
Want a user bar like this one? PM Leo
dannyjie
Member
Member
Posts: 10
Joined: April 22nd, 2010, 2:29 am

Re: Help! How to change the picture/face of the character?

Post by dannyjie »

thanks^^where can i find all type of command in sandbox??another question is how to make the water move??for a example i want to make a waterfall ,how to make the water look like falling down?
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: Help! How to change the picture/face of the character?

Post by arcones »

I'd use some particle effects. Check out the cavern2 in Sandbox. That has some water and lava effects that should help!

Arc :geek:
Image
Want a user bar like this one? PM Leo!
User avatar
Runescapedj
Member
Member
Posts: 1706
Joined: January 9th, 2010, 9:06 am
Name: Michiel
IRC Username: Sandboxdj
Location: Deventer, the Netherlands

Re: Help! How to change the picture/face of the character?

Post by Runescapedj »

@dannyie

Maybe you can learn some codes from this tutorial?
viewtopic.php?f=24&t=1302
User avatar
DreamBliss
Member
Member
Posts: 56
Joined: November 28th, 2012, 5:06 pm
Name: DreamBliss
Location: Lost on the Way...
Contact:

Re: Help! How to change the picture/face of the character?

Post by DreamBliss »

The /playermodel command causes Sandbox to crash. So what is the new command? I do not recall seeing it here:
http://www.sandboxgamemaker.com/platinu ... itref.html

BTW you should make that a lot easier to find!

Appreciate the help!
- DreamBliss
State what you want for your reality,
But let the universe fill in the details.


My Forums
http://spiritualexplorers.zymichost.com/index.php
User avatar
kddekadenz
Member
Member
Posts: 423
Joined: July 17th, 2011, 11:02 am
Name: kdd
Contact:

Re: Help! How to change the picture/face of the character?

Post by kddekadenz »

RPG mode: The player model is setted in data/rpg/games/gamename/player.cfg
e.g.:

Code: Select all

r_char_mdl "uh/chars/man"
Kelgar is an advanced RPG beeing developed in Sandbox
Locked