Evalia: The Lust Kingdom v1.25.3 - Faces and Cumshots (LINKS BELOW)
Added 2024-03-04 23:49:56 +0000 UTCHey, everyone! Sorry for the slight delay on my part. I always forget how much time it takes to implement new facial features into all the animations in the game, but this time, I tried to switch up the naming scheme to make the process just a teeny tinsy bit faster next time.
Anywho, enough of me yapping, let's talk changes:
- added new cum textures for the misssionary style sex for the petite female model, including:
chest
stomach
thighs
creampie
feet
- added new facial features for female characters (including new eyebrows, new mouth, new nose, new hair with six variants and new eyes with six variants)
- fixed missing textures for the cunnilingus and blowjob animations
That's it for this week! It's more assets-heavy again, but I need to get around adding all the missing stuff eventually and the cum textures have been on my agenda for a while. I think I might mix it up a bit for the next update and start working on the less popular animations, just to get those out of the way as well!
Of course, to give everyone what they want, I'll run a poll to let you guys choose what to add on top of that as well!
See y'all soon and thank you for your patience!
LINKS:
---
PC: https://mega.nz/file/qEIHhQiK
Key for PC: gbJP-K7hAYINJun7S6amo67J8Ux99AVivb8IAChFH6E
---
Mac: https://mega.nz/file/3MQSSLJL
Key fo Mac: 2kSoZ2e-ujKyGXFnrF_YlDsRZKI4qoPF0xZidcM0uLk
Comments
Yep, I'm aware of this one. Thank you for reporting the traceback, though. I'm going to upload a fix later today.
Velvet Gene
2024-03-06 07:24:24 +0000 UTCAh, the BJ bug. I reported it already and like I posted before, it only seems to affect rNPCs and not uNPCs like Blanche.
Long Tran
2024-03-06 01:29:37 +0000 UTCThis triggered after asking for a BJ And when you try to ignore it, it leads to additional errors ``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 32606, in script call call bedroom File "game/script.rpy", line 34292, in script call call bedroom File "game/script.rpy", line 36723, in script call call bedroom File "game/script.rpy", line 80236, in script call call talking File "game/script.rpy", line 36341, in script call call bedroom File "game/script.rpy", line 80244, in script call call talking File "game/script.rpy", line 54351, in script call call sexdata from _call_sexdata_43 File "game/script.rpy", line 16491, in script call screen blowjob_nav File "renpy/common/000statements.rpy", line 609, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/assets.rpy", line 121539, in elif locals()[sceneactor + "_hasir"] == "5hair_6" and locals()[sceneactor + "_model"] == "blowjob lick" and (locals()[sceneactor + "_body_set"] == "model1" or locals()[sceneactor + "_body_set"] == "model1_lightalt" or locals()[sceneactor + "_body_set"] == "model1_dark" or locals()[sceneactor + "_body_set"] == "model1_darkalt"): KeyError: 'maid4_hasir' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 32606, in script call call bedroom File "game/script.rpy", line 34292, in script call call bedroom File "game/script.rpy", line 36723, in script call call bedroom File "game/script.rpy", line 80236, in script call call talking File "game/script.rpy", line 36341, in script call call bedroom File "game/script.rpy", line 80244, in script call call talking File "game/script.rpy", line 54351, in script call call sexdata from _call_sexdata_43 File "game/script.rpy", line 16491, in script call screen blowjob_nav File "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-pc\renpy\ast.py", line 2232, in execute self.call("execute") File "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-pc\renpy\ast.py", line 2220, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-pc\renpy\statements.py", line 281, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 609, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-pc\renpy\exports.py", line 3181, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-pc\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-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 "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-pc\renpy\display\core.py", line 3810, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-pc\renpy\display\core.py", line 582, in visit_all d.visit_all(callback, seen) File "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-pc\renpy\display\core.py", line 582, in visit_all d.visit_all(callback, seen) File "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-pc\renpy\display\core.py", line 582, in visit_all d.visit_all(callback, seen) [Previous line repeated 4 more times] File "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-pc\renpy\display\core.py", line 572, in visit_all for d in self.visit(): File "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-pc\renpy\display\layout.py", line 1494, in visit self.update(self.last_st, self.last_at) File "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-pc\renpy\display\layout.py", line 1505, in update raw_child, redraw = self.function(st, at, *self.args, **self.kwargs) File "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-pc\renpy\display\layout.py", line 1596, in condition_switch_show return condition_switch_pick(switch), None File "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-pc\renpy\display\layout.py", line 1587, in condition_switch_pick if renpy.python.py_eval_bytecode(code): File "D:\User\Documents\Unzipped\hg\LustKingdom-1.25.3-pc\renpy\python.py", line 1085, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/assets.rpy", line 121539, in elif locals()[sceneactor + "_hasir"] == "5hair_6" and locals()[sceneactor + "_model"] == "blowjob lick" and (locals()[sceneactor + "_body_set"] == "model1" or locals()[sceneactor + "_body_set"] == "model1_lightalt" or locals()[sceneactor + "_body_set"] == "model1_dark" or locals()[sceneactor + "_body_set"] == "model1_darkalt"): KeyError: 'maid4_hasir' Windows-10-10.0.22631 AMD64 Ren'Py 8.0.3.22090809 1.25.3 Tue Mar 5 16:28:18 2024 ```
Strategist G Bu Shi
2024-03-06 00:29:49 +0000 UTCThx for all the hard work, as always. And no worries. Considering the generally high frequency of updates and steady communication, plus real life stuff... you are good!
Long Tran
2024-03-05 00:51:16 +0000 UTC