-
Apprentice
who fix this bug??
examples:
SFX/ef_hp ampulla.elu mesh Plane57 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_hp ampulla.elu mesh Plane50 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_hp ampulla.elu mesh Plane51 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_hp ampulla.elu mesh Plane52 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_hp ampulla.elu mesh Plane53 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_hp ampulla.elu mesh Plane54 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_hp ampulla.elu mesh Plane56 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
it is in the mlog.txt , help me please ;)
-
-
-
Re: who fix this bug??

Originally Posted by
NubPro
missing animations
No ...
-
Re: who fix this bug??

Originally Posted by
Lib
No ...
GUI?
imm left gunz behind so i couldnt quite recall everything.
-
Re: who fix this bug??
It's a physique error, but Idk how to fix it. Happens when the physique number is larger than 3. Just comment it out of the source, or try changing the line it's associated with.
if( pPhysique->m_num > 3 || pPhysique->m_num <= 0 ) {
try changing m_num to a larger number like 4 or 5 and see what happens, or change the return from a false to true.