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.

Adding a playermodel to the list?

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
Chaze007
Member
Member
Posts: 318
Joined: August 9th, 2009, 8:56 pm
Name: William
IRC Username: Chaze007
Location: MS

Adding a playermodel to the list?

Post by Chaze007 »

Does anyone know how I'd add my own playermodel to the list of playermodels?
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: Adding a playermodel to the list?

Post by GR1M »

I've asked this question before but didn't get the answer, i guess I'm with you on this one. I usually just replace a player model with my own.
Image
Want a user bar like this one? PM Leo
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: Adding a playermodel to the list?

Post by Leo_V117 »

Yeah. We need to know this too... Mainly to remove the player models that exist and replace them with our own.
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: Adding a playermodel to the list?

Post by arcones »

Damian's done it, hasn't he?
Image
Want a user bar like this one? PM Leo!
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: Adding a playermodel to the list?

Post by GR1M »

The only player model I've seen of his is in his WIP video.
Image
Want a user bar like this one? PM Leo
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: Adding a playermodel to the list?

Post by arcones »

I thought he used an orc in one of his screenshots? :|
Image
Want a user bar like this one? PM Leo!
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: Adding a playermodel to the list?

Post by GR1M »

Is it a orc? I need to double check that video. And my birthday is coming up :) the 17th :)
Image
Want a user bar like this one? PM Leo
User avatar
klimyriad
Support Team
Support Team
Posts: 969
Joined: December 23rd, 2009, 1:43 pm
Name: liam
Contact:

Re: Adding a playermodel to the list?

Post by klimyriad »

Happy birthday for the 17th Gr1m
Firstspace the attack Progress. Image
Maps= Image finishing the town of hisal map.
Models and textures Image Just started finding these.
Menus, script's and other stuff. Image
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: Adding a playermodel to the list?

Post by arcones »

Hey Happy (early) B-day GR1M!

Here's the link for the orc shot: The Golden Coin: News

my bad, it looks like a human or elf :P
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: Adding a playermodel to the list?

Post by chocolatepie33 »

Sorry I'm late, happy birthday Gr1m. I was browsing through the older posts in the sandbox chat area, and one of mike's posts said to look in the src/fpsgame/render.cpp file or something like that. I've got it up now, look at this:

static const playermodelinfo playermodels[8] =
{
{ "rc", "rc/blue", "rc/red", NULL, NULL, NULL, { NULL, NULL, NULL }, "rc", "rc_blue", "rc_red", true, true },
{ "rc/blue", "rc/blue", "rc/red", NULL, NULL, NULL, { NULL, NULL, NULL }, "rc_blue", "rc_blue", "rc_red", true, true },
{ "rc/red", "rc/blue", "rc/red", NULL, NULL, NULL, { NULL, NULL, NULL }, "rc_red", "rc_blue", "rc_red", true, true },
{ "rc/pink", "rc/blue", "rc/red", NULL, NULL, NULL, { NULL, NULL, NULL }, "rc_pink", "rc_blue", "rc_red", true, true },
{ "ogre", "ogre/blue", "ogre/red", NULL, NULL, NULL, { NULL, NULL, NULL }, "ogre", "ogre", "ogre", false, true },
{ "ogre/blue", "ogre/blue", "ogre/red", NULL, NULL, NULL, { NULL, NULL, NULL }, "ogre", "ogre", "ogre", false, true },
{ "ogre/red", "ogre/blue", "ogre/red", NULL, NULL, NULL, { NULL, NULL, NULL }, "ogre", "ogre", "ogre", false, true },
{ "uh/chars/man", "uh/chars/man", "uh/chars/man", NULL, NULL, NULL, { NULL, NULL, NULL }, "uh/chars/man", "uh/chars/man", "uh/chars/man", false, true }
};

I'm just staring at this and going, "WHAT THE????"

EDIT: There's also a monster.cpp file in there, plus an AI file, i think... Yeah... Still Lost... :( :?:
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Locked