Sides Reference Problem

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
Alpha

Sides Reference Problem

Post 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

...
Hebes24
Sith Master
Sith Master
Posts: 2594
Joined: Sat Jun 03, 2006 5:15 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: In An Epic Space Battle!
Contact:

RE: Sides Reference Problem

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