Page 1 of 1
List of reasons why a map/mission won't load in game
Posted: Tue Nov 03, 2009 10:37 am
by breakdown
Hi all
I need some experienced modders to maybe link me to or tell me some reasons why when you start a map, the victory timer is going down and the map can't start
I've tried most of the old "remedies" but none seem to be working....
After munging it says something like "cannot munge file name MAPNAME.world as required be MAPNAME/./MAPNAME.req"
So, is there anybody that could help me here?
Re: List of reasons why a map/mission won't load in game
Posted: Sat Nov 07, 2009 5:09 pm
by genaral_mitch
You might not have your cps in your
Code: Select all
--This adds the CPs to the objective. This needs to happen after the objective is set up
conquest:AddCommandPost(cp1)
conquest:AddCommandPost(cp2)
conquest:AddCommandPost(cp3)
conquest:AddCommandPost(cp4)
. But I mod battle front II not I But people say it's the same.
Re: List of reasons why a map/mission won't load in game
Posted: Sat Nov 07, 2009 6:13 pm
by AQT
^ You do not need to reference CPs in SWBF1 LUAs; it's a SWBF2 thing.
Re: List of reasons why a map/mission won't load in game
Posted: Sat Nov 07, 2009 6:28 pm
by genaral_mitch
Sorry then.
Re: List of reasons why a map/mission won't load in game
Posted: Sat Nov 07, 2009 7:04 pm
by breakdown
It's ok, I solved my problem anyway
Re: List of reasons why a map/mission won't load in game
Posted: Tue Nov 10, 2009 6:30 am
by giftheck
SPTest was included to help diagnose problems, it creates a text file whick will tell you all the errors. Message Severity 3s are almost always the ones which cause crashes.
Re: List of reasons why a map/mission won't load in game
Posted: Tue Nov 10, 2009 10:40 pm
by breakdown
Yes, I know, I have been using it for 2 years now.
However it failed to state my problem, so I just restarted