Mod Ren'Py Rightful Ownership Multi-Mod [v0.5.0][RiamMar]

RiamMar

Heart of the Keyforge One Hand Clapping
Modder
Game Developer
Sep 15, 2017
754
2,929
title.jpg
Updated: 2023-08-07
Game: Rightful Ownership by RNGR | f95zone
Modder: RiamMar | F95zone
Game Version: 0.5.0
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Downloads:
Android port*
You don't have permission to view the spoiler content. Log in or register now.
* modded Android port by Ghost''
 
Last edited:

msleomac

Engaged Member
Feb 1, 2019
2,431
1,555
ok i tried installing mod but game not working. i moved mods file into game folder. thats it right?
 
  • Like
Reactions: Capt OA

RiamMar

Heart of the Keyforge One Hand Clapping
Modder
Game Developer
Sep 15, 2017
754
2,929
ok i tried installing mod but game not working. i moved mods file into game folder. thats it right?
This is a screenshot of the folder structure.

2023-01-30 13_52_20-E__Games__ modded_Rightful Ownership_game_mods.jpg
Did you copy the mods folder or the RiamMar_ModCore_4 folder? If the latter, please do it with the mods directory.

If the folder structure is right, could you post your traceback.txt (located in the base directory of the game)?
 
  • Like
Reactions: msleomac

RiamMar

Heart of the Keyforge One Hand Clapping
Modder
Game Developer
Sep 15, 2017
754
2,929
Your attachments give me an "Oops! We ran into a problem", can you re-upload them please?
Made a upload folder in , you can upload the files there too.
 
  • Like
Reactions: jazzmufffin

wickd123

Newbie
Oct 8, 2017
20
32
This is the error i got, either when loading an existing save or starting a new game.


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

While running game code:
  File "game/script.rpy", line 51, in script
    with fade
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 1, in execute
    screen quick_menu ():
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 1, in execute
    screen quick_menu ():
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 3, in execute
    if quick_menu:
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 4, in execute
    hbox:
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 16, in execute
    textbutton RiamMar_quickMenuModMenuButtonText action ShowMenu (riamMar.activeModMenuTab ())
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 16, in <module>
    textbutton RiamMar_quickMenuModMenuButtonText action ShowMenu (riamMar.activeModMenuTab ())
NameError: name 'RiamMar_quickMenuModMenuButtonText' is not defined

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

Full traceback:
  File "game/script.rpy", line 51, in script
    with fade
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\ast.py", line 1658, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\exports.py", line 1657, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\core.py", line 2798, in do_with
    return self.interact(trans_pause=True,
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\core.py", line 3377, 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 "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 2 more times]
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 1, in execute
    screen quick_menu ():
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 1, in execute
    screen quick_menu ():
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 3, in execute
    if quick_menu:
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 4, in execute
    hbox:
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 16, in execute
    textbutton RiamMar_quickMenuModMenuButtonText action ShowMenu (riamMar.activeModMenuTab ())
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 16, in <module>
    textbutton RiamMar_quickMenuModMenuButtonText action ShowMenu (riamMar.activeModMenuTab ())
NameError: name 'RiamMar_quickMenuModMenuButtonText' is not defined

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
Rightful Ownership 0.3.2
Wed Feb  1 07:38:23 2023
 
  • Like
Reactions: RiamMar

RiamMar

Heart of the Keyforge One Hand Clapping
Modder
Game Developer
Sep 15, 2017
754
2,929
Huh?
Okay, that should be fixable. When I'm back home from the dentist, I will have a look.
 

RiamMar

Heart of the Keyforge One Hand Clapping
Modder
Game Developer
Sep 15, 2017
754
2,929
This is the error i got, either when loading an existing save or starting a new game.


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

While running game code:
  File "game/script.rpy", line 51, in script
    with fade
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 1, in execute
    screen quick_menu ():
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 1, in execute
    screen quick_menu ():
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 3, in execute
    if quick_menu:
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 4, in execute
    hbox:
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 16, in execute
    textbutton RiamMar_quickMenuModMenuButtonText action ShowMenu (riamMar.activeModMenuTab ())
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 16, in <module>
    textbutton RiamMar_quickMenuModMenuButtonText action ShowMenu (riamMar.activeModMenuTab ())
NameError: name 'RiamMar_quickMenuModMenuButtonText' is not defined

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

Full traceback:
  File "game/script.rpy", line 51, in script
    with fade
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\ast.py", line 1658, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\exports.py", line 1657, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\core.py", line 2798, in do_with
    return self.interact(trans_pause=True,
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\core.py", line 3377, 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 "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 2 more times]
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "x\RightfulOwnership-0.3.2-win\RightfulOwnership-0.3.2-win\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 1, in execute
    screen quick_menu ():
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 1, in execute
    screen quick_menu ():
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 3, in execute
    if quick_menu:
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 4, in execute
    hbox:
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 16, in execute
    textbutton RiamMar_quickMenuModMenuButtonText action ShowMenu (riamMar.activeModMenuTab ())
  File "game/mods/RiamMar_ModCore_4/screens/quick_menu.rpy", line 16, in <module>
    textbutton RiamMar_quickMenuModMenuButtonText action ShowMenu (riamMar.activeModMenuTab ())
NameError: name 'RiamMar_quickMenuModMenuButtonText' is not defined

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
Rightful Ownership 0.3.2
Wed Feb  1 07:38:23 2023
Updated links to a fixed version. Could you try it out?
Thanks in advance!
 
  • Like
Reactions: Punto

RiamMar

Heart of the Keyforge One Hand Clapping
Modder
Game Developer
Sep 15, 2017
754
2,929
:eek:
Yes, forgot to change that. I'll write an info next to the download links to ignore it. It's not worth an re-upload of all the files.

A fix is attached :)

Removed attachment in favor of mod re-upload with missing choice fix.
 
Last edited:
  • Red Heart
Reactions: h0Ws?!

jasad

Active Member
Dec 14, 2021
707
547
View attachment 2350740

Overview:
Unintrusive mod that highlights choices and has options to change MC's name, choices and relationship points.

I didn't want to screw with the start menu for now,
so the mod only shows up in the game menu on the left side and quick nav.


About v.0.4.0 Part 1:
In v.0.3.2, the pregnancy variable for Karla was accidentally set to the string "True", not the boolean True.
This was fixed in this update, but to fix your already set variable, you would have needed to replay the scene.
This mod includes a fix for that and will convert your pregnant Karla to a True pregnant Karla. :D
I'll get in contact with the games dev, to apply this fix to the game itself with the next update.

Fix for missed choice is uploadad. Continue with the download!

Updated: 2023-02-05

Game: Rightful Ownership
Game Version: 0.4.0 Part 1
Creator: RNGR | - - - -

Modder: RiamMar
Mod Version: 0.4.0 Part 1

Language: English

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

Download v0.4.0 Part 1 fixed version string + choice:
- - - -

You don't have permission to view the spoiler content. Log in or register now.
View attachment 2350733 View attachment 2350734 View attachment 2350736 View attachment 2350737 View attachment 2350738 View attachment 2350739
thx for the mod update :LOL:
 
  • Red Heart
Reactions: RiamMar

RiamMar

Heart of the Keyforge One Hand Clapping
Modder
Game Developer
Sep 15, 2017
754
2,929
Is there a chance to have Android+Mod version? Just curious
Is there an Android version? Haven't seen it and... I haven't done any Android ports... but will have a look. Can't promise anything.

Edit: Crunched, APK'ed and uploaded. Please let me know if there are any issues.
 
Last edited: