Page 1 of 1
Crashing Problem with Geonosis Fortress
Posted: Sun Feb 25, 2007 4:55 pm
by Tohron
I recently decided to get back into modding, which means trying to get my latest (comparatively) map, Geonosis Fortress, functional again. After several failed attempts to fix things, I decided to just get rid of all the custom sides, vehicles, and turrets. Now I'm getting these errors when I try to run it (along with a dialog box for the severity 5 one)
Code: Select all
Message Severity: 3
.\Source\LuaHelper.cpp(112)
OpenScript(GNFc_con): script (af3e4288) not found
Message Severity: 5
.\Source\GameState.cpp(1283)
Could not open MISSION\GNFc_con.lvl
I got rid of the dc: commands in the c_con.lua file (the main mode is clone wars, conquest), so that isn't what's causing the problem. Any ideas how to solve this, or even what's going on?
RE: Crashing Problem with Geonosis Fortress
Posted: Sun Feb 25, 2007 5:03 pm
by phazon_elite
Clean and munge with the Common box checked.
If that doesn't work, then you might be missing something. Look into data_GNF\Common\mission. Is there a req for c_con? If not, that's your problem.
- EP-000782
Re: RE: Crashing Problem with Geonosis Fortress
Posted: Sun Feb 25, 2007 11:45 pm
by Tohron
phazon_elite wrote:Clean and munge with the Common box checked.
If that doesn't work, then you might be missing something. Look into data_GNF\Common\mission. Is there a req for c_con? If not, that's your problem.
- EP-000782
Prior to munging, I cleaned it with the Common box checked (and EVERYTHING chosen in the drop-down bar). And there is a req for GNFc_con in the folder you mentioned. So that doesn't seem to be it.
Sigh... at this rate, I'm wondering if there's a way to copy the textures you added to the terrain - I could just copy the terrain, textures, and models, then insert them onto an entirely new map.
Posted: Tue Feb 27, 2007 9:06 pm
by Tohron
No one has any ideas at all? Is there a way to copy texture maps? I would really hate to lose all this work to a crashing error. Please?
Posted: Tue Feb 27, 2007 9:36 pm
by Rikino
I dunno about it crashing, but you can at least save some of your work if you can't fix it.
Here's the one's it sounds like you need, but if you need any others, you can copy virtually every part of the map with the other files:
'ABC.wld' - the objects in the base layer
'ABC_conquest.lyr' - the objects in the conquest layer
'ABC.TER' - The terrain of the map (I assume it includes textures)
Move your entire data folder somewhere else, make a new map with the same name as the old one, and then just overwrite the new one's files with the old one's that you want to keep.
If you don't understand, I'll try to help.
Posted: Wed Feb 28, 2007 5:02 am
by Qdin
Try deleting the map in the AddOn folder, and remunge everything again.