Problems adding modes

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
fiddler_on_the_roof
1st Lieutenant
1st Lieutenant
Posts: 460
Joined: Wed Nov 12, 2008 5:28 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Problems adding modes

Post by fiddler_on_the_roof »

So when I originally munged my map, I only checked conquest (stupidly) and now I want all the modes back, but the problem is that I'm not exactly sure how. I followed the how to add hunt mode tutorial, for the other ones, but it didn't work, or I got a fatal error saying that the game couldn't open MCCg_eli.lvl. :oops: :?

Also, I recently downloaded the holocron lua, how do I add this also, if there are any extra steps.

thanks!! :bowdown:
Tygr
Corporal
Corporal
Posts: 150
Joined: Mon Aug 25, 2008 1:11 pm

Re: Problems adding modes

Post by Tygr »

Make sure that you add the new modes to the addme.lua file.

Also, in the world1 folder, make sure all of the modes you want appear at the end of (worldID).req. At the end of the file, there should be:

Code: Select all

	REQN
	{
		"lvl"
		"(worldID)_conquest"
		"(worldID)_ctf"
		"(worldID)_1flag"
		"(worldID)_eli"
	}
}
BTW, where did you get the holocron lua? Because I want to take a look at it.
fiddler_on_the_roof
1st Lieutenant
1st Lieutenant
Posts: 460
Joined: Wed Nov 12, 2008 5:28 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: Problems adding modes

Post by fiddler_on_the_roof »

I did that already.

BTW- I forget where it was from. I think it's on Zerted's site.
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Re: Problems adding modes

Post by Deviss »

fiddler_on_the_roof wrote:I did that already.

BTW- I forget where it was from. I think it's on Zerted's site.
1° did you add the new mode on addme file?
2° did you add the new_mode.req file on mission folder??
3° had you got the lua file on correct folder??
4° did you install the unofficial patch 1.3 lite version??
Post Reply