An open API service indexing awesome lists of open source software.

https://github.com/yuv422/winter_challenge_util

Utilities for hacking the MS-DOS game - The Games: Winter Challenge
https://github.com/yuv422/winter_challenge_util

game modding-tools msdos

Last synced: about 2 months ago
JSON representation

Utilities for hacking the MS-DOS game - The Games: Winter Challenge

Awesome Lists containing this project

README

        

# winter_challenge_util
Utilities for hacking the MS-DOS game - The Games: Winter Challenge

## extract

This will extract files from either WINTER.EXE or WINTER2.BIN. Files are extracted to the working directory.

## pack_exe
Use this tool to repack files back into either WINTER.EXE or WINTER2.BIN

eg.
```shell
./pack_exe WINTER.EXE NEW_WINTER.EXE TITLE.PBI SONG1.PMU
```