Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 18 of 841 · Next page · Last page
(+1)

All of my favorites where here.  this is heartbreaking news. wishing you guys the best of luck solving this!

I literally started competing as a bodybuilder irl  because of this game! Now I'll never be buffer than then  ;-;

(+1)

We'll be updating when have further developments.

And you got dis! Others of us are also working out hard and getting buff too!

Good luck dudes! I'll dedicate my workouts to you!

(+1)

Petition to Itchio https://chng.it/7bvwnwgX9d

(+1)

Hey, any update regarding the NSFW ban/deindexing?

(+1)

We're looking into hosting our game on other sites as well.

(+1)

Please keep us posted. Hope you find a place where your talent is properly appreciated
 

(+2)

btw itchio is going berserk on some nsfw games and some got shadowbanned already, make sure to prepare for the worse, and make sure to save game files somewhere safe

(+1)

We're looking into hosting our game on other sites as well. We have everything saved so no worries there. Still trying to figure out how to have events chain together on renpy so you can easily get to the scenes that require other characters with a simple press of a button.

(-1)

That Guy look like a Used Tampon HAHAHAHHAAHAHAHAHAHAA!

whats the computer password and the sewer password

Check out the fake mini guide linked in the description or the discord!

(+1)


I try to ask for help again, I hope someone can answer my question.

How do I unlock the Club?

It is a requirement for several contents, especially for Maddox, who only later appears in Kuri's shop, unlocking the contents with Dual, which are required to go to the Frat Party as "Dual's Not Girlfriend".

The guide doesn't explain it at all and I've been stuck at this point for too long.

I play the Android version and I've restarted the game several times, but each time I can't unlock the Club.

Can someone help me?

The club currently is unlocked by the black panther during Boss jobs after doing the Rohan and Stryker storyline.

Or by Maddox in the gym jobs.

You don't need to do Maddox's event with Dual to get his not girlfriend invite. But there is a list of events like doing for Kuri and seeing events with Goliath, you have to have gotten to the point where Firen sees him and you cuddling for him to invite you, which is a series of Boss job events.

Is the Milky White Cream supposed to be Feline Cum?

Please help.

Due to some bad choices, and the loss of saves (it happens to me often with new patches) I have restarted the game several times and this is my fourth playthrough I think.

I can NEVER unlock the Club, nor proceed with Maddox (he never shows up at Kuri's shop).

Consequently I can never ask Dual to invite me to the frat party as "Dual's Not Girl", because the prerequisites are the scenes with Maddox at the Kuri shop.

I have even played the latest public patch content, but I still don't have this damn Club.

How can I see Maddox outside the gym and how can I unlock the Club?

ok time to finally play this game again cause it was kind of stressful going through it with all the new changes hopefully everything is smoother now

Is the online version showing up for anyone else? I just get a message at the top saying "The developer has not uploaded a game yet..."

(+1)

The guide is just a bunch of NPC schedules, what the H. This game needs a full-on step-by-step. walkthrough and not a "mini guide"

(+2)

How do you complete Kru's 'The Start of a New You' quest? The guide provided isn't exactly helpful with it.

(1 edit)

Hi! I don't speak English well, I use a translator.

Who is the Rat Agent that is mentioned in this update? 

I can't find him in the characters list. I tried searching the web, but I didn't find anything.

What do I have to do to meet him?

Game Keeps Crashing after new public release got to the sence with Kevin in the sauner got about half way in and the game continuously crashes after that i get about 7 seconds of play time before it goes to desktop without error coming up i was able to get it to produce a error code below but only from the main menu, keep in mind too this was a fresh downloaded copy too

Full traceback:

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script

    python hide:

  File "C:\Users\User\Desktop\SummonedByAccident-Public-win\renpy\ast.py", line 827, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "C:\Users\User\Desktop\SummonedByAccident-Public-win\renpy\python.py", line 1178, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>

    python hide:

  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide

    ui.interact()

  File "C:\Users\User\Desktop\SummonedByAccident-Public-win\renpy\ui.py", line 301, in interact

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

  File "C:\Users\User\Desktop\SummonedByAccident-Public-win\renpy\display\core.py", line 2215, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore

  File "C:\Users\User\Desktop\SummonedByAccident-Public-win\renpy\display\core.py", line 3286, in interact_core

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

  File "C:\Users\User\Desktop\SummonedByAccident-Public-win\renpy\display\layout.py", line 1297, in event

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

  File "C:\Users\User\Desktop\SummonedByAccident-Public-win\renpy\display\layout.py", line 1297, in event

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

  File "C:\Users\User\Desktop\SummonedByAccident-Public-win\renpy\display\layout.py", line 1297, in event

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

  File "C:\Users\User\Desktop\SummonedByAccident-Public-win\renpy\display\screen.py", line 791, in event

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

  File "C:\Users\User\Desktop\SummonedByAccident-Public-win\renpy\display\layout.py", line 1297, in event

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

  File "C:\Users\User\Desktop\SummonedByAccident-Public-win\renpy\display\layout.py", line 285, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "C:\Users\User\Desktop\SummonedByAccident-Public-win\renpy\display\behavior.py", line 1182, in event

    return handle_click(self.clicked)

  File "C:\Users\User\Desktop\SummonedByAccident-Public-win\renpy\display\behavior.py", line 1103, in handle_click

    rv = run(action)

  File "C:\Users\User\Desktop\SummonedByAccident-Public-win\renpy\display\behavior.py", line 401, in run

    return action(*args, **kwargs)

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

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

  File "game/scripts/utility/script_functions.rpy", line 223, in save_files_exist

NameError: name 'newest_slot' is not defined

(5 edits) (+6)

Coming back to this game after a long time of development and a player since the older version of the game. Even tho I am not a supporter of Patreon, my two cents:

I know that y'all remade the whole game when passed the game from the older engine to Ren'py, but I also notice some struggles with making things clear in the game. I don't know if it's the intention for it to feel like, an open world that you can interact with people by the time they are around, but that struggles cause the game doesn't has clear interactions and ways to reach things.

For example. Working out? You need to talk to a specific character to unlock that "ability". Changing shapes? You also need to talk to someone specific to unlock that.

I think some stuff being locked up behind characters is interesting, but making that the base of the game struggles to seem like a coherent narrative. There is a lot of players that get stuck with frequency and unable to reach parts of the game cause of that problems.

I myself think the game would benefit a lot of being rebuilt from the start with more coherent way of reaching things. I also know that the game is a passion project, but since it receives investment, I also think it has possibilities to be corrected in places that need to be corrected.

Goroguro's art is awesome, the scenes sometimes are really well-written but if you, let's say, don't know who you talking to in the game, you may fall in a route of being a bottom, top, sub or dom without knowing because the game doesn't make things clear.

3/5 stars.

- Quests should be more clear.

- Navigating the cellphone should be more clear with buttons that are useful and directed what is needed. Notes and Fights are rarelly used, Stats doesn't give clear info, Transformations and Usables could be put in the same category. Streamlining things.

- The narrative of the story kinda goes in a arc which there is moments which you get stuck because you don't know what you need to do.

- There is a lot of characters, that not bad, nor good, but there is a lot of them.

- A lot of things need polishing and finishing. 1 great is better than 3 mediums.

The skip helps a lot because sometimes the game alsbecomes a really dragging hill to get up.

- Also the routes don't have consequences. If you bottom or top someone, that is not remembered, and you may have a tendency to keep seeing the same scene over and over again.

i appear to be stuck and can only talk to zorro, kru and the goblin in the bathroom how can I advance?

Viewing most recent comments 1 to 18 of 841 · Next page · Last page