Yes. Put it in Contents/Resources/autorun/game
I did as asked, the mod zip file has 3 items in it
DoD-E12.....v5.2.rpy
Gui folder
Images folder
I copy them on Mac into the game folder and the game keeps crashing and i get an error in text edit saying this: PLEASE HELP
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 198, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 441, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 441, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
IOError: Couldn't find file 'gui/window_icon.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/private/var/folders/3b/bgtjfh9d3cx_8qnvq1nfz4bh0000gn/T/AppTranslocation/45FBF0C4-BF05-4C07-AF32-CAA27C88DDB9/d/DreamsOfDesireEP12.app/Contents/Resources/autorun/renpy/bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "/private/var/folders/3b/bgtjfh9d3cx_8qnvq1nfz4bh0000gn/T/AppTranslocation/45FBF0C4-BF05-4C07-AF32-CAA27C88DDB9/d/DreamsOfDesireEP12.app/Contents/Resources/autorun/renpy/main.py", line 513, in main
run(restart)
File "/private/var/folders/3b/bgtjfh9d3cx_8qnvq1nfz4bh0000gn/T/AppTranslocation/45FBF0C4-BF05-4C07-AF32-CAA27C88DDB9/d/DreamsOfDesireEP12.app/Contents/Resources/autorun/renpy/main.py", line 139, in run
renpy.execution.run_context(True)
File "/private/var/folders/3b/bgtjfh9d3cx_8qnvq1nfz4bh0000gn/T/AppTranslocation/45FBF0C4-BF05-4C07-AF32-CAA27C88DDB9/d/DreamsOfDesireEP12.app/Contents/Resources/autorun/renpy/execution.py", line 846, in run_context
context.run()
File "renpy/common/00start.rpy", line 198, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 441, in script
$ __gl_test()
File "/private/var/folders/3b/bgtjfh9d3cx_8qnvq1nfz4bh0000gn/T/AppTranslocation/45FBF0C4-BF05-4C07-AF32-CAA27C88DDB9/d/DreamsOfDesireEP12.app/Contents/Resources/autorun/renpy/ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/3b/bgtjfh9d3cx_8qnvq1nfz4bh0000gn/T/AppTranslocation/45FBF0C4-BF05-4C07-AF32-CAA27C88DDB9/d/DreamsOfDesireEP12.app/Contents/Resources/autorun/renpy/python.py", line 1839, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gltest.rpy", line 441, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "/private/var/folders/3b/bgtjfh9d3cx_8qnvq1nfz4bh0000gn/T/AppTranslocation/45FBF0C4-BF05-4C07-AF32-CAA27C88DDB9/d/DreamsOfDesireEP12.app/Contents/Resources/autorun/renpy/ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/3b/bgtjfh9d3cx_8qnvq1nfz4bh0000gn/T/AppTranslocation/45FBF0C4-BF05-4C07-AF32-CAA27C88DDB9/d/DreamsOfDesireEP12.app/Contents/Resources/autorun/renpy/display/core.py", line 2603, in interact
self.start()
File "/private/var/folders/3b/bgtjfh9d3cx_8qnvq1nfz4bh0000gn/T/AppTranslocation/45FBF0C4-BF05-4C07-AF32-CAA27C88DDB9/d/DreamsOfDesireEP12.app/Contents/Resources/autorun/renpy/display/core.py", line 1760, in start
self.set_mode()
File "/private/var/folders/3b/bgtjfh9d3cx_8qnvq1nfz4bh0000gn/T/AppTranslocation/45FBF0C4-BF05-4C07-AF32-CAA27C88DDB9/d/DreamsOfDesireEP12.app/Contents/Resources/autorun/renpy/display/core.py", line 1993, in set_mode
if draw.set_mode(virtual_size, physical_size, fullscreen):
File "gldraw.pyx", line 204, in renpy.gl.gldraw.GLDraw.set_mode
File "/private/var/folders/3b/bgtjfh9d3cx_8qnvq1nfz4bh0000gn/T/AppTranslocation/45FBF0C4-BF05-4C07-AF32-CAA27C88DDB9/d/DreamsOfDesireEP12.app/Contents/Resources/autorun/renpy/display/core.py", line 1791, in post_init
self.set_icon()
File "/private/var/folders/3b/bgtjfh9d3cx_8qnvq1nfz4bh0000gn/T/AppTranslocation/45FBF0C4-BF05-4C07-AF32-CAA27C88DDB9/d/DreamsOfDesireEP12.app/Contents/Resources/autorun/renpy/display/core.py", line 1822, in set_icon
renpy.loader.load(icon),
File "/private/var/folders/3b/bgtjfh9d3cx_8qnvq1nfz4bh0000gn/T/AppTranslocation/45FBF0C4-BF05-4C07-AF32-CAA27C88DDB9/d/DreamsOfDesireEP12.app/Contents/Resources/autorun/renpy/loader.py", line 555, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/window_icon.png'.
Darwin-18.7.0-x86_64-i386-64bit
Ren'Py 6.99.14.2.3333
Dreams of Desire EP12 ELITE-1.0.3
Thu Feb 6 04:50:01 2020