Hello all,
I could use your help.
In most RenPy games, I go into the scripts and tweak the dialogues a bit. I correct spelling or grammar mistakes or spice up the dialogue a bit so it's sexier and more appealing to me.
Usually this works fine, but not in this game.
As soon as I change even one word in the script I get the following error:
error: Error -3 while decompressing data: incorrect header check
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 274, in bootstrap
renpy.main.main()
File "renpy/main.py", line 425, in main
renpy.loader.index_archives()
File "renpy/loader.py", line 261, in index_archives
index = handler.read_index(f)
File "renpy/loader.py", line 133, in read_index
index = loads(zlib.decompress(infile.read()))
error: Error -3 while decompressing data: incorrect header check
Anybody have an idea how I can work around this?
Appreciate your help