troy seretin

New Member
Nov 10, 2019
7
8
13
Not sure if it's true, but if it is, well done, fantastic game. We need more like that.

As a suggestion, I think the game isn't hardcore enough, you could add scenes involving a special red liquid that women leaks every month, as I couldn't find any scene with it at all! I mean, not all blood-covered male faces should happen only from punches and kicks, right?
Thank you i wish i could of added stuff like animations and options to turn on and off certain fetishes but i'm not that smart it's my first game. Also honestly that's not bad. i would of added that if it had hit my mind. i'm not against it and will probably add it in future works if i continue it. Which i do want to.
 
  • Yay, update!
Reactions: SevySub
Mar 15, 2025
127
120
62
Thank you i wish i could of added...options to turn on and off certain fetishes
It's not that difficult, I wrote ("define n = Character("")"):

Python:
    menu:
        n "Enable NTR? (boy on girl and girl on girl)"
        "Yes, Enable all NTR":
            $ NTR_bg = True
            $ NTR_gg = True

        "Not all NTR (Will let you decide which of these NTRs you like)":
            menu:
                n "Enable NTR (boy on girl)?"
                "Yes":
                    $ NTR_bg = True
                "No":
                    $ NTR_bg = False

            menu:
                n "Enable NTR (girl on girl)?"
                "Yes":
                    $ NTR_gg = True
                "No":
                    $ NTR_gg = False

        "No (disable all NTR)":
            $ NTR_bg = False
            $ NTR_gg = False
at the start of the script (I did it only for NTR, you can do it for any fetish you'd like), right before the start of the story, and then with each scene (whatever's after the '#' are notes):

Python:
# normal Renp'y script goes here
# and then a bg NTR (for example) part starts:
if NTR_bg: # checks if NTR_bg is true
    # NTR part comes here
else:
   # optional, if you want to add an alternative
   # without an 'else', it'll skip the 'if' part entirely without an alternative

# and then continue the script like usual outside the 'if', it's supposed to skip the NTR part that way
 
Last edited:
  • Like
Reactions: Alexander_Hamilton

troy seretin

New Member
Nov 10, 2019
7
8
13
It's not that difficult, I wrote ("define n = Character("")"):

Python:
    menu:
        n "Enable NTR? (boy on girl and girl on girl)"
        "Yes, Enable all NTR":
            $ NTR_bg = True
            $ NTR_gg = True

        "Not all NTR (Will let you decide which of these NTRs you like)":
            menu:
                n "Enable NTR (boy on girl)?"
                "Yes":
                    $ NTR_bg = True
                "No":
                    $ NTR_bg = False

            menu:
                n "Enable NTR (girl on girl)?"
                "Yes":
                    $ NTR_gg = True
                "No":
                    $ NTR_gg = False

        "No (disable all NTR)":
            $ NTR_bg = False
            $ NTR_gg = False
at the start of the script (I did it only for NTR, you can do it for any fetish you'd like), right before the start of the story, and then with each scene (whatever's after the '#' are notes):

Python:
# normal Renp'y script goes here
# and then a bg NTR (for example) part starts:
if NTR_bg: # checks if NTR_bg is true
    # NTR part comes here
else:
   # optional, if you want to add an alternative
   # without an 'else', it'll skip the 'if' part entirely without an alternative

# and then continue the script like usual outside the 'if', it's supposed to skip the NTR part that way
so this is how it looks. And the code is put in before the start of the game.
 
  • Like
Reactions: IDONTHAVEANAME844

assman1337

Well-Known Member
Mar 10, 2018
1,541
2,120
424
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 3843, in script
    "you selected to get off the chair."
AttributeError: 'StoreModule' object has no attribute '_history_list'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 3843, in script
    "you selected to get off the chair."
  File "Z:\femdomgame-1.0-pc\renpy\ast.py", line 2586, in execute
    Say.execute(self)
  File "Z:\femdomgame-1.0-pc\renpy\ast.py", line 623, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "Z:\femdomgame-1.0-pc\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "Z:\femdomgame-1.0-pc\renpy\character.py", line 1468, in __call__
    self.add_history("current", who, what, multiple=multiple)
  File "Z:\femdomgame-1.0-pc\renpy\character.py", line 1558, in add_history
    history = renpy.store._history_list # type: ignore
AttributeError: 'StoreModule' object has no attribute '_history_list'

Windows-10-10.0.22621 AMD64
Ren'Py 8.3.5.25022704
femdom bullies 1.0
Fri Jun 20 03:55:17 2025
 
Jun 8, 2025
253
169
52
Yeah no this sucks purely because theres no way to skip any fetishes. Stuff this extreme needs to be customisable or its gonna be unpleasant even for hardened perverts.

No one has all these extreme fetishes and if they do I frankly pity them and recommend therapy.
some of them aren't even a fetish and is just straight up murder so unless someone has a fetish to die i doubt someone wants that.
 

eaudecologne

Active Member
Jan 13, 2021
829
937
169
Guy getting fucked by a dog wasn't in my femdom bingo but I'm here for it. I'd give it a spin but the koikatsu or whatever graphics look straight ass. You should get an artist or someone to work with you
 
Jun 8, 2025
253
169
52
EVEN BETTER!



Yes, hello, I you were talking about me?~



This game looks very promising even if I am not really into snot or scat.
if you not really into it then it shouldn't look promising plus there's literally people pissing on the main character and other stuff so it seems like you are into it but want to say your not.
 

troy seretin

New Member
Nov 10, 2019
7
8
13
Guy getting fucked by a dog wasn't in my femdom bingo but I'm here for it. I'd give it a spin but the koikatsu or whatever graphics look straight ass. You should get an artist or someone to work with you
i tried to get someone to but no artist wants to work on this kinda hardcore game with many strange fetishes.
 
  • Sad
Reactions: eaudecologne

troy seretin

New Member
Nov 10, 2019
7
8
13
Yeah no this sucks purely because theres no way to skip any fetishes. Stuff this extreme needs to be customisable or its gonna be unpleasant even for hardened perverts.

No one has all these extreme fetishes and if they do I frankly pity them and recommend therapy.
You what. You judging my fetishes. Here on f95 the page full of hentai games.
 
  • Haha
Reactions: Whiskeyfrisky
2.50 star(s) 4 Votes