decker666

Member
Sep 29, 2017
228
549
plan is to make a m&f guest event like the one I did for 2f or 3f.
then add chastity cages, so you have an effective way to prevent it.

then I will see what can be done for joining so f&f+mc and m&f+mc...
maybe revamp the hornyness level gains of guests so it triggers naturally...

and only after that working on generic 3 some scenes.

PS : at some point I also need to use video to gif conversion tools to fill in some of the gaps, like transmale basic fuck scenes (minimalistic support) and some transfemale locations like bathhouse...
 

Rycharde's Realm

Well-Known Member
Game Developer
Jan 17, 2018
1,162
791
decker666, are you looking into getting with ttyrke on placing your mod in the online version? I'm playing the DLd game, but due to my system being so old, there is not a lot of disk space, sooo...
 

5mithers

Member
Aug 3, 2019
313
350
A quick fix for the child having error array skills (not traits):


Code:
###################################################
#   To Fix Child Skill list empty array error:    #
# Change this (Starting line 6901 in index.html): #
###################################################


<<if _additionalTrait>>
        <<set _child.skills = _child.skills.concat(_additionalTrait)>>
<</if>>

####################################
#          To this:                #
####################################

<<if _additionalTrait>>
        <<set _child.skills = _child.skills.concat(_mother.skills)>>
<</if>>
*Edit: And I just realized I was playing v0.29. v0.29b has fixes for this in place. My bad.
 
Last edited:

Strec

Active Member
Feb 20, 2018
617
401
Not sure to understand well the code but it would be better to get only some of the mother characteristics (with a very low chance to get all) else it conduct to "getting the perfect slave" being the only end game objective.

In any game randomizing all is always good, without falling in excess :)
 

decker666

Member
Sep 29, 2017
228
549
decker666, are you looking into getting with ttyrke on placing your mod in the online version? I'm playing the DLd game, but due to my system being so old, there is not a lot of disk space, sooo...
Hi,

Currently there is no plan to put all my mods on the online version, as the dev prefers to keep the game light even on the online version.
He has made a mechanism to allow people to make small mods and matching .js files, so people can download only what they want.
For me this subject is neither fun, nor challenging, nor do I feel compelled to work on it.

Sorry
 

The92Ghost

Newbie
May 25, 2020
62
58
I like the game, but I am kind of annoyed that the game doesn't pick on my preferences when I deny a random girl encounter in the forest or while exploring. The game should pick up that maybe I am not into girls but into guys and I want a male slave instead.

I honestly think that this should be a normal trigger for the game. Furthermore, why make encounters with fighters so hard... I am at the beginning and I have already got beaten countless times when I faced fighters and also couldn't even see if I will be able to let's say fuck them once I beat them. And then I was also bled to death because I wasn't given a warning that bleeding would kill me. Furthermore, we have a fireplace right outside, why can't I burn the wound in the fire there and stop the bleeding? Some of the ways you've built the game are interesting and while the story is not the focal point I am enjoying it somewhat.
 

5mithers

Member
Aug 3, 2019
313
350
Not sure to understand well the code but it would be better to get only some of the mother characteristics (with a very low chance to get all) else it conduct to "getting the perfect slave" being the only end game objective.

In any game randomizing all is always good, without falling in excess :)
I agree. I don't know the code well enough to fix it properly. This just passes the mother's skill set to the child (So if mother is a doctor, so is the kid). This is a quick fix to remove an error, not magically code the game. I'm sure that if someone else wanted to, they could put in the correct random generation code there. That wasn't my goal.

It was just never going to work properly when it was previously trying to populate a skill into a trait though.
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,440
1,467
I like the game, but I am kind of annoyed that the game doesn't pick on my preferences when I deny a random girl encounter in the forest or while exploring. The game should pick up that maybe I am not into girls but into guys and I want a male slave instead.

I honestly think that this should be a normal trigger for the game. Furthermore, why make encounters with fighters so hard... I am at the beginning and I have already got beaten countless times when I faced fighters and also couldn't even see if I will be able to let's say fuck them once I beat them. And then I was also bled to death because I wasn't given a warning that bleeding would kill me. Furthermore, we have a fireplace right outside, why can't I burn the wound in the fire there and stop the bleeding? Some of the ways you've built the game are interesting and while the story is not the focal point I am enjoying it somewhat.
only way to get guys is to fight or in the nightclub (atm) loosing the fights just means ya got to up ur strength
 

The92Ghost

Newbie
May 25, 2020
62
58
only way to get guys is to fight or in the nightclub (atm) loosing the fights just means ya got to up ur strength
Yeah, I managed to figure it out. I thought that this might be the case. Still, I had to level up to 300+ to be able to beat most of the people that attacked me. I would have liked it if there was a piece of information somewhere underneath the text of the encounter before starting the fight saying what is the recommended strength or endurance.

Furthermore, some kind of guideline mentioning how you can get guys would have been appreciated, as well. Like in the Journal or something.

Regardless of my harsh comments, I am enjoying the game extremely. So you definitely will get support from me. The only thing I would have liked more is a lot more description during sex interactions, like an ERP. Of course, with different texts not just one or two. These days you can generate that easily via an appropriate AI that can handle erotic stuff.

Furthermore, I did notice an annoying bug with the guys which you should definitely take a look at.

When you capture a guy and select PUNISH > HIT, the first option, the code breaks down not mentioning your character name or the captured NPC name. That happens on your current online version since I played the game there.
 

Strec

Active Member
Feb 20, 2018
617
401
Now the work on 0.30 seems ended just a reminder
You don't have permission to view the spoiler content. Log in or register now.

As said I can easily code this in javascript if you are interested and ok with the ideas.

Going to restart a new game to debug since the beggining.
 
  • Like
Reactions: ttyrke

depechedNode

Well-Known Member
Oct 10, 2017
1,808
3,767
The pack contains 10x more generic sex gifs for the generic sex scenes.
As stated a few days ago use the attached .js to make the v0.28 pack compatible with v0.29.
Enjoy
Can we use this for 0.30 too?

BTW game became one of my favourites, it's definitely addictive, thanks again for sharing.
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,512
1,798
Can we use this for 0.30 too?

BTW game became one of my favourites, it's definitely addictive, thanks again for sharing.
Nop. Need to rebuild it. BUT, hopefully in 0.31 I'll start with one standalone mod, so later when that big mod is separated in smaller chunks, you won't need to wait for rebuild each time but each mod will work as separate folder.
 
  • Like
Reactions: depechedNode

decker666

Member
Sep 29, 2017
228
549
Hey,
Here is the action pack in its new 'pack' format.
Compared to previous version it has extra transfemale images (not all used in current version).
Version 2025-04-16 :

Install it with the new method, like for a girl pack, in the game folder you put the content of the pack in the packs folder, you end up with the following folder:
<GAME_FOLDER>\packs\Extended-decker-666\
containing :
- actions\ folder
- actions.js file

Launch the game and tick the box for Extended-decker-666 in the packs settings section.
CU
 
Last edited:

gladiactor

Member
Oct 28, 2017
132
67
Hi everyone, but to see the contents of the new version do I have to start a new game? Because I loaded the save of version 0.29 but there is nothing new in the suggestions, it gives me everything 100%. Thank you.
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,440
1,467
Hi everyone, but to see the contents of the new version do I have to start a new game? Because I loaded the save of version 0.29 but there is nothing new in the suggestions, it gives me everything 100%. Thank you.
do you have the car 100% and full of fuel and done the explores with it there is also more options in clothing more in the slave market (this was only a tech update)
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,512
1,798
Hi everyone, but to see the contents of the new version do I have to start a new game? Because I loaded the save of version 0.29 but there is nothing new in the suggestions, it gives me everything 100%. Thank you.
In this update there isn't much "story" related events (just two), others are random events and few car explore events.
 

Strec

Active Member
Feb 20, 2018
617
401
Just looked the code for something else and seen that a female mistress can increment the cumslut counter, I'm surprised and my pride to be a male lowered :D
 

decker666

Member
Sep 29, 2017
228
549
Just looked the code for something else and seen that a female mistress can increment the cumslut counter, I'm surprised and my pride to be a male lowered :D
I would be lying if I said I did it un purpose :ROFLMAO:.

From a gaming perspective I think it is okay.
From realistic perspective we could imagine cum filed straons.
In any case I don't mind if it is removed (rather check if mistress is a male, since I just added that).
 
3.70 star(s) 51 Votes