ececd4b77e32158c554840e1e61f19cf98504be3
- 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
Tasokuro Chinese Patch
How to Compile
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 to package the resource files into tasokuro_patch.dll.
Then copy tasokuro_patch.dll and tasokuro-chs.exe to the game directory.
Description
Languages
C
87.6%
C++
11.3%
CMake
1.1%