Releases: ReGlacier/ReHitmanTools
Releases · ReGlacier/ReHitmanTools
1.0.48
1.0.44
1.0.36 | Internal test
News
It's an internal development release!
What's new:
- LOC Compiler & Decompiler utility (LOCC)
You can test it via decompiling & compiling LOC assets from Hitman Blood Money. More details in README.md (Tools/LOCC)
Usage
How to decompile LOC file (M13_main.LOC as example):
mkdir rel
./LOCC.exe --from=M13_main.LOC --decompile-json=rel/M13_main.JSON
Now you can edit rel/M13_main.JSON
as a generic JSON file and compile it back to LOC via
./LOCC.exe --from=rel/M13_main.JSON --to=rel/M13_main.LOC
After that, you can replace M13_main.LOC in Scenes/M13/M13_main.ZIP (via Windows Explorer, 7Zip doesn't work) and check results in-game.
And the last thing: make backups!
1.0.18 | Check types database
Release for #1