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
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
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.
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
← Return to game
Comments
Log in with itch.io to leave a comment.
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
Thank you so much! I'm glad you enjoyed my creativity!❤️❤️❤️
any plans for futa or femboy content ?
50/50
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
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
```
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