23 lines
535 B
Markdown
23 lines
535 B
Markdown
# ACK-Launcher
|
|
A clone of the [Adventure Creation Kit](http://mozomedia.com/ack/) Launcher application in TCL.
|
|
|
|
## Dependencies
|
|
* Adventure Creation Kit
|
|
* Dosbox
|
|
* Wish 8.5
|
|
|
|
## Installation
|
|
- Copy the "ack_launcher.tcl" file into the parent directory of your ACK installation.
|
|
- Copy the dosbox.conf file into your ACK folder.
|
|
- The directory structure must be like this:
|
|
|
|
```
|
|
Parent directory
|
|
|--- ack_launcher.tcl
|
|
|--- ACK
|
|
|--- dosbox.conf
|
|
```
|
|
|
|
## Notes
|
|
Adventure Creation Kit is © 2009 Chris Hopkins
|