Since the game only had webm videos, I removed the compatibility for other types. You have to modify the html to add them back in.Unfortunately, the game only seems to accept webms for sex scenes and gifs for the girl's profile pictures. Is there any way to force the game to accept ALL media types?
<source src="' + _wFullFileName + '.webm" >
<source src="' + _wFullFileName + '.mp4" >
webm
as appropriate.A space got left out in the code. Search for "VillageFun" in the html (there should only be 1 result) and replace with "Village Fun".Is the "have some fun" Option in the Village(s) only broken for me, or everybody?
It seems to be a Dead End in the Code?
Thanks for the fantastic game and the 3.2 update.
I am trying to manually replace some of the images/videos in this game with different webms, mp4s and gifs. Unfortunately, the game only seems to accept webms for sex scenes and gifs for the girl's profile pictures. Is there any way to force the game to accept ALL media types? It's a huge hassle having to convert mp4 scenes to webm so that I can get the game to recognize them.
That looks right. I remember having the hardest time getting that widget up and working (due to my lack of programming skill). I too found it near essential to be able to put any time of format in - and thus the original code eventually worked with .gif, png. and jpg. mainly. Some more talented fellow added the webp ability and changed the format of content - saving multiple gb of space!I believe this is the older version of the code for showing image and video.
Going through each extension until hits the one that works.
Using it for showImageOrVideo widget should still work.
<<widget "showImageOrVideo">><<nobr>>
<video loop autoplay muted @src="$args[0] + '.webm'" onerror="$(this).remove()" />
<video loop autoplay muted @src="$args[0] + '.mp4'" onerror="$(this).remove()" />
<img @src="$args[0] + '.jpg'" onerror="$(this).remove()">
<img @src="$args[0] + '.gif'" onerror="$(this).remove()">
<img @src="$args[0] + '.png'" onerror="$(this).remove()">
<img @src="$args[0] + '.webp'" onerror="$(this).remove()">
<</nobr>><</widget>>
Does anyone have the Ability and competence to merge/splice this into the 3.2 Version? I fear that this would be above my PaygradeStumble upon this game by accident while looking for a game that is can allow me to stuff a whole bunch of porn material into (other words: moddable). Now I'm trying to work with twine and video clip edition without a slight bit of experience.
Here a small mod I made for for testing purpose.
Only edited one of Rheia's Tent Sex Scene, and added a option to have anal sex.
Both with new 720x480 clips but copied text from previous encounter. (I can't write for @$@%^)
You'll find a modified version of the game html file (based on modded/bugfix version) attached below
and associated Image archive.
Simple extract the files into game folder, shouldn't be asked to replace any files.
Mega - Image Archive
A large portion of the materials are just there for future use, feel free to add them to the game yourself.
Here the part I'm looking for help.
The video editing software I'm using is Davinci Resolve which unfortunately doesn't come with webm support, so I just use mp4 for video file output. As I'm aiming for 720x480 approx 10sec each video file, I'm wondering if there's better way for compression.
Thanks
Link in the first post still worksSomeone have the link to venus replacement ????
A few of the Optins like Talk Solutions and Making the Matriarchs give Birth are missing though, arent they?Is there any easy way to incorporate the 3.1 cheat mod or do players need to make a choice on if they want 3.1 with cheats or 3.2 without?
jk, looks like 3.2 has cheats built in
Thanks for the response - worked like a charm.Since the game only had webm videos, I removed the compatibility for other types. You have to modify the html to add them back in.
Search for this in the html:<source src="' + _wFullFileName + '.webm" >
Add this right after it:<source src="' + _wFullFileName + '.mp4" >
If you have more extensions, just keep adding while replacingwebm
as appropriate.
If you also wanted to use images other than gifs, that would require rewriting how the game deals with showing images/videos. It's a lot more work and not something that I can tell you how to do with a just a line or two.
A space got left out in the code. Search for "VillageFun" in the html (there should only be 1 result) and replace with "Village Fun".
about the castle yes, about the blow/sex i dont try (but i think yes ) i have placed more images in the "fetishes" of the girls ( i dont have code experience too, so it was kinda messy and porly done(sometimes the images are not quite refearable but...ok).Thanks for the response - worked like a charm.
Another question: is it possible to modify the HTML so that more than three sex/blowjob scenes can be used for each daughter? Right now, scenes with daughters alternate between the same three webms before featuring a separate climax. Is there a way to make it so that, if multiple webms are uploaded for a given girl (ex. girl1sex4, girl1sex5, etc.), it incorporates them into the rotation as well?
In the same vein, can scenes be added to the 'Castle', 'BJ' and 'Villages' folders endlessly? Right now, there are 38 webms in the 'Castle' folder. If I add more webms (labeling them '39', '40', '41', etc) will it automatically put them in the rotation?
Thanks again for your help with this. I have zero coding experience and your guidance is a huge help.
Some cheats were added in version 3.2 (under "Misc") when I used them for testing. One of them is "Impregnate All" (or at least everyone you've completed the quests of). The other one allows you to choose whether or not humans/elves are born with max stats or if you have 100% chance of raising their stats. I think the 100% chance should be like "Talk Solutions" but I've never used that cheat mod before so I don't know.A few of the Optins like Talk Solutions and Making the Matriarchs give Birth are missing though, arent they?
It's possible to do practically anything by modifying the HTML since that's all the game code. Right now, the blowjob scenes use blow1 -> blow2 -> blow1 -> blow2 -> blow3. You can change some of the blow1's and blow2's to blow4 and blow5. The blowjobs have a 'length' of five 'scenes.' If you wanted to add more videos, maybe you can have more than one video per scene. Or you'd have to do some writing yourself and add more scenes.Another question: is it possible to modify the HTML so that more than three sex/blowjob scenes can be used for each daughter?
[...]
In the same vein, can scenes be added to the 'Castle', 'BJ' and 'Villages' folders endlessly? Right now, there are 38 webms in the 'Castle' folder. If I add more webms (labeling them '39', '40', '41', etc) will it automatically put them in the rotation?
<<set _pic to "img/People/Human/Girls/"+$slaves[$index].home+"/girl"+$slaves[$index].number+"blow1">>
. The sex scenes are similar but they use sex1, sex2, and sex3.img/Background/Castle/
and you should see something like random(1, 38)
after each result. That chooses a random number between 1 and 38. You can change that to whatever number of videos you are adding.- Okay.Puh guys, you got me confused! I like the screenshots but never tried this game. That is what i want to do now.
- So there is the new Update 3.2 (i downloaded that)
- Cheat Mod 3.1 (got that too - needed?)
- Venus girls from the op? More chubby woman or what? I like more the skinny type of woman.
- Desert Fix 1.1 (got that too - needed?)
- Whats that with the webm and mp4? Do i need to change that too?
What the hell i am supposed to do? Any advice for that please?
I got daughters (no elven met till now) from some woman, even got a grand-daughter now but they are all in my tent. Do i something wrong? Can i have all the moster girls AND human/elven woman at the same time, or do i have to choose (human/elven or monster girls)
Have these patches been added to the base game or are they still beneficial to add?Islands Patch (v.1.0)
changelog:
* it basically replaces all duplicated girls with new ones.
* as always, all gifs are made by hand, meaning, by me. no shitty quality!
* no fucking banner ads in the new gifs!
* no black banners!
* all girl portraits are now at least half nude (but mostly even fully nude). no fully clothed girl portraits.
* all changes are listed in the included txt file.
aditional infos:
* some girls aren't really redheads. i can't do anything against it, 'cause redheads are so fucking rare, ya gotta take what ya get.
* for Lexy Roxx (girl 21) i had to use an older vid of her to get a cumshot gif. don't freak out if you see her in her natural hair color ^^.
*i tried my best to make the gifs as loopable as possible. but most girls only have very few vids that i could use and most of these vids used handcameras and generally shaky movements. so don't expect too many loopable gifs.
* as with my other two patches, since the newer version of A&G also shows breasts, butt and pussy - only pics, those pics won't match with new girls. can't do anything against it. that's a job for a coder.
* This download is massive (almost 2 GB). make room for it!
------------
If you encounter any bugs with my patch, please inform me ASAP. i will try to fix it then.
how to install:
extract and copy the folder "img" into your game folder. overwrite everything. done!
---
DOWNLOAD
---
they should be added to the main game alr.Have these patches been added to the base game or are they still beneficial to add?