Closed ghost closed 6 years ago
Did you move the scripts.rpa? It needs that to, I noticed.
The project isn't ready to go as is. You have to manually copy the character files in the /game directory into /game/characters (create the folder).
At least doing so fixes the problem. I don't know what is the error with the release version on the other hand. But it apparently has less files.
next update should fix this
I have put in the audio.rpa, images.rpa and the fonts.rpa files from a fresh install of ddlc (yet to be opened fresh) into the /game folder in the template but whenever i open the template i get this error `I'm sorry, but an uncaught exception occurred.
While running game code: File "game/splash.rpy", line 5, in script init -100 python: File "game/splash.rpy", line 10, in
renpy.error("DDLC archive files not found in /game folder. Check installation and try again.")
Exception: DDLC archive files not found in /game folder. Check installation and try again.
-- Full Traceback ------------------------------------------------------------
Full traceback: File "D:\renpy-6.99.12.4-sdk\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "D:\renpy-6.99.12.4-sdk\renpy\main.py", line 419, in main game.context().run(node) File "game/splash.rpy", line 5, in script init -100 python: File "D:\renpy-6.99.12.4-sdk\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\renpy-6.99.12.4-sdk\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/splash.rpy", line 10, in
renpy.error("DDLC archive files not found in /game folder. Check installation and try again.")
File "D:\renpy-6.99.12.4-sdk\renpy\exports.py", line 2113, in error
_error_handlers-1
File "D:\renpy-6.99.12.4-sdk\renpy\exports.py", line 2099, in _error
raise Exception(msg)
Exception: DDLC archive files not found in /game folder. Check installation and try again.
Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187`