List of reasons why a map/mission won't load in game

Post everything from general questions, to modding questions, to map WIPs to releases. (SWBF1 only)

Moderator: Moderators

Post Reply
breakdown
Lance Corporal
Posts: 91
Joined: Thu Oct 16, 2008 6:44 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

List of reasons why a map/mission won't load in game

Post 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?
genaral_mitch
Jedi
Jedi
Posts: 1056
Joined: Fri Aug 14, 2009 12:32 am

Re: List of reasons why a map/mission won't load in game

Post 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.
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: List of reasons why a map/mission won't load in game

Post by AQT »

^ You do not need to reference CPs in SWBF1 LUAs; it's a SWBF2 thing.
genaral_mitch
Jedi
Jedi
Posts: 1056
Joined: Fri Aug 14, 2009 12:32 am

Re: List of reasons why a map/mission won't load in game

Post by genaral_mitch »

Sorry then.
breakdown
Lance Corporal
Posts: 91
Joined: Thu Oct 16, 2008 6:44 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Re: List of reasons why a map/mission won't load in game

Post by breakdown »

It's ok, I solved my problem anyway
User avatar
giftheck
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2218
Joined: Mon Jan 19, 2009 5:58 pm
Projects :: Star Wars Battlefront Anniversary

Re: List of reasons why a map/mission won't load in game

Post 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.
breakdown
Lance Corporal
Posts: 91
Joined: Thu Oct 16, 2008 6:44 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Re: List of reasons why a map/mission won't load in game

Post 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
Post Reply