Munging on Windows 64-bit versions

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

Moderator: Moderators

Post Reply
User avatar
giftheck
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2218
Joined: Mon Jan 19, 2009 5:58 pm
Projects :: Star Wars Battlefront Legacy

Munging on Windows 64-bit versions

Post by giftheck »

I don't think this has been posted on here before. Maunging does not work as-is on 64-bit computers.

Thanks go to Bamdur on SWBFGamers for figuring this out.

Open your munge.bat file in the "DataWorldID" folder in Notepad, and paste the following command at the very front of the file.

Code: Select all

@set path=C:/windows/system32
It should look like this:

Code: Select all

@set path=C:/windows/System32/
cd _build_pc
 @call munge.bat
cd ..

if EXIST MungeLog.txt Notepad.exe Mungelog.txt

Echo Done Munging, Potential errors can be found in Mungelog.txt
PAUSE
Now when you execute the munge batch file, it will munge. Without it, the command prompt window flashes up then disappears.
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3284
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: Munging on Windows 64-bit versions

Post by AceMastermind »

User avatar
giftheck
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2218
Joined: Mon Jan 19, 2009 5:58 pm
Projects :: Star Wars Battlefront Legacy

Re: Munging on Windows 64-bit versions

Post by giftheck »

I forgot Bamdur was on here as well. I did a page-by-page search rather than looking at the FAQ thread.

No harm, no foul, I guess. Nice to know Bamdur posted those instructions here as well.
Post Reply