OpenSWE1R / swe1r-tools

A collection of tools to work with files of the 1999 Game "Star Wars Episode 1: Racer"
GNU General Public License v2.0
21 stars 6 forks source link

Add tool to extract hardcoded data from swep1rcr.exe #27

Open JayFoxRox opened 6 years ago

JayFoxRox commented 6 years ago

Closes https://github.com/OpenSWE1R/swe1r-re/issues/13 Closes https://github.com/OpenSWE1R/swe1r-re/issues/15 Closes https://github.com/OpenSWE1R/swe1r-re/issues/16

It also makes the gcc CFLAGS more strict and turns on -Werror. This is to protect against printf issues and other oddities.

After merge, a new issue has to be created that reminds us to make this tool more compatible with other versions of the game.