Mod Ren'Py Kingdom of Deception JDMOD [0.14.0] [JohnDupont]

5.00 star(s) 1 Vote

zed4o777

Member
Dec 11, 2017
207
54
i found it on renpy forum


Enabling the Developer Console of Ren’py Games:

Create a text document called options.rpy and paste below code there and Save.

init -1:
python hide:
config.developer = True

Second line needs 4 spaces before python hide:

Third line needs 8 spaces before config.developer = True*

Step 2: Now you have to place the code in a folder called game inside your Ren’py game. The path should look like this, yourgamename/game/options.rpy

shift+o
 
  • Like
Reactions: axz2

joe42

Newbie
Dec 19, 2017
34
17
Anybody else had this issue?

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

While running game code:
  File "game/Hentai_Scenes.rpy", line 9525, in <module>
NameError: name 'Orcshaman' is not defined

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

Full traceback:
  File "Hentai_Scenes.rpyc", line 9525, in script
  File "C:\Users\ehrli\Desktop\Games\Kingdom of Deception\Kingdom_of_Deception-pc0.11.0(1)\Kingdom_of_Deception-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\ehrli\Desktop\Games\Kingdom of Deception\Kingdom_of_Deception-pc0.11.0(1)\Kingdom_of_Deception-pc\renpy\python.py", line 1888, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/Hentai_Scenes.rpy", line 9525, in <module>
NameError: name 'Orcshaman' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.11.4
Mon Dec 28 14:46:05 2020
 

jojanq1

New Member
Aug 4, 2020
9
2
Sorry, I'm just confused on how to install the Viressa's Fan Fic mod. I got everything else to work, but I can't get that fan fic mod to go in. Could someone tell me how to successfully install it.
 

XziebertX

Newbie
Jan 24, 2018
70
61
can someone tell me why when I add the bonuses this happen?
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/JDMOD/Menus_Override.rpy", line 63, in script
$ startgallery("Database/gallery.tsv")
File "game/JDMOD/Menus_Override.rpy", line 63, in <module>
$ startgallery("Database/gallery.tsv")
File "game/Menus.rpy", line 686, in startgallery
IndexError: list index out of range

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

Full traceback:
File "game/JDMOD/Menus_Override.rpy", line 63, in script
$ startgallery("Database/gallery.tsv")
File "D:\Downloads\Kingdom of Deception\Core\Kingdom_of_Deception-pc[0.11.5]\Kingdom_of_Deception-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Downloads\Kingdom of Deception\Core\Kingdom_of_Deception-pc[0.11.5]\Kingdom_of_Deception-pc\renpy\python.py", line 1888, in py_exec_bytecode
exec bytecode in globals, locals
File "game/JDMOD/Menus_Override.rpy", line 63, in <module>
$ startgallery("Database/gallery.tsv")
File "game/Menus.rpy", line 686, in startgallery
IndexError: list index out of range

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.11.5
Mon Jan 18 22:36:21 2021


thank you for your attention (also can you tell me how to install the bonus (art pack? and variants?) on the game with JDMOD)
here how I install the bonuses for your information
1. Merge all bonus and variants into 1 (but devide it into Art Pack, Kingdom_of_Deception-Bonus_Scenes-pc, and Variants) and then I put it on the \Kingdom_of_Deception-pc (I don't put Art Pack and Variants since I don't know how)
2. Put the Viressa's Cheat Menu, Fanfic Mod, and Prologue Restoration in the \Kingdom_of_Deception-pc\game
3. Copy the JDMOD into \Kingdom_of_Deception-pc\game
4. Unren the game (I don't know what to do so I just type 9 and it show a bunch of .rpyc with no script files to decompile)
5. copy the \Kingdom_of_Deception-pc\game\scenes into \Kingdom_of_Deception-pc\game\JDMOD\scenes
 
5.00 star(s) 1 Vote