Initial commit: Add project structure, build configuration, and core functionality

- Added .gitignore to exclude build directory
- Added utils submodule for shared utilities
- Configured CMake build system with dependencies
- Added main executable and DLL injection logic
- Included necessary headers and manifest files
- Added README with build and usage instructions
This commit is contained in:
2025-02-02 23:40:09 +08:00
commit ececd4b77e
15 changed files with 1562 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# Tasokuro Chinese Patch
## How to Compile
```powershell
md build && cd build
cmake -A x64 ../
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.