Mod Ren'Py Tales of Unity Multi-Mod [v0.11][RiamMar]

RiamMar

Heart of the Keyforge One Hand Clapping
Modder
Game Developer
Sep 15, 2017
754
2,929
title.jpg
Updated: 2023-08-21
Game: Tales of Unity by Stronkboi | F95zone
Modder: RiamMar | F95zone
Game Version: v0.11
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:

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

Catherine♡

Member
Mar 10, 2019
262
1,240
Is there a way to apply the mod on android version?
Fyi, the mod works fine in android i just tested.
to install the mod just go to ToU folder that can be found in: Android --> data--->
com.stronkboi.tou--> files
Now put the 'game' folder inside and the mod will work fine.

Also, some cellphones don't allow you to access 'data' without root, so you will need to have one app like 7Archiver(can be found into the playstore) to view the files.
 

RiamMar

Heart of the Keyforge One Hand Clapping
Modder
Game Developer
Sep 15, 2017
754
2,929
Fyi, the mod works fine in android i just tested.
to install the mod just go to ToU folder that can be found in: Android --> data--->
com.stronkboi.tou--> files
Now put the 'game' folder inside and the mod will work fine.

Also, some cellphones don't allow you to access 'data' without root, so you will need to have one app like 7Archiver(can be found into the playstore) to view the files.
Thank you for the info!
 
  • Like
Reactions: Catherine♡

Yamiyozx

Newbie
May 9, 2017
21
4
Fyi, the mod works fine in android i just tested.
to install the mod just go to ToU folder that can be found in: Android --> data--->
com.stronkboi.tou--> files
Now put the 'game' folder inside and the mod will work fine.

Also, some cellphones don't allow you to access 'data' without root, so you will need to have one app like 7Archiver(can be found into the playstore) to view the files.
Thank you very much for testing
 
  • Like
Reactions: Catherine♡

suckassonline

Member
Jun 1, 2020
150
44
when i click on variables it errors then whenever i click on wt mod button it errors until i go to main menu and reload

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 2, in execute
    screen RiamMar_ModMenu_Tab_Variables ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 2, in execute
    screen RiamMar_ModMenu_Tab_Variables ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 9, in execute
    frame:
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 11, in execute
    side "c r":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 13, in execute
    viewport id "RiamMar_ModMenuTab_Walkthrough_Scroller":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 16, in execute
    hbox style "RiamMar_ModMenu_content":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 22, in execute
    hbox style "RiamMar_ModMenu_content":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 24, in execute
    for variableCategory, variablesInCategorie  in ModVariables.items ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 26, in execute
    for thisVariable, (thisVariableName, thisVariableDescription) in variablesInCategorie.items ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 27, in execute
    python:
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 28, in <module>
    thisVariableValue = globals ()[thisVariable]
KeyError: 'preg'

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\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 "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 2, in execute
    screen RiamMar_ModMenu_Tab_Variables ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 2, in execute
    screen RiamMar_ModMenu_Tab_Variables ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 9, in execute
    frame:
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 11, in execute
    side "c r":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 13, in execute
    viewport id "RiamMar_ModMenuTab_Walkthrough_Scroller":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 16, in execute
    hbox style "RiamMar_ModMenu_content":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 22, in execute
    hbox style "RiamMar_ModMenu_content":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 24, in execute
    for variableCategory, variablesInCategorie  in ModVariables.items ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 26, in execute
    for thisVariable, (thisVariableName, thisVariableDescription) in variablesInCategorie.items ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 27, in execute
    python:
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 28, in <module>
    thisVariableValue = globals ()[thisVariable]
KeyError: 'preg'

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Tales_of_Unity-v0.11 0.11
Sun Aug 20 22:30:25 2023
 

RiamMar

Heart of the Keyforge One Hand Clapping
Modder
Game Developer
Sep 15, 2017
754
2,929
when i click on variables it errors then whenever i click on wt mod button it errors until i go to main menu and reload

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 2, in execute
    screen RiamMar_ModMenu_Tab_Variables ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 2, in execute
    screen RiamMar_ModMenu_Tab_Variables ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 9, in execute
    frame:
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 11, in execute
    side "c r":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 13, in execute
    viewport id "RiamMar_ModMenuTab_Walkthrough_Scroller":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 16, in execute
    hbox style "RiamMar_ModMenu_content":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 22, in execute
    hbox style "RiamMar_ModMenu_content":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 24, in execute
    for variableCategory, variablesInCategorie  in ModVariables.items ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 26, in execute
    for thisVariable, (thisVariableName, thisVariableDescription) in variablesInCategorie.items ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 27, in execute
    python:
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 28, in <module>
    thisVariableValue = globals ()[thisVariable]
KeyError: 'preg'

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\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 "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 2, in execute
    screen RiamMar_ModMenu_Tab_Variables ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 2, in execute
    screen RiamMar_ModMenu_Tab_Variables ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 9, in execute
    frame:
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 11, in execute
    side "c r":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 13, in execute
    viewport id "RiamMar_ModMenuTab_Walkthrough_Scroller":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 16, in execute
    hbox style "RiamMar_ModMenu_content":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 22, in execute
    hbox style "RiamMar_ModMenu_content":
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 24, in execute
    for variableCategory, variablesInCategorie  in ModVariables.items ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 26, in execute
    for thisVariable, (thisVariableName, thisVariableDescription) in variablesInCategorie.items ():
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 27, in execute
    python:
  File "game/mod/core/ModMenu/Tabs/Variables.rpy", line 28, in <module>
    thisVariableValue = globals ()[thisVariable]
KeyError: 'preg'

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Tales_of_Unity-v0.11 0.11
Sun Aug 20 22:30:25 2023
Weird, it's showing up for me without problem. Guess I will have to add the usual checks again, sorry for that.

I updated the files. Could you give it a try, please?
 

suckassonline

Member
Jun 1, 2020
150
44
Weird, it's showing up for me without problem. Guess I will have to add the usual checks again, sorry for that.

I updated the files. Could you give it a try, please?
still getting it

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "renpy/common/00action_data.rpy", line 79, in get_selected
    return __get_field(self.object, self.field, self.kind) == self.value
  File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
    raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable preg does not exist.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\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 "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\screen.py", line 456, in visit_all
    self.child.visit_all(callback, seen=None)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 9 more times]
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 584, in visit_all
    callback(self)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\behavior.py", line 968, in per_interact
    if self.is_selected():
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\behavior.py", line 956, in is_selected
    return is_selected(self.action)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\behavior.py", line 401, in is_selected
    return action.get_selected()
  File "renpy/common/00action_data.rpy", line 79, in get_selected
    return __get_field(self.object, self.field, self.kind) == self.value
  File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
    raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable preg does not exist.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Tales_of_Unity-v0.11 0.11
Mon Aug 21 11:36:42 2023
 

RiamMar

Heart of the Keyforge One Hand Clapping
Modder
Game Developer
Sep 15, 2017
754
2,929
still getting it

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "renpy/common/00action_data.rpy", line 79, in get_selected
    return __get_field(self.object, self.field, self.kind) == self.value
  File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
    raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable preg does not exist.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\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 "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\screen.py", line 456, in visit_all
    self.child.visit_all(callback, seen=None)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 9 more times]
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 584, in visit_all
    callback(self)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\behavior.py", line 968, in per_interact
    if self.is_selected():
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\behavior.py", line 956, in is_selected
    return is_selected(self.action)
  File "C:\Agames\tales\Tales_Of_Unity-0.11-pc\renpy\display\behavior.py", line 401, in is_selected
    return action.get_selected()
  File "renpy/common/00action_data.rpy", line 79, in get_selected
    return __get_field(self.object, self.field, self.kind) == self.value
  File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
    raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable preg does not exist.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Tales_of_Unity-v0.11 0.11
Mon Aug 21 11:36:42 2023
Okay… different error, but I still don't know why you get those.
Opted to just default the variable so it exists no matter what.

Please try again. :-|

 

suckassonline

Member
Jun 1, 2020
150
44
Okay… different error, but I still don't know why you get those.
Opted to just default the variable so it exists no matter what.

Please try again. :-|

ima try again but could unren be causing these issues?

ok i tried the link u sent and it works now. both no unren and with unren\

thx for the help <3
 

RiamMar

Heart of the Keyforge One Hand Clapping
Modder
Game Developer
Sep 15, 2017
754
2,929
ima try again but could unren be causing these issues?
No, we had some problems with unren in another games mod, but only with the console/dev options. Can't exactly remember what the problem was, but it should be resolved.
ok i tried the link u sent and it works now. both no unren and with unren\
I would have been reeeeeally confused if this wouldn't have worked. *giggle* Thanks for confirming with both unren und not-unren.
thx for the help <3
You're more then welcome. <3
 

MD27

Member
Feb 28, 2020
266
291
Probably joiplay's fault, but got this when starting

[code]
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/mod/core/ModMenu/Tabs/Characters.rpy", line 55: the background keyword argument was not given a value.
frame background:
^

Ren'Py Version: Ren'Py 8.1.1.23060707
Mon Aug 21 23:04:39 2023
[/code]
 

RiamMar

Heart of the Keyforge One Hand Clapping
Modder
Game Developer
Sep 15, 2017
754
2,929
Probably joiplay's fault, but got this when starting

[code]
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/mod/core/ModMenu/Tabs/Characters.rpy", line 55: the background keyword argument was not given a value.
frame background:
^

Ren'Py Version: Ren'Py 8.1.1.23060707
Mon Aug 21 23:04:39 2023
[/code]
More or less, me and Joiplay are at fault. More me, probably :D
Should be fixed now. Let me know if there's another error with Joiplay.