Mod Ren'Py Desire of Fate - Multi-Mod [Ep.3 v1.5] [LightmanP]

ManaPot

Newbie
Feb 22, 2019
21
21
Doesn't this mod work for android?when I tried to use this mod for android the game crashed
This one is a bit tricky to use on Android. Put the game folder in the files folder for the d.o.f BUT you also have to delete all the .rpyc files from the game folder (including any rpyc files in any subfolders). The game should stop crashing.

Unfortunately, since the game generates rpyc files after loading, you have to delete them every time you want to load up the game.
 

Tarock

Member
Feb 21, 2018
188
61


Overview:
The mod adds an in-game walkthrough focused on the choices that give the most points, a gallery unlock button, an option to name saves, alternative font, and a few UI improvements.

Updated: 2024-02-15
Game/Creator: Desire of Fate / KKpotato - - -
Modder: LightmanP
Mod Version: Ep.3 v1
Game Version: Ep.3 v1
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.



MOINSEN

Is their a chance to disable that s....t f.....g Name Save? For Android playing via JoiPlay it's a HORROR
 

cpdp11

Newbie
Jul 5, 2020
43
56
UI improvements: can use numbers for menu choices, choice menu background is removed, 'q' toggles the quick menu.
I don't know why but I still see the choice menu background so I did it myself by adding this code

Python:
init 999:
    style choice_button:
        background None
 

oyeh

Member
Feb 26, 2018
116
36
Why are there no scenes after Lilith in the gallery? Like Vera...Maria etc???
 

BBC246

Newbie
Nov 8, 2023
21
2
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/ep2v2pbclub.rpy", line 1030, in script call
call qte_game_x(3, 3) from _call_qte_game_x_2 # main vòng ra sau
File "game/minigames2.rpy", line 3, in script
$ renpy.force_autosave(block=True)
File "game/minigames2.rpy", line 3, in <module>
$ renpy.force_autosave(block=True)
AttributeError: 'NoneType' object has no attribute 'width'

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

Full traceback:
File "game/ep2v2pbclub.rpy", line 1030, in script call
call qte_game_x(3, 3) from _call_qte_game_x_2 # main vòng ra sau
File "game/minigames2.rpy", line 3, in script
$ renpy.force_autosave(block=True)
File "D:\Users\Lenovo-Gaming\Desktop\DOF-Ep3_V_1.5-pc\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Users\Lenovo-Gaming\Desktop\DOF-Ep3_V_1.5-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/minigames2.rpy", line 3, in <module>
$ renpy.force_autosave(block=True)
File "D:\Users\Lenovo-Gaming\Desktop\DOF-Ep3_V_1.5-pc\renpy\loadsave.py", line 608, in force_autosave
save(prefix + "1", extra_info=extra_info)
File "D:\Users\Lenovo-Gaming\Desktop\DOF-Ep3_V_1.5-pc\renpy\loadsave.py", line 442, in save
screenshot = renpy.game.interface.get_screenshot()
File "D:\Users\Lenovo-Gaming\Desktop\DOF-Ep3_V_1.5-pc\renpy\display\core.py", line 1472, in get_screenshot
self.take_screenshot(
File "D:\Users\Lenovo-Gaming\Desktop\DOF-Ep3_V_1.5-pc\renpy\display\core.py", line 1438, in take_screenshot
surf = renpy.display.draw.screenshot(self.surftree)
File "gl2draw.pyx", line 1218, in renpy.gl2.gl2draw.GL2Draw.screenshot
AttributeError: 'NoneType' object has no attribute 'width'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
Desire of Fate Ep3_V_1.5
Fri Nov 1 20:46:44 2024
```
 

LightmanP

Well-Known Member
Modder
Game Developer
Oct 5, 2020
1,764
16,754
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/ep2v2pbclub.rpy", line 1030, in script call
call qte_game_x(3, 3) from _call_qte_game_x_2 # main vòng ra sau
File "game/minigames2.rpy", line 3, in script
$ renpy.force_autosave(block=True)
File "game/minigames2.rpy", line 3, in <module>
$ renpy.force_autosave(block=True)
AttributeError: 'NoneType' object has no attribute 'width'

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

Full traceback:
File "game/ep2v2pbclub.rpy", line 1030, in script call
call qte_game_x(3, 3) from _call_qte_game_x_2 # main vòng ra sau
File "game/minigames2.rpy", line 3, in script
$ renpy.force_autosave(block=True)
File "D:\Users\Lenovo-Gaming\Desktop\DOF-Ep3_V_1.5-pc\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Users\Lenovo-Gaming\Desktop\DOF-Ep3_V_1.5-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/minigames2.rpy", line 3, in <module>
$ renpy.force_autosave(block=True)
File "D:\Users\Lenovo-Gaming\Desktop\DOF-Ep3_V_1.5-pc\renpy\loadsave.py", line 608, in force_autosave
save(prefix + "1", extra_info=extra_info)
File "D:\Users\Lenovo-Gaming\Desktop\DOF-Ep3_V_1.5-pc\renpy\loadsave.py", line 442, in save
screenshot = renpy.game.interface.get_screenshot()
File "D:\Users\Lenovo-Gaming\Desktop\DOF-Ep3_V_1.5-pc\renpy\display\core.py", line 1472, in get_screenshot
self.take_screenshot(
File "D:\Users\Lenovo-Gaming\Desktop\DOF-Ep3_V_1.5-pc\renpy\display\core.py", line 1438, in take_screenshot
surf = renpy.display.draw.screenshot(self.surftree)
File "gl2draw.pyx", line 1218, in renpy.gl2.gl2draw.GL2Draw.screenshot
AttributeError: 'NoneType' object has no attribute 'width'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
Desire of Fate Ep3_V_1.5
Fri Nov 1 20:46:44 2024
```
Click Ignore, not a mod error