MCBabyFace

Member
Dec 3, 2017
176
294
Wait, this is just summertime saga, I just realize wtf. You can copy other game and just put it here?
''Stuck at home'' is basically the same game as ''Stay at home'', there's also like a million copies of Black and white, but yeah its always scummy to do


But this game isn't just Summertime Saga, looks like its mixed with ''Sex Note'' as well by adding cartoon characters and celebrities, even the name ''Summertime Saga'' and ''Wintertime Chronicles'', unrelated but the changelog looks like its written by A.I. :LOL::LOL:
 
Last edited:

mikado24

Member
Apr 12, 2018
117
32
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/quest_sis_get_wrench.rpy", line 958, in script call
    call input_prompt from _call_input_prompt
  File "game/time_travel_adventure_1989.rpy", line 1372, in script
    jump first_cafeteria_enter_1_down
ScriptError: could not find label 'first_cafeteria_enter_1_down'.

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

Full traceback:
  File "game/quest_sis_get_wrench.rpy", line 958, in script call
    call input_prompt from _call_input_prompt
  File "game/time_travel_adventure_1989.rpy", line 1372, in script
    jump first_cafeteria_enter_1_down
  File "C:\Users\mikado\Downloads\Compressed\The_Wintertime_Chronicles_v0.4_-pc\TWTC-0.4-pc\renpy\ast.py", line 1992, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\mikado\Downloads\Compressed\The_Wintertime_Chronicles_v0.4_-pc\TWTC-0.4-pc\renpy\script.py", line 1013, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'first_cafeteria_enter_1_down'.

Windows-7-6.1.7601-SP1 AMD64
Ren'Py 8.1.3.23091805
TWTC 0.4
Sun Dec 29 23:43:57 2024
 
Feb 1, 2022
97
84
I wonder if it's so difficult to create a choice system for these questions, it's almost impossible to know how to answer, I may not be very intelligent but the choice script is easier to develop than just an exact answer, there's no way I can keep playing this game, I hate typing
 

yoje

Member
Jul 28, 2017
179
165
Get something to open renpy files. I used microsoft visual studio. Then go to to TWTC-0.4-pc\game\time_travel_adventure_1989.rpy and search for "cafeteria" in line 1372 you will find
"jump first_cafeteria_enter_1_". Just replace it with "jump first_cafeteria_enter_1_down".

Thats it.
for me this dont resolve the error :(
 
1.70 star(s) 6 Votes