May 5, 2018
81
73
Hello,
would you mind testing this hotfix for me?

Nevermind, that's a different error. :S
Where exactly does that happen, and can you press ignore, or does it loop indefinitely, too?

Oh, you are using a mod. I will look into it, but can't promise if I find anything.
_____________________________________________________________________

Alright, I might have found something. Try this hotfix. ^^
Choose to overwrite/replace files when asked.
You beautiful bastard, you did it! Thanks a bunch.
 
  • Like
Reactions: Morally Purple
May 5, 2018
81
73
I ran into another error. I am using the mod. Is that what is breaking it or is it me? Also, in the future is this an easy fix I can do in the script text file?

Code:
While running game code:
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/end_v5.rpy", line 19, in script call
    pause
  File "game/scripts/v10/00_start.rpy", line 297, in script call
    pause
  File "game/scripts/v10/00_start.rpy", line 297, in script call
    pause
  File "game/scripts/v10/00_start.rpy", line 297, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 87, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 103, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 122, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 179, in script call
    pause
  File "game/scripts/v10/05_cabin.rpy", line 284, in script call
    pause
  File "game/scripts/v10/06_training.rpy", line 305, in script
    pause
  File "renpy/common/000statements.rpy", line 455, in execute_pause
    renpy.pause()
  File "renpy/common/00action_data.rpy", line 79, in get_selected
    return __get_field(self.object, self.field, self.kind) == self.value
  File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
    raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable v10_stone_clicked does not exist.

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

Full traceback:
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/end_v5.rpy", line 19, in script call
    pause
  File "game/scripts/v10/00_start.rpy", line 297, in script call
    pause
  File "game/scripts/v10/00_start.rpy", line 297, in script call
    pause
  File "game/scripts/v10/00_start.rpy", line 297, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 87, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 103, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 122, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 179, in script call
    pause
  File "game/scripts/v10/05_cabin.rpy", line 284, in script call
    pause
  File "game/scripts/v10/06_training.rpy", line 305, in script
    pause
  File "renpy/ast.py", line 2010, in execute
    self.call("execute")
  File "renpy/ast.py", line 1998, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 455, in execute_pause
    renpy.pause()
  File "renpy/exports.py", line 1561, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3694, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 437, in visit_all
    self.child.visit_all(callback, seen=None)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 570, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3694, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/behavior.py", line 874, in per_interact
    if self.is_selected():
  File "renpy/display/behavior.py", line 862, in is_selected
    return is_selected(self.action)
  File "renpy/display/behavior.py", line 397, in is_selected
    return any(is_selected(i) for i in action)
  File "renpy/display/behavior.py", line 397, in <genexpr>
    return any(is_selected(i) for i in action)
  File "renpy/display/behavior.py", line 400, in is_selected
    return action.get_selected()
  File "renpy/common/00action_data.rpy", line 79, in get_selected
    return __get_field(self.object, self.field, self.kind) == self.value
  File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
    raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable v10_stone_clicked does not exist.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
InnerGrowth 1.1a
Sat Sep 18 19:20:15 2021
 

Morally Purple

Member
Game Developer
Oct 25, 2018
226
1,023
I ran into another error. I am using the mod. Is that what is breaking it or is it me? Also, in the future is this an easy fix I can do in the script text file?

Code:
While running game code:
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/end_v5.rpy", line 19, in script call
    pause
  File "game/scripts/v10/00_start.rpy", line 297, in script call
    pause
  File "game/scripts/v10/00_start.rpy", line 297, in script call
    pause
  File "game/scripts/v10/00_start.rpy", line 297, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 87, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 103, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 122, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 179, in script call
    pause
  File "game/scripts/v10/05_cabin.rpy", line 284, in script call
    pause
  File "game/scripts/v10/06_training.rpy", line 305, in script
    pause
  File "renpy/common/000statements.rpy", line 455, in execute_pause
    renpy.pause()
  File "renpy/common/00action_data.rpy", line 79, in get_selected
    return __get_field(self.object, self.field, self.kind) == self.value
  File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
    raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable v10_stone_clicked does not exist.

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

Full traceback:
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/lounge_party.rpy", line 126, in script call
    pause
  File "game/scripts/v5/end_v5.rpy", line 19, in script call
    pause
  File "game/scripts/v10/00_start.rpy", line 297, in script call
    pause
  File "game/scripts/v10/00_start.rpy", line 297, in script call
    pause
  File "game/scripts/v10/00_start.rpy", line 297, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 87, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 103, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 122, in script call
    pause
  File "game/scripts/v10/01_crystal.rpy", line 179, in script call
    pause
  File "game/scripts/v10/05_cabin.rpy", line 284, in script call
    pause
  File "game/scripts/v10/06_training.rpy", line 305, in script
    pause
  File "renpy/ast.py", line 2010, in execute
    self.call("execute")
  File "renpy/ast.py", line 1998, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 455, in execute_pause
    renpy.pause()
  File "renpy/exports.py", line 1561, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3694, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 437, in visit_all
    self.child.visit_all(callback, seen=None)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 570, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3694, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/behavior.py", line 874, in per_interact
    if self.is_selected():
  File "renpy/display/behavior.py", line 862, in is_selected
    return is_selected(self.action)
  File "renpy/display/behavior.py", line 397, in is_selected
    return any(is_selected(i) for i in action)
  File "renpy/display/behavior.py", line 397, in <genexpr>
    return any(is_selected(i) for i in action)
  File "renpy/display/behavior.py", line 400, in is_selected
    return action.get_selected()
  File "renpy/common/00action_data.rpy", line 79, in get_selected
    return __get_field(self.object, self.field, self.kind) == self.value
  File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
    raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable v10_stone_clicked does not exist.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
InnerGrowth 1.1a
Sat Sep 18 19:20:15 2021
This shouldn't happen anymore.
The last hotfix fixed exactly that.
There must be something wrong with your savegame. :S
 

Atton563

Co-Developer of Elite Garden
Game Developer
Feb 22, 2019
313
3,348
Morally Purple would you be able to release a list of assets from this game? Particualy the street after Thalna and Shina are in the bathroom, I really like that asset but can't seem to find it.
 
Last edited:

Atton563

Co-Developer of Elite Garden
Game Developer
Feb 22, 2019
313
3,348
Here you go:
Heads up, that asset needs a lot of VRAM, my old RTX 2080 choked on it sometimes. ^^
Thank you very much I hope my RTX 3060 can handle it. Great job with the game BTW (y)
 

Morally Purple

Member
Game Developer
Oct 25, 2018
226
1,023
The game deserve way more love and patrons.
Maybe someday ... ^^
It probably comes down to two important factors.
Is the game any good, and do people actually know about it?

I can't really say much to the first one, because I made the game. Of course, I like it. :D
Though, it's not perfect. Game development involves a lot of compromise ... and I mean, a lot!

The second factor is simply advertising. I'm trying, but I don't know if I could do more.
So, if you like the game and wanna help out, spread the word. ^^
I asked some other devs about cross promotion, but nobody was interested.
And I get that, most of them probably won't benefit much from doing that with me.

Lastly, I have no doubt that the game would be much more popular with a male protagonist.
But I didn't wanna do that. There are enough games already with a male MC, and I thought I could add a little diversity.
 

Mograx

Active Member
Oct 16, 2019
644
1,803
Lastly, I have no doubt that the game would be much more popular with a male protagonist.
But I didn't wanna do that. There are enough games already with a male MC, and I thought I could add a little diversity.
I think you made the right call. Us players can just sense it, we can tell when the dev isn't particularly interested in the subject matter. It becomes stale, 'soulless' I guess you could say. Likewise, there's a certain 'oomph' factor.. hard to describe specifically, but irrefutably present, when a dev is passionate about the content they're creating.

This game is only as good as it is because of that Oomph factor, that passion, and IG has it in spades. It's what allows people who aren't super into the subject matter to find themselves sticking around anyway. A game with an apathetic creator of the subject matter simply won't be able to keep those same people sticking around.

It sucks it's not gaining the traction you'd like, but I think a stable, loyal following (which is typically, in the long run, more sustainable) is much easier to attract with a game like this, than a flavor the of month soulless porn simulator that litters the site.
 

armion82

Devoted Member
Mar 28, 2017
11,998
16,160
Maybe someday ... ^^
It probably comes down to two important factors.
Is the game any good, and do people actually know about it?

I can't really say much to the first one, because I made the game. Of course, I like it. :D
Though, it's not perfect. Game development involves a lot of compromise ... and I mean, a lot!

The second factor is simply advertising. I'm trying, but I don't know if I could do more.
So, if you like the game and wanna help out, spread the word. ^^
I asked some other devs about cross promotion, but nobody was interested.
And I get that, most of them probably won't benefit much from doing that with me.

Lastly, I have no doubt that the game would be much more popular with a male protagonist.
But I didn't wanna do that. There are enough games already with a male MC, and I thought I could add a little diversity.
Male MC,incest,harem-top 3 that draws most attention.
But your game is awesome even without first two.We already gathering the third.
Last time I was checking for the game it was on page 30 for views.Now we are on page 25.
I wish it was in top 5 pages.
 
Last edited:

muffinman69

Newbie
Sep 29, 2021
32
58
So I just joined and started perusing upwards towards 500 games after getting hooked on Ren'py. I enjoy the design and look for games with both visual novel plus gameplay/choices art etc. I have probably tested around 10%, aggressively playing maybe 25 either to update or finish. Inner Growth is a VN with some choices etc. The constant stream of sex fills in for the game mechanic in a manner I have not seen more successfully done and work to propel the novel. Excellent writing and dialogue, in other words. Plus I imagine people play/read such purer visual novels for not only story but art. Well, the worldbuilding and artwork could not facilitate the story better.

Honestly, Inner Growth is an instant classic for what I have read in terms of VN, and not cliche in any sense.

Kudos to developer here. A+ girl art. Storyline is excellent, demons, angels, urban/punkish hot women. NOT neo-LA pop style... hehe, but something that both displays a good eye for female beauty and hearkens back to older media in terms of pulp story. Female perspective, MC, the gross majority surrounding characters are 'females' female-fest, physical appreciation is obvious that appears in both artwork, dialogue and story. Animations totally unnecessary - that is how very good this project is so far. You have obvious Futa + Females, but this is a unique and good mix. If you look at whole context and world-building, it's great. I enjoy the stunning girls and story plus genre. Reminds of 90s demon sh_t (such as in b movies and indie comics) and has that edge that is sorely missed.

MC is perfect. Male protagonist would not work with this game well. The fact that it's all "female" but extending context to varied genitalia in tandem with occult/supernatural actually gives this its unique power. It is both something different yet contiguous with former underground genre media work. The choices thus far of the creators are pretty flawless.

If you are a fan of demonic, occult pop cultural media of years past in its pioneering and 'underground'/non-mainstream years, then you will find this a hit.

The focus on total females with various appendages and lack thereof make for a edgy but tolerable game, befitting the auteurship and art.. Easily some of the best women art, including layout I've seen even skimming screenshots of near 500 Ren'py realistic art.

GREAT F_CKIN JOB. Ren'py HQ production, music and art + EXCELLENT STORY + AMAZING 3D GIRL MODELS/ART/CLOTHING/HAIR/ETC. This all becomes more apparent when you play through.

I advise every one who appreciates a symbiosis of simple visual novel tale + art and the innate clean design of Ren'py to read/play this. The flow, dialogue, art, music is just right.

"It sucks it's not gaining the traction you'd like"

Insane - you don't EVEN have to be a pervert (well, total pervert) to enjoy this VISUAL NOVEL/GAME, but in my opinion, this is actually the best Ren'py more pure, straight visual novel that is mandatory for this type of game format. There are quite a few games I really like a lot for various reasons regarding both gui, game mechanic tweaks and some story. Then there are the Ren'py VNs or games that just have great concept and story - this is the first I've seen that works the best on the latter.

I recommend this game to those who look for very attractive female women, edgy pervy fantasy, demons/angels and a visual novel that does not need animations, nor (to even my suprise) much game mechnic, it works exactly as it does for "version 11" aka 1.1a as pretty much a visual novel. Also it is a steady stream of sex, as far as my "choices" and probably most people, but the main thing is that nothing is cheap in reality per game scenario, construct, narrative and story, it just flows naturally.

Two last things. Again, Inner Growth is surely an instant classic for Ren'py adult game. From my view exploring such games, there are some games that are whatever you guys call FAP, some seedy, cheap, exploitive (as in grubbing for patreon money). Personally I don't jerk off to games, but I like titillating games of this general sort for their presentation, concepts, narrative, art, perhaps entwined in the format. There are maybe three major types of games: cheap raunch perversion, actual choice game or rpg, or the straight visual novel. Not impressed with #1, definitely appreciate and look for #2, in Ren'py format, open to #3. Ideally maybe a hybrid of #2 and #3 or #1 and #2 and #3 or even #1 and #2 are welcome. I have actually found a few excellent games thus far in each category. Inner Growth while weaker on #2 has a great balance of the other and especially shows its craft in #3.

"I think you made the right call. Us players can just sense it, we can tell when the dev isn't particularly interested in the subject matter."

And then there are truly worthy games/novels that are actually works of art and entertaining. Inner Growth is one of these.

My big advice to dev is that your skill both in art and story is there in spades, the vision is cemented... don't ruin it just do what you're already doing, naturally. I think it is pretty obvious that you have the story and game likely mapped, written and finished. If not, don't think to hard the path is set.

As far as your social or financial needs or desires, I sincerely hope you get the support you guys want, but from my view I also hope you carry through with this great game regardless. From my view your doing a fantastic job.

Inner Growth is easily one of the greatest Ren'py VNs I have played yet. Dialogue, direction, flow, concept, and women artwork.
 

Morally Purple

Member
Game Developer
Oct 25, 2018
226
1,023
So I just joined and started perusing upwards towards 500 games after getting hooked on Ren'py. I enjoy the design and look for games with both visual novel plus gameplay/choices art etc. I have probably tested around 10%, aggressively playing maybe 25 either to update or finish. Inner Growth is a VN with some choices etc. The constant stream of sex fills in for the game mechanic in a manner I have not seen more successfully done and work to propel the novel. Excellent writing and dialogue, in other words. Plus I imagine people play/read such purer visual novels for not only story but art. Well, the worldbuilding and artwork could not facilitate the story better.

Honestly, Inner Growth is an instant classic for what I have read in terms of VN, and not cliche in any sense.

Kudos to developer here. A+ girl art. Storyline is excellent, demons, angels, urban/punkish hot women. NOT neo-LA pop style... hehe, but something that both displays a good eye for female beauty and hearkens back to older media in terms of pulp story. Female perspective, MC, the gross majority surrounding characters are 'females' female-fest, physical appreciation is obvious that appears in both artwork, dialogue and story. Animations totally unnecessary - that is how very good this project is so far. You have obvious Futa + Females, but this is a unique and good mix. If you look at whole context and world-building, it's great. I enjoy the stunning girls and story plus genre. Reminds of 90s demon sh_t (such as in b movies and indie comics) and has that edge that is sorely missed.

MC is perfect. Male protagonist would not work with this game well. The fact that it's all "female" but extending context to varied genitalia in tandem with occult/supernatural actually gives this its unique power. It is both something different yet contiguous with former underground genre media work. The choices thus far of the creators are pretty flawless.

If you are a fan of demonic, occult pop cultural media of years past in its pioneering and 'underground'/non-mainstream years, then you will find this a hit.

The focus on total females with various appendages and lack thereof make for a edgy but tolerable game, befitting the auteurship and art.. Easily some of the best women art, including layout I've seen even skimming screenshots of near 500 Ren'py realistic art.

GREAT F_CKIN JOB. Ren'py HQ production, music and art + EXCELLENT STORY + AMAZING 3D GIRL MODELS/ART/CLOTHING/HAIR/ETC. This all becomes more apparent when you play through.

I advise every one who appreciates a symbiosis of simple visual novel tale + art and the innate clean design of Ren'py to read/play this. The flow, dialogue, art, music is just right.

"It sucks it's not gaining the traction you'd like"

Insane - you don't EVEN have to be a pervert (well, total pervert) to enjoy this VISUAL NOVEL/GAME, but in my opinion, this is actually the best Ren'py more pure, straight visual novel that is mandatory for this type of game format. There are quite a few games I really like a lot for various reasons regarding both gui, game mechanic tweaks and some story. Then there are the Ren'py VNs or games that just have great concept and story - this is the first I've seen that works the best on the latter.

I recommend this game to those who look for very attractive female women, edgy pervy fantasy, demons/angels and a visual novel that does not need animations, nor (to even my suprise) much game mechnic, it works exactly as it does for "version 11" aka 1.1a as pretty much a visual novel. Also it is a steady stream of sex, as far as my "choices" and probably most people, but the main thing is that nothing is cheap in reality per game scenario, construct, narrative and story, it just flows naturally.

Two last things. Again, Inner Growth is surely an instant classic for Ren'py adult game. From my view exploring such games, there are some games that are whatever you guys call FAP, some seedy, cheap, exploitive (as in grubbing for patreon money). Personally I don't jerk off to games, but I like titillating games of this general sort for their presentation, concepts, narrative, art, perhaps entwined in the format. There are maybe three major types of games: cheap raunch perversion, actual choice game or rpg, or the straight visual novel. Not impressed with #1, definitely appreciate and look for #2, in Ren'py format, open to #3. Ideally maybe a hybrid of #2 and #3 or #1 and #2 and #3 or even #1 and #2 are welcome. I have actually found a few excellent games thus far in each category. Inner Growth while weaker on #2 has a great balance of the other and especially shows its craft in #3.

"I think you made the right call. Us players can just sense it, we can tell when the dev isn't particularly interested in the subject matter."

And then there are truly worthy games/novels that are actually works of art and entertaining. Inner Growth is one of these.

My big advice to dev is that your skill both in art and story is there in spades, the vision is cemented... don't ruin it just do what you're already doing, naturally. I think it is pretty obvious that you have the story and game likely mapped, written and finished. If not, don't think to hard the path is set.

As far as your social or financial needs or desires, I sincerely hope you get the support you guys want, but from my view I also hope you carry through with this great game regardless. From my view your doing a fantastic job.

Inner Growth is easily one of the greatest Ren'py VNs I have played yet. Dialogue, direction, flow, concept, and women artwork.
Where are these from? Some of them seem familiar. Anyway, thank you for this. I think I'm drunk on praise right now. :D
 

Avaron1974

Resident Lesbian
Aug 22, 2018
25,249
86,501
Is the MC futa or trans?

Also will there be any scenes with male?

Not really into lesbian stuff.
MC isn't into men neither are most of the girls so no, won't be any scenes with males.

There are only 2 scenes in the entire game with a man and it's the same guy who's not going to be around much longer and he doesn't touch any of the main girls.

It's mainly lesbian and futa stuff.
 
4.60 star(s) 36 Votes