Page 1 of 2

Adding a playermodel to the list?

Posted: May 10th, 2010, 6:56 pm
by Chaze007
Does anyone know how I'd add my own playermodel to the list of playermodels?

Re: Adding a playermodel to the list?

Posted: May 11th, 2010, 12:12 pm
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.

Re: Adding a playermodel to the list?

Posted: May 12th, 2010, 6:34 am
by Leo_V117
Yeah. We need to know this too... Mainly to remove the player models that exist and replace them with our own.

Re: Adding a playermodel to the list?

Posted: May 12th, 2010, 11:43 am
by arcones
Damian's done it, hasn't he?

Re: Adding a playermodel to the list?

Posted: May 12th, 2010, 9:11 pm
by GR1M
The only player model I've seen of his is in his WIP video.

Re: Adding a playermodel to the list?

Posted: May 13th, 2010, 9:36 am
by arcones
I thought he used an orc in one of his screenshots? :|

Re: Adding a playermodel to the list?

Posted: May 13th, 2010, 11:58 am
by GR1M
Is it a orc? I need to double check that video. And my birthday is coming up :) the 17th :)

Re: Adding a playermodel to the list?

Posted: May 13th, 2010, 12:04 pm
by klimyriad
Happy birthday for the 17th Gr1m

Re: Adding a playermodel to the list?

Posted: May 13th, 2010, 1:02 pm
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

Re: Adding a playermodel to the list?

Posted: May 19th, 2010, 12:35 am
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... :( :?: