Mod Cheat Mod Ren'Py This Time - LaikDink's Walkthrough/Cheat/Improvement Mod [v2306] [ApocalypseToday]

LaikDink

Active Member
Modder
Mar 16, 2018
987
11,712
1655657406844.png

Overview:
(Multimod for This Time)​

Updated: 21/06/2023
Game/Creator: This Time/ ApocalypseToday - - -
Modder: LaikDink
Mod Version: v2306
Game Version: v2306
Language: English

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.


Download:

1655657727262.png 1655657754518.png 1655657797428.png 1655658063396.png
 
Last edited:

Raven90

New Member
Nov 12, 2017
3
0
I'll play without the mod, just thought I'd leave this here in case there's a fix in the future. After extracting the files I get the following error when trying to start the game:

"
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not load file C:\Spel\Vuxet\ThisTime-0.2.7-pc/game/scripts/un (1).rpyc.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 492, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 789, in load_appropriate_file
raise Exception("Could not load file %s." % lastfn)
Exception: Could not load file C:\Spel\Vuxet\ThisTime-0.2.7-pc/game/scripts/un (1).rpyc.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
This Time 0.2.7
Sun Sep 18 17:21:46 2022

"
 

LaikDink

Active Member
Modder
Mar 16, 2018
987
11,712
I'll play without the mod, just thought I'd leave this here in case there's a fix in the future. After extracting the files I get the following error when trying to start the game:

"
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not load file C:\Spel\Vuxet\ThisTime-0.2.7-pc/game/scripts/un (1).rpyc.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 492, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 789, in load_appropriate_file
raise Exception("Could not load file %s." % lastfn)
Exception: Could not load file C:\Spel\Vuxet\ThisTime-0.2.7-pc/game/scripts/un (1).rpyc.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
This Time 0.2.7
Sun Sep 18 17:21:46 2022

"
Restart the game again. It should work fine after that
 

Raven90

New Member
Nov 12, 2017
3
0
Restart the game again. It should work fine after that
Sorry, I should have clarified. I can't start the game at all with the mod files "installed".
When I press "ThisTime.exe", the only thing that opens is "renpy-traceback.txt" with the error text in it.
 

LaikDink

Active Member
Modder
Mar 16, 2018
987
11,712
Sorry, I should have clarified. I can't start the game at all with the mod files "installed".
When I press "ThisTime.exe", the only thing that opens is "renpy-traceback.txt" with the error text in it.
Okay I've updated the new files here. Check it again
 

Raven90

New Member
Nov 12, 2017
3
0
Okay I've updated the new files here. Check it again
Game seems to be working with the updated mod files, both the choices that highlight green and the Cheat-menu, thanks!

Now there's just a minor issue of the Image Gallery in the main menu not working with the modded files - not really a problem, I can just kept a renamed copy of the original "game" folder and switch the name back if I wanna check the gallery.
In case you are curious though it gives the following message when pressing Image Gallery:

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

While running game code:
  File "game/scripts/gallery.rpy", line 27, in execute
    screen gallery:
  File "game/scripts/gallery.rpy", line 27, in execute
    screen gallery:
  File "game/scripts/gallery.rpy", line 36, in execute
    grid 2 2:
  File "game/scripts/gallery.rpy", line 43, in execute
    add g.make_button("Jessgallery1", "gallery/Jessgallery1_thumb.webp", unlocked="gallery/locked.webp", xalign=0.5, yalign=0.5)
  File "game/scripts/gallery.rpy", line 43, in <module>
    add g.make_button("Jessgallery1", "gallery/Jessgallery1_thumb.webp", unlocked="gallery/locked.webp", xalign=0.5, yalign=0.5)
TypeError: make_button() got multiple values for keyword argument 'unlocked'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  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/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/scripts/gallery.rpy", line 27, in execute
    screen gallery:
  File "game/scripts/gallery.rpy", line 27, in execute
    screen gallery:
  File "game/scripts/gallery.rpy", line 36, in execute
    grid 2 2:
  File "game/scripts/gallery.rpy", line 43, in execute
    add g.make_button("Jessgallery1", "gallery/Jessgallery1_thumb.webp", unlocked="gallery/locked.webp", xalign=0.5, yalign=0.5)
  File "game/scripts/gallery.rpy", line 43, in <module>
    add g.make_button("Jessgallery1", "gallery/Jessgallery1_thumb.webp", unlocked="gallery/locked.webp", xalign=0.5, yalign=0.5)
TypeError: make_button() got multiple values for keyword argument 'unlocked'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
This Time 0.2.7
Mon Sep 19 23:36:33 2022
 

LaikDink

Active Member
Modder
Mar 16, 2018
987
11,712
Game seems to be working with the updated mod files, both the choices that highlight green and the Cheat-menu, thanks!

Now there's just a minor issue of the Image Gallery in the main menu not working with the modded files - not really a problem, I can just kept a renamed copy of the original "game" folder and switch the name back if I wanna check the gallery.
In case you are curious though it gives the following message when pressing Image Gallery:

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

While running game code:
  File "game/scripts/gallery.rpy", line 27, in execute
    screen gallery:
  File "game/scripts/gallery.rpy", line 27, in execute
    screen gallery:
  File "game/scripts/gallery.rpy", line 36, in execute
    grid 2 2:
  File "game/scripts/gallery.rpy", line 43, in execute
    add g.make_button("Jessgallery1", "gallery/Jessgallery1_thumb.webp", unlocked="gallery/locked.webp", xalign=0.5, yalign=0.5)
  File "game/scripts/gallery.rpy", line 43, in <module>
    add g.make_button("Jessgallery1", "gallery/Jessgallery1_thumb.webp", unlocked="gallery/locked.webp", xalign=0.5, yalign=0.5)
TypeError: make_button() got multiple values for keyword argument 'unlocked'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  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/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/scripts/gallery.rpy", line 27, in execute
    screen gallery:
  File "game/scripts/gallery.rpy", line 27, in execute
    screen gallery:
  File "game/scripts/gallery.rpy", line 36, in execute
    grid 2 2:
  File "game/scripts/gallery.rpy", line 43, in execute
    add g.make_button("Jessgallery1", "gallery/Jessgallery1_thumb.webp", unlocked="gallery/locked.webp", xalign=0.5, yalign=0.5)
  File "game/scripts/gallery.rpy", line 43, in <module>
    add g.make_button("Jessgallery1", "gallery/Jessgallery1_thumb.webp", unlocked="gallery/locked.webp", xalign=0.5, yalign=0.5)
TypeError: make_button() got multiple values for keyword argument 'unlocked'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
This Time 0.2.7
Mon Sep 19 23:36:33 2022
Okay I'll check it
 

LaikDink

Active Member
Modder
Mar 16, 2018
987
11,712
View attachment 1879949

Overview:
(Multimod for This Time)​

Updated: 24/09/2022
Game/Creator: This Time/ ApocalypseToday - - -
Modder: LaikDink
Mod Version: Ch3
Game Version: Ch3
Language: English

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.


Updated to Ch3. I really recommend that you guys should start over if you use my mod because I have fixed some details here. Sorry for this inconvenience
 
  • Like
Reactions: typhooni

jasad

Active Member
Dec 14, 2021
703
545
View attachment 1879949

Overview:
(Multimod for This Time)​

Updated: 24/09/2022
Game/Creator: This Time/ ApocalypseToday - - -
Modder: LaikDink
Mod Version: Ch3
Game Version: Ch3
Language: English

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.


thx for another mod update LaikDink ~ :LOL:
 
  • Red Heart
Reactions: LaikDink

elm0

Newbie
Oct 21, 2018
64
427
huh, "great" work...
sophiaRomanceContinue1 is defined twice
The label sophiaDateAsk is defined twice
The label sophiaDateAsk2 is defined twice
The label Replay8 is defined twice
etc

interesting, how author compiled it, cuz in rpyc(compiled file) same ***...
 

LaikDink

Active Member
Modder
Mar 16, 2018
987
11,712
huh, "great" work...
sophiaRomanceContinue1 is defined twice
The label sophiaDateAsk is defined twice
The label sophiaDateAsk2 is defined twice
The label Replay8 is defined twice
etc

interesting, how author compiled it, cuz in rpyc(compiled file) same ***...
Did you check that you extracted wrong and that there are 2 files with the same name or not?
 

Hellkinglucifer

Active Member
Apr 29, 2020
791
1,882
While running game code:
File "game/scripts/chapter3.rpy", line 2856, in script
if goodpath or modch3:
File "game/scripts/chapter3.rpy", line 2856, in <module>
if goodpath or modch3:
NameError: name 'modch3' is not defined

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

Full traceback:
File "game/scripts/chapter3.rpy", line 2856, in script
if goodpath or modch3:
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/chapter3.rpy", line 2856, in <module>
if goodpath or modch3:
NameError: name 'modch3' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
This Time 0.3.0
Tue Sep 27 20:37:46 2022
[/code]


Mod error for chapter 3 both when meeting ashley at cafe and during date with sophie.
 

LaikDink

Active Member
Modder
Mar 16, 2018
987
11,712
View attachment 1879949

Overview:
(Multimod for This Time)​

Updated: 24/09/2022
Game/Creator: This Time/ ApocalypseToday - - -
Modder: LaikDink
Mod Version: Ch3
Game Version: Ch3
Language: English

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.


man, read ur chapter3.rpy file and u ll see "label sophiaRomanceContinue1" in line 552 AND in line 742.
While running game code:
File "game/scripts/chapter3.rpy", line 2856, in script
if goodpath or modch3:
File "game/scripts/chapter3.rpy", line 2856, in <module>
if goodpath or modch3:
NameError: name 'modch3' is not defined

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

Full traceback:
File "game/scripts/chapter3.rpy", line 2856, in script
if goodpath or modch3:
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/chapter3.rpy", line 2856, in <module>
if goodpath or modch3:
NameError: name 'modch3' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
This Time 0.3.0
Tue Sep 27 20:37:46 2022
[/code]


Mod error for chapter 3 both when meeting ashley at cafe and during date with sophie.
Fixed all this problem
 
  • Like
Reactions: Hellkinglucifer

Cigzag

Member
Feb 20, 2020
232
490
Yeah, this mod isn't working at all for me. I extracted it the right way and all of that too, several times. Not too big of a deal though, thankfully this game has a points check system built in.
 

LaikDink

Active Member
Modder
Mar 16, 2018
987
11,712
Yeah, this mod isn't working at all for me. I extracted it the right way and all of that too, several times. Not too big of a deal though, thankfully this game has a points check system built in.
What do you mean that it is not working for you? Show me the error or problem
 

Drankz

Newbie
Sep 2, 2021
24
47
It's not working for me either. No errors, it just doesn't work. The CHEAT tab does not appear on the interface and WT does not highlight any options.
 
  • Like
Reactions: Cigzag