Skip to content

Utility to prepare PRP file format of Hitman Blood Money

Notifications You must be signed in to change notification settings

ReGlacier/HBM_PRPTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRP Tool

PRP Tool is a utility that allows to you edit properties of entities on the level in "Hitman Blood Money".

More details about format here

Usage

Decompile PRP to JSON:

python prptool.py SomeLevel.PRP SomeLevel.JSON decompile

Compile JSON to PRP back:

python prptool.py SomeLevel.JSON SomeLevel.PRP compile

Options:

  • source - path to source file (PRP for 'decompile' option and JSON for 'compile')
  • destination - path to result file
  • mode - what shall we do: compile or decompile file

About

Utility to prepare PRP file format of Hitman Blood Money

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages