This commit is contained in:
xeon 2024-07-01 17:21:04 +00:00
parent e374ddb53b
commit 55526b537c

View file

@ -1,4 +1,20 @@
# Wutherer # Wutherer (1.1.0)
A patch for running Wuthering Waves on wine! A patch for running Wuthering Waves on wine!
Updated for 1.1.0!
# Quick start
You can get prebuilt version in [releases](https://git.xeondev.com/xeon/Wutherer/releases)
# Obtaining the dump
You don't have to install retarded MS operating system to obtain the dump, it's included in the package!
# Usage
`wine harmonic_loader.exe [Z:/path/to/the/game.exe] [Z:/path/to/the/dump.dat]`
# Sources
Since the original author of `Harmonic` didn't publish full sources (file with almost all bypass logic, `core.c`), I had to patch the binary to update this bypass. Even I don't have sources, sorry. (but maybe in future..)
# Troubleshooting
Feel free to ask your questions [in our discord server](https://discord.gg/reversedrooms)
# Note
I disabled `dump.dat` encryption (silly xor) for debugging purposes.