Page 1 of 1

Player model disappear

Posted: Sat Oct 28, 2017 3:20 am
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.

Re: Player model disappear

Posted: Sat Oct 28, 2017 7:37 am
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.

Re: Player model disappear

Posted: Sat Oct 28, 2017 8:49 pm
by SkinnyODST
The only thing that comes to mind is having no lowrez models. That makes them disappear

Re: Player model disappear

Posted: Sun Oct 29, 2017 1:07 pm
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

Re: Player model disappear

Posted: Sun Oct 29, 2017 2:34 pm
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

Re: Player model disappear

Posted: Sun Oct 29, 2017 2:49 pm
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