Mod Ren'Py FurrHouse Multi-Mod [Chapter 21][RiamMar]

RiamMar

One Hand Clapping, Daggum Games, Lockheart
Modder
Game Developer
Sep 15, 2017
1,208
4,694
478
is this bugged not showing walkthrough at beginning of game?
Somewhat. I'm not always checking everything and it seems there's some change adding new lines to the beggining of the game.
Will update and post when the mod is uploaded.
 
  • Like
Reactions: Tyrranus

RiamMar

One Hand Clapping, Daggum Games, Lockheart
Modder
Game Developer
Sep 15, 2017
1,208
4,694
478
Uploaded mod with WT fix for the first four chapters.
 
  • Like
Reactions: Tyrranus

RiamMar

One Hand Clapping, Daggum Games, Lockheart
Modder
Game Developer
Sep 15, 2017
1,208
4,694
478
So im having a weird bug, after daisy shows the mc how to trow a fireball, the quickmenu/modmenu button dissapears:
You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
Weird, couldn't reproduce the bug, but I tried to make a fix for the issue.
Basically, my mod now checks if the quick menu is appended to the list of overlay screens and if that's not the case, it will add it.

In addition to that, check if you deactivated the quick menu.There's an old toggle for the keys "q" and "z". Try pressing those keys.

After that, try pressing "Shift+O" (that's an ohh, not a zero) to open the command.
Then you can type the following three lines, hitting Enter/Return after each line:

quick_menu = True
persistent.quick_menu = True
config.overlay_screens.append("quick_menu")

Pressing ESC (the escape key) should close the console again.
With these three lines, the quick menu should defenitely appear (if it's not another a completely different issue).

If it's still not appearing, can you open the console and type just

config.overlay_screens

and post the output on the screen?

But first, try the updated mod.
 

kenshuck

Member
Jul 27, 2017
131
35
252
Weird, couldn't reproduce the bug, but I tried to make a fix for the issue.
Basically, my mod now checks if the quick menu is appended to the list of overlay screens and if that's not the case, it will add it.

In addition to that, check if you deactivated the quick menu.There's an old toggle for the keys "q" and "z". Try pressing those keys.

After that, try pressing "Shift+O" (that's an ohh, not a zero) to open the command.
Then you can type the following three lines, hitting Enter/Return after each line:

quick_menu = True
persistent.quick_menu = True
config.overlay_screens.append("quick_menu")

Pressing ESC (the escape key) should close the console again.
With these three lines, the quick menu should defenitely appear (if it's not another a completely different issue).

If it's still not appearing, can you open the console and type just

config.overlay_screens

and post the output on the screen?

But first, try the updated mod.
That's.... weird.... i just pressed q and the quickmenu reappeared.... But the weird thing, if I load a save from that point, it just dissapears again... But it doesn't happend with the new version so.... Maybe some conflict with the persistent files?
 
  • Like
Reactions: RiamMar

RiamMar

One Hand Clapping, Daggum Games, Lockheart
Modder
Game Developer
Sep 15, 2017
1,208
4,694
478
That's.... weird.... i just pressed q and the quickmenu reappeared.... But the weird thing, if I load a save from that point, it just dissapears again... But it doesn't happend with the new version so.... Maybe some conflict with the persistent files?
Could be. The fix also does some clean-up, so maybe that helped. *shrug* not hundert percent sure, since I couldn't reproduce the issue. Since pressing q made the menu reappear suggest an issue with that persistent variable, though.
I will see that I clean up that piece of code a bit more in the next update.
 

cooties69

Member
Jul 3, 2022
274
215
96
Not sure what the Mod Dev's policy is on this, so I just wanted to ask. I know update .19 is out for Patreons but not publicly yet, so I wanted to know if the update to this mod is currently being worked on or if the Dev is waiting to the public release?
 

RiamMar

One Hand Clapping, Daggum Games, Lockheart
Modder
Game Developer
Sep 15, 2017
1,208
4,694
478
Not sure what the Mod Dev's policy is on this, so I just wanted to ask. I know update .19 is out for Patreons but not publicly yet, so I wanted to know if the update to this mod is currently being worked on or if the Dev is waiting to the public release?
Sadly, I'm currently not in a position to subscribe to Chimeros. So, I have to wait for the public release.
 

RiamMar

One Hand Clapping, Daggum Games, Lockheart
Modder
Game Developer
Sep 15, 2017
1,208
4,694
478
is possible add multi route i want fae and sand demon but is only one
Not by me, at least at the moment, since I don't know later implications and I don't want to overwrite actual game code.
If another modder wants to do that, it's like the other mods I have. The mod is up for grabs, just let me know. I'm pretty much booked with game development and other programming tasks, so any mod that's taken over by other modders gives me more time to focus on earning my daily bread on the table.
 

RiamMar

One Hand Clapping, Daggum Games, Lockheart
Modder
Game Developer
Sep 15, 2017
1,208
4,694
478
RiamMar

Update is out. Thanks in advance.
Am on it. Just adding a "Skip Age Check" to the mod menu and testing that the choices show up, then we should be good to go.

Edit: Checked, works; zipping then uploading.

New option will be in: Mod Menu > Settings
Default is "On". Turn off to go directly to main menu on startup.

SkipAgeCheck.jpg

Edit 2: Thread is updated
 
Last edited:

Tinuss

Member
Mar 31, 2018
479
650
300
Am on it. Just adding a "Skip Age Check" to the mod menu and testing that the choices show up, then we should be good to go.

Edit: Checked, works; zipping then uploading.

New option will be in: Mod Menu > Settings
Default is "On". Turn off to go directly to main menu on startup.

View attachment 5176318

Edit 2: Thread is updated
absolute legend <3
 

TrueASDFMan

New Member
Nov 9, 2017
2
1
107
Keep getting an error when trying to open the "Characters" tab in the mod menu. The others tabs work fine.
You don't have permission to view the spoiler content. Log in or register now.

Also the early game choices don't have any info.
 

Superocco

Member
Apr 16, 2025
233
472
72
So, I just downloaded this game to try it and also installed this mod. Thing is, the "choice mod" doesn't work for me (it doesn't show anything, I need to use the Profile tab to see which points I'm getting), and the Characters tab always pops an error. Is there something that I'm missing? I just downloaded the mod and dropped it on the game folder.