I added in an imperial star destroyer dome and trade federation lander dome and now my map crashes and I got this from the log. (Map crashes after loading 9-10 of the dots.) It was working fine before. These errors confuse me and if anyone could make any sense of them I'd greatly appreciate it.
Are those dome models loaded in your LUA? Also, it appears you are missing a skydome model...
Oh, and sky objects don't go in DomeInfo; each one goes in its own SkyObject().
Re: Sky dome - crashes
Posted: Sun Dec 11, 2011 3:26 pm
by ARCTroopaNate
Thank you all for your suggestions! My map is now running smoothly. [SOLVED]
syntax errors
Posted: Sun Dec 11, 2011 4:26 pm
by AceMastermind
You need to pay attention where you are inserting code, you can't just put it anywhere in these files. The engine expects certain formatting to read the files properly. There is a slew of stock examples to cross-reference when editing any text files in the modtools. I think a lot of these user errors spawn from folks getting over excited or trying to rush when it really isn't necessary, slow down and take your time, there is plenty of it.
I'm marking your other thread [Solved] too.
Re: Sky dome - crashes [Solved]
Posted: Sun Dec 11, 2011 4:30 pm
by ARCTroopaNate
Thanks! And I'll be sure to remember your advice next time!