another side project :)
-
run
build.bator
-
Navigate to the root
BO3TKfolder -
xmake(can also optionally use the-yflag to skip package install confirmation prompt)
-
run
build.bator
-
Navigate to the root
BO3TKfolder -
xmake project -k vsxmake(.sln insidevsxmake2022directory)
game: Path to game exe (ex.xmake f --game="C:\Path\To\Game\BlackOps3.exe")dll: Path to dll to inject (ex.xmake f --dll="C:\Path\To\Dll\BO3TK.dll)
Note
You can combine the two to set them both at once (ex. xmake f --game="C:\Path\To\Game\BlackOps3.exe" --dll="C:\Path\To\Dll\BO3TK.dll)