Page 1 of 1

First Person model not showing up

Posted: Thu Sep 10, 2015 4:39 am
by giftheck
I've created a custom FPS model for a unit. Here is a screen of that FPS model:

Image

However, it does not show up when I put it in the game. I have it set up to load the FPS model under the following line:

Code: Select all

"IMP\fostrp;fo_1st_stormtrooper"
The FPS LVL file is definitely named correctly and is definitly in my 'FPS/IMP' folder.

What happens is that the model comes up 'blank' or not loaded. There's no error log for this either (I'm using SPTest for SWBF1, but the principle would apply to BF2 as well)

Re: First Person model not showing up

Posted: Thu Sep 10, 2015 5:45 am
by Anakin
Have you tried to add the fpm directly to the unit's req file??
Hidden/Spoiler:
[code]
ucft
{
REQN
{
"class"
"mdo_inf_assassin"
}

REQN
{
"model"
"mdo_1st_assassin"
}
}

[/code]

[code]FirstPerson = "mdo\mdo_inf_assassin;mdo_1st_assassin"[/code]
or in the side's req file:
Hidden/Spoiler:
[code]
ucft
{
REQN
{
"lvl"
"rep_inf_commando_01_rifleman"
"rep_inf_commando_02_roketeer"
"rep_inf_commando_03_sniper"
"rep_inf_commando_04_engineer"
"rep_inf_commando_05_electronic"
"rep_inf_commando_06_sergeant"
"rep_inf_commando_07_havoc"
"rep_inf_commando_08_elite"
"rep_inf_commando_09_pilot"
"rep_inf_commando_10_airborn"


}

REQN
{
"model"
"rep_1st_commando"
"rep_hide_weap"
"rep_bldg_eweb_1stperson"
"rep_1st_rifleman"
}

}
[/code]

[code]FirstPerson = "rep\rep;rep_1st_commando"[/code]

Re: First Person model not showing up

Posted: Thu Sep 10, 2015 5:48 am
by giftheck
No, because I did not think they were supposed to go there.

Re: First Person model not showing up

Posted: Thu Sep 10, 2015 12:00 pm
by Anakin
It is the only way I know. It is somewhere in the faq, too.

Re: First Person model not showing up

Posted: Wed Sep 16, 2015 5:35 am
by giftheck
I've tried this: it's still not showing up.

Re: First Person model not showing up

Posted: Wed Sep 16, 2015 5:55 am
by Anakin
Can you show us your req and odf files please.

and make sure everything looks like this: http://www.gametoast.com/viewtopic.php?f=27&t=12319 (Ace post)

Re: First Person model not showing up

Posted: Fri Sep 18, 2015 3:01 am
by giftheck
Sereja told me that I needed to have "Export Animation" checked in ZETools when I export my FPS model. Going to see if that is indeed the case.

Re: First Person model not showing up

Posted: Fri Sep 18, 2015 9:28 am
by Anakin
Yes that's right. You need to check that