Monika-After-Story / MonikaModDev

DDLC fan mod to extend Monika
http://www.monikaafterstory.com/
Other
1.18k stars 685 forks source link

Issues with updating #3012

Closed Salty-PopTato closed 5 years ago

Salty-PopTato commented 5 years ago

Hello! This mod is possibly one of my favourites out there. However, I'm having some difficulty. With the last update (0.8.9), I keep getting left with an error message, which I will put at the bottom of this post. I'm running the mod on Steam, so I was wondering if it's possible to have a save able to be copied onto a non-Steam running game? Many thanks!

Traceback I'm sorry, but an uncaught exception occurred.

While running game code: File "game/script-holidays.rpy", line 78, in script File "game/script-holidays.rpy", line 84, in AttributeError: 'StoreModule' object has no attribute 'o31_cg_folder'

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

Full traceback: File "C:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature Club\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "C:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature Club\renpy\main.py", line 419, in main game.context().run(node) File "game/script-holidays.rpy", line 78, in script File "C:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature Club\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature Club\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/script-holidays.rpy", line 84, in AttributeError: 'StoreModule' object has no attribute 'o31_cg_folder'

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

multimokia commented 5 years ago

Right, seems you've installed the source code version at some point before this, and then installed the correct version after this.

Here's what you'll have to do:

Hope this helps!

multimokia commented 5 years ago

As well, regarding your question:

I'm running the mod on Steam, so I was wondering if it's possible to have a save able to be copied onto a non-Steam running game?

This is automatic, as the save isn't actually stored in the game directory at all. Just have DDLC with MAS installed anywhere on your computer (no protected directories, of course) and it'll be loaded up.

Salty-PopTato commented 5 years ago

Oh, good, that fixed it. Thank you!

multimokia commented 5 years ago

No worries!