Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

hootersboy

177
Posts
16
Topics
7
Followers
15
Following
A member registered Jun 08, 2024

Recent community posts

just wanted to know if i got the new price it's only gonna be for the 0.45 and when the next version i will need to buy the new one or the new price is good for the future update as well?

i was curious i went and look on your patreon but not sure if i understand the supporter pack says you got 4 latest game aka your 4 game but if you go to the king tier it's says access to 3 games

is the game still being develop or it's abandon ?

honestly can't wait to see that hope that jocasta and the teacher are include in the gfs groupe and hope they will have more then 1 scene with monday hahaha

when you say say other gfs you mean all the other girls?

i love the game so far can't wait for the next updates but i was wondering about the gifts are they limited i found some roses but after i got them the first time they don't reappear and i can buy teddy bear i think one every chapter but after that the shop only have the bait or you can find more it's just really rare ?

oh hahaha i see ty for the answer and are we gonna see the 2 fox girl at the beach during the game or they were only just for that moment

really love those games but i was curious if you will bring your older games i know you have some already here but was curious about the other ones

i'm a bit confused last version we had more character like maggie the chicken , bella the dog , i forget the name of the bear , the librarian and more event including sex but in the new version only 4 with 4 event total just wonder why the roster got reduce and the event too

i was wondering when aki will be available to everyone i thought it will be at the same time as blue angel since they got release in the pateon at the same time in 3.2

i don't know if other people have that problem but when i download the game on the app and start it the loading start but towards the end it stop and stop moving i wait 5 minute nothing i try to uninstall and reinstall but still the same thing

hi i was wondering when this game will be done what are your plan after ?

i'm really curious the status of the game say release but a lot of the thing i try to do says in development and when i went to the gallery to see the paula scenes and i didn't find paula section so the game is still not done ? and just in case on witch version i play it's the deluxe one

like the title said usually when you go talk to girl the talk with bar suppose to increase and when you reach the max your character got a star and i know you need to find multiple of the same girl to get the star , i do the mini game of tifa and in the end it work for her but for seraphine when i'm done with the piano mini game i'm still at 0 at the begining i thought maybe because i made 1 mistake next day do iy again 0 mistake still 0 so i don't know if it's a bug or i need to do something else

thanks for the your answers i encounter a problem while playing and went to the recolection room in the ophelia one i got a message appearing saying failed to load :img/picture/mr hinata.png when i press space the message disappear but reapear 10 sec but now i'm in a loading and i got stuck there because the message just don't stop appearing ao i'm sutck in a loading screen hahaha

i just found out this game and it's really fun but i was curious if you have a gallery or a way to rewatch scene in the game?

i bought the game when it got release finish it and don,t know soso i guess,  decide to check and see that some '' update '' are there but when i look at the comments it's say that the game got some content cut on it now ?

honestly the game look really interesting and really promising  the thing that i'm scared that will happen is the game got abandon because too much ambitious 50+ character with event depending of you sub or dom level i hope it will not happen cause i like those kind of game

i was wondering if the extended version was a 1 time buy or need to be buy every update

just got the game but i was curious about 2 thing

1st: is the game have a gallery to rewtach scenes

2nd: i was wondering if the other character like the mayor , the bank owner and all the other will have scenes too

well i have a question is the gallery will always be lock for patreon or when the game will be full release it will be inlock to everyone?

i was curious about the pro version on itch cause it's at version 0.09 and on patreon part 1 of 0.10 so i was wondering if when version 0.10 on patreon will be up if the itch version will be updated too

i log on the itch app see that an update was there but wasn't able to download it so i uninstalled to reinstalled the game but now it said that no compatible download find

i got this error


I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/scripts/NormalMatches.rpy", line 74, in script

    call screen game_screen

  File "game/scripts/deck.rpy", line 331, in play_selected

    PointGain = calculate_play_points(selected)

                ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^

  File "game/scripts/deck.rpy", line 321, in calculate_play_points

    points, multiplier = apply_jokers(points, multiplier, cards, ctx)

                         ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "game/scripts/deck.rpy", line 1291, in apply_jokers

    points, multiplier = j.apply(points, multiplier, selected_cards, ctx)

                         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "game/scripts/deck.rpy", line 497, in apply

    multiplier += 2 * total

                      ^^^^^

NameError: name 'total' is not defined

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

Traceback (most recent call last):

  File "game/scripts/NormalMatches.rpy", line 74, in script

    call screen game_screen

  File "renpy/ast.py", line 2241, in execute

    self.call("execute")

    ~~~~~~~~~^^^^^^^^^^^

  File "renpy/ast.py", line 2195, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

           ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/statements.py", line 381, in call

    return method(parsed, *args, **kwargs)

           ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/common/000statements.rpy", line 695, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

                    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/exports/statementexports.py", line 348, in call_screen

    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)

         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/ui.py", line 304, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/core.py", line 2117, in interact

    repeat, rv = self.interact_core(

                 ~~~~~~~~~~~~~~~~~~^

        preloads=preloads,

        ^^^^^^^^^^^^^^^^^^

    ...<4 lines>...

        **kwargs,

        ^^^^^^^^^

    )

    ^

  File "renpy/display/core.py", line 3203, in interact_core

    rv = root_widget.event(ev, x, y, 0)

         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1281, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1281, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1281, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/screen.py", line 805, in event

    rv = self.child.event(ev, x, y, st)

         ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1281, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1281, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1281, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/behavior.py", line 1185, in event

    return handle_click(self.clicked)

           ~~~~~~~~~~~~^^^^^^^^^^^^^^

  File "renpy/display/behavior.py", line 1107, in handle_click

    rv = run(action)

         ~~~^^^^^^^^

  File "renpy/display/behavior.py", line 411, in run

    return action(*args, **kwargs)

           ~~~~~~^^^^^^^^^^^^^^^^^

  File "renpy/common/00action_other.rpy", line 618, in __call__

    rv = self.callable(*self.args, **self.kwargs)

         ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "game/scripts/deck.rpy", line 331, in play_selected

    PointGain = calculate_play_points(selected)

                ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^

  File "game/scripts/deck.rpy", line 321, in calculate_play_points

    points, multiplier = apply_jokers(points, multiplier, cards, ctx)

                         ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "game/scripts/deck.rpy", line 1291, in apply_jokers

    points, multiplier = j.apply(points, multiplier, selected_cards, ctx)

                         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "game/scripts/deck.rpy", line 497, in apply

    multiplier += 2 * total

                      ^^^^^

NameError: name 'total' is not defined

Windows-10-10.0.19045-SP0 AMD64

Ren'Py 8.5.0.25111603

Sex Links 1.0

Sun Dec 14 18:04:02 2025

i don't know if it's a bug but i got the event that asuna and artoria join me in the shower but when i look in the gallery they are not there and when i check in the comment section someone put a picture and i can see that they are suppose to be there

yup

yeah i got the same problem the dev say he will release a patch monday 

sure no problem

(1 edit)

hi i got a bug in one of the scene it's the one when you and nemona are with inko and mitsuki everything start normal until lazuli come back with inko the texte box is empty and nothing happen the game freeze i try to restart the game but it happen every time , and my last save is in chapter 2 and the auto save is at the beginning of the scene

hi i love the game and what every update bring can't wait for some of the character i like to get more scene but i had 2 question

1st: do you plan to add more character like the last one you add was ghislaine?

2nd: is more route will be open for other charcter like rei have a route for every character but other like melody , iris and other like that who only have 2 route the ntr one and the love one will have more route

3rd: certain character didn't have scene for a while does that mean they are complete or they are just on stand by for the momen

just another question do you have a date when the next version will be available on itch?

hi i'm really curious about the game and i want to give it a try but i had a question is the character have one position or they have more then one you just need to unlock them

goos to know hahah does that mean every update will b like that steam will have more content compare to the itch one ?

i was curious when the 0.8  version will be available on itch

i was curious if this one is the same as the 0.13 version just with the halloween event or it's just another game

hi i was curious what is the difference between the itch version and the steam version of the game?

so next update 15 remove miku , yor and yayorozu are they coming back in later update or removed roe good i know we got b2, sarada and albedo but still curious about the 3 other

is the version 0.2 can only be download on itch web site? cause i can't dl on the app

i just start the game i'm at the free roam now and i was looking around at the menus and found the gallery and i was curious is it all the scene and character that have scenes in the game yet cause last update is tatsumaki and she is not in the gallery so just curious if the more i play the more character will appear in the gallery and quest?

i did the rave part and i woke up next day and did the poo, thing with the 3 girls after that sophie come into my room i do the scene try to go to sleep but it said that the rave event is up i go in chloe room too see if something with her i can take a picture of her i do that and i go back to bed same message i try to go to the forest but nothing is there do i have to do something after i woke up ? sunday and don't do the pool party?