Extract the data.win file produced by Game Maker Studio
This program is mainly porting from UndertaleTools. I using data structures described in Altar.NET and Mirrawrs
- I want to modify the data.win file especially to apply translation to Undertale on Mac OS X.
- plain C, less library dependencies, short code for the code portability.
gcc -std=c99 main.c; ./a.out -e data.win
- Packing (especially replacement for texts and textures)
- Support GMX files (currently some data export as csv)
I want you to contribute to gmspack.