• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

Problem importing mini-kits

stonecold_jpm

Youth Team
I am making an update to a patch for a league i'm in and am having a problem importing mini-kits. The patch i create installs all the files into the fifa folder and then to install balls, logos, nets, kits etc we have a BAT file which imports everything with impbig and gfxpak. To install mini-kits however the mini-kits are big files within a big file. e.g kits.big is the main big file and k1413.big is the mini-kit within it. The problem is the mini-kit name in the kits.big file is actually: data/gui/kits/k1413.big.

The current command i have in the bat file is as follows:

impbig /i data/gui/kits/kits.big k1413.big k1413.big /c gfxpak.exe -real -compress

Now as you can see it will only import that as 1413.big and not data/gui/kits/k1413.big so it needs renaming somehow.

Does anyone know a command that will work for me importing them in the bat file???
 

zul_tyco16

Club Supporter
place the k1413.big into your data/kits/kits.big

and use this command...

impbig /i gui/kits/kits.big gui/kits/k1413.big gui/kits/k1413.big /c

make sure your batch file is in data folder...

Try it...
 


Top