Player model disappear

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
CdtFox
2nd Lieutenant
2nd Lieutenant
Posts: 379
Joined: Wed Feb 17, 2016 8:51 am
Projects :: BUC and Designated Days
Games I'm Playing :: SWBF2+EAW+Subnautica
xbox live or psn: No gamertag set
Location: France
Contact:

Player model disappear

Post by CdtFox »

Hey guys,

While playing with my mod i noticed that some player models disappear. The same issue as the object disappearing bug on some maps.

The problem is that i don't have that much unit on the battlefield, only 25. The last modification i made is adding Normal Mapping to a player model nothing more; could this be the issue?

These players models aren't that high poly, maybe the SWBF 3 Stormies meshes but the rest are low-poly characters.
LitFam
Sergeant Major
Sergeant Major
Posts: 234
Joined: Sat Feb 04, 2017 5:52 pm
Games I'm Playing :: SWBF II 2005
xbox live or psn: No gamertag set
Location: Milky Way, Solar System, Earth, Antarctica

Re: Player model disappear

Post by LitFam »

Do you have lowrez in your disappearing units odf?

I think the code for this is
Hidden/Spoiler:
[code]lowgeometryname = “.msh file name goes here “ [/code]
Another possible fix is this
Hidden/Spoiler:
[code]highgeometryname = “.msh file name goes here “ [/code]
Please don’t quote me on this.
SkinnyODST
Lieutenant Colonel
Lieutenant Colonel
Posts: 545
Joined: Mon Jul 04, 2016 10:56 pm
Location: My other account
Contact:

Re: Player model disappear

Post by SkinnyODST »

The only thing that comes to mind is having no lowrez models. That makes them disappear
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Re: Player model disappear

Post by Deviss »

i have lowrez for every units but on kashyyyk i have the same problem, but some lowrez model disappear, others stay there , its.... strange
CdtFox
2nd Lieutenant
2nd Lieutenant
Posts: 379
Joined: Wed Feb 17, 2016 8:51 am
Projects :: BUC and Designated Days
Games I'm Playing :: SWBF2+EAW+Subnautica
xbox live or psn: No gamertag set
Location: France
Contact:

Re: Player model disappear

Post by CdtFox »

Deviss wrote:i have lowrez for every units but on kashyyyk i have the same problem, but some lowrez model disappear, others stay there , its.... strange
Yeah i was going to mention that all my units have their lowrez correctly setup :? I'll try to find a solution and let you know.
Anyways, thanks for the answers
LitFam
Sergeant Major
Sergeant Major
Posts: 234
Joined: Sat Feb 04, 2017 5:52 pm
Games I'm Playing :: SWBF II 2005
xbox live or psn: No gamertag set
Location: Milky Way, Solar System, Earth, Antarctica

Re: Player model disappear

Post by LitFam »

Weird I will try to find a fix.

EDIT

Maybe it has too do with the SetMemoryPoolSize in the .lua?

http://www.gametoast.com/viewtopic.php?p=469068#p469068
Post Reply