Can't figure out how to get patch to work on light compressed version. When I place the files in the game folder it gives me a traceback error. Could someone please let me know what I'm doing wrong? Thanks!
File "C:\Users\Documents\Ecchi\EcchiSensei-Week_1-lightcompressed\renpy\bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "C:\Users\Documents\Ecchi\EcchiSensei-Week_1-lightcompressed\renpy\main.py", line 368, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "C:\Users\Documents\Ecchi\EcchiSensei-Week_1-lightcompressed\renpy\script.py", line 266, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "C:\Users\Documents\Ecchi\EcchiSensei-Week_1-lightcompressed\renpy\script.py", line 770, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "C:\Users\Documents\Ecchi\EcchiSensei-Week_1-lightcompressed\renpy\script.py", line 447, in finish_load
check_name(node)
File "C:\Users\Documents\Ecchi\EcchiSensei-Week_1-lightcompressed\renpy\script.py", line 430, in check_name
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'/home/tom/ab/renpy/renpy/common/000atl.rpy', 1504313599, 0) is defined twice, at renpy/common/000atl.rpy:25 and game/EcchiSensei-Week_DMpatch/renpy/common/000atl.rpyc:25.