Jump to content

Unpacking Stadiums


Thome25

Recommended Posts

OK can someone give me a hand with this?On the Tutorial I'm stuck here where it says "Open notepad and copy this-

@echo off

echo This will unpack the stadium

echo

echo Press Ctrl + C to ABORT, or any other key to CONTINUE

pause>nul

gfxpak -u jacoday.big

echo Installation Complete!

echo Press any key to resume life.

pause>nul"

Then it says to save it as unpack.bat.I do that then the Tutorial says to run the unpack bat and follow the instructions now here is the problem.When I run the bat it says hit any key to continue.I do that and this is what I get

"unknown command or not enough parameters

Installation complete!

press any key to resume life.

Now I dont wanna ask for 2 things at once here so I just need to know if I did that right.I dont think I did so if anyone knows"cough""cough"Pirate" :wink: I would be very thankful for the help.

Link to comment
https://www.mvpmods.com/forums/topic/6805-unpacking-stadiums/
Share on other sites

  • 3 months later...

Here you go, just paste this into Notepad and save it as something like unpack.bat in the folder that your stadium .big file is located:

@echo off

echo Stadium UPDATE

echo Press Ctrl + C to ABORT, or any other key to CONTINUE

pause>nul

gfxpak -unpack <name of stadium>.big

echo Installation done!

Link to comment
https://www.mvpmods.com/forums/topic/6805-unpacking-stadiums/#findComment-145163
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...