Mod Cheat Mod Ren'Py Timeless Vendetta Multi-Mod [v0.4.0] [Zemax]

Zemax

☠︎︎ The real world is where the monsters are ☠︎︎
Modder
Uploader
Donor
Aug 19, 2022
2,859
33,334
cover3.png

Overview:
The mod adds an in-game walkthrough, save name option, and cheat menu.​

Updated: 2024-05-30
Game/Creator: Timeless Vendetta / ABUBA -
Modder: Zemax F95zone
Mod Version: 0.4.0
Game Version: 0.4.0
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.

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

DOWNLOAD
Win/Linux: -
Android: cebs's port

1.png 2.png 3.png 4.png
 
Last edited:

Zemax

☠︎︎ The real world is where the monsters are ☠︎︎
Modder
Uploader
Donor
Aug 19, 2022
2,859
33,334
Please note that some choices will be different, unavailable, or result in a Game Over depending on your points. You can always use the Mod to adjust your points.

Soon, I will add a cheat menu for Relationships.
 

JenMistress

Engaged Member
Oct 1, 2019
2,591
2,936
This mod was a load of help, but maybe if you could add the women in the cheat part of the menu, might be even more helpful. However, did work out great, just to caught up with the Dev. Thank you so very much for making this!!!
 

Zemax

☠︎︎ The real world is where the monsters are ☠︎︎
Modder
Uploader
Donor
Aug 19, 2022
2,859
33,334
This mod was a load of help, but maybe if you could add the women in the cheat part of the menu, might be even more helpful. However, did work out great, just to caught up with the Dev. Thank you so very much for making this!!!
Don't worry, I'll update the mod in 15 minutes. I was exhausted yesterday and couldn't do anymore coding.

Edit: JenMistress I have now updated the mod.
 
Last edited:
  • Red Heart
Reactions: JenMistress

Zemax

☠︎︎ The real world is where the monsters are ☠︎︎
Modder
Uploader
Donor
Aug 19, 2022
2,859
33,334
View attachment 3685587

Nice mod, but you made this option red, and I get why, but it is also the only way to get the fifth power point to hypnotize Tessa, and leads to a possible sex scene
I can edit that and likely make it a recommended choice instead of a green choice. However, the reason I made it this way is because you have a cheat menu that allows you to adjust the points, including the power points. Thanks for your feedback!
 

TheAbyss123

New Member
Jul 15, 2020
1
0
Hi, just tried using this mod and when starting the game and trying to open the menu after clicking start (start game -> right click -> should open to save page), I encountered errors. Namely:

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

While running game code:
  File "game/screens.rpy", line 713, in execute
    screen load():
  File "game/screens.rpy", line 713, in execute
    screen load():
  File "game/screens.rpy", line 717, in execute
    use file_slots(_("Load"))
  File "game/save_name.rpy", line 259, in execute
    screen file_slots(title):
  File "game/save_name.rpy", line 259, in execute
    screen file_slots(title):
  File "game/save_name.rpy", line 263, in execute
    use game_menu(title):
  File "game/screens.rpy", line 540, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 540, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 549, in execute
    frame:
  File "game/screens.rpy", line 552, in execute
    hbox:
  File "game/screens.rpy", line 558, in execute
    frame:
  File "game/screens.rpy", line 561, in execute
    if scroll == "viewport":
  File "game/screens.rpy", line 592, in execute
    transclude
  File "game/save_name.rpy", line 263, in execute
    use game_menu(title):
  File "game/save_name.rpy", line 265, in execute
    frame:
  File "game/save_name.rpy", line 272, in execute
    if persistent.save_naming:
  File "game/save_name.rpy", line 273, in execute
    textbutton _("Save Name [gr]ON") action ToggleField(persistent,"save_naming")
NameError: Name 'gr' is not defined.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "timelessvendetta-0.4.0-pc/renpy/ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "timelessvendetta-0.4.0-pc/renpy/python.py", line 1122, 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 "timelessvendetta-0.4.0-pc/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "timelessvendetta-0.4.0-pc/renpy/display/core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "timelessvendetta-0.4.0-pc/renpy/display/core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "timelessvendetta-0.4.0-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "timelessvendetta-0.4.0-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "timelessvendetta-0.4.0-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "timelessvendetta-0.4.0-pc/renpy/display/screen.py", line 476, in visit_all
    callback(self)
  File "timelessvendetta-0.4.0-pc/renpy/display/core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "timelessvendetta-0.4.0-pc/renpy/display/screen.py", line 487, in per_interact
    self.update()
  File "timelessvendetta-0.4.0-pc/renpy/display/screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 713, in execute
    screen load():
  File "game/screens.rpy", line 713, in execute
    screen load():
  File "game/screens.rpy", line 717, in execute
    use file_slots(_("Load"))
  File "game/save_name.rpy", line 259, in execute
    screen file_slots(title):
  File "game/save_name.rpy", line 259, in execute
    screen file_slots(title):
  File "game/save_name.rpy", line 263, in execute
    use game_menu(title):
  File "game/screens.rpy", line 540, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 540, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 549, in execute
    frame:
  File "game/screens.rpy", line 552, in execute
    hbox:
  File "game/screens.rpy", line 558, in execute
    frame:
  File "game/screens.rpy", line 561, in execute
    if scroll == "viewport":
  File "game/screens.rpy", line 592, in execute
    transclude
  File "game/save_name.rpy", line 263, in execute
    use game_menu(title):
  File "game/save_name.rpy", line 265, in execute
    frame:
  File "game/save_name.rpy", line 272, in execute
    if persistent.save_naming:
  File "game/save_name.rpy", line 273, in execute
    textbutton _("Save Name [gr]ON") action ToggleField(persistent,"save_naming")
  File "timelessvendetta-0.4.0-pc/renpy/ui.py", line 988, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "timelessvendetta-0.4.0-pc/renpy/text/text.py", line 1633, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "timelessvendetta-0.4.0-pc/renpy/text/text.py", line 1763, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "timelessvendetta-0.4.0-pc/renpy/substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "timelessvendetta-0.4.0-pc/renpy/substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
  File "/var/mnt/hdd_data/Pictures/Wallpapers/New folder/New folder (9)/Game/timelessvendetta-0.4.0-pc/renpy/substitutions.py", line 236, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'gr' is not defined.

Linux-6.8.10-300.fc40.x86_64-x86_64-with-glibc2.39 x86_64
Ren'Py 8.1.3.23091805
Timeless Vendetta 0.4.0
Fri May 31 21:37:19 2024
[/CODE]
 
Last edited:

Zemax

☠︎︎ The real world is where the monsters are ☠︎︎
Modder
Uploader
Donor
Aug 19, 2022
2,859
33,334
Hi, just tried using this mod and when starting the game and trying to open the menu after clicking start (start game -> right click -> should open to save page), I encountered errors. Namely:

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

While running game code:
  File "game/screens.rpy", line 713, in execute
    screen load():
  File "game/screens.rpy", line 713, in execute
    screen load():
  File "game/screens.rpy", line 717, in execute
    use file_slots(_("Load"))
  File "game/save_name.rpy", line 259, in execute
    screen file_slots(title):
  File "game/save_name.rpy", line 259, in execute
    screen file_slots(title):
  File "game/save_name.rpy", line 263, in execute
    use game_menu(title):
  File "game/screens.rpy", line 540, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 540, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 549, in execute
    frame:
  File "game/screens.rpy", line 552, in execute
    hbox:
  File "game/screens.rpy", line 558, in execute
    frame:
  File "game/screens.rpy", line 561, in execute
    if scroll == "viewport":
  File "game/screens.rpy", line 592, in execute
    transclude
  File "game/save_name.rpy", line 263, in execute
    use game_menu(title):
  File "game/save_name.rpy", line 265, in execute
    frame:
  File "game/save_name.rpy", line 272, in execute
    if persistent.save_naming:
  File "game/save_name.rpy", line 273, in execute
    textbutton _("Save Name [gr]ON") action ToggleField(persistent,"save_naming")
NameError: Name 'gr' is not defined.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "timelessvendetta-0.4.0-pc/renpy/ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "timelessvendetta-0.4.0-pc/renpy/python.py", line 1122, 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 "timelessvendetta-0.4.0-pc/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "timelessvendetta-0.4.0-pc/renpy/display/core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "timelessvendetta-0.4.0-pc/renpy/display/core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "timelessvendetta-0.4.0-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "timelessvendetta-0.4.0-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "timelessvendetta-0.4.0-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "timelessvendetta-0.4.0-pc/renpy/display/screen.py", line 476, in visit_all
    callback(self)
  File "timelessvendetta-0.4.0-pc/renpy/display/core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "timelessvendetta-0.4.0-pc/renpy/display/screen.py", line 487, in per_interact
    self.update()
  File "timelessvendetta-0.4.0-pc/renpy/display/screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 713, in execute
    screen load():
  File "game/screens.rpy", line 713, in execute
    screen load():
  File "game/screens.rpy", line 717, in execute
    use file_slots(_("Load"))
  File "game/save_name.rpy", line 259, in execute
    screen file_slots(title):
  File "game/save_name.rpy", line 259, in execute
    screen file_slots(title):
  File "game/save_name.rpy", line 263, in execute
    use game_menu(title):
  File "game/screens.rpy", line 540, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 540, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 549, in execute
    frame:
  File "game/screens.rpy", line 552, in execute
    hbox:
  File "game/screens.rpy", line 558, in execute
    frame:
  File "game/screens.rpy", line 561, in execute
    if scroll == "viewport":
  File "game/screens.rpy", line 592, in execute
    transclude
  File "game/save_name.rpy", line 263, in execute
    use game_menu(title):
  File "game/save_name.rpy", line 265, in execute
    frame:
  File "game/save_name.rpy", line 272, in execute
    if persistent.save_naming:
  File "game/save_name.rpy", line 273, in execute
    textbutton _("Save Name [gr]ON") action ToggleField(persistent,"save_naming")
  File "timelessvendetta-0.4.0-pc/renpy/ui.py", line 988, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "timelessvendetta-0.4.0-pc/renpy/text/text.py", line 1633, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "timelessvendetta-0.4.0-pc/renpy/text/text.py", line 1763, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "timelessvendetta-0.4.0-pc/renpy/substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "timelessvendetta-0.4.0-pc/renpy/substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
  File "/var/mnt/hdd_data/Pictures/Wallpapers/New folder/New folder (9)/Game/timelessvendetta-0.4.0-pc/renpy/substitutions.py", line 236, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'gr' is not defined.

Linux-6.8.10-300.fc40.x86_64-x86_64-with-glibc2.39 x86_64
Ren'Py 8.1.3.23091805
Timeless Vendetta 0.4.0
Fri May 31 21:37:19 2024
[/CODE]
The mod works fine, but it seems you're missing a file. Please re-download the mod and ensure all the files are included and installed properly.
 

Sapient Monkey

New Member
May 6, 2024
4
0
A minor request, but can you put your name at the end of the filename or something? If you put it at the start, your mod file isn't near the actual game it goes with in my file manager. I always have to rename the file when I download it so that it stays with the game it belongs with. (I always have my files in alphabetical order.)

Thanks for your work. :)