Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

antispammy

1
Posts
1
Topics
A member registered Jan 23, 2022

Recent community posts

(1 edit)

There was another user here weeks ago who has the same error message I also get. 

https://itch.io/t/1755052/im-getting-the-same-error-when-trying-to-install-mods

(See my Error below).

It happens to ANY mod that usese campaign.json, like terminator mode.

Now, I actually managed to prevent that error by commenting out the following lines in __init__.py:


With this it works fine. But I'm not sure what problems this causes, neither do I understand where I can find the storyconfig.json part :(

Is it because of the newer game version? 1.70 HF2?

Something went wrong:
Traceback (most recent call last):
  File "Z:\GAMES\Hitman 3 Test\Hitman 3\Runtime\Framework\tools\main.py", line 48, in <module>
    importlib.import_module(mod_name).apply_to_mod_builder(
  File "Z:\GAMES\Hitman 3 Test\Hitman 3\Runtime\Framework\tools\..\2 Offline Content\__init__.py", line 313, in apply_to_mod_builder
    campaign_list = m.edit_blob('storyconfig.json')
  File "Z:\GAMES\Hitman 3 Test\Hitman 3\Runtime\Framework\tools\..\tools\mod.py", line 358, in edit_blob
    return self.edit(self.get(blobdb_hash, 0).id_to_hash[blob_path], 0)
  File "Z:\GAMES\Hitman 3 Test\Hitman 3\Runtime\Framework\tools\..\tools\mod.py", line 342, in edit
    result = self.get(ioi_hash_with_extension, chunk)
  File "Z:\GAMES\Hitman 3 Test\Hitman 3\Runtime\Framework\tools\..\tools\mod.py", line 333, in get
    result = types_for_extensions[extension](path)
  File "Z:\GAMES\Hitman 3 Test\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)