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

CyBeRd0g

Newbie
May 13, 2018
74
164
A minor correction.
1st option of the 1st choice in the game. I checked 'cause the numbers seemed illogical.
Game code (script.rpy):
Python:
        "Let Asha finish":
            $adj('dom',-1)
            $adj("daisy",-1)
            $adj("sand",1)
Mod code (script.rpy)
Python:
    modCore.addInfoAboutVariables ({
        "script" : {
            179 : {
                "Let Asha finish" : { "[mc]" : { _("Domination") : -1 }, "[ModCharacterSand]" : { _("Respect") : -1 }, "[da]" : { _("Devotion") : +1 }, },
Daisy and Sand values seem to be swapped
 
  • Like
Reactions: RiamMar

RiamMar

One Hand Clapping, Heart of the Keyforge
Modder
Game Developer
Sep 15, 2017
1,087
4,154
A minor correction.
1st option of the 1st choice in the game. I checked 'cause the numbers seemed illogical.
Game code (script.rpy):
Python:
        "Let Asha finish":
            $adj('dom',-1)
            $adj("daisy",-1)
            $adj("sand",1)
Mod code (script.rpy)
Python:
    modCore.addInfoAboutVariables ({
        "script" : {
            179 : {
                "Let Asha finish" : { "[mc]" : { _("Domination") : -1 }, "[ModCharacterSand]" : { _("Respect") : -1 }, "[da]" : { _("Devotion") : +1 }, },
Daisy and Sand values seem to be swapped
Thanks for the report!
 

CyBeRd0g

Newbie
May 13, 2018
74
164
Noticed another one.
chapter_5_6.rpy
Python:
            1351 : {
                "Okay, sis" :  { 0 : { "color" : 1, "value" : _("Recommended") } },
                "What if I want it to go too far?" :  { 0 : { "color" : 1, "value" : _("Recommended") } },
            },
The second choice should probably be NOT recommended, because it leads to:
Python:
                "What if I want it to go too far?" :  {
                    "[arw]" : { _("Devotion") : -1 },
                    "[mc]" : { _("Diplomacy") : -1 },
                },
 
  • Like
Reactions: RiamMar

RiamMar

One Hand Clapping, Heart of the Keyforge
Modder
Game Developer
Sep 15, 2017
1,087
4,154
Noticed another one.
chapter_5_6.rpy
Python:
            1351 : {
                "Okay, sis" :  { 0 : { "color" : 1, "value" : _("Recommended") } },
                "What if I want it to go too far?" :  { 0 : { "color" : 1, "value" : _("Recommended") } },
            },
The second choice should probably be NOT recommended, because it leads to:
Python:
                "What if I want it to go too far?" :  {
                    "[arw]" : { _("Devotion") : -1 },
                    "[mc]" : { _("Diplomacy") : -1 },
                },
Fixed in next update. Thanks for the report!
 
  • Like
Reactions: CyBeRd0g

CyBeRd0g

Newbie
May 13, 2018
74
164
Khaled.jpg
chapter_7_8.rpy
You don't have permission to view the spoiler content. Log in or register now.
As I understand, in the mod the logic usually is that even if both options are good, none gets recommended :unsure:
 
Last edited:
  • Like
Reactions: RiamMar

RiamMar

One Hand Clapping, Heart of the Keyforge
Modder
Game Developer
Sep 15, 2017
1,087
4,154
View attachment 4570381
chapter_7_8.rpy
You don't have permission to view the spoiler content. Log in or register now.
As I understand, in the mod the logic usually is that even if both options are good, none gets recommended :unsure:
Yeah, I probably left them in to see if a later choice needs one of the stats more than the other and then forgot to remove them. The only thing that comes to mind on how that came to be.
Usually, if there's a recommendation of one choice, the other get a "Not Recommended" tag, so 2x Recommended is clearly™ "No recommendation at all". :D
 
  • Like
Reactions: CyBeRd0g

Vortex@

Active Member
Jun 28, 2022
731
2,255
Constant error after error, not sure if it's the vn or the mod causing it in 14 so I reported it in both. Starts in the room with MJ smoking. constantly after each click

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

RiamMar

One Hand Clapping, Heart of the Keyforge
Modder
Game Developer
Sep 15, 2017
1,087
4,154
Constant error after error, not sure if it's the vn or the mod causing it in 14 so I reported it in both. Starts in the room with MJ smoking. constantly after each click

You don't have permission to view the spoiler content. Log in or register now.
There's something wrong with your game installation. The missing transition should be in the games screens.rpy (within the scripts.rpa). Not sure how that happened to your installation, but it's not the mod. Your installation path also doesn't look like you overwrote an older un-rpa-ed installation...

You can try an see if the attached file fixes the issue. It's a separate file only defining the missing transition.
 
  • Like
Reactions: Vortex@

Vortex@

Active Member
Jun 28, 2022
731
2,255
There's something wrong with your game installation. The missing transition should be in the games screens.rpy (within the scripts.rpa). Not sure how that happened to your installation, but it's not the mod. Your installation path also doesn't look like you overwrote an older un-rpa-ed installation...

You can try an see if the attached file fixes the issue. It's a separate file only defining the missing transition.
thank you sir :)
 
  • Like
Reactions: RiamMar

wwgwa

Member
Dec 27, 2017
256
111
RiamMar Could I ask you to add the nickname we could choose in previous updates for Daisy and Chandry in future updates to the mod? (Daddy, Master, and so on..)
 
  • Like
Reactions: RiamMar

RiamMar

One Hand Clapping, Heart of the Keyforge
Modder
Game Developer
Sep 15, 2017
1,087
4,154
RiamMar Could I ask you to add the nickname we could choose in previous updates for Daisy and Chandry in future updates to the mod? (Daddy, Master, and so on..)
Ah yes, I can see what I can do. Will probably be a replay of the scene with that menu, to make life easier for me.
If I should forget, give it a bump here to remind me. Old man and his memories... :)
 
  • Like
Reactions: wwgwa

RiamMar

One Hand Clapping, Heart of the Keyforge
Modder
Game Developer
Sep 15, 2017
1,087
4,154
Mod is uploaded. I added a new variable for Arwen.

Also, forgot to add the "Nick rename" option, so I added it last minute. So if you downloaded it within the last few minutes, make sure there is "nick_rename" in the archive name and you got the buttons "MC Nick" and "MJ Nick" in the Characters section where you can also change MC's name.

Edit: There's no change in points when changing MC's or MJ's nick name via the mod menu, so you can go with whatever you like without worrying.

Edit 2: "MC Nick" is what you picked on Daisy's "request" and MJ's is what MJ calls MC.
 
Last edited:

RiamMar

One Hand Clapping, Heart of the Keyforge
Modder
Game Developer
Sep 15, 2017
1,087
4,154
Having trouble loading saves. Might be a mod issue, just letting you know.
Doesn't look like a mod issue. Something is wrong with the dialogue history (what can be seen in the "History" screen).

But, you are right, the first few chapters had some savegame compatibility error and I think that even recently there were code changes to early chapters, which would make saves fail. Maybe there was a change in the used Ren'Py version, as well. Not sure.

Anyway, if you don't have a working save and want to skip through from the beginning: Your error seems to occure in chapter 3/4. So, skipping to the choice "Tell a dirty 'yo mama' joke", should get you roughly to where you were.


Edits:
I wrote a file that might fix this specific issue by creating the missing attribute in the renpy.store. I can't guarantee, that there isn't another issue after that.
  1. Download the attached file
  2. Remove the "4803535_" from the beginning, so that the file's name is "zzhistory_fix.rpy"
  3. Place the file into the "FurrHouse-Chapter16-pc\game\" folder and try to load a save.
 
Last edited:
  • Like
Reactions: Korandor