XaiJu
theloneclaw
theloneclaw

patreon


[Game Update] It's a Gluttonous Life - alpha0.48.1 Release

Warning: There are multiple no-win situations in the game. Keeping multiple saves is highly advised!

Note that this update introduces a complex new system. As such, it is highly advised that you either back up your saves or refrain from overwriting your old saves! Please report any bugs, issues, or oddities you find in the replies to this post or in the BUG-REPORTS channel in the Discord channel.

Downloads 

Here are download links for PC and Linux

-Dropbox

-MEGA

And here are download links for MAC

-Dropbox

-MEGA

Changelog

-You should now be able to buy drinks for NPC prey without the game crashing.

-You should no longer find yourself in Bessie's womb after she swallows you orally.

-Sigrid should now take off her clothes when she takes you home with her.

-The game should no longer randomly crash, or at the very least crash less often.

-Minor fixes.

Comments

Isn't there really any reward for maxing out your friendship with Jen? Not even an achievement?

Oso

How do I complete the Bessie Milking Minigame for anyone that can answer

Caleb Jones

Apparently when Jasmine, Beatrice, or Bessie eat the player after having multiple prey inside their bellies (2 or more), the game crashes (Catalina with 2 or more prey seems to work fine after eating the player with no crashing afterwards)

Eric

It could be that she has Jen and another NPC in her belly.

Loneclaw

I don't know if it's a bug, I have Bessie's friendship at maximum and when I ask about Jen she tells me that she ate him but it's a random NPC. Question: How can I make Bassie eat me with Jen?

Eastwood

if a generated NPC gets me, I get this log. I'm sorry, but an uncaught exception occurred. While running game code: ScriptError: could not find label 'show_prey11_vore'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "H:\Adobe\Adobe Utilities - CS6\inb4_b_w\_games\Sriseru\ItsaGluttonousLife-a0.48.1-pc\ItsaGluttonousLife-a0.48.1-pc\renpy\bootstrap.py", line 359, in bootstrap renpy.main.main() File "H:\Adobe\Adobe Utilities - CS6\inb4_b_w\_games\Sriseru\ItsaGluttonousLife-a0.48.1-pc\ItsaGluttonousLife-a0.48.1-pc\renpy\main.py", line 635, in main run(restart) File "H:\Adobe\Adobe Utilities - CS6\inb4_b_w\_games\Sriseru\ItsaGluttonousLife-a0.48.1-pc\ItsaGluttonousLife-a0.48.1-pc\renpy\main.py", line 145, in run renpy.execution.run_context(True) File "H:\Adobe\Adobe Utilities - CS6\inb4_b_w\_games\Sriseru\ItsaGluttonousLife-a0.48.1-pc\ItsaGluttonousLife-a0.48.1-pc\renpy\execution.py", line 955, in run_context context.run() File "scripts/Basics/Vore/unified_vore_system.rpyc", line 31, in script call File "scripts/Basics/Vore/unified_vore_system.rpyc", line 31, in script call File "H:\Adobe\Adobe Utilities - CS6\inb4_b_w\_games\Sriseru\ItsaGluttonousLife-a0.48.1-pc\ItsaGluttonousLife-a0.48.1-pc\renpy\script.py", line 1103, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'show_prey11_vore'. Windows-10-10.0.26100 AMD64 Ren'Py 8.2.1.24030407 Its a Gluttonous Life a0.48.1 Tue Mar 11 00:05:50 2025

vrefnby

``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/Basics/Vore/unified_vore_system.rpy", line 35, in AttributeError: 'NoneType' object has no attribute 'name' -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/Basics/Vore/unified_vore_system.rpyc", line 35, in script File "C:\Users\Jeste\OneDrive\Documents\MEGA downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\ast.py", line 823, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Jeste\OneDrive\Documents\MEGA downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "game/scripts/Basics/Vore/unified_vore_system.rpy", line 35, in File "C:\Users\Jeste\OneDrive\Documents\MEGA downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\exports.py", line 1661, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal) File "C:\Users\Jeste\OneDrive\Documents\MEGA downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\Jeste\OneDrive\Documents\MEGA downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\display\core.py", line 2165, 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\Jeste\OneDrive\Documents\MEGA downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\display\core.py", line 2687, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "C:\Users\Jeste\OneDrive\Documents\MEGA downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\display\displayable.py", line 431, in visit_all d.visit_all(callback, seen) File "C:\Users\Jeste\OneDrive\Documents\MEGA downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\display\displayable.py", line 431, in visit_all d.visit_all(callback, seen) File "C:\Users\Jeste\OneDrive\Documents\MEGA downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\display\displayable.py", line 431, in visit_all d.visit_all(callback, seen) [Previous line repeated 3 more times] File "C:\Users\Jeste\OneDrive\Documents\MEGA downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\display\displayable.py", line 421, in visit_all for d in self.visit(): File "C:\Users\Jeste\OneDrive\Documents\MEGA downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\display\layout.py", line 1521, in visit self.update(self.last_st, self.last_at) File "C:\Users\Jeste\OneDrive\Documents\MEGA downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\display\layout.py", line 1532, in update raw_child, redraw = self.function(st, at, *self.args, **self.kwargs) File "C:\Users\Jeste\OneDrive\Documents\MEGA downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\display\layout.py", line 1623, in condition_switch_show return condition_switch_pick(switch), None File "C:\Users\Jeste\OneDrive\Documents\MEGA downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\display\layout.py", line 1614, in condition_switch_pick if renpy.python.py_eval_bytecode(code): File "C:\Users\Jeste\OneDrive\Documents\MEGA downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\python.py", line 1202, in py_eval_bytecode return eval(bytecode, globals, locals) File "", line 1, in AttributeError: 'NoneType' object has no attribute 'name' Windows-10-10.0.26100 AMD64 Ren'Py 8.2.1.24030407 Its a Gluttonous Life a0.48.1 Mon Mar 10 16:17:40 2025 ``` Instance was caused by trying to have Bessie unbirth me will she has Jen insidee her womb

Suicidal Blu

Hi, when trying to load the game after downloading 48.1, I'm getting a traceback error log: While loading the script. ScriptError: Name ('game/tl/italian/scripts/Homes/jasmines_home/Events/home2_bed_vore.rpy', 1741473484, 39414) is defined twice, at game/tl/italian/scripts/Homes/jasmines_home/Events/home2_bed_vore.rpy:7 and game/tl/italian/scripts/Homes/jasmines_home/Events/home2_bed_vore [conflicted].rpyc:7. -- Full Traceback ------------------------------------------------------------ Full traceback: File "C:\Users\shadi\Downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\bootstrap.py", line 359, in bootstrap renpy.main.main() File "C:\Users\shadi\Downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\main.py", line 455, in main renpy.game.script.load_script() # sets renpy.game.script. File "C:\Users\shadi\Downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\script.py", line 359, in load_script self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode) File "C:\Users\shadi\Downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\script.py", line 957, in load_appropriate_file self.finish_load(stmts, initcode, filename=lastfn) # type: ignore File "C:\Users\shadi\Downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\script.py", line 590, in finish_load check_name(node) File "C:\Users\shadi\Downloads\ItsaGluttonousLife-a0.48.1-pc\renpy\script.py", line 566, in check_name raise ScriptError("Name %s is defined twice, at %s:%d and %s:%d." % ScriptError: Name ('game/tl/italian/scripts/Homes/jasmines_home/Events/home2_bed_vore.rpy', 1741473484, 39414) is defined twice, at game/tl/italian/scripts/Homes/jasmines_home/Events/home2_bed_vore.rpy:7 and game/tl/italian/scripts/Homes/jasmines_home/Events/home2_bed_vore [conflicted].rpyc:7.

Shadow Nightclaw

Hi loneclaw thanks for fixing sigrids belly issues, but I was wondering about her clothes, if I'm living with her or if im inside her belly, is she gonna be naked all the time as long as I'm in her apartment, like scenes where she's in her bedroom, or living room, shouldn't it show that she's clothed in her yellow dress, but, now it shows she's in her yellow dress as she walks in the living room, then all of a sudden it shows her naked and wet, the transition where she's naked seems off, feels like she's naked in certain places where she shouldn't be in her home or maybe the transition from moving to different rooms where she's suppose to be naked, is a bit early, I thought how her clothes were in version a0.46.0 was fine, uuhhh not sure if I'm making sense, and sorry if I'm coming off as annoying and nit-picking the small stuff, aside from that the game is really good.

david lopez


More Creators