A downloadable mod for Windows

This is a mod for HITMAN 3 on PC. You need to purchase and install the game separately from this mod. The screenshot shows a possible level selection screen after installing content packs, which are available separately.

A framework for conflict-free mod installation, including a convenient way to add offline content packs to the game.

This mod enables you to install mods that support being re-generated for your individual installation of the game. For players, this enables mods to remain compatible with other mods and game updates. For modders, this permits to automatize repeating tasks and simplify updates.

The framework comes with a mod to add content that will be available offline, without replacing anything. You can mix-and-match framework-compatible content packs as you see fit. Modders can also use the framework to easily build rpkg files for regular installation: the framework automatically handles many registration tasks, like updating registries and menus.

A different example is my offline scoring mod: if you install it through the framework, it can dynamically add scoring models to missions provided by other mods, so you can enjoy scoring even on modded missions without any compatibility patches. You can download mods on their own pages, available mods include:

  • Offline Scoring: enables scoring in offline mode and adds support for missions with custom scoring rules
  • Clean Offline UI: hides online-only menu items unless you're online
  • Skip Logos: enter the main menu immediately after starting the game

How to install / add more content?

Download content packs and drop them into 2 Offline Content\contentpacks\, then double-click on the update script.

If you're still searching for new content:

If you are a modder and want to use the framework, download the modder tools below and read its readme. For offline content, it mostly boils down to placing your resources in the right folders and using the framework's tools when referencing other resources in the content pack.

Translations

The framework has translation support. Bundled content currently comes with the following translations:

  • French by Pouncha
  • Chinese by WINNODD

If you want to translate bundled content to a different language or want to improve existing translations, edit the files in Framework\2 Offline Content\translations and send me the resulting file.

Credits: The mod framework includes rpkg-cli from the amazing rpkg project that enables HITMAN modding in the first place, ResourceTool from the equally amazing ZHMTools project that gives modders access to large parts of the engine and a copy of Python to permit you to run it without installing anything.

THIS MOD IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MOD OR THE USE OR OTHER DEALINGS IN THE MOD.

StatusReleased
CategoryGame mod
PlatformsWindows
Rating
Rated 5.0 out of 5 stars
(5 total ratings)
Authoronionsquid
Tagsframework, hitman, hitman-3
Average sessionAbout a half-hour
LanguagesEnglish, French

Download

Download
Mod Framework 1.13 17 MB
Download
Modder Tool 1.13 22 MB

Install instructions

  1. Have a backup and understand that that you are the only one responsible for your actions. Modding is a risk YOU take.
  2. The mod framework overwrites mods named chunk*patch100.rpkg and is ignorant of mods with a higher patch number than 100, so make sure that all other mods use a patch number below 100.
  3. Place the framework folder at Hitman 3\Runtime\Framework
  4. Optional: Copy mods that support the framework into the framework folder. Mods can consist of one or multiple folders that start with a number. You can also delete the offline content registration mod "2 Offline Content" if you don't want it.
  5. Double-click on "Install or Update" / "Install or Update.bat". You should see a black window with some progress information and, if everything went well, a confirmation message.
  6. To keep generated files up-to-date, repeat step 5 whenever the game is updated, you alter any mod placed within the framework folder or you install a non-framework mod with a patch number below 100.

Development log

View all posts