View Full Version : Problem importing mini-kits


stonecold_jpm
12-06-2004, 08:22:AM
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
12-06-2004, 10:16:AM
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...

zul_tyco16
12-06-2004, 10:18:AM
sorry,

place the k1413.big into your data/gui/kits folder...

and go on to the next step like above...

stonecold_jpm
12-06-2004, 07:25:PM
I modified it a touch and got it working, knew there was some way just a matter of getting the command right. Cheers bud. :D