DarkSamink

New Member
Mar 22, 2023
9
5
on current release(8.5 Alpha, PC), buying the Mary raven costume makes an error screen pop up. Hitting rollback works but cant buy that costume.
 

Stawer

Lucky Paradox
Game Developer
Jun 6, 2017
391
2,115
on current release(8.5 Alpha, PC), buying the Mary raven costume makes an error screen pop up. Hitting rollback works but cant buy that costume.
Does not happen with any other costumes?

i need to check this assap
 

DarkSamink

New Member
Mar 22, 2023
9
5
Does not happen with any other costumes?

i need to check this assap

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

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/script_location/tienda.rpy", line 517, in execute
  File "game/script_location/tienda.rpy", line 517, in execute
  File "game/script_location/tienda.rpy", line 523, in execute
  File "game/script_location/tienda.rpy", line 618, in execute
  File "game/script_location/tienda.rpy", line 618, in <module>
  File "game/menu_csm.rpy", line 548, in buy
AttributeError: 'bool' object has no attribute 'cost'

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

Full traceback:
  File "script_location/restaurant.rpyc", line 779, in script call
  File "script_location/shogukuni.rpyc", line 220, in script call
  File "menu_csm.rpyc", line 78, in script call
  File "script_location/shogukuni.rpyc", line 220, in script call
  File "script_location/shogukuni.rpyc", line 220, in script call
  File "script_location/tienda.rpyc", line 479, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/script_location/tienda.rpy", line 517, in execute
  File "game/script_location/tienda.rpy", line 517, in execute
  File "game/script_location/tienda.rpy", line 523, in execute
  File "game/script_location/tienda.rpy", line 618, in execute
  File "game/script_location/tienda.rpy", line 618, in <module>
  File "game/menu_csm.rpy", line 548, in buy
AttributeError: 'bool' object has no attribute 'cost'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Lucky Paradox v0.8.5Beta
Tue May 23 13:36:06 2023
This is the error
 
  • Like
Reactions: Stawer

Stawer

Lucky Paradox
Game Developer
Jun 6, 2017
391
2,115
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/script_location/tienda.rpy", line 517, in execute
  File "game/script_location/tienda.rpy", line 517, in execute
  File "game/script_location/tienda.rpy", line 523, in execute
  File "game/script_location/tienda.rpy", line 618, in execute
  File "game/script_location/tienda.rpy", line 618, in <module>
  File "game/menu_csm.rpy", line 548, in buy
AttributeError: 'bool' object has no attribute 'cost'

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

Full traceback:
  File "script_location/restaurant.rpyc", line 779, in script call
  File "script_location/shogukuni.rpyc", line 220, in script call
  File "menu_csm.rpyc", line 78, in script call
  File "script_location/shogukuni.rpyc", line 220, in script call
  File "script_location/shogukuni.rpyc", line 220, in script call
  File "script_location/tienda.rpyc", line 479, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/script_location/tienda.rpy", line 517, in execute
  File "game/script_location/tienda.rpy", line 517, in execute
  File "game/script_location/tienda.rpy", line 523, in execute
  File "game/script_location/tienda.rpy", line 618, in execute
  File "game/script_location/tienda.rpy", line 618, in <module>
  File "game/menu_csm.rpy", line 548, in buy
AttributeError: 'bool' object has no attribute 'cost'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Lucky Paradox v0.8.5Beta
Tue May 23 13:36:06 2023
This is the error
thanks, with this I can fix it

surely when I'm working for too many hours, and I'm almost asleep, I broke something without realizing it lol
 

DarkSamink

New Member
Mar 22, 2023
9
5
thanks, with this I can fix it

surely when I'm working for too many hours, and I'm almost asleep, I broke something without realizing it lol
No problem bro. It happens, we are all human, mistakes happen. And I definately understand about working way too many hours and not enough sleep lol
 
  • Red Heart
Reactions: Stawer

mrttao

Forum Fanatic
Jun 11, 2021
4,521
7,386
wanted to try "furry" too, but didn't work

View attachment 2645519
furry only works well in 2d artstyle.
3d furry looks like nightmare fuel, generally speaking.
I am impressed, even if it didn't quite work, you managed to mostly avoid the terrifying uncanny valley aspects.
Mostly.

So as far as furry 3d goes, this is quite up there at the top. Still, with the 3d art style it is probably better to pass on it.
 

Stawer

Lucky Paradox
Game Developer
Jun 6, 2017
391
2,115
furry only works well in 2d artstyle.
3d furry looks like nightmare fuel, generally speaking.
I am impressed, even if it didn't quite work, you managed to mostly avoid the terrifying uncanny valley aspects.
Mostly.

So as far as furry 3d goes, this is quite up there at the top. Still, with the 3d art style it is probably better to pass on it.
The feedback on Patreon was negative hahaha

I totally agree, at least it was a good attempt
 
  • Like
Reactions: Demoness_Kiss

someyoungguy

Member
May 10, 2023
244
347
Everything is posible, but rn i want to focus on side girl content too, they deserve it after all this time haha
Is there any chance of the dialog within the game changing slightly so that the multiple LIs seem to know about and consent to all being with the MC at the same time? As the game plays now, there's no acknowledgement from any of the LIs that you're romantically involved with any other LI. There are also rivalries between some LIs that make it sort of seem like they might not be okay with dating the MC at the same time. Little bits of dialog here and there could go a long way to making it seem more like a harem or poly relationship, whereas now it just seems like the MC is cheating on all the LIs with each other.
 
  • Like
Reactions: Lustfallen

mrttao

Forum Fanatic
Jun 11, 2021
4,521
7,386
The feedback on Patreon was negative hahaha

I totally agree, at least it was a good attempt
I am reminded of the 3d sonic movie where everyone who saw the trailer said it was like watching a subtle horror movie.
Then someone just edited red eyes on sonic, and it became a full blown horror movie.
 

Stawer

Lucky Paradox
Game Developer
Jun 6, 2017
391
2,115
Is there any chance of the dialog within the game changing slightly so that the multiple LIs seem to know about and consent to all being with the MC at the same time? As the game plays now, there's no acknowledgement from any of the LIs that you're romantically involved with any other LI. There are also rivalries between some LIs that make it sort of seem like they might not be okay with dating the MC at the same time. Little bits of dialog here and there could go a long way to making it seem more like a harem or poly relationship, whereas now it just seems like the MC is cheating on all the LIs with each other.
Of course, at some point I want to do an overhaul, adding more details of this type, more people setting the places, sound effects in the sex scenes, redesigning the city map, among other things

but my focus rn is new content

there are a few, like Charlote/Maxy for example
 

Cartageno

Devoted Member
Dec 1, 2019
8,609
14,615
Do we not get to see what happens during the beach scene with Gia and Layla? Just the before/after?
Yeah, one of the downsides of drunk riding - you don't remember everything ... after all, the "what precisely happened" is a minor story point.
 

Cartageno

Devoted Member
Dec 1, 2019
8,609
14,615
I'm not the best with renpy or posting on forums but I don't think this is supposed to happen send help View attachment 2668937
Your game has been infiltrated by shape-shifting Skrulls! Call Nick Fury ASAP.
If ever there was a time in a game where "sharing is caring" ... ;)

Or maybe we can go like with trading cards back in the day "I will offer a Charlotte and a Layla AND a Mary for two more Prims"
 

fearjam

Newbie
May 5, 2019
54
39
How do I use the update file instead of redownloading the entire game. My most recent version is 6.3, can I download just the update and have it work?
 
4.50 star(s) 102 Votes