Buldozer

Newbie
Mar 4, 2019
31
14
A poorly optimized renpy game. Never had to say that before. It's so bad I just can't continue. The "fixes" don't work - my guess is they are caused by the ridiculous icon system or pointless mini games no one asked for. I could launch 10 renpy games and this one would use more resources than the other 9 combined. It's not much overall (for my pc) and wouldn't normally matter but the lag makes it seem like there's possible coding gremlins that can be fixed. Having a battle system just to get a 2 second gif is a waste of time all around. The story isn't terrible (it could definitely be written better and proofread) and the girls are mostly good so I hope the lag issue can be resolved in the future cuz I quite like this game.
This tends to happen when your game has more gifs than pics. Why on earth do we need three gifs for the default shower scene is beyond me.
 

miqa123

New Member
Jun 9, 2023
1
0
직장을 그만두고 월요일 아침에 다시 오시겠습니까? 이것이 정확히 무엇을 의미합니까? 출근하지말고 월요일에 출근하라는건가요?
월요일에 회사에 그냥 출근하면 됨요

지금 이 게임 번역 중인데 번역배포 관련 물어보려고 제작자들한테 연락해도 지금 바쁜지 답이 많이 늦어요
 

Wick_master

Member
Game Developer
Mar 4, 2021
112
44
Does anyone know how to unlock Jen event 30 and Tori event 15?
In order to watch Jen event 30, I have to relax in my room during weekend morning.

For Tori event 15, you can sleep after watching event 14.

I can not move forward because keep getting this error
I'll find out more and let you know again.

I keep getting the error message when I try any normal skills in combat. Is there a fix for it?
Could you give me the error screenshot?
 
  • Like
Reactions: Cesarbr

ololor

New Member
Sep 10, 2020
11
3
월요일에 회사에 그냥 출근하면 됨요

지금 이 게임 번역 중인데 번역배포 관련 물어보려고 제작자들한테 연락해도 지금 바쁜지 답이 많이 늦어요
I can't understand what you guys are talking about, but if it's still about that Monday morning company quest, I have the same issue. I ended up thinking that it's just last available quest in this version and it's not fully done yet so it's not showing up properly, because I seemed to be done with all other quests. Not sure why this one doesn't work
 

ololor

New Member
Sep 10, 2020
11
3
Please Help
Okay so I found out something by accident. It didn't work for when I tried couple times. It does work now using the steps I took a snapshots of (check the incur link). It doesn't work for me when Im using the 'blue person' icon right 'go straight to work' button. So you want manually click on the map drive and go in your office to punch in. Then it works. Check the screenshots. Hope it helps

 

Wick_master

Member
Game Developer
Mar 4, 2021
112
44
Wick_master can you help me with this? getting error when trying to return to home after jenna 20th event
I'm so sorry for the late reply.

This is the hotfix Link:

Description: Download the file and paste it in your game folder.
(A Tale of One City v2.6/game) Overwrite the existing file.
 

felipesoares

New Member
Apr 5, 2020
3
0
[código]
Desculpe, mas ocorreu uma exceção não capturada.

Ao executar o código do jogo:
Arquivo "game/map.rpy", linha 26640, na chamada do script
ligue para car_des_first de _call_car_des_first_1
Arquivo "game/map.rpy", linha 2763, na chamada do script
$ act_manage(vehicle_time, vehicles_energy, place = "acre")
Arquivo "game/story/family/f3_story.rpy", linha 15913, na chamada do script
$ act_manage(0, -1)
Arquivo "game/story/family/f3_story.rpy", linha 15913, na chamada do script
$ act_manage(0, -1)
Arquivo "game/story/family/f3_story.rpy", linha 15913, na chamada do script
$ act_manage(0, -1)
Arquivo "game/story/family/f4_story.rpy", linha 8358, no script
f4 b "Afinal, é a sua vida."
Arquivo "game/story/family/f4_story.rpy", linha 1682, em execute
tela f4_event_5(x=0):
Arquivo "game/story/family/f4_story.rpy", linha 1682, em execute
tela f4_event_5(x=0):
Arquivo "game/story/family/f4_story.rpy", linha 1685, em execute
quadro:
Arquivo "game/story/family/f4_story.rpy", linha 1689, em execute
adicionar f4_event_5_media[x]
Arquivo "game/story/family/f4_story.rpy", linha 1689, em <module>
adicionar f4_event_5_media[x]
IndexError: índice de lista fora do intervalo

-- Rastreamento completo ---------------------------------------------- --------------

Rastreamento completo:
Arquivo "game/map.rpy", linha 26640, na chamada do script
ligue para car_des_first de _call_car_des_first_1
Arquivo "game/map.rpy", linha 2763, na chamada do script
$ act_manage(vehicle_time, vehicles_energy, place = "acre")
Arquivo "game/story/family/f3_story.rpy", linha 15913, na chamada do script
$ act_manage(0, -1)
Arquivo "game/story/family/f3_story.rpy", linha 15913, na chamada do script
$ act_manage(0, -1)
Arquivo "game/story/family/f3_story.rpy", linha 15913, na chamada do script
$ act_manage(0, -1)
Arquivo "game/story/family/f4_story.rpy", linha 8358, no script
f4 b "Afinal, é a sua vida."
Arquivo "renpy/ast.py", linha 921, em executar
renpy.exports.say(quem, o que, *args, **kwargs)
Arquivo "renpy/exports.py", linha 1373, digamos
quem(o que, *args, **kwargs)
Arquivo "renpy/character.py", linha 1266, em __call__
self.do_display(quem, o que, cb_args=self.cb_args, dtt=dtt, **display_args)
Arquivo "renpy/character.py", linha 930, em do_display
**display_args)
Arquivo "renpy/character.py", linha 666, em display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
Arquivo "renpy/ui.py", linha 299, em interagir
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
Arquivo "renpy/display/core.py", linha 3377, em interagir
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
Arquivo "renpy/display/core.py", linha 3804, em interact_core
root_widget.visit_all(lambda i : i.per_interact())
Arquivo "renpy/display/core.py", linha 582, em visit_all
d.visit_all(retorno de chamada, visto)
Arquivo "renpy/display/core.py", linha 582, em visit_all
d.visit_all(retorno de chamada, visto)
Arquivo "renpy/display/core.py", linha 582, em visit_all
d.visit_all(retorno de chamada, visto)
Arquivo "renpy/display/screen.py", linha 451, em visit_all
retorno de chamada (auto)
Arquivo "renpy/display/core.py", linha 3804, em <lambda>
root_widget.visit_all(lambda i : i.per_interact())
Arquivo "renpy/display/screen.py", linha 462, em per_interact
self.update()
Arquivo "renpy/display/screen.py", linha 653, em atualização
self.screen.function(**self.scope)
Arquivo "game/story/family/f4_story.rpy", linha 1682, em execute
tela f4_event_5(x=0):
Arquivo "game/story/family/f4_story.rpy", linha 1682, em execute
tela f4_event_5(x=0):
Arquivo "game/story/family/f4_story.rpy", linha 1685, em execute
quadro:
Arquivo "game/story/family/f4_story.rpy", linha 1689, em execute
adicionar f4_event_5_media[x]
Arquivo "game/story/family/f4_story.rpy", linha 1689, em <module>
adicionar f4_event_5_media[x]
Arquivo "renpy/revertable.py", linha 217, em __getitem__
rv = lista.__getitem__(auto, índice)
IndexError: índice de lista fora do intervalo

Windows-10-10.0.22621 AMD64
Ren'Py 7.5.1.22070801
Um conto de uma cidade 2.5
Sexta, 23 de junho 03:49:34 2023
[/codigo ]


como eu não posso consertar isso ajuda por favor !
 

KhaiFirst

Well-Known Member
Feb 27, 2021
1,087
800
15.4GB ? :KEK: :coffee: 16gbe.PNG

conclusion: I LIKE this game!! sorry alot Grind.. but i dunno maybe real porn inspired me too Grind!! haha by way NOT COOL make WORK mandatory... if so should implement some kinda Payleave after certain tier/position/title... i think MC is Assistant sale Mgmt(be correct MC should be in Data analyst) ... i wonder how high MC position can go in this game
 
Last edited:

KhaiFirst

Well-Known Member
Feb 27, 2021
1,087
800
THANK you DEV making this awesome game(my opinion) i will support you on Patreon end of month 1$ for 1year!

update!! managre.PNG :KEK: :coffee:
 
Last edited:

shemishempre

New Member
Feb 14, 2019
11
4
Hello Wick_master I got this error when I tried to get jenna 10 on the park, already added the hotfix too


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

While running game code:
  File "game/map.rpy", line 24788, in script call
    " "
  File "game/story/map/Street_A/streeta.rpy", line 3347, in script
    $ show_screen_dissolve('story_tool_place_park_walk_night_walk_' + str(i))
  File "game/story/map/Street_A/streeta.rpy", line 3347, in <module>
    $ show_screen_dissolve('story_tool_place_park_walk_night_walk_' + str(i))
  File "game/screens.rpy", line 839, in show_screen_dissolve
    renpy.show_screen(screen_name, x)
Exception: Screen story_tool_place_park_walk_night_walk_1 is not known.


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

Full traceback:
  File "game/map.rpy", line 24788, in script call
    " "
  File "game/story/map/Street_A/streeta.rpy", line 3347, in script
    $ show_screen_dissolve('story_tool_place_park_walk_night_walk_' + str(i))
  File "renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1049, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/story/map/Street_A/streeta.rpy", line 3347, in <module>
    $ show_screen_dissolve('story_tool_place_park_walk_night_walk_' + str(i))
  File "game/screens.rpy", line 839, in show_screen_dissolve
    renpy.show_screen(screen_name, x)
  File "renpy/display/screen.py", line 1185, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen story_tool_place_park_walk_night_walk_1 is not known.


Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
A Tale of One City 2.6
Tue Jul 25 01:17:15 2023
 
2.10 star(s) 29 Votes