Munging on Windows 64-bit versions
Posted: Sat Dec 19, 2015 4:54 am
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.
It should look like this:
Now when you execute the munge batch file, it will munge. Without it, the command prompt window flashes up then disappears.
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/system32Code: 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