HeedlessHedon

Newbie
Game Developer
May 4, 2021
55
55
ezgif.com-video-to-gif (3).gif

Got a great big update this time. Huge... absolutely massive... ;)

In the version available on you can now learn a variety of transformation themed spells and practice them on a passerby.
But on you can use them in combat against four current enemies (as well as a bunch of new scenes besides!)
 
  • Red Heart
  • Like
Reactions: chabam and Kazutoyo

Knight_of_the_lance

Active Member
Feb 23, 2020
672
1,170
HeedlessHedon found a bug while learning the spells with fawn:
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 21973, in script
    hide ll with easeoutleftright
  File "game/script.rpy", line 21973, in <module>
    hide ll with easeoutleftright
NameError: name 'easeoutleftright' is not defined

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

Full traceback:
  File "game/script.rpy", line 21973, in script
    hide ll with easeoutleftright
  File "E:\utilisateurs\myname\jeuxA\TooLewd-0.3.3.1-pc\renpy\ast.py", line 1654, in execute
    paired = renpy.python.py_eval(self.paired)
  File "E:\utilisateurs\myname\jeuxA\TooLewd-0.3.3.1-pc\renpy\python.py", line 1080, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\utilisateurs\myname\jeuxA\TooLewd-0.3.3.1-pc\renpy\python.py", line 1073, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 21973, in <module>
    hide ll with easeoutleftright
NameError: name 'easeoutleftright' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.1.22070801
Too Lewd 0.3.3.1
Tue May  9 10:36:10 2023
[/CODE]
 
  • Like
Reactions: HeedlessHedon

HeedlessHedon

Newbie
Game Developer
May 4, 2021
55
55
HeedlessHedon found a bug while learning the spells with fawn:
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 21973, in script
    hide ll with easeoutleftright
  File "game/script.rpy", line 21973, in <module>
    hide ll with easeoutleftright
NameError: name 'easeoutleftright' is not defined

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

Full traceback:
  File "game/script.rpy", line 21973, in script
    hide ll with easeoutleftright
  File "E:\utilisateurs\myname\jeuxA\TooLewd-0.3.3.1-pc\renpy\ast.py", line 1654, in execute
    paired = renpy.python.py_eval(self.paired)
  File "E:\utilisateurs\myname\jeuxA\TooLewd-0.3.3.1-pc\renpy\python.py", line 1080, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\utilisateurs\myname\jeuxA\TooLewd-0.3.3.1-pc\renpy\python.py", line 1073, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 21973, in <module>
    hide ll with easeoutleftright
NameError: name 'easeoutleftright' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.1.22070801
Too Lewd 0.3.3.1
Tue May  9 10:36:10 2023
[/CODE]
Ah yes, "leftright", that most cardinal of directions....
I'll upload a fix, thanks for your help!
 
  • Like
Reactions: Knight_of_the_lance

HeedlessHedon

Newbie
Game Developer
May 4, 2021
55
55
Update 0.3.4 of my visual novel is out now! Including, amongst other things, a close encounter of the draconic kind and an anatomically inadvisable amount of cum!

You can check it out on or subscribe to my for advanced access to the next update (which features a pretty hot BE scene , if I do say so myself).

Currently on sale on Itch!

dragon.gif
 

Knight_of_the_lance

Active Member
Feb 23, 2020
672
1,170
I stumbled on an other bug, the first time I faced the dragonkin, it acted as if it was not our first meeting and he already beat me in combat or something similar.
 
  • Like
Reactions: HeedlessHedon

HeedlessHedon

Newbie
Game Developer
May 4, 2021
55
55
I stumbled on an other bug, the first time I faced the dragonkin, it acted as if it was not our first meeting and he already beat me in combat or something similar.
Okay, so, as far as I can tell, the code as written made it impossible for any one to get the 'meet the dragon' scene to play right and you are the first one to mention it. So thanks!
 
  • Like
Reactions: Knight_of_the_lance