Ren'Py Abandoned A Game of Words [v0.1.6] [GAON]

kokoadict

Newbie
Game Developer
Nov 30, 2018
52
99
I know it's a first attempt.. but two of the three paths shouldn't end with error screens.. Give me a black ending screen.. or revert it back to the main screen. The renders are ok.. the english version needs somebody who actually speaks the language to proof it for you.. All in all.. uh.. well.. at least it's not a complete dumpster fire.
Thanks for trying it, ill try to work on the translation and add an endscreen to the WIP endings ty for the comment.
 

kokoadict

Newbie
Game Developer
Nov 30, 2018
52
99
Thanks all for the waiting, Ive had a lot of work not related to the game. Next update in 4-5 days, a few sneak peaks here:
Also you can check them out first in the discord:
`primera prueba portada.png Dalia.png Profesora 1.png
 

bruce555

Active Member
Sep 7, 2019
603
2,345
Sorry but the game gives this error at the beginning and cannot continue:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Codigo/d01/s01.rpy", line 238, in script
call screen d01s01cocina
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/Codigo/mapas/mapa1.rpy", line 36, in execute
screen d01s01cocina:
File "game/Codigo/mapas/mapa1.rpy", line 36, in execute
screen d01s01cocina:
File "game/Codigo/mapas/mapa1.rpy", line 37, in execute
imagemap:
File "game/Codigo/mapas/mapa1.rpy", line 39, in execute
hotspot (1559, 651, 241, 40):
File "game/Codigo/mapas/mapa1.rpy", line 39, in keywords
hotspot (1559, 651, 241, 40):
File "game/Codigo/mapas/mapa1.rpy", line 40, in keywords
if secreto1 == False:
File "game/Codigo/mapas/mapa1.rpy", line 40, in <module>
if secreto1 == False:
NameError: name 'secreto1' is not defined

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

Full traceback:
File "game/Codigo/d01/s01.rpy", line 238, in script
call screen d01s01cocina
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, 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 3132, 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 3276, 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 3694, 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 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3694, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/Codigo/mapas/mapa1.rpy", line 36, in execute
screen d01s01cocina:
File "game/Codigo/mapas/mapa1.rpy", line 36, in execute
screen d01s01cocina:
File "game/Codigo/mapas/mapa1.rpy", line 37, in execute
imagemap:
File "game/Codigo/mapas/mapa1.rpy", line 39, in execute
hotspot (1559, 651, 241, 40):
File "game/Codigo/mapas/mapa1.rpy", line 39, in keywords
hotspot (1559, 651, 241, 40):
File "game/Codigo/mapas/mapa1.rpy", line 40, in keywords
if secreto1 == False:
File "game/Codigo/mapas/mapa1.rpy", line 40, in <module>
if secreto1 == False:
NameError: name 'secreto1' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
0.1.4
Sat Nov 13 10:48:48 2021
 

kokoadict

Newbie
Game Developer
Nov 30, 2018
52
99
Sorry but the game gives this error at the beginning and cannot continue:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Codigo/d01/s01.rpy", line 238, in script
call screen d01s01cocina
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/Codigo/mapas/mapa1.rpy", line 36, in execute
screen d01s01cocina:
File "game/Codigo/mapas/mapa1.rpy", line 36, in execute
screen d01s01cocina:
File "game/Codigo/mapas/mapa1.rpy", line 37, in execute
imagemap:
File "game/Codigo/mapas/mapa1.rpy", line 39, in execute
hotspot (1559, 651, 241, 40):
File "game/Codigo/mapas/mapa1.rpy", line 39, in keywords
hotspot (1559, 651, 241, 40):
File "game/Codigo/mapas/mapa1.rpy", line 40, in keywords
if secreto1 == False:
File "game/Codigo/mapas/mapa1.rpy", line 40, in <module>
if secreto1 == False:
NameError: name 'secreto1' is not defined

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

Full traceback:
File "game/Codigo/d01/s01.rpy", line 238, in script
call screen d01s01cocina
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, 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 3132, 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 3276, 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 3694, 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 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3694, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/Codigo/mapas/mapa1.rpy", line 36, in execute
screen d01s01cocina:
File "game/Codigo/mapas/mapa1.rpy", line 36, in execute
screen d01s01cocina:
File "game/Codigo/mapas/mapa1.rpy", line 37, in execute
imagemap:
File "game/Codigo/mapas/mapa1.rpy", line 39, in execute
hotspot (1559, 651, 241, 40):
File "game/Codigo/mapas/mapa1.rpy", line 39, in keywords
hotspot (1559, 651, 241, 40):
File "game/Codigo/mapas/mapa1.rpy", line 40, in keywords
if secreto1 == False:
File "game/Codigo/mapas/mapa1.rpy", line 40, in <module>
if secreto1 == False:
NameError: name 'secreto1' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
0.1.4
Sat Nov 13 10:48:48 2021
Will fix it today, thanks for the reply
 
  • Like
Reactions: bruce555

kokoadict

Newbie
Game Developer
Nov 30, 2018
52
99
Sorry but the game gives this error at the beginning and cannot continue:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Codigo/d01/s01.rpy", line 238, in script
call screen d01s01cocina
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/Codigo/mapas/mapa1.rpy", line 36, in execute
screen d01s01cocina:
File "game/Codigo/mapas/mapa1.rpy", line 36, in execute
screen d01s01cocina:
File "game/Codigo/mapas/mapa1.rpy", line 37, in execute
imagemap:
File "game/Codigo/mapas/mapa1.rpy", line 39, in execute
hotspot (1559, 651, 241, 40):
File "game/Codigo/mapas/mapa1.rpy", line 39, in keywords
hotspot (1559, 651, 241, 40):
File "game/Codigo/mapas/mapa1.rpy", line 40, in keywords
if secreto1 == False:
File "game/Codigo/mapas/mapa1.rpy", line 40, in <module>
if secreto1 == False:
NameError: name 'secreto1' is not defined

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

Full traceback:
File "game/Codigo/d01/s01.rpy", line 238, in script
call screen d01s01cocina
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, 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 3132, 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 3276, 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 3694, 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 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3694, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/Codigo/mapas/mapa1.rpy", line 36, in execute
screen d01s01cocina:
File "game/Codigo/mapas/mapa1.rpy", line 36, in execute
screen d01s01cocina:
File "game/Codigo/mapas/mapa1.rpy", line 37, in execute
imagemap:
File "game/Codigo/mapas/mapa1.rpy", line 39, in execute
hotspot (1559, 651, 241, 40):
File "game/Codigo/mapas/mapa1.rpy", line 39, in keywords
hotspot (1559, 651, 241, 40):
File "game/Codigo/mapas/mapa1.rpy", line 40, in keywords
if secreto1 == False:
File "game/Codigo/mapas/mapa1.rpy", line 40, in <module>
if secreto1 == False:
NameError: name 'secreto1' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
0.1.4
Sat Nov 13 10:48:48 2021
Bugfix updated
 
  • Like
Reactions: bruce555

bruce555

Active Member
Sep 7, 2019
603
2,345
It's too short to start, I mean 2 minutes to play, MC wakes up takes a shower, greets Maya and leaves for collage, there's just nothing. I don't know what to say, I'll wait later.
 

kokoadict

Newbie
Game Developer
Nov 30, 2018
52
99
It's too short to start, I mean 2 minutes to play, MC wakes up takes a shower, greets Maya and leaves for collage, there's just nothing. I don't know what to say, I'll wait later.
This update was just for the menu and try the free navigation. The next one (in 2 or 3 days) comes with more content, srry for the waiting.