Files
tasokuro_patch/README.md
2025-02-03 23:01:03 +08:00

13 lines
432 B
Markdown

# Tasokuro Chinese Patch
## How to Compile
```powershell
md build && cd build
cmake -A win32 ../
cmake --build . --config Release
```
Now you can find two files, `tasokuro_patch.dll` and `tasokuro-chs.exe`, in the `build/Release` directory.
## How to Use
Use [EVB](https://enigmaprotector.com/) to package the resource files into `tasokuro_patch.dll`.
Then copy `tasokuro_patch.dll` and `tasokuro-chs.exe` to the game directory.