A downloadable game for Windows, macOS, Linux, and Android

This is VN about a city in which everything changes at some point in the life of every girl.

The player will have to meet these changes together with Sam.

P.s.

At the moment, there is a prologue with updated visuals and added animations, as well as a plot. The available public version or the paid one can be found on other sites listed in my discord or by searching the Internet.

discord-discord

boosty-boosty


P.s.s.

If you already have a version of the game, then when you log into the updated version you will get an error, just ignore it and start the game.

The error is caused by the fact that I deleted old files so that the size of the game was smaller, and the game, in turn, tries to find files that are not there. This error will not be in the final versions, and it will not be after the launch of the new prologue.


v-0.4.2

The changelog:

Continuation of the plot

Fixing sprites

Correction of text errors

New transformations



Updated 17 days ago
StatusIn development
PlatformsWindows, macOS, Linux, Android
Rating
Rated 4.1 out of 5 stars
(23 total ratings)
AuthorHvostt
GenreVisual Novel
Tags2D, Adult, AI Generated, bimbo, breast-expansion, Erotic, expansion, gigantic-breast, growth, weight-gain
Average sessionAbout a half-hour
LanguagesEnglish, Russian

Download

Download
CurvyTown-Test-linux.tar.bz2 123 MB
Download
CurvyTown-Test-mac.zip 126 MB
Download
CurvyTown-Test-win.zip 131 MB
Download
Curvy Town 0.4.2.apk 505 MB
Download
CurvyTown-0.4.2-linux.tar.bz2 478 MB
Download
CurvyTown-0.4.2-mac.zip 482 MB
Download
CurvyTown-0.4.2-win.zip 487 MB

Development log

Comments

Log in with itch.io to leave a comment.

(-1)

Please run your script through chatGPT for grammar corrections or something, the grammar makes it really hard to focus on the game.

Over time I will try to fix the poor localization issue. I realize it is there, but it is not a quick or easy process.

(-1)

chat GPT does a really good job of it, I've used it for a lot of translations as well. You could write a script using something like superpower GPT to automate the process. 

I will test this option. I've already used AI based translators, but their results were not the best, plus I try to keep the essence and meaning of each word, so that the understanding of the game does not differ in different translations.

(1 edit)

(Sorry in advice for any grammatical errors, english is not my first language)

I usually dont comment but yhis time i'll make an exception, first of all great job, love the characters and the story. I'd like to ask if in the future will be possible to see a gallery with all characters sprites, im playing on android btw. I'll have to replay the game because some parts of the story resulted a litle confusing for me, maybe i was clicking too fast and skipped some importante dialogues. And for something that i'd like to report, when is winter time in the story the game becomes very laggy and it crashed more than one time, I dont know if is my phone or the sparite of the falling snow in the background or both, but this is just a little inconvenience that i personali found. Once again great stuff and keep up the good work man

Thank you so much for your review, it's very nice to hear! ❤️

About the gallery. It will be in version 0.5.1 (well, I will try at least to make it in time.).

And about the snow. Since a rebuild with new sprites is planned, I will make the snow differently, so the lags will have to disappear.

Can't believe I hadn't heard about or played this game yet.
Amazing stuff, I loved it alot. Right up my alley with the focus on truly big sizes, as well as steady, constant growth! Smart, interesting writing too!

Looking forward to whatever new stuff you'll put in the future! <3

(+1)

Thank you so much! I'm glad you enjoyed my creativity!❤️❤️❤️

(+3)(-3)

any plans for futa or femboy content ?

(+3)

50/50

(1 edit)

I cant enable the skip button

You can't do it during gameplay? Or while an error is occurring?

cant use while in gameplay, theres no error but, it just doesn't work also it seems disabled because its also darkened compared to the other buttons

(1 edit)

Everything you have works, it's just that it's a standard renpy function. If you have not passed this point in the game, then the renpy function (skip) will not be active. This can also happen if you changed the code or deleted save files. There are no errors related to the game problem here. If this problem persists, then it is related to your computer and here unfortunately I can not help anything

when I start a new game I don't see the new prologue 

The new prologue is downloaded separately, as it can be called a kind of demo for version 0.5.0


Just download it separately and that's it

```

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('images/Char/Random/zaglushka.png') at 0x000000000a05ee50>:

OSError: Couldn't find file 'images/Char/Random/zaglushka.png'.

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

Full traceback:

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

    python hide:

  File "C:\Users\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\renpy\ast.py", line 1131, in execute

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

  File "C:\Users\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\renpy\python.py", line 1061, 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\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\renpy\ui.py", line 299, in interact

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

  File "C:\Users\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\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:\Users\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\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:\Users\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\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:\Users\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\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:\Users\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\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:\Users\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\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:\Users\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\renpy\display\screen.py", line 704, in render

    child = renpy.display.render.render(self.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:\Users\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\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:\Users\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\renpy\display\im.py", line 627, in render

    return cache.get(self, render=True)

  File "C:\Users\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\renpy\display\im.py", line 295, in get

    surf = image.load()

  File "C:\Users\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\renpy\display\im.py", line 720, in load

    raise e

  File "C:\Users\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\renpy\display\im.py", line 685, in load

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

  File "C:\Users\cgood\AppData\Roaming\itch\apps\curvy-town\CurvyTown-Test-win\renpy\loader.py", line 820, in load

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

OSError: Couldn't find file 'images/Char/Random/zaglushka.png'.

Windows-10-10.0.19045 AMD64

Ren'Py 8.0.3.22090809

Created by Hvostt Test

Tue Oct  8 10:37:27 2024

```

(+1)

Just ignore this error and that's it. This problem will be solved in the 0.5.0 update

Seems the Mac version won't open

All versions of the game should work. If the game does not start, try reinstalling it. If this does not help, then unfortunately the problem is not with the game, but with your device.

When is the next update?

Public version 0.4.2 will be released on October 10.

Paid version 0.4.3 will be released on November 3

Oh, welcome back to itch.io

Thank you!❤️

Please add an android version

The android version will be during the release of the entire rebuild. Currently the game is available up to version 0.4.2 and there is an Android port there. For updated sprites, the Android port will be available from version 0.5.0 onwards