Page 1 of 1

Munging on Windows 64-bit versions

Posted: Sat Dec 19, 2015 4:54 am
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.

Re: Munging on Windows 64-bit versions

Posted: Sat Dec 19, 2015 5:24 am
by AceMastermind

Re: Munging on Windows 64-bit versions

Posted: Sat Dec 19, 2015 5:30 am
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.