Mod Cheat Mod Ren'Py Completed Oath of Loyalty [v0.10] Multi-Mod [ShaddyModda]

bamachine

Well-Known Member
Nov 17, 2020
1,281
1,735
That would be a game bug, as I don't touch the progression coding, but I'll take a look when I get up to see if I can fix it. there was a similar issue with a mom scene last game update.
I figured since we were seeing both options(the mom tv scene and the sister workout scene), that had something to do with the mod.

Also, thanks for all of your hard work, on all your different mods. This is the first time a game you modded has acted up. Like you said, may very well be the original coding that is bugged.
 
Last edited:

Mmushy

Active Member
May 5, 2020
754
971
Updated my unofficial Android port to 0.10
Don't know about anyone else but find it very unstable. Keeps crashing when I start.
I get the loading screen and then I'm back at my device's home screen. Try again and the same or its simply "loading".
I have tried rebooting my device but still does not work. Tried reinstalling without first uninstalling but it does not work.
Only works when uninstalling and reinstalling. Unfortunately it would happen again.

I'm running stick android 10
 
Last edited:
  • Like
Reactions: Tweetharts

Wills747

Engaged Member
Dec 14, 2018
2,279
4,688
Don't know about anyone else but find it very unstable. Keeps crashing when I start.
I get the loading screen and then I'm back at my device's home screen. Try again and the same or its simply "loading".
I have tried rebooting my device but still does not work. Tried reinstalling without first uninstalling but it does not work.
Only works when uninstalling and reinstalling. Unfortunately it would happen again.

I'm running stick android 10
Download again and install to be sure the DL isn't corrupt.
Delete /Wills747/oath.of.loyalty/
Start the game.
 

Mmushy

Active Member
May 5, 2020
754
971
I get this error and the game crashes.

This is the error code.
You don't have permission to view the spoiler content. Log in or register now.

I get to the end of chapter 8 and it happens again. Twice now. Game crashes. Game will not launch. Only way to launch is doing as you suggested ; deleting /Wills747/oath.of.loyalty.
Tried to be smart by deleting everything in the Wills747 folder except for a save just before the end. Game did launch but when I try to load the save. Error msg.
I uninstall, download,, install, delete cache + storage.
Unfortunately it means restarting again only to have the same issues again.

Update: have now tried on 2 different android devices (both stock android 10) and encountering the same issue I described above. Crashes at the end of 8 (where the girl gets shot) and cannot launch again
 
Last edited:
  • Like
Reactions: Tweetharts

Pebble

Newbie
Jun 19, 2017
79
70
Why don't the relationships update in the gallery replay? It always shows the default ones...
 

deadh30775n

Active Member
Mar 19, 2021
809
710
Does anyone has any idea why my screen freezes when I play certain scenes. Some of the scenes works just fine and some freezes in midway.
 

Levitikan

Newbie
Sep 9, 2018
59
28
i get an error when getting the choose where to peep on 'teacher' after sunbathing together and when ignoring it it chooses the 2nd option for me, however when i remove the mod i can play it as normal then save put the mod in and continue

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

While running game code:
  File "game/chapfive.rpy", line 1537, in script
    menu:
  File "game/screens.rpy", line 207, in execute
  File "game/screens.rpy", line 207, in execute
  File "game/screens.rpy", line 210, in execute
  File "game/screens.rpy", line 211, in execute
  File "game/screens.rpy", line 212, in execute
NameError: Name 'smblead1' is not defined.

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

Full traceback:
  File "game/chapfive.rpy", line 1537, in script
    menu:
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3213, 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 3630, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3630, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 207, in execute
  File "game/screens.rpy", line 207, in execute
  File "game/screens.rpy", line 210, in execute
  File "game/screens.rpy", line 211, in execute
  File "game/screens.rpy", line 212, in execute
  File "renpy/ui.py", line 992, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "renpy/text/text.py", line 1541, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1660, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'smblead1' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Oath Of Loyalty V10
Sun Aug 29 21:10:04 2021
 

mdspt

Newbie
Feb 21, 2018
24
155
The mod has the character side images on top of the text. I fixed it by changing line 440 in ShadyScreens.rpy to
Code:
add SideImage() xalign 0.0 ypos 508
which is what it was on the original screens.rpy.

Cheers.
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,366
11,511
The mod has the character side images on top of the text. I fixed it by changing line 440 in ShadyScreens.rpy to
Code:
add SideImage() xalign 0.0 ypos 508
which is what it was on the original screens.rpy.

Cheers.
hadn't even noticed that. I'll make sure it's fixed for the next update
 
  • Thinking Face
Reactions: AK Khan

yuhmuma

New Member
May 19, 2020
1
0
hi, the first time i started the game it worked, till i had a freeze. after that it crashes at the loding screen, i uninstalled, installed it a few times, nothing. loaded the apk again, same thing...any suggestions?

thx in advance
 

Archylanyard

Member
Feb 11, 2022
153
145
Hi all, my compressed unofficial android port of Oath of loyalty 0.10 with ShaddyModda Replay, Cheats and Walkthrough mod.
Usual gestures etc

Grant storage permissions on first run.
Your existing save files will be moved to their new location.
Any issues let me know.
Does this include the ic patch as well
 

PeteHanson

Active Member
Feb 3, 2019
730
412
Quick question.
Adds an in-game walkthrough for the important choices.
Is this a toggleable option, or is it a mandatory one?
I do like the other features, but i'm not willing to ruin a blind playthrough just because of these. :p
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,366
11,511
Quick question.

Is this a toggleable option, or is it a mandatory one?
I do like the other features, but i'm not willing to ruin a blind playthrough just because of these. :p
Not toggleable, but that doesn't stop you from selecting the choices you want.