Sancho1969

Devoted Member
Modder
Donor
Jan 19, 2020
11,963
45,189
LMAO... if you force Liv you get a submenu where you can "Respect her wishes" and pad her stats big time:
1711493342071.png
 

MrBenny

Well-Known Member
Jul 20, 2021
1,517
2,894
Man, this title just keeps piling on the girls. And I sure hope Chelsea becomes a love interest...for me she's one of my top 5. And hoping we can have a threesome with Chelsea and Brooke at some point in the story. ;)

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

MauritkCL

Member
Feb 3, 2018
259
241
View attachment 2026922
Radiant [v0.6.1] Walkthrough Mod

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.

Note: I will update the Mod only on full releases.

Download: - - ANDROID by Ghost''

As always if you like the game please show your support for the Dev, .
If you like my work, please consider supporting me on my or , check my .

I'm getting this error, with and without the 'Walkthrough Mod':


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

While running game code:
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
AttributeError: Can't get attribute 'WTMOD_DB' on <renpy.python.StoreModule object at 0x0000000003bc1fd0>

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-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 "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-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 "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\core.py", line 4543, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\behavior.py", line 1075, in handle_click
    rv = run(action)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\behavior.py", line 379, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\loadsave.py", line 815, in load
    roots, log = loads(log_data)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\compat\pickle.py", line 100, in loads
    return load(io.BytesIO(s))
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\compat\pickle.py", line 97, in load
    return up.load()
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\compat\pickle.py", line 93, in find_class
    return super().find_class(module, name)
AttributeError: Can't get attribute 'WTMOD_DB' on <renpy.python.StoreModule object at 0x0000000003bc1fd0>

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
Radiant 0.6.1
Wed Mar 27 01:34:05 2024
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,481
19,557
I'm getting this error, with and without the 'Walkthrough Mod':


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

While running game code:
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
AttributeError: Can't get attribute 'WTMOD_DB' on <renpy.python.StoreModule object at 0x0000000003bc1fd0>

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-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 "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-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 "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\core.py", line 4543, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\behavior.py", line 1075, in handle_click
    rv = run(action)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\display\behavior.py", line 379, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\loadsave.py", line 815, in load
    roots, log = loads(log_data)
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\compat\pickle.py", line 100, in loads
    return load(io.BytesIO(s))
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\compat\pickle.py", line 97, in load
    return up.load()
  File "D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\compat\pickle.py", line 93, in find_class
    return super().find_class(module, name)
AttributeError: Can't get attribute 'WTMOD_DB' on <renpy.python.StoreModule object at 0x0000000003bc1fd0>

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
Radiant 0.6.1
Wed Mar 27 01:34:05 2024
D:\Chrome Downloads\Radiant-0.6.1-pc\Radiant-0.6.1-pc\renpy\python.py",

wHy iSn'T tHe gAmE wOrKiNg.... :KEK:
 
  • Haha
Reactions: Mommysbuttslut

Sancho1969

Devoted Member
Modder
Donor
Jan 19, 2020
11,963
45,189
Something wicked this way comes....

SanchoMod proudly presents:
Radiant Multi-Mod - Not Abandoned Edition (v0.6.1 update)
Radiant_SM_Cover.jpg
Go get you some.
( Simply click on the banner image above )

1711500099319.png 1711500137165.png 1711500157866.png

The mod so badass that it apparently can no longer be listed in the VN's OP (yet again).
Just look at all these features (go ahead, click on 'em):

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.

NOTE: If you don't want to play modded but still hate the VN's mouse cursor, then see Sancho's Mouse Cursor corrector found here. It's non-destructive, non-permanent, and non-fuckery.

Please enjoy. Mod core is updated to the latest v7b with even more features. I hope you find at least one feature beneficial to your experience. Remember absolutely everything can be toggled on/off as desired and on the fly. Complete information and exhaustive previews can be found on the mod's thread (simply click the banner above). Regards and be well.

- Sancho
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,481
19,557
Instead of mocking me, would you mind helping? I have no idea how any of this shit works, like most people on this platform.
You put the game in the game... you can deduce that yourself. I even highlighted it for you... :rolleyes:
How to create folder structures is taught in school and should be common knowledge.



Please read that.
 

Sancho1969

Devoted Member
Modder
Donor
Jan 19, 2020
11,963
45,189
What are the choices you have to do to reach this? I´m planning to start a fresh playthrough in a few days and wanted this.
DL SanchoMod... it'll hold your hand. If you don't want to do that think of it this way: "forcing" any LI to do anything gives you a hint... just be a "dark" asshole through the playthrough and you won't miss it.
 

MauritkCL

Member
Feb 3, 2018
259
241
Tbf it's kinda impressive that he even gets as far as an error code. I just checked, my PC won't even get that much running from a zip
Dick.
You put the game in the game... you can deduce that yourself. I even highlighted it for you... :rolleyes:
How to create folder structures is taught in school and should be common knowledge.



Please read that.
Well, I didn't put the game anywhere. I simply extracted it from the zip/rar/whatever file. It came that way. I just re-extracted it from the file, to make sure I didn't (accidently) do as you said I did. Nevertheless I took your advice. I removed 'the game from the game' and the same error still happens.


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

While running game code:
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
AttributeError: Can't get attribute 'WTMOD_DB' on <renpy.python.StoreModule object at 0x0000000003ba8fd0>

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\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 "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\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 "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\core.py", line 4543, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\behavior.py", line 1075, in handle_click
    rv = run(action)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\display\behavior.py", line 379, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\loadsave.py", line 815, in load
    roots, log = loads(log_data)
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\compat\pickle.py", line 100, in loads
    return load(io.BytesIO(s))
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\compat\pickle.py", line 97, in load
    return up.load()
  File "D:\Chrome Downloads\Radiant-0.6.1-pcc\renpy\compat\pickle.py", line 93, in find_class
    return super().find_class(module, name)
AttributeError: Can't get attribute 'WTMOD_DB' on <renpy.python.StoreModule object at 0x0000000003ba8fd0>

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
Radiant 0.6.1
Wed Mar 27 01:57:49 2024
 
Last edited:

Qixoni

Active Member
Jul 10, 2017
961
935
DL SanchoMod... it'll hold your hand. If you don't want to do that think of it this way: "forcing" any LI to do anything gives you a hint... just be a "dark" asshole through the playthrough and you won't miss it.
I always use your mod, and I have been a dark asshole, and still nothing. I read that there are some choices in chapter 4. But perhaps your mod now gives that hint.
 
4.30 star(s) 270 Votes