Mymy

Member
Game Developer
Aug 24, 2017
231
468
It's really weird how in some of the scenes with the Aunt/Cherry (and probably others I haven't gotten to yet), the main character apparently changes races and becomes a Black man.
Those are not MC.

It's Cherry's memory.




i've reach #7
View attachment 1967045
and still cant trigger TV scene...

or is this "Jen's 2nd event" something else? another counter...?

also
got stat cap at 99...
how do i pass that?

You need to finish Jen's 2nd event first by relaxing in the living room.
(You need to have finished Tori and Chloe's first event before doing this.)

Then, watch TV in the living room to trigger Chloe's 2nd event.


Cap will go up as you progress through the story (Current cap 124: since v1.2)





yo seems that chloe is ignoring me... EVERY WHERE !
how do i fix this !?
You only need to finish her 2nd event.
 
  • Like
Reactions: kojos3000

Mymy

Member
Game Developer
Aug 24, 2017
231
468
is there a lag fix?. the game is lagging heavily
How does it lag? When you start the game or when you play the video files?

In most cases, this doesn't happen afaik but we've heard this complaint for more than once or twice that we'd like to look into this.
 

Dole

Well-Known Karen
Apr 28, 2017
3,015
2,501
How does it lag? When you start the game or when you play the video files?

In most cases, this doesn't happen afaik but we've heard this complaint for more than once or twice that we'd like to look into this.
I think that must normal say all players you see it that the loading time is other by other games you can see it sometime more and sometime less when you play. It is not fluently or in the background so that you as player don`t see it. It takes more seconds as by other games and so on.
 
  • Like
Reactions: Mymy

Dole

Well-Known Karen
Apr 28, 2017
3,015
2,501
I think that must normal say all players you see it that the loading time is other by other games you can see it sometime more and sometime less when you play. It is not fluently or in the background so that you as player don`t see it. It takes more seconds as by other games and so on.
All time when you play.
 

Jengis

Member
Sep 21, 2019
124
47
Playing the game, it randomly crashes! has anyone else had problems? I cant seem to progress much on many of the characters with a crash occuring
 

Wick_master

Member
Game Developer
Mar 4, 2021
112
44
Playing the game, it randomly crashes! has anyone else had problems? I cant seem to progress much on many of the characters with a crash occuring
Is the game file 1.6 full version?
Or did you only download 1.6 update only?

I think some of the game files don't exist.

I think I can help you if you capture and show me the crash screen and upload your save file.
 

SasPaV

Newbie
May 5, 2018
20
6
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/map.rpy", line 1091, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "downtown")
  File "game/map.rpy", line 878, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "acre")
  File "game/map.rpy", line 878, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "acre")
  File "game/map.rpy", line 878, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "acre")
  File "game/map.rpy", line 1156, in script call
    ' '
  File "game/story/family/f4_story.rpy", line 9077, in script
    f4 sultry "...and you start to kiss me...."
  File "game/story/family/f4_story.rpy", line 1605, in execute
    screen f4_event_12(x=0):
  File "game/story/family/f4_story.rpy", line 1605, in execute
    screen f4_event_12(x=0):
  File "game/story/family/f4_story.rpy", line 1606, in execute
    frame:
  File "game/story/family/f4_story.rpy", line 1610, in execute
    add f4_event_12_media[x]
  File "game/story/family/f4_story.rpy", line 1610, in <module>
    add f4_event_12_media[x]
IndexError: list index out of range

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

Full traceback:
  File "game/map.rpy", line 1091, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "downtown")
  File "game/map.rpy", line 878, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "acre")
  File "game/map.rpy", line 878, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "acre")
  File "game/map.rpy", line 878, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "acre")
  File "game/map.rpy", line 1156, in script call
    ' '
  File "game/story/family/f4_story.rpy", line 9077, in script
    f4 sultry "...and you start to kiss me...."
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1419, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1249, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 901, in do_display
    **display_args)
  File "renpy/character.py", line 647, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, 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/story/family/f4_story.rpy", line 1605, in execute
    screen f4_event_12(x=0):
  File "game/story/family/f4_story.rpy", line 1605, in execute
    screen f4_event_12(x=0):
  File "game/story/family/f4_story.rpy", line 1606, in execute
    frame:
  File "game/story/family/f4_story.rpy", line 1610, in execute
    add f4_event_12_media[x]
  File "game/story/family/f4_story.rpy", line 1610, in <module>
    add f4_event_12_media[x]
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
A Tale of One City 1.6
Sun Aug 28 16:21:15 2022
I don't know why some error emerge for aunt story line
 

Wick_master

Member
Game Developer
Mar 4, 2021
112
44
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/map.rpy", line 1091, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "downtown")
  File "game/map.rpy", line 878, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "acre")
  File "game/map.rpy", line 878, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "acre")
  File "game/map.rpy", line 878, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "acre")
  File "game/map.rpy", line 1156, in script call
    ' '
  File "game/story/family/f4_story.rpy", line 9077, in script
    f4 sultry "...and you start to kiss me...."
  File "game/story/family/f4_story.rpy", line 1605, in execute
    screen f4_event_12(x=0):
  File "game/story/family/f4_story.rpy", line 1605, in execute
    screen f4_event_12(x=0):
  File "game/story/family/f4_story.rpy", line 1606, in execute
    frame:
  File "game/story/family/f4_story.rpy", line 1610, in execute
    add f4_event_12_media[x]
  File "game/story/family/f4_story.rpy", line 1610, in <module>
    add f4_event_12_media[x]
IndexError: list index out of range

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

Full traceback:
  File "game/map.rpy", line 1091, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "downtown")
  File "game/map.rpy", line 878, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "acre")
  File "game/map.rpy", line 878, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "acre")
  File "game/map.rpy", line 878, in script call
    $ act_manage(2 + vehicle_time, -2 + vehicle_energy, place = "acre")
  File "game/map.rpy", line 1156, in script call
    ' '
  File "game/story/family/f4_story.rpy", line 9077, in script
    f4 sultry "...and you start to kiss me...."
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1419, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1249, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 901, in do_display
    **display_args)
  File "renpy/character.py", line 647, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, 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/story/family/f4_story.rpy", line 1605, in execute
    screen f4_event_12(x=0):
  File "game/story/family/f4_story.rpy", line 1605, in execute
    screen f4_event_12(x=0):
  File "game/story/family/f4_story.rpy", line 1606, in execute
    frame:
  File "game/story/family/f4_story.rpy", line 1610, in execute
    add f4_event_12_media[x]
  File "game/story/family/f4_story.rpy", line 1610, in <module>
    add f4_event_12_media[x]
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
A Tale of One City 1.6
Sun Aug 28 16:21:15 2022
I don't know why some error emerge for aunt story line
Could you give me your save file?
 
2.10 star(s) 29 Votes