Problems making custom side [Solved]

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
SkinnyODST
Lieutenant Colonel
Lieutenant Colonel
Posts: 545
Joined: Mon Jul 04, 2016 10:56 pm
Location: My other account
Contact:

Problems making custom side [Solved]

Post by SkinnyODST »

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
Last edited by SkinnyODST on Tue Aug 29, 2017 2:27 am, edited 2 times in total.
CdtFox
2nd Lieutenant
2nd Lieutenant
Posts: 379
Joined: Wed Feb 17, 2016 8:51 am
Projects :: BUC and Designated Days
Games I'm Playing :: SWBF2+EAW+Subnautica
xbox live or psn: No gamertag set
Location: France
Contact:

Re: Problems making custom side

Post by CdtFox »

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 :wink:
User avatar
Anakin
Master of the Force
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

Post by Anakin »

Make sure you edited the munge bat:

This example from the IMP

Code: Select all

@call ..\munge_side.bat IMP%1
needs to become this for an ABC side

Code: Select all

@call ..\munge_side.bat ABC%1
SkinnyODST
Lieutenant Colonel
Lieutenant Colonel
Posts: 545
Joined: Mon Jul 04, 2016 10:56 pm
Location: My other account
Contact:

Re: Problems making custom side

Post by SkinnyODST »

Ok so I figured out it was because I didn`t have "***_inf_default" in the folder Yes meesa stoopid but,
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 :wink:
Ok thanks for clearing that up!

and
Anakin wrote:Make sure you edited the munge bat:

This example from the IMP

Code: Select all

@call ..\munge_side.bat IMP%1
needs to become this for an ABC side

Code: Select all

@call ..\munge_side.bat ABC%1
The side`s munge.bat actually had REP in it, so thanks for telling me that! That was probably helping it crash

Thanks for the help guys!
User avatar
Anakin
Master of the Force
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]

Post by Anakin »

you're welcome
Post Reply