Deleted member 216027

Active Member
Sep 24, 2017
848
1,398
So, they are going to release 3 new alternate scenes.

One is Vehlis getting fucked by an Orc (original scene: SabiaxVehlis Strap-on)
Second is NeveXSabia + Kia, as it seems (original scene: NevexSabiaXLutvrog)
Third is Sabia in barmaid outfit in doggy pose (original scene: SabiaxOrcOverseer at the arena, if you fuck up a fight)

Now, the third scenes gives me hope for a potential SabiaXJadk scene, because of the outfit. At this point I don't even care if it's non canon. Just let her fuck that barkeep, god damn it.
When will those scenes be added?
 

KingOvan

New Member
May 31, 2018
3
0
Since @booom313 hasn't done an android version yet i'm gonna leave this here
I have added the option to unlock the gallery for those who don't play the game for the story ( ͡° ͜ʖ ͡°)
Special thanks to @random.guy, had it not been for him i would probably still be looking for a way to enable the console :D
Ps: I'm new into porting so feedback is appreciated.
Sorry but how do I open this so I have all the scenes? Thank you as well for this
 

ZeeLazy

Newbie
Aug 30, 2017
80
216
What happened to that scene where she would get raped by the first orcs you meet?
You can still find it in the 0.3.0 version ( ) but it got removed from later versions. I'm guessing it's because patreon has a "no no" policy on rape so it had to go.
 
May 30, 2017
23
8
- Go to the OP
- Click on the links under How to enable the console
- Read the 2 posts
- The folder for Mac is Kingdom of Deception.app\Contents\Resources\autorun\renpy\common
- Apply the method
- Start the game
- Try using the console
- Go back to F95
- Tell me if it worked
ive done the steps, i can use the console now how do i unlock the gallery scenes?
 

JohnDupont

Active Member
Modder
May 26, 2017
840
2,833
You can still find it in the 0.3.0 version ( ) but it got removed from later versions. I'm guessing it's because patreon has a "no no" policy on rape so it had to go.
Those scenes are included in the JDMOD.
 
  • Like
Reactions: ponyguy

skot205

Newbie
Mar 19, 2017
25
33
ive done the steps, i can use the console now how do i unlock the gallery scenes?
I have been looking into this myself and I have so far not found an easy way to unlock them using only the console, but I did find an alternative. You can use the jump command in the console to go to specific scenes.
As an example: jump nevemaply1 will jump to the scene in question and unlock it in the gallery.
Included is a list of what I belive to be all the gallery scenes.
You don't have permission to view the spoiler content. Log in or register now.
 

JohnDupont

Active Member
Modder
May 26, 2017
840
2,833
I have been looking into this myself and I have so far not found an easy way to unlock them using only the console, but I did find an alternative. You can use the jump command in the console to go to specific scenes.
As an example: jump nevemaply1 will jump to the scene in question and unlock it in the gallery.
Included is a list of what I belive to be all the gallery scenes.
You don't have permission to view the spoiler content. Log in or register now.
Last time I checked, the images for the removed scenes are missing.

EDIT: Nvm, I was certain there were removed in 0.4.0.
 

6Slaanesh9

Member
Aug 17, 2017
157
136
uh... how those BONUS work again? because they seems to be exactly like the core game but with more comtaint... like, in the begining orc attact there is a gang rape scene in bonus but not in core game for some reason (yes, i made same chose) . does that mean i can just download those bonus??
 

random.person

Active Member
Aug 11, 2017
802
1,292
You can still find it in the 0.3.0 version ( ) but it got removed from later versions. I'm guessing it's because patreon has a "no no" policy on rape so it had to go.
Nope, they stated it's because they thought it didn't fit well in the story progression to have that happen so soon.
It's possible those assets will be reused sometime in the future though, I think, because they said they liked the scene.
Or so I recall.

Anyway, since someone asked things about unlocking the gallery, I posted this last week:

If for any reason anyone else wants a way to switch from unlocked gallery to unlocked scenes only gallery, just paste this (be sure it's indented and that those are spaces not tabs) at the top of script.rpy:

init python:
persistent.FILLMAHGALLERY = False
def FLIPGALLERY():

persistent.FILLMAHGALLERY = not persistent.FILLMAHGALLERY

Then open Menus.rpy, search for renpy.seen_label(gallery_picked) on line 607 (I might actually have messed with line numbers tinkering with the file the other day) and add an or statetement with the above persistent.flag.
The line should then read:
if renpy.seen_label(gallery_picked) or persistent.FILLMAHGALLERY:
(Remember to keep the original indentation here)

This way when you're in the console in the gallery you can call FLIPGALLERY() and it should switch between full unlock and only unlocked scenes. To reset the unlock progress, the command is persistent._clear(progress=True).

Obviously you need unrpyc to get an .rpy file since the last version came with only .rpyc if I'm not mistaken.
It's not that useful of a thing, but might be interesting for someone else.
As soon as I download the fixed version of the game I can provide edited files too.
 
  • Like
Reactions: JohnDupont
3.90 star(s) 77 Votes