jetama

Active Member
Oct 28, 2020
600
1,137
ATaleOfOneCity-1.7
You don't have permission to view the spoiler content. Log in or register now.
If you run into issues please use this thread or join us on !
,

We're crowdfunded, donations of any size would be greatly appreciated!
; .​
any chance for a mac torrent?
 

gabap

Newbie
May 24, 2020
78
52
Some of the new jenna's events do not play videos.
I downloaded "Update only" from Mega.
please check.
 

Wick_master

Member
Game Developer
Mar 4, 2021
112
44
Hi, I think your save is old before 1.4, so it is not compatible with 1.6. I'm sorry to tell you this but you need to start a new game.
FYI, any saves from version 1.4 and further are compatible with updates so far and all future ones.

I can fix the problem right now, but I think it would be better to start a new game because these problems can continue to occur in the future.

This is patch file. Just copy and paste.
 

absalon1977

Active Member
Jun 5, 2018
931
596
I have a small issue i have trouble getting mrs. miller event 10 too trigger, get some rest in your room on sunday i tried waiting a week anyone that knows how too trigger that event.
 

absalon1977

Active Member
Jun 5, 2018
931
596
I have a small issue i have trouble getting mrs. miller event 10 too trigger, get some rest in your room on sunday i tried waiting a week anyone that knows how too trigger that event.
lol and now it triggered was trying for 30 minutes typical.
 

Forgotted

Well-Known Member
Sep 1, 2020
1,895
1,546
I've had quite a few errors, but here's one:

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

While running game code:
  File "game/map.rpy", line 5506, in script call
    " "
  File "game/map.rpy", line 5506, in script call
    " "
  File "game/map.rpy", line 1531, in script call
    ' '
  File "game/map.rpy", line 1531, in script call
    ' '
  File "game/story/family/f3_story.rpy", line 20211, in script
    show expression move_street_a_car_day[6]
  File "game/story/family/f3_story.rpy", line 20211, in <module>
    show expression move_street_a_car_day[6]
IndexError: list index out of range
 

Wick_master

Member
Game Developer
Mar 4, 2021
112
44
I've had quite a few errors, but here's one:

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

While running game code:
  File "game/map.rpy", line 5506, in script call
    " "
  File "game/map.rpy", line 5506, in script call
    " "
  File "game/map.rpy", line 1531, in script call
    ' '
  File "game/map.rpy", line 1531, in script call
    ' '
  File "game/story/family/f3_story.rpy", line 20211, in script
    show expression move_street_a_car_day[6]
  File "game/story/family/f3_story.rpy", line 20211, in <module>
    show expression move_street_a_car_day[6]
IndexError: list index out of range
Could you give me your save file?
 
  • Like
Reactions: Forgotted

SasPaV

Newbie
May 5, 2018
20
6
Hi, I think your save is old before 1.4, so it is not compatible with 1.6. I'm sorry to tell you this but you need to start a new game.
FYI, any saves from version 1.4 and further are compatible with updates so far and all future ones.

I can fix the problem right now, but I think it would be better to start a new game because these problems can continue to occur in the future.

This is patch file. Just copy and paste.
OK then time to grind another play, thx for your replies
 

ianbenneth

Newbie
May 5, 2017
16
13
Anyone else got this error, says "enemy_bg" not defined whenever I enter a battle :

Full traceback:
File "game/map.rpy", line 2379, in script call
" "
File "game/map.rpy", line 2379, in script call
" "
File "game/map.rpy", line 1270, in script call
' '
File "game/map.rpy", line 2379, in script call
" "
File "game/batlle/battle_park.rpy", line 760, in script
show screen battle_park(pic = enemy_bg, enemy_pic = enemy_pic)
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 579, in execute_show_screen
args, kwargs = a.evaluate()
File "renpy/ast.py", line 342, in evaluate
value = renpy.python.py_eval(v, locals=scope)
File "renpy/python.py", line 1080, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 1073, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/batlle/battle_park.rpy", line 760, in <module>
show screen battle_park(pic = enemy_bg, enemy_pic = enemy_pic)
NameError: name 'enemy_bg' is not defined
 
2.10 star(s) 29 Votes