Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Loved the original Nimin as well. It defined my enjoyment for systemic interactions - I loved the notifications about bodily changes and weight, and really enjoyed maxing out eggs with the pseudo-dragon lady (can't even recall her name, it's been too many years). These systems also exist in Trials in Tainted Space somewhat, but overall I feel like Fenoxo's games have become bloated and wordy, losing their focus on the gameplay and gradual transformation I fell in love with. Of similar vintage is AnonymousMan's Cursed and Cmacleod's Slave Maker 2. That really was a golden age for this kind of content. There have been some upstarts over the years, but nothing has come close to the original Nimin for me.

Anyways, really respect the effort and excited to follow your progress!

Experienced a crash at the end of a prostitution event (spammed them to build up money, just like the good old days). I chose intersex start at Softlik. The specific scene was with the twins, and I think I got one of them pregnant. Then the program became unresponsive and I had to force quit. The log just showed the pregnancy checker. My character was also pregnant at the time. My platform is Windows. If there's anything else I can check for let me know!

Had another crash, exploring the jungle from Tieden.

---

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 671, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "game/screens/main_game_interface.rpy", line 86, in execute

  File "game/screens/main_game_interface.rpy", line 86, in execute

  File "game/screens/main_game_interface.rpy", line 90, in execute

  File "game/screens/main_game_interface.rpy", line 91, in <module>

  File "game/scripts/gameplay_mechanics.rpy", line 88, in do_weight

  File "game/descriptions/utils.rpy", line 486, in breast_desc

TypeError: 'float' object is not callable

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

Full traceback:

  File "locations/other/shops.rpyc", line 233, in script call

  File "locations/other/shops.rpyc", line 233, in script call

  File "locations/other/shops.rpyc", line 233, in script call

  [Previous line repeated 1 more time]

  File "locations/other/shops.rpyc", line 235, in script call

  File "locations/other/shops.rpyc", line 235, in script call

  File "locations/other/shops.rpyc", line 237, in script call

  File "locations/other/shops.rpyc", line 233, in script call

  File "locations/other/shops.rpyc", line 237, in script call

  File "locations/outside/jungle.rpyc", line 19, in script call

  File "locations/outside/jungle.rpyc", line 184, in script call

  File "locations/outside/jungle.rpyc", line 19, in script call

  File "locations/outside/jungle.rpyc", line 184, in script call

  File "locations/outside/jungle.rpyc", line 19, in script call

  File "locations/outside/jungle.rpyc", line 184, in script call

  File "script.rpyc", line 1139, in script

  File "C:\Users\[user]\Desktop\stuff\Games\ReNimin-0.5-pc\ReNimin-0.5-pc\renpy\ast.py", line 1987, in execute

    self.call("execute")

  File "C:\Users\[user]\Desktop\stuff\Games\ReNimin-0.5-pc\ReNimin-0.5-pc\renpy\ast.py", line 1966, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "C:\Users\[user]\Desktop\stuff\Games\ReNimin-0.5-pc\ReNimin-0.5-pc\renpy\statements.py", line 374, in call

    return method(parsed, *args, **kwargs)

  File "renpy/common/000statements.rpy", line 671, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "C:\Users\[user]\Desktop\stuff\Games\ReNimin-0.5-pc\ReNimin-0.5-pc\renpy\exports\statementexports.py", line 345, in call_screen

    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)

  File "C:\Users\[user]\Desktop\stuff\Games\ReNimin-0.5-pc\ReNimin-0.5-pc\renpy\ui.py", line 301, in interact

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

  File "C:\Users\[user]\Desktop\stuff\Games\ReNimin-0.5-pc\ReNimin-0.5-pc\renpy\display\core.py", line 2218, 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\[user]\Desktop\stuff\Games\ReNimin-0.5-pc\ReNimin-0.5-pc\renpy\display\core.py", line 2748, in interact_core

    root_widget.visit_all(lambda d : d.per_interact())

  File "C:\Users\[user]\Desktop\stuff\Games\ReNimin-0.5-pc\ReNimin-0.5-pc\renpy\display\displayable.py", line 434, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\[user]\Desktop\stuff\Games\ReNimin-0.5-pc\ReNimin-0.5-pc\renpy\display\displayable.py", line 434, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\[user]\Desktop\stuff\Games\ReNimin-0.5-pc\ReNimin-0.5-pc\renpy\display\displayable.py", line 434, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\[user]\Desktop\stuff\Games\ReNimin-0.5-pc\ReNimin-0.5-pc\renpy\display\screen.py", line 480, in visit_all

    callback(self)

  File "C:\Users\[user]\Desktop\stuff\Games\ReNimin-0.5-pc\ReNimin-0.5-pc\renpy\display\core.py", line 2748, in <lambda>

    root_widget.visit_all(lambda d : d.per_interact())

  File "C:\Users\[user]\Desktop\stuff\Games\ReNimin-0.5-pc\ReNimin-0.5-pc\renpy\display\screen.py", line 491, in per_interact

    self.update()

  File "C:\Users\[user]\Desktop\stuff\Games\ReNimin-0.5-pc\ReNimin-0.5-pc\renpy\display\screen.py", line 700, in update

    self.screen.function(**self.scope)

  File "game/screens/main_game_interface.rpy", line 86, in execute

  File "game/screens/main_game_interface.rpy", line 86, in execute

  File "game/screens/main_game_interface.rpy", line 90, in execute

  File "game/screens/main_game_interface.rpy", line 91, in <module>

  File "game/scripts/gameplay_mechanics.rpy", line 88, in do_weight

  File "game/descriptions/utils.rpy", line 486, in breast_desc

TypeError: 'float' object is not callable

Windows-10-10.0.26200 AMD64

Ren'Py 8.3.7.25031702

ReNimin 0.5

Tue Feb  3 23:43:51 2026