Page 1 of 1
Problems adding modes
Posted: Thu Dec 18, 2008 7:58 pm
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.
Also, I recently downloaded the holocron lua, how do I add this also, if there are any extra steps.
thanks!!

Re: Problems adding modes
Posted: Thu Dec 18, 2008 8:12 pm
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.
Re: Problems adding modes
Posted: Thu Dec 18, 2008 9:10 pm
by fiddler_on_the_roof
I did that already.
BTW- I forget where it was from. I think it's on Zerted's site.
Re: Problems adding modes
Posted: Thu Dec 18, 2008 9:18 pm
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??