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

RiamMar

Heart of the Keyforge
Modder
Game Developer
Sep 15, 2017
749
2,906
furrhouse-title.jpg
Updated: 2024-03-30
Game/Creator: FurrHouse by Chimeros |
Modder: RiamMar | F95zone
Game Version: Chapter 5
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.

There seem to be some changes in the script or AST that hinder old saves from loading.
You will need to load a chapter 2 save or start over.


Downloads:

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Danv

Active Member
Aug 21, 2020
869
1,177
is there easy way to get rid of all the UI related overrides and have just WT?
 

RiamMar

Heart of the Keyforge
Modder
Game Developer
Sep 15, 2017
749
2,906
is there easy way to get rid of all the UI related overrides and have just WT?
You should be able to do that by deleting a few files.

The choice override is needed for the WT and the quick_menu(_touch) is needed to access the mod menu.

The textbox is affected by:
  • mod/screens/say.rpy + rpyc
  • mod/screens/input.rpy + rpyc
  • mod/styles/overrides/ *

Edit:
You could add yourself a keybind with
Code:
key "z" action [ ShowMenu ("ModScreen") ]
in the quick_menu of the game (or URM, if that has a quick menu override), if you want to remove that override of my mod too.
 
  • Like
Reactions: Danv