Page 1 of 1

Sides Reference Problem

Posted: Fri Jan 05, 2007 5:39 pm
by Alpha
I created a new side exactly like usual and while I'm munging, I get this:

Code: Select all

"
"Error (Invalid Parameter): new
"
"Usage: munge [PC|PS2|XBOX] [<side1> <side2> ...]
Worlds\munge PC
munge_world Common PC
The side's name is "new" by the way.

And when I try to play in game I get this in the BFront2.txt:

Code: Select all

Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open dc:SIDE\new.lvl

...

RE: Sides Reference Problem

Posted: Fri Jan 05, 2007 8:21 pm
by Hebes24
You need to make a folder in data_***\_BUILD\sides for your new side. I'll tell you how:

1. Make a new folder in data_***\_BUILD\sides (*** = 3 letter mod ID). Name it the same name as your side.

2. Open the ALL folder in data_***\_BUILD\sides, and copy the clean.bat and the munge.bat from there innto the folder you just created.

3. right click on the munge.bat click edit. It will open up notepad and this should be there:
@call ..\munge_side.bat ALL %1
Change the ALL in that line to the name of your side.

4. Save the file, and munge your side. it should work now.