Re: Adding a playermodel to the list?
Posted: May 19th, 2010, 4:34 am
That looks like the correct file. When youre in 3rd person mode press 9 and it changes your player model to one of those above.
The line here: Must be the amount of player models for the game. I Think I should set it to 1. so it looks more like this:
This part is the list of models: So I should set them to something like this:
Then remove the rest... For campaign the playermodel is set to the main character. but for multiplayer modes the main character is none existent, The player goes into the settings menu and selects Multiplayer, they then get options such as Nickname, Model, Armor, Colour etc.
Seems like you found it for us chocolatepie33. I'll test it out later.
The line here:
Code: Select all
static const playermodelinfo playermodels[8] =
Code: Select all
static const playermodelinfo playermodels[1] =
Code: Select all
{ "rc", "rc/blue", "rc/red", NULL, NULL, NULL, { NULL, NULL, NULL }, "rc", "rc_blue", "rc_red", true, true }, Code: Select all
{ "regen/characters/main", NULL, NULL, NULL, { NULL, NULL, NULL }, "regen/characters/main", true, true }, Seems like you found it for us chocolatepie33. I'll test it out later.