Solomon Grundy

Active Member
Nov 25, 2021
704
1,674
257
If I want to start playing this game from the beginning I should download the first "season", right? Or the last "season" includes all previous?
This question gets asked and answered on Every. Single. Fucking. Page. Of. This. Thread.

Sometimes more than once a page.
 
  • Angry
Reactions: Mihawk_80

JustAnotherMarty

New Member
Aug 21, 2018
12
10
188
Been playing with the Cheat/Scrappy mod and hit the same 'setMusic is not defined' issue I've seen others here have- so I wrote a tiny .rpy patch which stops the error by adding a do-nothing version of the function.

Save this as setMusicPatch.rpy, place it in the 'game' folder, and play the game without the error message.

Python:
# setmusic_dummy.rpy
# A placeholder to prevent NameError from undefined setMusic calls

init python:
    def setMusic(*args, **kwargs):
        pass
 

Skargaroth

Active Member
Oct 19, 2020
864
1,274
318
Just downloaded the game, searched on here for answers but the question wasn't really answered at the time (2022)

The runes above the locked door in the players bedroom, do they serve any function at all? Is there any way to do whatever needs to be done now to unlock that door?
 

Nemo56

Forum Fanatic
Jan 7, 2018
5,898
4,875
457
Just downloaded the game, searched on here for answers but the question wasn't really answered at the time (2022)

The runes above the locked door in the players bedroom, do they serve any function at all? Is there any way to do whatever needs to be done now to unlock that door?
The locked door will unlock in a later season. You can't miss it.
 

Bronx19

Newbie
May 26, 2025
17
28
22
Can someone tell me if this game is finished? I like games with single player endings, does this have one?
 

Hopet

Newbie
Dec 2, 2024
30
6
61
Can someone tell me if this game is finished? I like games with single player endings, does this have one?
In the title it says that the game is completed, but will there be any new DLCs in the future, who knows! Maybe, maybe not!
 
  • Like
Reactions: Bronx19

Squalton

Newbie
Jan 31, 2021
24
6
80
I would like to know the same thing as Hopet asked as I would like to add the DLC's to each season so I can seem them as well. Any information will help
 
3.60 star(s) 213 Votes