zelda3
zelda3 copied to clipboard
After saving in-game, closing, and reopening, it does not seem to be retaining save data, playing on Linux Mint.
attempting to run `extract_music.py` produced this error for me: ``` [albert-softie@albert-softie-endeavouros tables]$ python extract_music.py Traceback (most recent call last): File "/home/albert-softie/source/zelda3/tables/extract_music.py", line 463, in song = sys.argv[1] IndexError: list index...
Just following the python extraction (and install), makes it impossible to compile as SDL library is missing
This allows compiling with ease on any supported platform, now requiring zero external dependencies. This came about after having trouble compiling on Windows due to the MSVC project using a...
this makefile should help speed up compilation on machines with multiple CPUs
Tested on macOS Monterey ARM64 & Ubuntu 22.04 ARM64
This uses the SDL_GameController API to implement support for game controllers. Any controller supported by SDL should now work out of the box; giving a pool of hundreds, if not...
Built on Windows 11 with Visual Studio 2022. SDL is expected to be installed and prebuilt somewhere under the D drive. I was able to download SDL, build it, and...
Hello, Can you add the possibility to change the default key biding ? Or detect if the keyboard is in azerty or qwerty ? Regards
The game suffers tons of sound stuttering on x86 version (running on x64 bits). This does not happen with the x64 version.