Page 1 of 1
I need help with HEX editing capes to different models!
Posted: Sun Nov 09, 2008 10:30 pm
by 666rulerofclones
i followed the directions, but when i munged, the mungelog said:
ERROR[PCModelMunge msh\mod_inf_ep3trooper.msh]: NO POLY COUNT FOR mod_inf_ep3trooper, THIS IS VERY BAD!
ERROR[PCModelMunge msh\mod_inf_ep3trooper.msh]: NO COLLISION TREE WRITING ALL ZEROES FOR BOUNDING BOX
ERROR[PCModelMunge msh\mod_inf_ep3trooper.msh]: Unable to write collision tree nodes, no tree exists.
I tried the same thing for the Episode 2 trooper and got the same message!
any help?
EDIT: this might help for you to know this, but the game crash halfway through loading the map! how do i fix this?!

this is really bugging me!

Re: I need help with HEX editing capes to different models!
Posted: Sun Nov 09, 2008 10:35 pm
by obiboba3po
666rulerofclones wrote:i followed the directions, but when i munged, the mungelog said:
ERROR[PCModelMunge msh\mod_inf_ep3trooper.msh]: NO POLY COUNT FOR mod_inf_ep3trooper, THIS IS VERY BAD!
ERROR[PCModelMunge msh\mod_inf_ep3trooper.msh]: NO COLLISION TREE WRITING ALL ZEROES FOR BOUNDING BOX
ERROR[PCModelMunge msh\mod_inf_ep3trooper.msh]: Unable to write collision tree nodes, no tree exists.
I tried the same thing for the Episode 2 trooper and got the same message!
any help?
lol not that this is funny, but i get that everytime i export a model i made

so id be interested in the solution for this
Re: I need help with HEX editing capes to different models!
Posted: Mon Nov 10, 2008 7:11 am
by Silas
i used to get the error when i exported models too...but i was able to fix it by renaming the Null that i original called dummy for some reason

to dummyroot.
not sure what to do with hex-editing, i've never been successful with that
Re: I need help with HEX editing capes to different models!
Posted: Mon Nov 10, 2008 1:04 pm
by DarthD.U.C.K.
looks like you messed up the hierarchy of the unit
try again, orsearch for the fault
Re: I need help with HEX editing capes to different models!
Posted: Sun Nov 16, 2008 12:39 am
by 666rulerofclones
what's the hirarchy? im a new-time modeler, so could you *please* explain that to me!
Re: I need help with HEX editing capes to different models!
Posted: Sun Nov 16, 2008 6:41 am
by DarthD.U.C.K.
the hierarchy is, how the objects are set up
usually you have a "DummyRoot" in battlefront meshes
all objects are stored under the dummyroot (models, hardpoints, bones, whatever)
if you put an object under the dummyroot and put another on the level of the dummyroot, export and munge you get this error
in the mesh hierarchy it would look like this:
Code: Select all
DummyRoot
\_______object 1
object2
but it has to look like this:
Code: Select all
DummyRoot
\_______object 1
\_______object 2
and it looks like you copied the cape into the wrong place
Re: I need help with HEX editing capes to different models!
Posted: Sun Nov 16, 2008 11:05 am
by RepSharpshooter
also make sure the name after PRNT (it's parent) exists
sometimes this changes, as in a clone trooper the parent may be ep3trooper or something, and in boba it may be different.