Skip to content
/ gmspack Public

Extract the data.win file produced by Game Maker Studio

License

Notifications You must be signed in to change notification settings

ryohey/gmspack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmspack

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

Motivation

  • 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.

Compile and Run

gcc -std=c99 main.c; ./a.out -e data.win

Task

  • Packing (especially replacement for texts and textures)
  • Support GMX files (currently some data export as csv)

Contribution

I want you to contribute to gmspack.

About

Extract the data.win file produced by Game Maker Studio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages