Cant munge my side with swbf2.
Moderator: Moderators
-
Yatem
- Recruit Womprat Killer
- Posts: 12
- Joined: Tue Jun 10, 2014 7:21 pm
- Projects :: Working on my first mod a side mod.
- xbox live or psn: Razor Spazz
Cant munge my side with swbf2.
I've been trying to make a side mod that replaces the skins for the ep1 clones with my own but I've encountered some problems. I've been following this guide, http://www.gametoast.com/viewtopic.php?f=27&t=3726 but my mod tools doesn't have a Data_ABC folder, so I cant edit the code that the tut told me to. Then when I try to munge the side the munge section in visualmunge is greyed out. Any help would be much appreciated.
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Re: Cant munge my side with swbf2.
You need to create a new project before following the tutorial, the guide uses ABC as the 3 character modID but it could be whatever 3 characters you want. If you don't know how to start a new project then read the Getting_Started.doc that shipped with the modtools.
-
Yatem
- Recruit Womprat Killer
- Posts: 12
- Joined: Tue Jun 10, 2014 7:21 pm
- Projects :: Working on my first mod a side mod.
- xbox live or psn: Razor Spazz
Re: Cant munge my side with swbf2.
Thanks, I've started a new map and all that but when I try to open zero-edit it gives me a runtime error. Is this a common endurance and is there an easy fix?AceMastermind wrote:You need to create a new project before following the tutorial, the guide uses ABC as the 3 character modID but it could be whatever 3 characters you want. If you don't know how to start a new project then read the Getting_Started.doc that shipped with the modtools.
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Re: Cant munge my side with swbf2.
There is no definitive solution to the runtime error. You can start here and read through the rest of the thread to see if anything in there works for you.
-
Yatem
- Recruit Womprat Killer
- Posts: 12
- Joined: Tue Jun 10, 2014 7:21 pm
- Projects :: Working on my first mod a side mod.
- xbox live or psn: Razor Spazz
Re: Cant munge my side with swbf2.
I've tried a bunch of things on that page but my zero-edit still wont start. Is there any way to just replace the textures of the rep side in the swbf2 files so that the side changes universally instead of just on one map?AceMastermind wrote:There is no definitive solution to the runtime error. You can start here and read through the rest of the thread to see if anything in there works for you.
-
MileHighGuy
- Jedi

- Posts: 1194
- Joined: Fri Dec 19, 2008 7:58 pm
Re: Cant munge my side with swbf2.
You don't need to touch the zeroeditor for what you want to do, thats just for editing the map physically. The unedited one will do fine. You just want to use your map to munge (compile) a modified REP side and place the new REP.lvl from your munged map in your games Data/lvl_pc/SIDE/ directory.
-
Yatem
- Recruit Womprat Killer
- Posts: 12
- Joined: Tue Jun 10, 2014 7:21 pm
- Projects :: Working on my first mod a side mod.
- xbox live or psn: Razor Spazz
Re: Cant munge my side with swbf2.
Alright, so I have munged the map but when I look at the map in the addon folder the lvl_pc folder is empty. I did everything you said but is there anything I still need to do? Also Thanks for your reply.MileHighGuy wrote:You don't need to touch the zeroeditor for what you want to do, thats just for editing the map physically. The unedited one will do fine. You just want to use your map to munge (compile) a modified REP side and place the new REP.lvl from your munged map in your games Data/lvl_pc/SIDE/ directory.
-
[Padawan]Helkaan
- Sith

- Posts: 1444
- Joined: Mon Aug 16, 2010 3:01 pm
- Projects :: Dunno. Maybe making something
Re: Cant munge my side with swbf2.
The VisualMunge tool you need to use is known for having troubles running on Windows Vista/7/8.
-If after clicking on "Munge", the munge process does actually works and takes several seconds, then the .lvl files may just have been copied to the wrong location. Go to C:\Users\<username>\AppData\Local\VirtualStore\Program Files\LucasArts\Star Wars Battlefront II\GameData\Addon and check whether your .lvl files are there. If they are, copy them to the "real" addon folder the SWBF2 directory.
-If you think the munge process went really too fast and something wrong happened, you need to apply the MungeFix.
BTW - I recommend installing manually the .bat files from the munge fix, by copying them over the existing ones. (Remember to backup the originals!)
-If after clicking on "Munge", the munge process does actually works and takes several seconds, then the .lvl files may just have been copied to the wrong location. Go to C:\Users\<username>\AppData\Local\VirtualStore\Program Files\LucasArts\Star Wars Battlefront II\GameData\Addon and check whether your .lvl files are there. If they are, copy them to the "real" addon folder the SWBF2 directory.
-If you think the munge process went really too fast and something wrong happened, you need to apply the MungeFix.
BTW - I recommend installing manually the .bat files from the munge fix, by copying them over the existing ones. (Remember to backup the originals!)
-
MileHighGuy
- Jedi

- Posts: 1194
- Joined: Fri Dec 19, 2008 7:58 pm
Re: Cant munge my side with swbf2.
Are you following the custom side tutorial? It should be fine if you copied the common and rep folders from the assets to your project and added a dc: to ReadDataFile("SIDE\\rep.lvl" (in your maps lua file) so it becomes ReadDataFile("dc:SIDE\\rep.lvl"Yatem wrote:Alright, so I have munged the map but when I look at the map in the addon folder the lvl_pc folder is empty. I did everything you said but is there anything I still need to do? Also Thanks for your reply.MileHighGuy wrote:You don't need to touch the zeroeditor for what you want to do, thats just for editing the map physically. The unedited one will do fine. You just want to use your map to munge (compile) a modified REP side and place the new REP.lvl from your munged map in your games Data/lvl_pc/SIDE/ directory.
Also be sure to specify the side you are munging in the visual munge exe.
-
Yatem
- Recruit Womprat Killer
- Posts: 12
- Joined: Tue Jun 10, 2014 7:21 pm
- Projects :: Working on my first mod a side mod.
- xbox live or psn: Razor Spazz
Re: Cant munge my side with swbf2.
Alright, Visualmudge is now working but when I copy the .lvl files of the modified side to the lvl_pc folder, the game crashes.
-
MileHighGuy
- Jedi

- Posts: 1194
- Joined: Fri Dec 19, 2008 7:58 pm
Re: Cant munge my side with swbf2.
run the game from the bf2_modtools.exe (should be moved to the game's gamedata folder) and post the bf2log.txt file it generates when it crashes. You can't change any odf filenames for the replacement .lvl to work.
-
Yatem
- Recruit Womprat Killer
- Posts: 12
- Joined: Tue Jun 10, 2014 7:21 pm
- Projects :: Working on my first mod a side mod.
- xbox live or psn: Razor Spazz
Re: Cant munge my side with swbf2.
I tried that but when I try to launch the Bf2_modtools it gives me a prompt to "insert CD 1." I have my bf2 game disk in but in still wont let me launch it. Also thanks everyone for all the help so far.
-
MileHighGuy
- Jedi

- Posts: 1194
- Joined: Fri Dec 19, 2008 7:58 pm
Re: Cant munge my side with swbf2.
you probably have the dvd version. go here to get the dvd modtools exe
https://sites.google.com/site/swbf2modt ... roFiledump
https://sites.google.com/site/swbf2modt ... roFiledump
-
Yatem
- Recruit Womprat Killer
- Posts: 12
- Joined: Tue Jun 10, 2014 7:21 pm
- Projects :: Working on my first mod a side mod.
- xbox live or psn: Razor Spazz
Re: Cant munge my side with swbf2.
Oh wow, thanks! Didn't even think to look for a DVD version, anyway here is the log
Hidden/Spoiler:
-
MileHighGuy
- Jedi

- Posts: 1194
- Joined: Fri Dec 19, 2008 7:58 pm
Re: Cant munge my side with swbf2.
Is this in a stock map? make sure you did not change the common side under the games lvl_pc folder. If this is your own map, looks like you need to copy the common side from assets to your project. Be sure to select the everything option under sides, in the visual munge exe.
The mod you want to make is really easy, its just learning to mod can be hard.
The mod you want to make is really easy, its just learning to mod can be hard.
-
Yatem
- Recruit Womprat Killer
- Posts: 12
- Joined: Tue Jun 10, 2014 7:21 pm
- Projects :: Working on my first mod a side mod.
- xbox live or psn: Razor Spazz
Re: Cant munge my side with swbf2.
The map that I was testing was just stock geonosis and I didn't mess with anything but the rep side. Also should I copy the rep and the repshell into the lvl_pc/side or just the rep. Thank you for helping me out with my first mod.
-
MileHighGuy
- Jedi

- Posts: 1194
- Joined: Fri Dec 19, 2008 7:58 pm
Re: Cant munge my side with swbf2.
only the rep is needed. What exactly have you modified so far? I need to know to help find the source of the crash
-
Yatem
- Recruit Womprat Killer
- Posts: 12
- Joined: Tue Jun 10, 2014 7:21 pm
- Projects :: Working on my first mod a side mod.
- xbox live or psn: Razor Spazz
Re: Cant munge my side with swbf2.
I made a new map, copied the common folder and the rep folder into the sides folder and modified the textures for republic files named : sharpshooter, trooper, arc trooper, arc trooper pack, arc trooper pack red, medic and htrooper. I then mudged the map selecting Everything. Then I went into the BAT(my map) folder and copied the rep.lvl into gamedata/data/lvl_pc/side.
-
MileHighGuy
- Jedi

- Posts: 1194
- Joined: Fri Dec 19, 2008 7:58 pm
Re: Cant munge my side with swbf2.
did you make sure to save the tga textures with RLE compression OFF?
-
Yatem
- Recruit Womprat Killer
- Posts: 12
- Joined: Tue Jun 10, 2014 7:21 pm
- Projects :: Working on my first mod a side mod.
- xbox live or psn: Razor Spazz
Re: Cant munge my side with swbf2.
I did and it seems they all work fine in msh viewer.
