4.80 star(s) 19 Votes

staticfastart

Member
Game Developer
Mar 28, 2024
211
1,149
You don't understand me at all. I don't mind you milking your supporters, man! On the contrary, do it! They want it for themselves. I just don't understand the whole video card upgrade nonsense. Iray algorithm won't get faster if you give it new hardware, and a pro like you can't not understand that. That's why I suspected foul play. You shouldn't take offense, because you're a genius, and geniuses are always happy. Your game is second on my list. The first one is "It could be worse" and its developer is a real ass. He mocks his fans and despises them. But I still love him. Just like I love you. )
I'm sorry but it's not like you say.
Watch this.

 
Last edited:
  • Wow
Reactions: johnyakuza1

thomeme

New Member
Apr 11, 2025
1
0
staticfastart Just finished what's currently released. Amazing, so hot. Just letting you know part way through I got this error whilst playing. I was able to continue on and finish anyway without it effecting anything to my knowledge but just thought I would let you know. Here's the traceback it generated:


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/tl/english/src/scenes/01.rpy", line 18178, in script
    c.c "[v.short_name]... both [rc] and his place are scandalous. I don't think I'll ever set foot in there again."
KeyError: 'rc'

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

Full traceback:
  File "game/tl/english/src/scenes/01.rpy", line 18178, in script
    c.c "[v.short_name]... both [rc] and his place are scandalous. I don't think I'll ever set foot in there again."
  File "E:\Applications\Games\CleoTorresTheDanceofLife-1.1.3-pc\CleoTorresTheDanceofLife-1.1.3-pc\renpy\ast.py", line 930, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "E:\Applications\Games\CleoTorresTheDanceofLife-1.1.3-pc\CleoTorresTheDanceofLife-1.1.3-pc\renpy\exports.py", line 1474, in say
    who(what, *args, **kwargs)
  File "E:\Applications\Games\CleoTorresTheDanceofLife-1.1.3-pc\CleoTorresTheDanceofLife-1.1.3-pc\renpy\character.py", line 1337, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "E:\Applications\Games\CleoTorresTheDanceofLife-1.1.3-pc\CleoTorresTheDanceofLife-1.1.3-pc\renpy\character.py", line 1251, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "E:\Applications\Games\CleoTorresTheDanceofLife-1.1.3-pc\CleoTorresTheDanceofLife-1.1.3-pc\renpy\character.py", line 1231, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "E:\Applications\Games\CleoTorresTheDanceofLife-1.1.3-pc\CleoTorresTheDanceofLife-1.1.3-pc\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "E:\Applications\Games\CleoTorresTheDanceofLife-1.1.3-pc\CleoTorresTheDanceofLife-1.1.3-pc\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
KeyError: 'rc'

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
Cleo Torres: The Dance of Life 1.1.3
Mon Apr 14 02:13:24 2025
 

staticfastart

Member
Game Developer
Mar 28, 2024
211
1,149
staticfastart Just finished what's currently released. Amazing, so hot. Just letting you know part way through I got this error whilst playing. I was able to continue on and finish anyway without it effecting anything to my knowledge but just thought I would let you know. Here's the traceback it generated:


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/tl/english/src/scenes/01.rpy", line 18178, in script
    c.c "[v.short_name]... both [rc] and his place are scandalous. I don't think I'll ever set foot in there again."
KeyError: 'rc'

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

Full traceback:
  File "game/tl/english/src/scenes/01.rpy", line 18178, in script
    c.c "[v.short_name]... both [rc] and his place are scandalous. I don't think I'll ever set foot in there again."
  File "E:\Applications\Games\CleoTorresTheDanceofLife-1.1.3-pc\CleoTorresTheDanceofLife-1.1.3-pc\renpy\ast.py", line 930, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "E:\Applications\Games\CleoTorresTheDanceofLife-1.1.3-pc\CleoTorresTheDanceofLife-1.1.3-pc\renpy\exports.py", line 1474, in say
    who(what, *args, **kwargs)
  File "E:\Applications\Games\CleoTorresTheDanceofLife-1.1.3-pc\CleoTorresTheDanceofLife-1.1.3-pc\renpy\character.py", line 1337, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "E:\Applications\Games\CleoTorresTheDanceofLife-1.1.3-pc\CleoTorresTheDanceofLife-1.1.3-pc\renpy\character.py", line 1251, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "E:\Applications\Games\CleoTorresTheDanceofLife-1.1.3-pc\CleoTorresTheDanceofLife-1.1.3-pc\renpy\character.py", line 1231, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "E:\Applications\Games\CleoTorresTheDanceofLife-1.1.3-pc\CleoTorresTheDanceofLife-1.1.3-pc\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "E:\Applications\Games\CleoTorresTheDanceofLife-1.1.3-pc\CleoTorresTheDanceofLife-1.1.3-pc\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
KeyError: 'rc'

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
Cleo Torres: The Dance of Life 1.1.3
Mon Apr 14 02:13:24 2025
Thank you mate I’m gonna fix it in the next update. I’m glad you liked the game so far.
Have you tried all the paths? Which one you liked the most?
 

PickerLewd

Engaged Member
Dec 22, 2022
2,524
3,003
As far as I know there are three paths, right?

Go out with the girl who appears in the bar (I haven't tried what happens).

Go out for dinner with the biker (Cleo can be drugged, put to sleep, raped and filmed :eek:).

Go out with the trucker (First bad ending of the game or you can stay with the trucker - Slut path).

Is there another? Surely you can refuse everything and not go out with anyone, but I haven't checked :unsure:.
 

johnyakuza1

Well-Known Member
Jun 5, 2022
1,072
2,387
As far as I know there are three paths, right?

Go out with the girl who appears in the bar (I haven't tried what happens).

Go out for dinner with the biker (Cleo can be drugged, put to sleep, raped and filmed :eek:).

Go out with the trucker (First bad ending of the game or you can stay with the trucker - Slut path).

Is there another? Surely you can refuse everything and not go out with anyone, but I haven't checked :unsure:.
There is a choice not to pick anyone at the bar, Cleo just returns home after that.

You should definitely explore the Gwen path, I like it because it's not completely lesbian focused but other men will also have some fun with Cleo.
 

wildride69

Engaged Member
Jan 5, 2023
2,154
5,712
The most interesting path with the bar owner and/or the roommate hasn't been explored yet and I think (hope) that will be the best path. I didn't even play the last Lesbian update, just waiting for her to get back to one of those two instead of aggravating myself.

This title still has a lot of potential, so my fingers are crossed.
 

PickerLewd

Engaged Member
Dec 22, 2022
2,524
3,003
The most interesting path with the bar owner and/or the roommate hasn't been explored yet and I think (hope) that will be the best path. I didn't even play the last Lesbian update, just waiting for her to get back to one of those two instead of aggravating myself.

This title still has a lot of potential, so my fingers are crossed.
Yes, and don't forget the blonde girl you help with the magazine. I think she'll be the link to at least one audition at the dance school :D.
 

K T T

New Member
Jan 1, 2025
9
17
Will this game have some fully developed, lengthy paths? Or is it more about briefly exploring different depraved ways Cleo can lose her virginity - after which that path basically ends? The latter would be a pretty original concept. Most corruption games lose steam once the girl hits a certain level of debauchery. But in this case, the game could go on for years, with her constantly remaining a virgin - yet always on the edge, with new chances to fall.
 

mom_liker

Newbie
Sep 10, 2024
97
124
Will this game have some fully developed, lengthy paths? Or is it more about briefly exploring different depraved ways Cleo can lose her virginity - after which that path basically ends? The latter would be a pretty original concept. Most corruption games lose steam once the girl hits a certain level of debauchery. But in this case, the game could go on for years, with her constantly remaining a virgin - yet always on the edge, with new chances to fall.
Why do Asian boys think a woman who doesn't fuck them is a slut? And the one who fucks them is a saint? :Kappa: :ROFLMAO:
 
  • Haha
Reactions: johnyakuza1

Geko1711

Engaged Member
Nov 5, 2019
2,102
9,687
It would be nice if there was a replay gallery of scenes, also to see the paths that end, if the player has completed them.
 

staticfastart

Member
Game Developer
Mar 28, 2024
211
1,149
I’ve got some big news: the new version of Daz studio has been released! So I can go back working on the next update and finish it!
It’s still an alpha release but I managed to make it work without problems so far.
I’ll give you more info soon about the next update
 

PickerLewd

Engaged Member
Dec 22, 2022
2,524
3,003
I’ve got some big news: the new version of Daz studio has been released! So I can go back working on the next update and finish it!
I am very happy (y), the same thing happened to a lot of people.

A personal question, don't answer if you don't want to, did you sell your old GPU before you bought the RTX 5090?
I ask because, believe me, I know a few people who couldn't resist the urge and simply went back to installing their previous 40 series after a fit of rage :LUL:.
 

johnyakuza1

Well-Known Member
Jun 5, 2022
1,072
2,387
I am very happy (y), the same thing happened to a lot of people.

A personal question, don't answer if you don't want to, did you sell your old GPU before you bought the RTX 5090?
I ask because, believe me, I know a few people who couldn't resist the urge and simply went back to installing their previous 40 series after a fit of rage :LUL:.
Yeah, the RTX 40-series are going to hold their value for much longer... even for the next 10 years. 4080 Super and 4090s are going to age like fine wine, the rest not so much.

50-series launch was a disaster all over.
 

johnyakuza1

Well-Known Member
Jun 5, 2022
1,072
2,387
I’ve got some big news: the new version of Daz studio has been released! So I can go back working on the next update and finish it!
It’s still an alpha release but I managed to make it work without problems so far.
I’ll give you more info soon about the next update
Yay! Looks like meat's back on the menu Boys! :KEK:

Please let us know how much faster the render times have improved compared to your older card. It would be very interesting to see how much speedier the development becomes after this upgrade, with the hopes that the new updates might also be larger in size with loads of extra content too!
 
Last edited:

staticfastart

Member
Game Developer
Mar 28, 2024
211
1,149
I am very happy (y), the same thing happened to a lot of people.

A personal question, don't answer if you don't want to, did you sell your old GPU before you bought the RTX 5090?
I ask because, believe me, I know a few people who couldn't resist the urge and simply went back to installing their previous 40 series after a fit of rage :LUL:.
Yes I sold it to a friend almost immediately
 

staticfastart

Member
Game Developer
Mar 28, 2024
211
1,149
Yay! Looks like meat's back on the menu Boys! :KEK:

Please let us know how much faster the render times have improved compared to your older card. It would be very interesting to see how much speedier the development becomes after this upgrade, with the hopes that the new updates might also be larger in size with loads of extra content too!
It’s not just the render time which is faster, it’s also the amount of characters I can now put in a scene with a single render thanks to 32GB of VRAM against the 12GB of my old 4070ti
 

PickerLewd

Engaged Member
Dec 22, 2022
2,524
3,003
It would be very interesting to see how much speedier the development becomes after this upgrade, with the hopes that the new updates might also be larger in size with loads of extra content too!
No, if you increase the load of the work, the times will be the same :BootyTime:. For something to be faster, he/she has to do the same thing as before (number of renders) but now with more powerful hardware.
It’s not just the render time which is faster, it’s also the amount of characters I can now put in a scene with a single render thanks to 32GB of VRAM against the 12GB of my old 4070ti
Wow, you had a 4070TI, that's going to be a big change, I thought you had a 4090, which I think I remember was 24GB VRAM.

---------------------------------------------------------------------------------------------

Guys, subscribe if you can :WeSmart:, the only bad thing about SS is that they keep changing your billing day. For example, I have been subscribed to one writer for more than three years, starting on the 19th, and they have gradually lowered the date and now charge me on the 4th or 5th of every month.
 
4.80 star(s) 19 Votes