HITMAN 3 - Modding Thread

Edit 4: And… of course once I tested the solution below, it doesn’t work.
I wonder why? Gotta do more testing. Perhaps the .TBLUs need to be duplicated as well? :thinking:

Edit 5: SHOULD work now. The culprit was not duplicating the .TBLU.

Not sure what your end goal is? To always have 47 invisible except for gloves?
If that’s the case, you are are gonna have to replace every single 47 outfit .TEMP with that particular outfit that you modified.
“Simple” as making a .bat script to duplicate that .TEMP and rename them to all of 47’s outfits, then patching them to chunk0.
Of course, there’s the issue of knowing how to create a script to do what you want. Google, trial and error is in store. Perhaps there are programs that could help in the endeavor instead? :man_shrugging:

Edit:
Script should be (In a .bat):
for /f %%1 in (47OutfitHashList.txt) do copy Original.TEMP %%1.TEMP
for /f %%1 in (47OutfitHashList.txt) do copy Original.TEMP.meta %%1.TEMP.meta

Edit 2:
Okay… Just parsed the list of outfits of the spreadsheet.
https://docs.google.com/spreadsheets/d/e/2PACX-1vRDiyiqdRebu0Olvvkr20CDhh6ANxu7FOQZ_O-1YHFN9e6kh0WmpbwDYbfgzevSvc3fO4_4Exu1fmQH/pubhtml#
In Notepad++, bookmarked “hero” and removed all lines that didn’t contain “hero”.
Saved that as “47OutfitHashList.txt”.

https://www.dropbox.com/s/bt5lt3e8egn3wwh/DuplicateTEMPtoAll47Outfits1.4.zip?dl=0
How to use:

  1. Extract all contents of .zip into the same folder.
  2. Put your modified outfit .TEMP, .TBLU, .TEMP.meta and .TBLU.meta in there as well.
  3. Rename your original .TEMP to “Original.TEMP” and .TEMP.meta to “Original.TEMP.meta” (Replace the hash of .TBLU and .TBLU.meta. with “Original” as well.)
  4. Double click the .bat.
    It should create a folder named “chunk0patch” with all the .TEMPs and TBLUs required to replace all of 47’s outfits with the “Original”.
  5. Create an .rpkg from the chunk0patch folder, renaming .rpkg accordingly.

Just replacing 47 outfits as detailed above seems to work in all the levels I’ve tested so far.

Edit 3: Forgot about the .TEMP.meta Oops.

Or… Let’s just replace EVERY outfit!
With the Signature Suit. :roll_eyes:
“Fun” .
https://www.dropbox.com/s/7citj4k5z5f0fv1/chunk0patch3_ReplaceEveryOutfitWIth47SignatureSuit1.1.rar?dl=0
(Fixed. Shouldn’t crash levels anymore.)

9 Likes