mapaxito10

New Member
Feb 4, 2020
1
1
Good game, fun and very hot.
The modeling of the girls is very good.

Greetings shurhand!!

When will 0.2.4 be released?
 
  • Like
Reactions: Naxer

Teflonmike

Member
Jul 15, 2019
222
188
When searching for the story of O game threw this error ...
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/custom_screens.rpy", line 928, in execute
  File "game/custom_screens.rpy", line 928, in execute
  File "game/custom_screens.rpy", line 949, in execute
  File "game/custom_screens.rpy", line 949, in keywords
NameError: name 'tarea_buscar_historia' is not defined

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

Full traceback:
  File "labels_screens.rpyc", line 159, in script
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\ast.py", line 1861, in execute
    self.call("execute")
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\ast.py", line 1849, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\statements.py", line 203, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\exports.py", line 2755, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/custom_screens.rpy", line 928, in execute
  File "game/custom_screens.rpy", line 928, in execute
  File "game/custom_screens.rpy", line 949, in execute
  File "game/custom_screens.rpy", line 949, in keywords
  File "<screen language>", line 954, in <module>
NameError: name 'tarea_buscar_historia' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 7.1.3.1092
DENOS CITY 0.2.4
Wed Feb 12 17:25:52 2020
 

BackHole

Active Member
Game Developer
Nov 6, 2018
661
2,015
When searching for the story of O game threw this error ...
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/custom_screens.rpy", line 928, in execute
  File "game/custom_screens.rpy", line 928, in execute
  File "game/custom_screens.rpy", line 949, in execute
  File "game/custom_screens.rpy", line 949, in keywords
NameError: name 'tarea_buscar_historia' is not defined

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

Full traceback:
  File "labels_screens.rpyc", line 159, in script
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\ast.py", line 1861, in execute
    self.call("execute")
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\ast.py", line 1849, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\statements.py", line 203, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\exports.py", line 2755, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Renpy Games\DenosCity-024-pc\DenosCity-0.2.4-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/custom_screens.rpy", line 928, in execute
  File "game/custom_screens.rpy", line 928, in execute
  File "game/custom_screens.rpy", line 949, in execute
  File "game/custom_screens.rpy", line 949, in keywords
  File "<screen language>", line 954, in <module>
NameError: name 'tarea_buscar_historia' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 7.1.3.1092
DENOS CITY 0.2.4
Wed Feb 12 17:25:52 2020
New game or saved game from previous versions?
 

WaerM

Active Member
Dec 3, 2017
784
783
Well....
The new update was good story-wise , would have liked a little more naughty-content but I guess that's<always the case when you play these kind of games did find that little girl looking very creepy though kind like a mix of a cabbage patch and a bratz doll , that fighting mini-game really pissed me of at the start... no matter how fast i pushed the block button MC refused to block and took damage...
but after seeing Sofia level 10 and me level 1 ididn't care anymore , If I was the dev. I would have made a little sparring-animation instead of that minigame.
but hey I ain't gonna drop the game because of that , I enjoy it too much :p
keep up the good work BackHole , looking forward to next update :)
 
3.70 star(s) 69 Votes