当我尝试启动 DDLC mod 模板(https://github.com/Monika-After-Story/DDLCModTemplate)时,它总是给我这个错误
While running game code:
File "game/splash.rpy", line 2, in script
init -100 python:
File "game/splash.rpy", line 7, n <module>
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 "C:\Users\Charlotte\Dropbox\My PC (DESKTOP-NT6KN1J)\Downloads\renpy-6.99.12.4-sdk\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "C:\Users\Charlotte\Dropbox\My PC (DESKTOP-NT6KN1J)\Downloads\renpy-6.99.12.4-sdk\renpy\main.py", line 419, in main
game.context().run(node)
File "game/splash.rpy", line 2, in script
init -100 python:
File "C:\Users\Charlotte\Dropbox\My PC (DESKTOP-NT6KN1J)\Downloads\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 "C:\Users\Charlotte\Dropbox\My PC (DESKTOP-NT6KN1J)\Downloads\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 7, in <module>
renpy.error("DDLC archive files not found in /game folder. Check installation and try again.")
File "C:\Users\Charlotte\Dropbox\My PC (DESKTOP-NT6KN1J)\Downloads\renpy-6.99.12.4-sdk\renpy\exports.py", line 2113, in error
_error_handlers[-1](msg)
File "C:\Users\Charlotte\Dropbox\My PC (DESKTOP-NT6KN1J)\Downloads\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
有人帮忙!