HITMAN 3 - Modding Thread

Breaking changes
  • contentFolder and blobsFolder are now contentFolders and blobsFolders

    • "contentFolder": "bla""contentFolders": ["bla"]
  • requirement options have been superseded by conditional options

    • "mods": ["Atampy26.EpicMod"]"condition": "\"Atampy26.EpicMod\" in config.loadOrder"
  • toChunk is now a number, not a string

    • "toChunk": "chunk2""toChunk": 2
  • managedFilesAndFolders in update JSONs is no longer used, instead it simply finds the folder with the correct ID in its manifest

    • Simply remove managedFilesAndFolders from any update JSONs; if you were following best practices you shouldn’t need to do anything else
  • runtimePackages have been removed

    • Use dependencies if that’s what you were using runtime packages for, otherwise use a content folder
13 Likes