- Oct 6, 2019
- 25
- 25
Do other mods of this wonderful game existing? I've seen CripsyKing's pretty much abandoned attempt for this game as well as d10lorenzo's great mod, but I'm just curious if anyone knows of any other mods to this game...
There was one that had a couple of art improvements (Jessica having nipples in her titjob scene, among other things) , but I used that one as a base to make my mod, so you have already seen what it offered.Do other mods of this wonderful game existing? I've seen CripsyKing's pretty much abandoned attempt for this game as well as d10lorenzo's great mod, but I'm just curious if anyone knows of any other mods to this game...
Please remember this is a short game with limitted resources and snippets of art
here and there that devs get to fiddle with.
We are not talking any production material or team involved,
just afficionados doing their kink a favor from time to time.
Games are like movies on a minute scale.
You just cannot fill the gaps well enough without making a repetitive grind
where players tend to lose focus in the actual purpose of the game
with each mini game raffle spoiling the fun.
Dev wanted to get his ideas across and I believe he succeeded.
He may not be Shakespeare or Cuelho on the twisted words of seduction but...
Game oN!
Speaking of mods 10dlorenzo would you have any "getting started" or tutorial recommendations for modding Behind the Dunes and games like it in general? I guess some people might also feel compelled to try their hand if they knew they could or had something to start from.There was one that had a couple of art improvements (Jessica having nipples in her titjob scene, among other things) , but I used that one as a base to make my mod, so you have already seen what it offered.
Pd. If you find out about any other mods for this game, share them here, friend.
For starters, you'll need JPEXS Free Flash Decompiler (avaliable online for download). Open it and then open the .swf file of Behind the Dune that you want to modify (my mod can also be modified by this method)Speaking of mods 10dlorenzo would you have any "getting started" or tutorial recommendations for modding Behind the Dunes and games like it in general? I guess some people might also feel compelled to try their hand if they knew they could or had something to start from.
That's some really helpful infos right there, also quite motivating, thank you so much for sharing!And, of course, if you make something that you consider decent, share it with us! Half the joy of making this mod was to see how much people enjoyed my changes.
To be honest, I don't remember the exact coding, it's been a while since I've edited text in the mod. I'll check this weekend, but I do remember it being easy to replicate.That's some really helpful infos right there, also quite motivating, thank you so much for sharing!
I'm pretty sure the coding part might feel a bit daunting to those with no experience with it, if you'd like and happen to have a few free minutes, even a crude explanation on how to add said dialogue options would be greatly appreciated by anyone wanting to expand on the existing characters.
Well, after checking, this is what a dialogue in Dune looks like:That's some really helpful infos right there, also quite motivating, thank you so much for sharing!
I'm pretty sure the coding part might feel a bit daunting to those with no experience with it, if you'd like and happen to have a few free minutes, even a crude explanation on how to add said dialogue options would be greatly appreciated by anyone wanting to expand on the existing characters.
Holy man. First thing I want to say. You are awesome. when I first played behind the dune I was looking for something like this.Well, after checking, this is what a dialogue in Dune looks like:
{
this.phrase = new Array();
this.phrase[0] = ["Yes, my dear?","joie"];
this.phrase.push(["Let me see your breasts, my love.","naked_jess"]);
this.phrase.push(["I\'d like you to wrap your breasts around my cock.","reverend05"]);
this.phrase.push(["Get on your knees and suck my cock.","jessica_suck","fel_voice"]);
this.phrase.push(["I want to fuck you, my love.","coit"]);
this.phrase.push(["How about we put your backdoor to good use?","ghola_reveil5"]);
this.phrase.push(["Let\'s have some fun with you on top.","jessica_suck","jess_rides"]);
}
As you can guess, this is the dialogue options that Jessica has while she's fully romanced. The starting line (what the character that Paul interacts to says) is usually preceded by " this.phrase[0] = ". Paul's responses go below said line and are usually preceded by "this.phrase.push". As you can see, you can add new responses by simply adding lines that start with "this.phrase.push".
Now, you are probably wondering "and what the hell are those "joie", "naked_jess", "coit" and all that other stuff that is in the lines after the text that Paul is supposed to say?". Those are keywords that can either lead to a scene, another dialogue, or simply show a specific emotion on the person that Paul interacts with. For example, if you put "joie" after the text Jessica says, she will smile while/after saying it, like in the first line ( this.phrase[0] = ["Yes, my dear?","joie"]; ), while "coit" will lead to the vaginal scene of the girl that Paul is talking to, and "naked_jess" will reveal Jessica's breasts. These are a few examples of the keywords of Dune, there are many more.
Honestly, though, if you don't have experience in coding like I did when I started the mod, I would advise to start with something easier:
this.phrase[0] = ["I\'m listening.","normal"];
this.phrase.push(["You look ravishing today, mother.","epuise","Oh, Paul, thank you... You really know how to make mommy feel special.","joie"]);
This is an example of a "Character says A, Paul says B, Character ends with C" type of dialogue. It makes use of the "epuise" keyword, which you need to put between Paul's response and the other character's ending line. As you can see, it's way simpler to do.
I would like to explain more, but honestly I find it difficult to put into words what and how you need to do this in order to do it correclty. I feel like dialogue editing is more of a "learn by doing" kind of thing. Sorry if this explanation wasn't particularly clear and/or useful.
The problem is not that I don't know how to make a dialogue lead to a scene, the problem is that I don't know how to add new scenes to the game (how to code them so the game runs them)Holy man. First thing I want to say. You are awesome. when I first played behind the dune I was looking for something like this.
But I do have a question. Do you know how to make dialogue lead to an animation? The new scenes you made with Alia and the reverend mother are great, but it’s hard to stay immersed when switching to browser (even with shortcuts). I saw in a previous comment saying you were unable to do so and was wondering if that changed. Even if you don’t know but know the general direction to go I’m willing to learn in order to make this happen. Thanks!
I asked my friend on discord and he said he may be able to help.The problem is not that I don't know how to make a dialogue lead to a scene, the problem is that I don't know how to add new scenes to the game (how to code them so the game runs them)
First of all, dude, I believe you are getting ahead of yourself. I never asked for help or said that if I knew how to add scenes I was going to work on them now. The situation changed, I have a job now and very little time to spare on my hobbies, let alone on improving the mod (especially considering that I am kind of satisfied with what my mod has to offer right now)I asked my friend on discord and he said he may be able to help.
I see that you have been able to make your new animations play (Alia Bj), so when you made that did you just replace the old scene by replacing the files it used to create the animation, or is the problem that you don't know how to make gifs into animations within the game?
Gonna try it to be done this weekend, but don't be surprised if it ends being done in mid-march instead.well now that david released the new update, I'm now have the remade titfuck of Best Girl Lady Jessica to look forward to.
View attachment 569468
Can't say I'm not disappointed, but I offer many thanks in your great service of creating this mod.Welp, gentleman, I have run into a problem that I haven't anticipated...
View attachment 578859
As you can see, Jessica's tidied hair doesn't fit in the picture while respecting the right proportions. This means, unfortunately, that I'm not going to be able to do that version of the titjob. Sorry about that.
That also means, though, that since the other version is done, I'm going to be able to post it tomorrow, after adding it to the "Animations" file.
So, yeah. See you guys tomorrow.
That's unfortunate indeed, although I believe in the latest version of Behind the dune her tied hair was shrinked enough to probably accomodate that size, might be wrong, but I remember them being significantly shrinked.Welp, gentleman, I have run into a problem that I haven't anticipated...
View attachment 578859
As you can see, Jessica's tidied hair doesn't fit in the picture while respecting the right proportions. This means, unfortunately, that I'm not going to be able to do that version of the titjob. Sorry about that.
That also means, though, that since the other version is done, I'm going to be able to post it tomorrow, after adding it to the "Animations" file.
So, yeah. See you guys tomorrow.
I was using that one.That's unfortunate indeed, although I believe in the latest version of Behind the dune her tied hair was shrinked enough to probably accomodate that size, might be wrong, but I remember them being significantly shrinked.
man sad to hereGreetings, lads. As promised, here is the Animations file with Jessica's titjob (As usual, it's not much, but i hope you enjoy it):
You must be registered to see the links
This is also most likely the last update I'm going to make to the mod. This last update felt more like a chore than anything else, and yes, it was partly because I don't have that much free time anymore, but more importantly, because I lacked the motivation to do it. This felt like something I had to do, instead of something I wanted to do. And let's be honest, a hobby shouldn't ever feel like that.
With that being said, I hope you guys enjoy what little my mod has acomplished. Thanks to all of you who have expressed their liking for my work these past few months.