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

RiamMar

Heart of the Keyforge One Hand Clapping
Modder
Game Developer
Sep 15, 2017
753
2,924
furrhouse-title.jpg
Updated: 2024-03-30
Game/Creator: FurrHouse by Chimeros |
Modder: RiamMar | F95zone
Game Version: Chapter 6
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 might still be problems with some saves.
This issue should be fixed starting from chapter 7 -> 8.

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,178
is there easy way to get rid of all the UI related overrides and have just WT?
 

RiamMar

Heart of the Keyforge One Hand Clapping
Modder
Game Developer
Sep 15, 2017
753
2,924
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