Thank you so much, this completely solved my problems !!!
The_G0dfather
4
Posts
A member registered Mar 13, 2022
Recent community posts
HITMAN 3 Mod Framework community · Replied to onionsquid in Weird Bug (delimiter,). Related to storyconfig.json. Something missing?
HITMAN 3 Mod Framework community · Replied to onionsquid in Weird Bug (delimiter,). Related to storyconfig.json. Something missing?
Installing the framework alone is fine. But when trying to install some content packs I get this :
Something went wrong: Traceback (most recent call last): File "H:\Games\Hitman 3\Runtime\Framework\tools\main.py", line 48, in <module> importlib.import_module(mod_name).apply_to_mod_builder( File "H:\Games\Hitman 3\Runtime\Framework\tools\..\2 Offline Content\__init__.py", line 311, in apply_to_mod_builder campaign_list = m.edit_blob('storyconfig.json') File "H:\Games\Hitman 3\Runtime\Framework\tools\..\tools\mod.py", line 372, in edit_blob return self.edit(self.get(blobdb_hash, 0).id_to_hash[blob_path], 0) File "H:\Games\Hitman 3\Runtime\Framework\tools\..\tools\mod.py", line 354, in edit result = self.get(ioi_hash_with_extension, chunk) File "H:\Games\Hitman 3\Runtime\Framework\tools\..\tools\mod.py", line 344, in get result = types_for_extensions[extension](path) File "H:\Games\Hitman 3\Runtime\Framework\tools\..\tools\json.py", line 60, in __init__ self.content = json.load(f) File "json\__init__.py", line 293, in load File "json\__init__.py", line 346, in loads File "json\decoder.py", line 337, in decode File "json\decoder.py", line 353, in raw_decode json.decoder.JSONDecodeError: Expecting ',' delimiter: line 572 column 1 (char 23609) If you don't understand the error message above, try uninstalling non-framework mods or remove the mod or content pack listed directly before the error occured.
HITMAN 3 Mod Framework community · Replied to onionsquid in Weird Bug (delimiter,). Related to storyconfig.json. Something missing?