Page 1 of 1
Crash.....the opposite of what I have seen [Solved]
Posted: Thu Aug 28, 2008 5:17 pm
by agzilla123
Ok, so I have my modded map, and I am testing my modded side. (for those of you who don't know, I figured out what I did wrong with my old custom side

) So now, when the character selection screen appears, approximately 5 seconds later, the game crashes. This is the error, according to my error log, that is crashing the game because it is message severity 3.
I have seen things like this when i searched high res geometry on this site. Apparently everyone is having problems like this with weapons, or they are missing the low res geometry which I am not apparently. I have not, however, seen anything like this crash with high res geometry on this site.
Any help would be appreciated.
Re: Crash.....the opposite of what I have seen
Posted: Thu Aug 28, 2008 5:35 pm
by Fluffy_the_ic
Weird. You may have the wrong msh. If it's a custom model someone made for you, or you edited, you (or they) may have hidden the normal part of it so they could see the lowrez well, and then forgot to unhide it.
Re: Crash.....the opposite of what I have seen
Posted: Thu Aug 28, 2008 6:07 pm
by agzilla123
Well, I just used the battledroid .msh in the assets, but maybe I used the wrong one. Which one would it be?
Any help would be appreciated.
Re: Crash.....the opposite of what I have seen
Posted: Thu Aug 28, 2008 6:10 pm
by Fluffy_the_ic
It is cis_ing_bdroid.msh
Re: Crash.....the opposite of what I have seen
Posted: Thu Aug 28, 2008 6:11 pm
by agzilla123
Well, that was the one I used. Anything else I could try that might help keep my map from crashing?
Re: Crash.....the opposite of what I have seen
Posted: Thu Aug 28, 2008 6:21 pm
by Fluffy_the_ic
I have one theory. You called for the wrong .msh in your odf. When you edited it, you may have accidentally messed up a line involving the msh.
When that doesn't work,t o your computer's search feature and type in cis_inf_bdroid and then copy and paste all of the mshes and tgas and msh.options and tga.options that come up into your side's folder.
Re: Crash.....the opposite of what I have seen
Posted: Thu Aug 28, 2008 6:28 pm
by NullCommando
Show us the unit's .odf
Re: Crash.....the opposite of what I have seen
Posted: Thu Aug 28, 2008 6:33 pm
by agzilla123
Re: Crash.....the opposite of what I have seen
Posted: Thu Aug 28, 2008 6:39 pm
by Maveritchell
It looks like you copied over parts of the cis_inf_default, but not all of it. You didn't set a geometry (the geometry under GameObjectClass is irrelevant; it just sets geometry for ZE), so the error means exactly what it says - there's no high-res geometry.
Re: Crash.....the opposite of what I have seen
Posted: Thu Aug 28, 2008 6:42 pm
by agzilla123
Thanks! Could you give me a suggestion as to where to put it?
Re: Crash.....the opposite of what I have seen
Posted: Thu Aug 28, 2008 6:45 pm
by NullCommando
[GameObjectClass]
ClassParent = "cis_inf_default_pilot" -- You can use whatever unit default. Officer, sniper, marine, etc..
[Properties]
GeometryName = "yourgeometryhere"
GeometryLowRes = "yourgeometryhere"
SkeletonName = "bdroid"
SkeletonLowRes = "bdroidlz" -- B1 Droid Skeletons so the unit will look proper.
FirstPerson = "CIS\cisbdrd;cis_1st_bdroid"
A basic unit .odf. Might help with basic setup.
Re: Crash.....the opposite of what I have seen
Posted: Thu Aug 28, 2008 6:48 pm
by Maveritchell
Well, if it doesn't go under GameObjectClass...
You need to use the stock .odfs as guides for how and where to place parameters in your .odfs. Odf files are the easiest thing to learn for the very reason that you have so many examples sitting there waiting for you to look at them.
Re: Crash.....the opposite of what I have seen
Posted: Thu Aug 28, 2008 7:22 pm
by agzilla123
Well, after about 10 minutes of checking my work to make sure i didn't do anything wrong after changing the odf based on the information you gave me..........
it worked!
Thanks! This thread can now be closed.