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
- Host: GitHub
- URL: https://github.com/yuv422/winter_challenge_util
- Owner: yuv422
- License: gpl-2.0
- Created: 2021-01-07T22:02:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T22:29:07.000Z (over 4 years ago)
- Last Synced: 2025-01-20T23:17:37.156Z (3 months ago)
- Topics: game, modding-tools, msdos
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.BINeg.
```shell
./pack_exe WINTER.EXE NEW_WINTER.EXE TITLE.PBI SONG1.PMU
```