Mod Ren'Py SexBot [v1.6] Walkthrough Hand Holder Mod [1.4.1] [MrBubu]

MrBubu

Active Member
Mar 31, 2022
654
4,722
350
lets say there is an option that is yellow or one that dont have a color at all its normal do i still do yellow ? or with any other color BESIDES RED ?
yes

- Yellow: Follow to unlock a new scene or trophy
 

JimCMuse

New Member
Mar 17, 2025
1
0
1
Okay so I'm getting an option for a calculator preference for Alexa but when I select it I get an error screen, any ideas how to fix?
 

MrBubu

Active Member
Mar 31, 2022
654
4,722
350
sorry for the late reply but im on the version in game v1.02
Looks like the steam version.
If you want to use my MOD I suggest you use the patreon version instead, otherwise it's not going to work.
 

michael1984

Engaged Member
Dec 9, 2017
3,630
9,765
768
Following blue sometimes makes u choose the NTR option with Melvin

I so far havent chosen to go down that path caus i dont really care for it

But just curious is it something that u have to do to get the best outcome ?
 

OnlyWorthyDevsMakeMoney

Well-Known Member
Oct 31, 2021
1,553
1,925
286
Following blue sometimes makes u choose the NTR option with Melvin

I so far havent chosen to go down that path caus i dont really care for it

But just curious is it something that u have to do to get the best outcome ?
This mod helps you unlock ALL the content, there is both Futa and NTR, but you can disable both in preferences. There is no "best" outcome.
 

Gizzy28

Member
Oct 14, 2018
191
194
237
why does the blue choice lead to ntr? even when ntr is disabled, it is required to progress the story with the green one.
 
Last edited:

Evilashv02

Member
Sep 6, 2017
260
377
238
It's strange, I don't know, it works with the official English release for me.

To prevent this error use the following code instead (I switched 2 lines), it will prevent the error but I cannot say if the MOD will work.

Python:
        who = None
        i = 0
        frame = inspect.currentframe()
        while frame is not None and who is None and i < 10:
            who = frame.f_locals.get("who")
            frame = frame.f_back
            i = i + 1
What file do I put this in?
 

Rickarus

Member
Nov 24, 2019
180
299
217
This mod helps you unlock ALL the content, there is both Futa and NTR, but you can disable both in preferences. There is no "best" outcome.
I have NTR toggled off in the gallery preferences - I assume that's the only place where you can disable that, I couldn't find anywhere else to do that - and I'm still getting both blue pointers to "secondary" NTR stuff like the beer pong with the boys (and it telling me to have Emily kiss Steve), and green pointers keep telling me to do Alexa's Zeta 2 to accept Melvin's obviously spelled out NTR deal option on prom night for Emily.

If it helps, I'm on a loaded game, rather than a fresh one - I was most of the way through the game a few updates before this one ended and have just come back to clean up what I had left before eventually jumping into the sequel - and also have the iPatch installed.
 

Obsidion69

Member
Jun 16, 2018
488
389
266
It's strange, I don't know, it works with the official English release for me.

To prevent this error use the following code instead (I switched 2 lines), it will prevent the error but I cannot say if the MOD will work.

Python:
        who = None
        i = 0
        frame = inspect.currentframe()
        while frame is not None and who is None and i < 10:
            who = frame.f_locals.get("who")
            frame = frame.f_back
            i = i + 1
So this fix works but I'll be damned if it makes any sense why it works. I mean unless I'm missing something buried in the recesses of the Ren'py engine the reason the patch and your mod are incompatible in the first place is cause they're both trying to use the same function pointer; your mod getting the priority cause you set a higher init value causing it to replace the patch function assigned to the pointer which should mean any changes to the patch function would be meaningless cause it should never run. Got any thoughts on this?
 

Ferlucio

Member
Feb 21, 2018
284
193
198
You're a legend. Thanks for the WT. Even though the game should be simple on paper it always felt complicated and pushed me away.
 

Maccabbee

Engaged Member
Mar 26, 2024
2,246
3,868
331
Updated: 2024-09-14
Game/Creator: Sexbot / LlamaMann - - - -
Modder: MrBubu
Mod Version: 1.4
Game Version: 1.6
I am having a major bug with the current builds of the mod and the steam build (1.034). Is there a different version for that?
 

MrBubu

Active Member
Mar 31, 2022
654
4,722
350
I am having a major bug with the current builds of the mod and the steam build (1.034). Is there a different version for that?
I don't have access to the steam version so I cannot make a compatible version for it.