VisualMunge wont create _LVL_PC folder [Solved]
Moderator: Moderators
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
VisualMunge wont create _LVL_PC folder [Solved]
im trying to set up the modtools again and i have the following problem that visualmunge doesnt create the _LVL_PC folder.
First vm didnt munge anything so i applied the vista munge fix (im using wondows 7). Now itis munging the individual files and even creates the addme script and the necessary folders in the addon directory. They log says that the lvl files are copied over but that cant work without the _LVL_PC folder.
the only error in the log is: "\Intel\iCLS" unexpected at this time. I searched for the term but the error seems to be normally resolved by the mungefix.
has anyone else encountered the error and know what it is about?
by the way, the link to the mungefix in the everythingyouneedthread doesnt work anymore.
First vm didnt munge anything so i applied the vista munge fix (im using wondows 7). Now itis munging the individual files and even creates the addme script and the necessary folders in the addon directory. They log says that the lvl files are copied over but that cant work without the _LVL_PC folder.
the only error in the log is: "\Intel\iCLS" unexpected at this time. I searched for the term but the error seems to be normally resolved by the mungefix.
has anyone else encountered the error and know what it is about?
by the way, the link to the mungefix in the everythingyouneedthread doesnt work anymore.
- Anakin
- Master of the Force

- Posts: 4817
- Joined: Sat Sep 19, 2009 11:37 am
- Projects :: RC Side Mod - Remastered - SWBF3 Legacy
- Location: Mos Espa (germany)
Re: VisualMunge wont create _LVL_PC folder
Mh the link works fine for me: http://www.gametoast.com/viewtopic.php? ... 73#p295373
They where fixed the last days after the hack.
About the problem, in what directory have you installed modtools?? if you installed it to C:\Programs\... you have the problems with the write permissions. You could try to run the munge.exe as admin, or install ModTolls to C:\BF_modtools or remove the write protection from the folder.
Nice to see you back
They where fixed the last days after the hack.
About the problem, in what directory have you installed modtools?? if you installed it to C:\Programs\... you have the problems with the write permissions. You could try to run the munge.exe as admin, or install ModTolls to C:\BF_modtools or remove the write protection from the folder.
Nice to see you back
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: VisualMunge wont create _LVL_PC folder
thanks 
at first i didnt have the modtools installed at the root. i reinstalled them but it didnt make a difference.
I tried running vom and the bat files as admin but nothing changes.
at first i didnt have the modtools installed at the root. i reinstalled them but it didnt make a difference.
I tried running vom and the bat files as admin but nothing changes.
- Anakin
- Master of the Force

- Posts: 4817
- Joined: Sat Sep 19, 2009 11:37 am
- Projects :: RC Side Mod - Remastered - SWBF3 Legacy
- Location: Mos Espa (germany)
Re: VisualMunge wont create _LVL_PC folder
can you upload a new map source to see if the problem is with your pc or modtools??
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
-
Noobasaurus
- Droid Pilot Assassin

- Posts: 2006
- Joined: Tue Aug 17, 2010 5:56 pm
Re: VisualMunge wont create _LVL_PC folder
There's a problem with either your tools or how your computer interacts with them. I tried using the munger and received the same error.
- Anakin
- Master of the Force

- Posts: 4817
- Joined: Sat Sep 19, 2009 11:37 am
- Projects :: RC Side Mod - Remastered - SWBF3 Legacy
- Location: Mos Espa (germany)
Re: VisualMunge wont create _LVL_PC folder
I also have problems with this source.
try using these munge bat in the data/build folder and make a new testmap.
https://www.dropbox.com/s/5h0lyvazflxtr94/_BUILD.rar
try using these munge bat in the data/build folder and make a new testmap.
https://www.dropbox.com/s/5h0lyvazflxtr94/_BUILD.rar
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: VisualMunge wont create _LVL_PC folder
thanks, when i create new data folders with this build folder it actually works! o.o
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Re: VisualMunge wont create _LVL_PC folder
A file comparison reveals an incomplete mungefix applied to Duck's files resulting in the problem.
Example:
I'll mark your thread as [Solved]
Example:
- data\_BUILD\munge.bat (default)
data\_BUILD\munge.bat (mungefix file)
Code: Select all
if "%MUNGE_BIN_DIR%"=="" ( set MUNGE_BIN_DIR=%CD%\..\..\ToolsFL\Bin REM echo MUNGE_BIN_DIR=%MUNGE_BIN_DIR% set PATH=%CD%\..\..\ToolsFL\Bin;%PATH% )data\_BUILD\munge.bat (Anakin's)Code: Select all
REM if "%MUNGE_BIN_DIR%"=="" ( set MUNGE_BIN_DIR=%CD%\..\..\ToolsFL\Bin REM echo MUNGE_BIN_DIR=%MUNGE_BIN_DIR% REM set PATH=%CD%\..\..\ToolsFL\Bin;%PATH% REM )data\_BUILD\munge.bat (Duck's)Code: Select all
REM if "%MUNGE_BIN_DIR%"=="" ( set MUNGE_BIN_DIR=%CD%\..\..\ToolsFL\Bin REM echo MUNGE_BIN_DIR=%MUNGE_BIN_DIR% REM set PATH=%CD%\..\..\ToolsFL\Bin;%PATH% REM )Code: Select all
REM if "%MUNGE_BIN_DIR%"=="" ( set MUNGE_BIN_DIR=%CD%\..\..\ToolsFL\Bin REM echo MUNGE_BIN_DIR=%MUNGE_BIN_DIR% set PATH=%CD%\..\..\ToolsFL\Bin;%PATH% REM )
I'll mark your thread as [Solved]
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: VisualMunge wont create _LVL_PC folder [Solved]
thanks for the explanation! weird that the mungefix didnt work completely.
