by Chris H. » Wed Jan 02, 2008 6:36 pm
Yes -- it's not too hard to make a game run standalone:
- Make a copy of your ACK installation, and name the new ACK folder to match the name of your game (i.e. GAMENAME)
- Delete the other folders in the GAMES folder (tutorial, etc.)
- Delete the UTIL folder
- Delete the KITS folder
- Leave ackmod, ack01, and ack02.exe alone, but you can delete ack.exe, ack00.exe, and ack04.exe and up if you want to get rid of the editors and the main menu
- Cut and paste from the ACK documentation as needed, if you don't include it (in which case it would be nice if the documentation for your game gave them some clue how to get the full version of ACK)
- Create a YOURGAME.BAT file like the following:
@echo off
sbfmdrv
ackmod -r YOURGAME
sbfmdrv /u
(replacing YOURGAME with the name of your game folder, which should be in the GAMES folder)
P.S. There should be a 2.5 out before too much longer, with some nice extra goodies. (All of the above will still work, but I'll make sure to add it to the manual too)
Yes -- it's not too hard to make a game run standalone:
- Make a copy of your ACK installation, and name the new ACK folder to match the name of your game (i.e. GAMENAME)
- Delete the other folders in the GAMES folder (tutorial, etc.)
- Delete the UTIL folder
- Delete the KITS folder
- Leave ackmod, ack01, and ack02.exe alone, but you can delete ack.exe, ack00.exe, and ack04.exe and up if you want to get rid of the editors and the main menu
- Cut and paste from the ACK documentation as needed, if you don't include it (in which case it would be nice if the documentation for your game gave them some clue how to get the full version of ACK)
- Create a YOURGAME.BAT file like the following:
@echo off
sbfmdrv
ackmod -r YOURGAME
sbfmdrv /u
(replacing YOURGAME with the name of your game folder, which should be in the GAMES folder)
P.S. There should be a 2.5 out before too much longer, with some nice extra goodies. (All of the above will still work, but I'll make sure to add it to the manual too)