Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 18 to 57 of 57 · Previous page · First page

Its my first time playing the game and woow your work is absoulotly amazin the girls is fantastic but i wonder are we gonna mesure lily muscles after her growth and am really excited to see the blue girl grow agine🔥

thank you for playing my friend 

Deleted 1 year ago

Yeah I have, link: https://discord.gg/gAR4Bc8Jag

So when I start chapter 9, it puts me in Wednesday at Noon. Is that correct or is that a bug? What am I supposed to do? It doesn't say anything and no quests are showing aka "there's no quest for now" 

Hello there  it's probably happened because you save the game in the wrong scene in Chapter 8, you can use this save to fix it.

 https://mega.nz/file/VuRQjTxT#QzfWJE-FdQZP6tu5_gyswDkUnO4MvBYJau0CEou_cBc 

Place it in your 'saves' folder

Huh, when I start a completely new game and just play until chapter 9 without a save at all and it still happens. I'm playing on the android version if that is helpful info. I'll try switching to the PC version and install that save.

Hmm, that's odd.. Yes, try switching to the PC version and using the save.

Very good version, question, will you modify the first scenes of FMG so that at the end of the transformation the character sees the result from bottom to top as well as these last two?

I don't plan to change it for now,  but that's a good suggestions, I'll consider it.

A lot of work was put in this project since V1! We almost have all the characters and a map that hints at more good things to come in future versions. We're almost at the point where the story can progress which only feeds my curiosity.

A couple of questions: the first chapters were pretty much on rails (gain trust and growth) and fleshing out the characters. Are you planning to have a more "sandboxy" type of game as more content is introduced? Also, it's enjoyable to have a bit of choice on which path to follow (who will grow first). Will you put more of that stuff?


Keep it up!

That's my plan, but all of that need a lot of time to be finished😉. So all I can ask now is that all of you need to wait a bit more. Thanks for asking 🙏

Heyooo, sadly i lost my save, when i dl a specific chapter i can only re start at ch 4. Is it possible to try the last one? thanx you for ur amazing job !

Hello there, this is the link for save that begin from Chapter 9, enjoy. 

https://mega.nz/file/VuRQjTxT#QzfWJE-FdQZP6tu5_gyswDkUnO4MvBYJau0CEou_cBc

helloooooooooooooooooooooooooooo

hello

hello

time to realese chapter 9

OH MY GOD, I forgot..., i'm so sorry, i going to release it now..., thanks for the reminder..

Are there sex scenes if yes are these animated in some kind of way and are the growth scenes animated ? Just wondering before downloading 

there's no sex scene... yet, and no, no animation.

how to make orchid convens to us?

Convens?

Hey got an error when cybel comes back from changing into training close. 

[code]

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('Cybele/Workout/Size 2a/Cybele W1.png') at 0x000000000719d5e0>:

  File "game/script.rpy", line 2030, in script

    show cybele s2w1 with dissolve

OSError: Couldn't find file 'Cybele/Workout/Size 2a/Cybele W1.png'.

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

Full traceback:

  File "game/script.rpy", line 2030, in script

    show cybele s2w1 with dissolve

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\ast.py", line 1658, in execute

    renpy.exports.with_statement(trans, paired=paired)

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\exports.py", line 1657, in with_statement

    return renpy.game.interface.do_with(trans, paired, clear=clear)

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\display\core.py", line 2798, in do_with

    return self.interact(trans_pause=True,

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\display\core.py", line 3377, 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:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\display\core.py", line 3912, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\display\core.py", line 2602, in draw_screen

    surftree = renpy.display.render.render_screen(

  File "render.pyx", line 495, in renpy.display.render.render_screen

  File "render.pyx", line 266, in renpy.display.render.render

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\display\layout.py", line 884, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\display\transition.py", line 378, in render

    top = render(self.new_widget, width, height, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\display\layout.py", line 884, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\display\layout.py", line 884, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\display\transform.py", line 747, in render

    return transform_render(self, width, height, st, at)

  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render

  File "render.pyx", line 266, in renpy.display.render.render

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\display\image.py", line 506, in render

    return wrap_render(self.target, width, height, st, at)

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\display\image.py", line 309, in wrap_render

    rend = render(child, w, h, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\display\im.py", line 627, in render

    return cache.get(self, render=True)

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\display\im.py", line 295, in get

    surf = image.load()

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\display\im.py", line 720, in load

    raise e

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\display\im.py", line 685, in load

    filelike = renpy.loader.load(self.filename)

  File "C:\dystopian-abyss\Dystopian_Abyss-8.0-pc\renpy\loader.py", line 820, in load

    raise IOError("Couldn't find file '%s'." % name)

OSError: Couldn't find file 'Cybele/Workout/Size 2a/Cybele W1.png'.

Windows-10-10.0.19045 AMD64

Ren'Py 8.0.3.22090809

Dystopian Abyss 8.0

Thu Sep 14 13:54:24 2023

[/code]

This is the error

Hello there for now just click ignore on that error, I'll fix it on the next update, sorry for the inconveniences.

Já tem data prevista para próxima atualização?

Olá, A próxima programação de lançamento está no Patreon em 10 de agosto de 2023. Enquanto isso, o cronograma de lançamento para o público é 24 de setembro de 2023. Desculpe pelo meu português bagunçado, usei o Google Tradutor😅.

Agradeço, na real seu português tá ótimo.

beautiful work it was a visual delight all of the new character her normal design her transformation and her final result each fragment is beautiful I would say from my point of view that you surpassed yourself with her

(1 edit)

Thanks for playing, I appreciate it!😊

(1 edit)

So I loaded up the new update from a save from either chapter 6 or 7, I'm not entirely sure what to do but when I look at the quests every single one tells me there isn't any new quests and confused on what I need to do, do I need to start a new save or is this a bug or what?

also from what I have played its a fantastic game good job

thank you so mu much for playing, and for the saves problem , Lots of people have complained to me about this, and I realize it was my mistake. Try to play Chapter 8 starting from save chapter 7. Try saving the game before the end credits of chapter 7 and loading from that save, if you do that there should be no problem.

Okay i will try that, thank you for the quick response

Hello, I tried saving at Li Wei's recap right before the end credits but when I load it still goes to the credits. Great job with the game but was wondering if I was saving it incorrectly?

Try to copy the save into chapter 8 game folder. and load It from there.

Pretty good game although for me it started to become pretty tedious after map opens up and the most locations are empty aside library and park with Jade's story. I'd hope there had been just a skip to next morning button when I was raising Aiko's and Lin's trust. Also, unfortunately my game bugged out after completing of injecting liquid in Jade and spraying both Aiko and Lin but without going to report Jade's progress to Orchid at afternoon, so after doing all that it no longer worked and I couldn't continue any further. This was because I hadn't noticed to look into ceo's quests. Separate quest list from character info could be helpful.
So, for those who haven't played game yet like myself, I suggest you go report as soon as you've injected the liquid for each character separately or save game frequently, so you won't be pushed back for hours of progress like I was.

Thank you for playing and giving suggestions👍😊

Can you give me the positive and negative prompts specifically so that the veins on the skin can be seen because I have tried everything and one of two things happens to me or it shows the veins as if you had X-rays or it paints red lines as if it were paint/makeup/ tattoo

Sorry for the slow reply. My work at the office and my college activities take up a lot of my time.

Here's the example prompt for Isabella:

Positive

((best quality)), ((masterpiece)), ((anime)), (detailed), portrait, close up, young female, blue eyes, (wearing a serafuku),(serafuku), ((pink hair)), long hair,  highly detailed skin, looking at viewer, cyberpunk art, stunning gradient colors, no watermark signature, detailed background, town, alley, dark alley, closed mouth, insanely detailed, , ((masterpiece)), absurdres, HDR, <lora:Muscle2:1.3>, (muscular:1.3), muscle,  big breasts,  


negative

wires, ear rings, dirty face (deformed iris, deformed pupils, bad eyes, semi-realistic:1.4) (bad-image-v2-39000, bad_prompt_version2, bad-hands-5:1.5, EasyNegative, ng_deepnegative_v1_75t, bad-artist-anime:0.7),(worst quality, low quality:1.3), (depth of field, blurry:1.2), (greyscale, monochrome:1.1), nose, cropped, lowres, text, jpeg artifacts, signature, watermark, username, blurry, artist name, trademark, watermark, title, (tan, loli, petite, child, infant, toddlers, chibi, sd character:1.1), multiple view, Reference sheet, long neck, nsfw


Note: The results of the art generated in my game do not purely come from stable diffusion, I always use controlnet to control the pose of the character in Stable Diffusion. I also fixed the error of the stable diffusion image generation using Photoshop. Then to produce satisfactory results I also use LORA and Models (checkpoint), which I'm very sorry, I can't reveal, because it's part of my work secrets. So using the positive or negative prompts that I have provided above may not necessarily produce the satisfactory results that you want. Thank you for asking.

Where saves are storaged? becouse saves from folder "game" do not work

"saves" folder is located in the dystopian abyss folder. Not inside the 'game' folder.



It does not work too. I can delete a folder with game, download again, and there will be some saves. But I cant change them even if I copy "saves" from prevous game. So where I can find saves that appear even after deinstallation of the game

Try this: after you download the newest chapter, try to run the game first, and after that close the game. And the saves folder will be appear. And after that copy the content from inside the 'saves' folder in the previous chapter and copy it to the newest chapter 'saves' folder. Run the newest chapter again, and maybe the saves from previous chapter will be appear in the game, hope it'll work for you! 😊

XD I passed the game based on trial and error, the game is very good, beautiful art, in a month or two I'll see if my work play goes well, I support you monetarily I've tried most fmg games on this platform and this is the most complete game, I look forward to the next update.

Thank you so much for playing my friend

What program did you use to create the game? I am not an English speaker and maybe I can find a translator knowing the name of the program

I create the game with renpy! ☺️

I can't get friendship 5 with jade…what should I do?

You just need to go to school on weekday and choose talk to jade

But before you talk to her you must finish player quest first by going to the lab and after that finish orchid's quest by reporting to her, and after that you can talk to jade at college.

thank you ,I've already solved it,that's a great work:)

I’m about to play the new version and I’m super exited :) I think it’s gonna be great 

Hope you'll like it.

I really liked it great work :) , I’m always exited for the new updates 

Thank you so much for playing

I adore you

Thanks! 😊

today is 17 

Hello, sorry I was still uploading earlier. Thank you for waiting

Chapter 7 has now been released to the public.

where is the update

really good game Im looking forward to the next updates , but I got a question how do it get friendship 5 with Jade ?

Oh, you just need to follow the school route,and I think you able to make 5 friendship point with jade

ok thank you ;)

ok ty 

just curious but does lily, orchid or cybele grow any bigger after the first dose of the formula or does anyone grow bigger then them?

I planned them to grow more but maybe not in the near future.

As of Chapter 5 update - I'm looking forward to seeing if the player's choices will have more impact or open up. This would be a really cool game if it can be fully realized - you could work to create and improve this serum and manage some kind of resistance to this dystopian order - and your choices about who to give it to could matter.

That's a lot of work - but once all of this is cleaned up and polished and revised and implemented, it could be very interesting.

(+1)

Of course, in the future, I will implement choices for the main player, where these choices can have an impact on the game, but for now, I have to build the story of each heroine in the game first, after that maybe I will start implementing it. Thank you for the suggestion.

Uhm... i am kinda stuck, how do i open the Quest area?

Game is awesome tho! I really love it!

You can swe the quest in character menu

Yes.. but how do i open it... i tried everything, even went back and re-read everything... maybe i am just too dumb to find it

There's one night in your room that you prepare the plan for each girl, after that night the quest will be unlocked

First of all, thank you very much for your fast help... But maybe i have not stated myself very clear...

I know that i can find it under the Quest section in the Character Menu, but i do not find the button to the Character Menu, or to say atleast... the way how to open the Character Menu ^^´´

Oh did you use the old save?

Try using new save

Chapter 5 is just incredible, I love what you're doing, keep going, I wonder if those who have already received it will get additional growth

Thank you for playing, of course they will get additional growth, but maybe not anytime soon.

As my money arrives, I think I will support you on patreon

Thank you so much

(+1)

eeeee, 5 chapter!

(+1)

The mini game in chapter 3 was alright, but the time to score points was honestly set way too high. By the time that the timer ran out, I had scored more than double needed points to complete it. Maybe if the player got an extra reward for gaining high enough score by the end, it would be more understandable, but right now it's just time consuming and way too easy.

You could half the time to a minute and it would already feel like there's actually stakes there. Or even give players an option to complete the mini game, when they have gained enough points.

Also it would also help, if the selected tile was highlighted so you could follow what tile is currently active. I thought at first that the game was broken, when nothing seemed to happen while pressing the game icons.

(+1)

Yeah I already found the fix for the mini games, thanks for the suggestion 

(+1)

TOP, Its really awesome game!

(+1)

Thank you

Gud work u got the Myon,wait for the next chap public release(im broke sr)

Honestly the mini game control is terrible.

I can barely control it,what's worst,there is time limit.Please,either just delete the mini game or make it actually fun to play,I swipe like 20 times just to make it move.

Or add a skip button,come on.It felt really fucking terrible.Not the game itself,but the control.It sucks.

(+1)

Hello there, Don't swipe, but only press and move, not swipe. Have you ever played candy crush saga? Gameplay is similar to Candy Crush Saga. This mini game is match 3 shapes.

(+1)

But in candy crush saga I use swipe, so in mini games I use press and move, that's the only difference

Sure,thanks

🎉🎊

Awesome, go more. and i can help you with ai, i make ai

(+1)

thank you so much, but i already figured it out how to do stable diffusion, next chapter will be huge sprite fix

(+1)

bad ai generated art

Yeah the face is still need some fixes, wait for chapter 3

Viewing most recent comments 18 to 57 of 57 · Previous page · First page