Re: Crash when I make a scene with a mod installed.
This happens when you attempt to make a new scene loaded out of a modded module. I.e. I imagine what you did is Create New scene, and you loaded Unitek's module, then selected a land, made your scene, and saved?
The problem is that Unitek doesn't have a scenes folder, more than likely. You need to make a Scenes folder there so that when the game tries to save a scene of yours out of that .rte is has a place to go.
I had this problem when I was making maps for Darkstorm, it wouldn't save the scenes because there was no scene folder.
I'm pretty sure that's why you're getting an error, if I'm understanding the problem right. You should post that scenes.ini file though to be sure.
EDIT: I imagine your code looks something like this:
Quote:
IncludeFile = Unitek.rte/Scenes/Thatmapyoumadehere.ini
So your game is searching to load an ini that doesn't exist. Unfortunately your scene wasn't saved, and is probably lost at this point, assuming I'm correct here.