I`ve made a custom side for my world but it makes it crash. I`m quite sure I`ve done everything right however I kinda forgot where to copy the "munge" and "clean" .bat files from that go in data_ABC/BUILD/Sides/***. It must be that I`ve copied the wrong files because the unit in the custom side works perfectly when I copy all it`s files into the rep folder and use rep.lvl to add the unit in. So can someone please remind me where to copy the munge.bat and clean.bat files from?
Thanks, and soz for my forgetfulness
Problems making custom side [Solved]
Moderator: Moderators
-
SkinnyODST
- Lieutenant Colonel

- Posts: 545
- Joined: Mon Jul 04, 2016 10:56 pm
- Location: My other account
- Contact:
Problems making custom side [Solved]
Last edited by SkinnyODST on Tue Aug 29, 2017 2:27 am, edited 2 times in total.
-
CdtFox
- 2nd Lieutenant

- Posts: 379
- Joined: Wed Feb 17, 2016 8:51 am
- Projects :: BUC and Designated Days
- xbox live or psn: No gamertag set
- Location: France
- Contact:
Re: Problems making custom side
From C:/BF2_ModTools/data_***/Build/Sides/choose one side.
It dosen't matter if you are using the one from the ALL folder or the IMP folder
It dosen't matter if you are using the one from the ALL folder or the IMP folder
- 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: Problems making custom side
Make sure you edited the munge bat:
This example from the IMP
needs to become this for an ABC side
This example from the IMP
Code: Select all
@call ..\munge_side.bat IMP%1Code: Select all
@call ..\munge_side.bat ABC%1-
SkinnyODST
- Lieutenant Colonel

- Posts: 545
- Joined: Mon Jul 04, 2016 10:56 pm
- Location: My other account
- Contact:
Re: Problems making custom side
Ok so I figured out it was because I didn`t have "***_inf_default" in the folder Yes meesa stoopid but,
and
Thanks for the help guys!
Ok thanks for clearing that up!CdtFox wrote:From C:/BF2_ModTools/data_***/Build/Sides/choose one side.
It dosen't matter if you are using the one from the ALL folder or the IMP folder
and
The side`s munge.bat actually had REP in it, so thanks for telling me that! That was probably helping it crashAnakin wrote:Make sure you edited the munge bat:
This example from the IMPneeds to become this for an ABC sideCode: Select all
@call ..\munge_side.bat IMP%1Code: Select all
@call ..\munge_side.bat ABC%1
Thanks for the help guys!
- 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: Problems making custom side [SOLVED]
you're welcome
