buttfan

Member
Feb 24, 2021
150
191
The stats aren't arbitrary. They're tied to a lot of systems and those systems are tied to other things.

There's always a risk of the domino effect.
Welcome to programming, and as programs go, this is a relatively small and simple one.


We're in early beta as well.
I bet it's a little frustrating dealing with people that are acting like this game is finished or close to finished when it reality it is barely started.

And... technically it's not even Beta, it's Alpha. Beta implies a more or less finished project and you're down to polishing and bug fixing. This is more accurately an early Alpha as so much is left to be done.

I'd suggest using something like the Steam "Early Access" description as that is a fair description of the game.


The takeaway is that once we complete the game for a straight male Null, we'll be able to add a gay Null or a female Null in less than half the time.
Which will still be significant effort.

Oh... they probably didn't want to hear that.


Girls have standard trope personalities. You make them gay in your head. Alright.
People rarely realize that a significant part of what they see in art is their own interpretation of it. A lot of times where people say that something is obviously about XYZ is actually projection, that they want it to be true (for varying reasons), so they are seeing it, That isn't to say that artists (including porn game designers) don't try to convey certain things, just that unless it is blatantly obvious, the odds are most people will miss it and come up with their own interpretation - which is why there is often huge debates about the meaning of old stories.

Abstract Art is completely about that. While the artist may have had a certain idea in mind, it is difficult to convey through abstract art, and what most people will see when looking at it is what they brought to it.

So, in that regard all art is to some degree a Rorschach test.
 
Last edited:

fluffcube

Newbie
Nov 12, 2017
55
314
Sorry if this gets asked a lot, but what is the best way to regain progress from an old broken save? This game is way too grindy to replay legit.
 

RubyO

New Member
May 21, 2018
13
11
Sorry if this gets asked a lot, but what is the best way to regain progress from an old broken save? This game is way too grindy to replay legit.
you can use console commands. I prefer to just give myself cash and let the stats increase organically, the game still is pretty unstable at times.
 

fluffcube

Newbie
Nov 12, 2017
55
314
you can use console commands. I prefer to just give myself cash and let the stats increase organically, the game still is pretty unstable at times.
Yeah, I guess that's kinda what I figured. This game really could use a built in cheat menu or something to safely progress quickly if the saves are gonna get broken with updates.
 

RubyO

New Member
May 21, 2018
13
11
Yeah, I guess that's kinda what I figured. This game really could use a built in cheat menu or something to safely progress quickly if the saves are gonna get broken with updates.
honestly, if I had to choose between these regular content updates or stuff like cheat menus, I know which way I'm going every time. hopefully someone enterprising will mod something in once the patches stabilise
 

Sea angel

New Member
Jan 1, 2021
2
4
I don't usually write comments on the site, but I have to congratulate the team that's developing the game. I think this is the most potential game I've ever seen in recent times, in terms of history, communication with which the project follows and also the art of the characters and interactions with them. In short, I really it being delivered so far and I'm in the fancy for you to succeed with what you develop in the future.
(I'm sorry if my text got confused, I'm not good at writing in English)


By the way, I'm going to take advantage of this message and ask a question (which maybe has already been asked), do you have the intention to add the option to customize the player?
For example, adjust the height, choose the physical type, add body mutations like tails, change the size of the penis, texture of the skin and etc.

Thank you in advance for your reply.
 

fluffcube

Newbie
Nov 12, 2017
55
314
honestly, if I had to choose between these regular content updates or stuff like cheat menus, I know which way I'm going every time. hopefully someone enterprising will mod something in once the patches stabilise
Sure, I agree with that, its just really hard to play a game like this when most of it is a big grind and then the updates break all your progress and you have to start over. Maybe its best to just wait a long time for a lot of updates.
 

Maddeninggg

Member
Mar 19, 2019
139
282
Sure, I agree with that, its just really hard to play a game like this when most of it is a big grind and then the updates break all your progress and you have to start over. Maybe its best to just wait a long time for a lot of updates.
Old saves should work just fine with this new update. There are some hiccups with the new system and cheating stuff, but they do not permanently break anything and the problems resolve after a few in game days
 
  • Like
Reactions: ShinyBoots1993

blackmetal

Member
Nov 15, 2018
484
342
Found some console command to make the grind more bearable (hopefully the dev won't change the code on each update :p )

Command:
(replace Rogue with Laura or Jean)
Rogue.love=9000
Rogue.trust=9000
I've added 9000 but the quest will lock you at a certain number until you finish each quests, which will reward you with a higher cap

Rogue.pubes='none'
(replace none with bush, growing, hairy, null, shaven, strip or triangle)
Rogue.piercings["nipple"] ="ring"
replace "ring" with "False" or "barbell"
replace "nipple" with "labia" or "belly"


Player.cash=99999
Player.XP=999
Player.level=10
just increasing the level throught cheats doesn't give any [extra points]
Player.ability_points+=10
Player.stamina=4
Player.max_stamina=4

Rogue.throat_training=5
I've added 5 as to not encounter noclip issue
Rogue.oral_training=20
Rogue.stamina=5
Rogue.max_stamina=5


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

oh and message to the dev. Please consider these features
  • re-enable the function to skip text , simply holding ctrl or tab should work like it does with all renpy games
  • reduce the time it takes when navigating the cellphone
  • reduce the amount of white colors in backgrounds. Too many dark-coloured rooms and characters in contrast with brightly-coloured background are hurting my eyes
how do you enable the console ? and them use in game
 

sleepingkirby

Active Member
Aug 8, 2017
512
748
how do you enable the console ? and them use in game
You'd need to modify the game run the command:
config.console = True

Either by making your own .rpy file (and prioritizing it's run correctly) or modify:
./renpy/common/00_console.rpy

Then, in the game, press shift + O, then type in those commands.


Or, use my cheat injector. It'll do most of those commands via the game's own GUI and it'll turn on the command console for you too if you need more.
 
  • Like
Reactions: Evil Knievel

fluffcube

Newbie
Nov 12, 2017
55
314
Old saves should work just fine with this new update. There are some hiccups with the new system and cheating stuff, but they do not permanently break anything and the problems resolve after a few in game days
Okay, maybe I assumed it was more broken than it is. I just saw a bunch of error messages and then events that shouldn't be happening and figured all the triggers were screwed up, but what you said sounds about right. Thanks.
 

blackmetal

Member
Nov 15, 2018
484
342
Found some console command to make the grind more bearable (hopefully the dev won't change the code on each update :p )

Command:
(replace Rogue with Laura or Jean)
Rogue.love=9000
Rogue.trust=9000
I've added 9000 but the quest will lock you at a certain number until you finish each quests, which will reward you with a higher cap

Rogue.pubes='none'
(replace none with bush, growing, hairy, null, shaven, strip or triangle)
Rogue.piercings["nipple"] ="ring"
replace "ring" with "False" or "barbell"
replace "nipple" with "labia" or "belly"


Player.cash=99999
Player.XP=999
Player.level=10
just increasing the level throught cheats doesn't give any [extra points]
Player.ability_points+=10
Player.stamina=4
Player.max_stamina=4

Rogue.throat_training=5
I've added 5 as to not encounter noclip issue
Rogue.oral_training=20
Rogue.stamina=5
Rogue.max_stamina=5


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

oh and message to the dev. Please consider these features
  • re-enable the function to skip text , simply holding ctrl or tab should work like it does with all renpy games
  • reduce the time it takes when navigating the cellphone
  • reduce the amount of white colors in backgrounds. Too many dark-coloured rooms and characters in contrast with brightly-coloured background are hurting my eyes
how do we activate console ?
 

mandmihate

Newbie
Jan 11, 2019
30
26
I dunno if this is a bug report of if these girls are hard to please. When you're going to cum the girls will say something along of the lines of "put it where you want it" but will only accept cumming on the floor. The dialog should be reworked if they won't agree to anything else. More buggy though is when you let her choose and the game chooses something she wont accept. Rogue kicked me out of her room because she was unhappy with where she told me to cum I guess?
 

sleepingkirby

Active Member
Aug 8, 2017
512
748
I dunno if this is a bug report of if these girls are hard to please. When you're going to cum the girls will say something along of the lines of "put it where you want it" but will only accept cumming on the floor. The dialog should be reworked if they won't agree to anything else. More buggy though is when you let her choose and the game chooses something she wont accept. Rogue kicked me out of her room because she was unhappy with where she told me to cum I guess?
Even on 0.3a, this was the behavior so it's not a bug with this version. I'm not sure it is a bug, but I'll let the staff answer to that one. But the game has a thing where if you ask/push on things they don't want to do, they'll get angry. This actually is a feature that both this game and it's inspiration, Rogue-Like Evolution, both share.
 

mandmihate

Newbie
Jan 11, 2019
30
26
Even on 0.3a, this was the behavior so it's not a bug with this version. I'm not sure it is a bug, but I'll let the staff answer to that one. But the game has a thing where if you ask/push on things they don't want to do, they'll get angry. This actually is a feature that both this game and it's inspiration, Rogue-Like Evolution, both share.
I explained myself poorly. The issue is you can select Let X Decide and then they'll get pissed at what you chose. But you didn't choose, they did.
 

sleepingkirby

Active Member
Aug 8, 2017
512
748
I explained myself poorly. The issue is you can select Let X Decide and then they'll get pissed at what you chose. But you didn't choose, they did.
So you're saying that on the menu where you're given a choice, you select "Let <insert girl name here> decide". They'll then decided and then get mad at you as if you chose something they didn't want?
 
  • Like
Reactions: mandmihate
4.60 star(s) 147 Votes