Dsfan2 / ExtraGamesSubmod

A Submod for Monika After Story that adds new games
1 stars 1 forks source link

Can't start the game #1

Open Rexus-Beautica opened 3 weeks ago

Rexus-Beautica commented 3 weeks ago

Hello ! Thanks for all your work and spending so much time to make our time with Monika better but I didn't success to launch the game with your submod. I downloaded this submod in order to play millionaire with Monika but after putting the folder into my "Submods" folder, when I launch the game it says :

[code] I'm sorry, but an uncaught exception occurred.

While running game code: File "game/Submods/ExtraGamesSubmod-0.1.0 3/Extra Games/exg_millionaire_game.rpy", line 4, in script init python: File "game/Submods/ExtraGamesSubmod-0.1.0 3/Extra Games/exg_millionaire_game.rpy", line 18, in with renpy.file('Submods/ExtraGamesSubmod/Millionaire/QuestionsList.txt') as wordfile: IOError: Couldn't find file 'Submods/ExtraGamesSubmod/Millionaire/QuestionsList.txt'.

-- Full Traceback ------------------------------------------------------------

Full traceback: File "game/Submods/ExtraGamesSubmod-0.1.0 3/Extra Games/exg_millionaire_game.rpy", line 4, in script init python: File "/Applications/DDLC.app/Contents/Resources/autorun/renpy/ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/Applications/DDLC.app/Contents/Resources/autorun/renpy/python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/Submods/ExtraGamesSubmod-0.1.0 3/Extra Games/exg_millionaire_game.rpy", line 18, in with renpy.file('Submods/ExtraGamesSubmod/Millionaire/QuestionsList.txt') as wordfile: File "/Applications/DDLC.app/Contents/Resources/autorun/renpy/exports.py", line 1980, in file return renpy.loader.load(fn) File "/Applications/DDLC.app/Contents/Resources/autorun/renpy/loader.py", line 543, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'Submods/ExtraGamesSubmod/Millionaire/QuestionsList.txt'.

Darwin-23.5.0-x86_64-i386-64bit Ren'Py 6.99.12.4.2187 Monika After Story 0.12.15 [/code]

So I looked for the "QuestionsList.txt" file in the Millionaire folder and it was there. So I don't understand why the game can't find the file. I checked the orthography of the file just to be sure the error wasn't from that and it's not.

(And don't know if the error comes from that but I'm playing MAS on Mac) Thank you a lot for taking time to read my message, Have a nice day, A Monika fan

Dsfan2 commented 3 weeks ago

Hello. There seems to be a problem with how you extracted the submod from the .zip file, and what you named it to. The folder name for the submod must be "ExtraGamesSubmod" and the main folder for the submod should only be in the "Submods" folder and no other additional folders within it. The path must be "Submods/ExtraGamesSubmod/Millionaire/QuestionsList.txt"

I hope this helps.