Munging On a 64-bit PC

Started by Bamdur, October 19, 2010, 07:29:50 PM

Previous topic - Next topic
October 19, 2010, 07:29:50 PM Last Edit: March 11, 2014, 08:04:44 PM by Bamdur
To munge on a 64 bit pc:

1. Open Bfbuilder
2. Select Munge
3. Type @set path=C:/windows/system32
4. Type munge
5. Let it munge
6. Get your map out of Bfbuilder/addon folder

Yeah, i just watched ur utube video and it worked for me. I have a 64bit pc but i havent come into any problems. 8)
(insert signature here)

Works great. Thanks. :cheer:
I like to do stuff. 'nuff said.

Requests admin to move to modding forum AND be Sticky'd

/Recognizes effort


#TYBG


A secondary method for doing this is running the munge on a Virtual machine running a 32-bit release of windows.

i dont see how u munge can u be more descriptive on how to munge it
Proud [Freelancer Consortium] Member! [FC]Leader.Helios

October 09, 2012, 11:35:39 AM #7 Last Edit: October 09, 2012, 11:37:12 AM by RepublicCommando
To automaticly make batch file do 64 bit, just right click batch file, click edit, and hit return/enter key, and type the same thing::

@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

Also, you may need to right click, click on propertys, and unselect READ ONLY, then save.
Now you can save your batch file.