- Mar 22, 2023
- 9
- 6
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?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.
No thats the only one. BTW love your game great work. This is actually the 1st time ive ever encountered a bug.Does not happen with any other costumes?
i need to check this assap
Does not happen with any other costumes?
i need to check this assap
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
thanks, with this I can fix itThis is the errorCode: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
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 lolthanks, 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
and yet, still more pleasant to look at than any actual furry-stuff ever
furry only works well in 2d artstyle.
me tooand yet, still more pleasant to look at than any actual furry-stuff ever
i consider this a success ^^
The feedback on Patreon was negative hahahafurry 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.
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.Everything is posible, but rn i want to focus on side girl content too, they deserve it after all this time haha
I am reminded of the 3d sonic movie where everyone who saw the trailer said it was like watching a subtle horror movie.The feedback on Patreon was negative hahaha
I totally agree, at least it was a good attempt
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 thingsIs 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.
Yeah, one of the downsides of drunk riding - you don't remember everything ... after all, the "what precisely happened" is a minor story point.Do we not get to see what happens during the beach scene with Gia and Layla? Just the before/after?
Your game has been infiltrated by shape-shifting Skrulls! Call Nick Fury ASAP.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
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
If ever there was a time in a game where "sharing is caring" ...Your game has been infiltrated by shape-shifting Skrulls! Call Nick Fury ASAP.