Page 1 of 1

Problems making custom side [Solved]

Posted: Fri Aug 25, 2017 7:11 am
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

Re: Problems making custom side

Posted: Sat Aug 26, 2017 2:49 am
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:

Re: Problems making custom side

Posted: Mon Aug 28, 2017 7:48 am
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

Re: Problems making custom side

Posted: Tue Aug 29, 2017 2:27 am
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!

Re: Problems making custom side [SOLVED]

Posted: Tue Aug 29, 2017 9:25 am
by Anakin
you're welcome