Create and Fuck your AI Slut -70% OFF
x
Feb 9, 2021
444
513
169
Man I havent checked on this in AGESSS, can someone catch me up on the progress of "my forest home" unless it's still dead in the water
 

Snowkid96

New Member
Apr 9, 2020
10
9
103
If anyone's interested (I know the kind of thing you're into but I won't judge X3) I made a modification to the breeding minigame.
In short words, I increased the chances of the futa opponent of breeding with each shot and I made it somewhat harder for the player to breed them.


since those have been worrisome lately.

For those who are interested in the specifics:
On every cumshot, the game calculates the chance of breeding by doing 100 / current_bar_value (Variable names are different) where the bar goes from 0 to 1.0.
If the result is a number below the current bar value (0.5 being the starting middle position), or the bar is already at 0.85 or higher, it goes up to 100% and the player scores a point. If it isn't, the bar moves 15 points (0.15) in your favour.
The same logic applies for the Futa opponent, except she needs the result of (100.0 - current_bar_value) / 100 to be below the current_bar_value (which is essentially the same calculation as checking for a value above the current_bar_value.) In her case, she first gets a 10 points bonus (moves the bar -0.1) and then the game does the roll.

What have I changed?
I made it so the futa opponent gets 15 points (moves the bar -0.15) before the roll is made.
Changed the calculation for the player so it is sqrt(random_value), this makes it between 30% to 10% harder for the player to score, ensures the result always remains a value between 0 and 1, and the difficulty increase is not linear, meaning that you always have a tiny chance of scoring even at low values (above 0.1 or, more realistically, 0.2).

Hope you enjoy :BootyTime:

Edit: I'll add new variations here:


This one makes it 10-30% more likely for the player to score while making it 10-20% harder for the futa opponent to score. Because her roll is made after the bar goes down 0.1 in her favour, the disadvantage shakes up to be something like 8%-22.5% harder or something like that.
(If there's enough demand, I can change it so the roll is made first and she gets a 0.15 bonus if she didn't knock someone up, the same rules that go for the player.)


That was surprisingly easy! Neither the player nor the futa opponent can impregnate anyone. Impregnation bar won't move either (making it still move while restricting it to the screen and keeping the scores to 0 would be a ton of work for something ultimately pointless.)
I'm fairly confident that this modification doesn't introduce any bugs. Granted, I didn't leave it running for a full hour, but I had it running for way longer than the minigame is meant to last. I cannot guarantee that you won't see jankiness if it runs for too long, as I cannot vouch for the robustness of the original code to handle a situation like this, though it seemed very well made.
hey i wanted to ask if you could possibly make a version where the mc always needs 3 tries to guarantee pregnancy, and the futa always guarantees her pregnancy ?
 
Jul 9, 2017
218
856
280
hey i wanted to ask if you could possibly make a version where the mc always needs 3 tries to guarantee pregnancy, and the futa always guarantees her pregnancy ?
should do it.
Let me know if anything's off and I'll have another look.
 
  • Like
Reactions: Snowkid96

ChadGuts

New Member
Aug 27, 2022
10
0
11
I found a way to update intel to support Vulka for Life with the tribe, here is the page for the version download:
 

Kommnista2017

New Member
Nov 3, 2017
12
3
64
just to ask, I often play this game and want to rewatch the scene without to replay the game but the scene sometime (most of time if I can say) will reset after I quit the game like, for too long. Can anyone tell me what should I do? or I just have to play the entire game again and finish it once before quit the game? (and by the way, is there a way for you to quit to main menu? I always quit by close the entire game)
 

YouShallNotLol

Engaged Member
May 6, 2022
3,285
9,283
628
anyone have a save file from the tribe game?
or teach me how to beat the loli plant!?
The combat minigame is actually a rythm game in disguise, so you have to learn to follow the rythm and have the sound/music turned on (if you have it muted).
 

EmDotRand

Well-Known Member
Sep 7, 2020
1,221
2,097
386
The combat minigame is actually a rythm game in disguise, so you have to learn to follow the rythm and have the sound/music turned on (if you have it muted).
What are you talking about. The attacks are way out of sync with the music to be a rhythm game. I just count 4 flashes then move to a safe spot.

Also, I wish the plant girl kept the same proportions in her sex scenes as the main fight. She's really cute!
 
Last edited:
  • Like
Reactions: SecretWeeb

denialfailure

Member
Dec 30, 2023
214
122
141
If anyone's interested (I know the kind of thing you're into but I won't judge X3) I made a modification to the breeding minigame.
In short words, I increased the chances of the futa opponent of breeding with each shot and I made it somewhat harder for the player to breed them.


since those have been worrisome lately.

For those who are interested in the specifics:
On every cumshot, the game calculates the chance of breeding by doing 100 / current_bar_value (Variable names are different) where the bar goes from 0 to 1.0.
If the result is a number below the current bar value (0.5 being the starting middle position), or the bar is already at 0.85 or higher, it goes up to 100% and the player scores a point. If it isn't, the bar moves 15 points (0.15) in your favour.
The same logic applies for the Futa opponent, except she needs the result of (100.0 - current_bar_value) / 100 to be below the current_bar_value (which is essentially the same calculation as checking for a value above the current_bar_value.) In her case, she first gets a 10 points bonus (moves the bar -0.1) and then the game does the roll.

What have I changed?
I made it so the futa opponent gets 15 points (moves the bar -0.15) before the roll is made.
Changed the calculation for the player so it is sqrt(random_value), this makes it between 30% to 10% harder for the player to score, ensures the result always remains a value between 0 and 1, and the difficulty increase is not linear, meaning that you always have a tiny chance of scoring even at low values (above 0.1 or, more realistically, 0.2).

Hope you enjoy :BootyTime:

Edit: I'll add new variations here:


This one makes it 10-30% more likely for the player to score while making it 10-20% harder for the futa opponent to score. Because her roll is made after the bar goes down 0.1 in her favour, the disadvantage shakes up to be something like 8%-22.5% harder or something like that.
(If there's enough demand, I can change it so the roll is made first and she gets a 0.15 bonus if she didn't knock someone up, the same rules that go for the player.)


That was surprisingly easy! Neither the player nor the futa opponent can impregnate anyone. Impregnation bar won't move either (making it still move while restricting it to the screen and keeping the scores to 0 would be a ton of work for something ultimately pointless.)
I'm fairly confident that this modification doesn't introduce any bugs. Granted, I didn't leave it running for a full hour, but I had it running for way longer than the minigame is meant to last. I cannot guarantee that you won't see jankiness if it runs for too long, as I cannot vouch for the robustness of the original code to handle a situation like this, though it seemed very well made.


Requested by Snowkid96
The player always needs 3 shots to impregnate a girl.
The futa opponent will always impregnate on her first attempt.
is there a way, my lord, to just make the futa watch, like he is getting cucked.
 

AlexTorch

Engaged Member
Jun 22, 2017
2,693
4,351
484
Sure can. I added the new version at the bottom of that post.
I barely tested it, so let me know if you encounter any issues!
Hey man, i really appreciate all these version that you are doing, is sad that the dev is not doing anything (and probably will never do) something new to this game, but still is fun seeing some of these modded versions that you are doing.
 
  • Heart
Reactions: theunknownthird

f95guest389

Member
Jul 27, 2018
172
309
269
If anyone's interested (I know the kind of thing you're into but I won't judge X3) I made a modification to the breeding minigame.
In short words, I increased the chances of the futa opponent of breeding with each shot and I made it somewhat harder for the player to breed them.


since those have been worrisome lately.

For those who are interested in the specifics:
On every cumshot, the game calculates the chance of breeding by doing 100 / current_bar_value (Variable names are different) where the bar goes from 0 to 1.0.
If the result is a number below the current bar value (0.5 being the starting middle position), or the bar is already at 0.85 or higher, it goes up to 100% and the player scores a point. If it isn't, the bar moves 15 points (0.15) in your favour.
The same logic applies for the Futa opponent, except she needs the result of (100.0 - current_bar_value) / 100 to be below the current_bar_value (which is essentially the same calculation as checking for a value above the current_bar_value.) In her case, she first gets a 10 points bonus (moves the bar -0.1) and then the game does the roll.

What have I changed?
I made it so the futa opponent gets 15 points (moves the bar -0.15) before the roll is made.
Changed the calculation for the player so it is sqrt(random_value), this makes it between 30% to 10% harder for the player to score, ensures the result always remains a value between 0 and 1, and the difficulty increase is not linear, meaning that you always have a tiny chance of scoring even at low values (above 0.1 or, more realistically, 0.2).

Hope you enjoy :BootyTime:

Edit: I'll add new variations here:


This one makes it 10-30% more likely for the player to score while making it 10-20% harder for the futa opponent to score. Because her roll is made after the bar goes down 0.1 in her favour, the disadvantage shakes up to be something like 8%-22.5% harder or something like that.
(If there's enough demand, I can change it so the roll is made first and she gets a 0.15 bonus if she didn't knock someone up, the same rules that go for the player.)


That was surprisingly easy! Neither the player nor the futa opponent can impregnate anyone. Impregnation bar won't move either (making it still move while restricting it to the screen and keeping the scores to 0 would be a ton of work for something ultimately pointless.)
I'm fairly confident that this modification doesn't introduce any bugs. Granted, I didn't leave it running for a full hour, but I had it running for way longer than the minigame is meant to last. I cannot guarantee that you won't see jankiness if it runs for too long, as I cannot vouch for the robustness of the original code to handle a situation like this, though it seemed very well made.


Requested by Snowkid96
The player always needs 3 shots to impregnate a girl.
The futa opponent will always impregnate on her first attempt.


Requested by Denialfailure
The futa opponent will just stand there and watch it all happen, shellshocked about these developments.
You monster.
A version I'm surprised doesn't exist is a faster one, one where the futa & player "build up cum" faster for the scenes to make it go by faster.
Would be appreciated, but potentially buggy.
 
Jul 9, 2017
218
856
280
Hey man, i really appreciate all these version that you are doing, is sad that the dev is not doing anything (and probably will never do) something new to this game, but still is fun seeing some of these modded versions that you are doing.
Thank you very much! To be fair, the game wasn't exactly 'open' to modding, so I hope that the developer is alright with what we've been doing here if they ever find out. And this is just a great practical exercise for me to learn a bit more about coding!

A version I'm surprised doesn't exist is a faster one, one where the futa & player "build up cum" faster for the scenes to make it go by faster.
Would be appreciated, but potentially buggy.
I haven't delved into the rhythm game itself, but I'll have a look later and see if I can understand it. No promises but I think it should be a fairly easy change.
 
3.60 star(s) 14 Votes