Create and Fuck your AI Cum Slut -70% OFF
x

AlexTorch

Engaged Member
Jun 22, 2017
2,686
4,332
I like the idea of competing with/fighting against a futa in a game and rigging said game to be unfair to the player, can anyone throw in some ideas of where this can be done?
We have one version of life with the tribe modded by theunknownthird where the player always needs 3 shots to impregnate a girl, and the futa will always impregnate on her first attempt.
 

LEWDpyon

Member
Aug 18, 2018
395
974
From what I saw on their Patreon, they wanted to sell it on Steam, but due to Steam's strange content moderation regarding Adult Games it got stuck in review hell. They started doing some contract work and working on a side project in the mean time. To top it off, the Russians cutting off the power supply in Ukrainian cities probably also isn't helping with progress.

I think the dev still wants to do the DLC, but wants to make sure he is able to actually sell his game without having to rework everything for the steam version.
Apparently Payment processors are beginning to stick their nose into places where they should mind their own damn business. Because of a game called No Mercy leading to another moral panic since people can't tell fiction from reality. Which is why there have been porn crackdowns in sites like steam, itch.io (They wen't back on this), and patreon. Which has led to a large delisting of games on those sites.
 

CatmanDude

Formerly 'Catmandead'
Aug 22, 2017
31
23
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.


Requested by f95guest389
The tribe has discovered coffee. Both characters breed 2x faster.
In order to keep things 'fair', I made it so the futa opponent's base timer is halved (and it keeps any transition animation jank from occurring); for the player, you get 2x the points bonus (cum gauge build up) from a correct input, in order to reward proper timing. That bonus is exponential, so you should be even faster proportionatelly with optimal play.
Hello friend can you share what tools you used for the modding and how did you edit the exe file? :)
And also would be nice if you can make a version when there are multiple futas and you have to vs couples instead of one, and you need to impregnate all to win, maybe with some buffs item etc.
 
Last edited:
  • Like
Reactions: denialfailure
Jul 9, 2017
218
852
Hello friend can you share what tools you used for the modding and how did you edit the exe file? :)
And also would be nice if you can make a version when there are multiple futas and you have to vs couples instead of one, and you need to impregnate all to win, maybe with some buffs item etc.
I don't touch the .exe, all of the versions use the original executable that shipped with the game.
I had to brute force the Godot encryption key that the original .pck was packed with and, amazingly, it worked. After extracting it, I just went through the files to learn the folder structure and opened them with Notepad++ to edit them (I wasn't about to set a VS Code workspace or Godot project just for this.) From there, I just edited and repackaged the versions.

As for the modifications you propose, that and coding an entirely new breeding minigame are basically the same. That goes so far beyond my abilities, I'm afraid.
 

CatmanDude

Formerly 'Catmandead'
Aug 22, 2017
31
23
I don't touch the .exe, all of the versions use the original executable that shipped with the game.
I had to brute force the Godot encryption key that the original .pck was packed with and, amazingly, it worked. After extracting it, I just went through the files to learn the folder structure and opened them with Notepad++ to edit them (I wasn't about to set a VS Code workspace or Godot project just for this.) From there, I just edited and repackaged the versions.

As for the modifications you propose, that and coding an entirely new breeding minigame are basically the same. That goes so far beyond my abilities, I'm afraid.
Here is my attempt at the version. Any feedback is welcome.


- Added breeding buddies so you can have a team vs team
- Added new NPC skins
- Hold Z to breed instead of pressing.
- More cum versions etc.
 
  • Like
Reactions: SecretWeeb

AlexTorch

Engaged Member
Jun 22, 2017
2,686
4,332

seems pretty fine 4 me
"Dr.Web - Malicious
1/97 security vendor flagged this URL as malicious"

The version that theunknownthird shared is complete clean:

"No security vendors flagged this file as malicious"
 

SecretWeeb

Newbie
Sep 6, 2021
29
28
Here is my attempt at the version. Any feedback is welcome.
Pixeldrain

- Added breeding buddies so you can have a team vs team
- Added new NPC skins
- Hold Z to breed instead of pressing.
- More cum versions etc.
The music seems to be broken, stops looping. Also, the teams make too many footstep sounds which is grating.
What do you mean by npc skins? Just the teammate futas?
What does "more cum versions" mean?
Is there a way to fuck the girls that aren't on the ground?
 
  • Like
Reactions: CatmanDude

CatmanDude

Formerly 'Catmandead'
Aug 22, 2017
31
23
Why is your version only a .exe?
I packed it locally without any of the pulish settings so it might be flagged like that. The pck is embeded



The music seems to be broken, stops looping. Also, the teams make too many footstep sounds which is grating.
What do you mean by npc skins? Just the teammate futas?
What does "more cum versions" mean?
Is there a way to fuck the girls that aren't on the ground?
Didnt notice the music. I look into that
Forgot to pack npc skins into the game so ill update it later
Is there a way to fuck the girls that aren't on the ground? -> No. Some logic fix on height is needed
 
  • Like
Reactions: SecretWeeb
Jul 9, 2017
218
852
"Dr.Web - Malicious
1/97 security vendor flagged this URL as malicious"

The version that theunknownthird shared is complete clean:

"No security vendors flagged this file as malicious"
That's because I didn't modify the executable. DrWeb is most likely flagging that as suspicious (though I've never in my life heard of DrWeb, and that flag is a warning more than anything.) That said...

I packed it locally without any of the pulish settings so it might be flagged like that. The pck is embeded
You'll have to forgive me but I'll err on the side of caution. Even if I ran it and played it, there's nothing I can help you with without having access to the code to look at. And even then, I lack the skill or time to be of help with this kind of modification, sorry.
 
  • Like
Reactions: AlexTorch

CatmanDude

Formerly 'Catmandead'
Aug 22, 2017
31
23
The music seems to be broken, stops looping. Also, the teams make too many footstep sounds which is grating.
What do you mean by npc skins? Just the teammate futas?
What does "more cum versions" mean?
Is there a way to fuck the girls that aren't on the ground?
Here is an update. I have added the new skins

Fixed bugs and UI to accomodate multiple breeding girls


1754671354624.png
 
Last edited:
  • Like
Reactions: denialfailure

CatmanDude

Formerly 'Catmandead'
Aug 22, 2017
31
23
That's because I didn't modify the executable. DrWeb is most likely flagging that as suspicious (though I've never in my life heard of DrWeb, and that flag is a warning more than anything.) That said...


You'll have to forgive me but I'll err on the side of caution. Even if I ran it and played it, there's nothing I can help you with without having access to the code to look at. And even then, I lack the skill or time to be of help with this kind of modification, sorry.
Cool I thought you could help but Ill look for help elsewhere.
I hope to get more modding community to the game. It has great potentials for many ideas.
Like the breeding game can be make into a capture a flag kind of game and there can be multiple teams competing to breed the most or something.
 
  • Like
Reactions: AlexTorch

CatmanDude

Formerly 'Catmandead'
Aug 22, 2017
31
23
Modded Version 4
- Added jump to fuck the girls on higher ground
- Added sound
- Fix path finding logic


Also I have manged to pack the game with a seperated .pck file

Attached is the sprite sheet of BreedFuta, would be nice if some people with pixel art skills can add variations to it with bigger boobs or bigger dicks so I can add it to the game :)


1754788642559.png

1754788838526.png
 
Last edited:

EmDotRand

Well-Known Member
Sep 7, 2020
1,190
2,025
  • You can jump while lying in bed.
  • Sound fucks your ears with constant rapid moans during breeding minigame. Muting the bg moans would be nice.
  • Reclaiming already impregnated girls is an annoying mechanic if you want the game to end.
  • This happens at 6 cumshots:
1754789432368.png
 

CatmanDude

Formerly 'Catmandead'
Aug 22, 2017
31
23
  • You can jump while lying in bed.
  • Sound fucks your ears with constant rapid moans during breeding minigame. Muting the bg moans would be nice.
  • Reclaiming already impregnated girls is an annoying mechanic if you want the game to end.
  • This happens at 6 cumshots:
View attachment 5129813
Thanks for the feedback. Thats because I dont know how to pixel art so I just pasted 3 times the old cum to make new cum pattern. I will fix the sound volumne and jumping. Also I made that the mini game wont end because it is set to impregnate 19 girls while there are only 17 breed girls total.
 

denialfailure

Member
Dec 30, 2023
186
108
Here is an update. I have added the new skins
Pixeldrain
Fixed bugs and UI to accomodate multiple breeding girls
Pixeldrain

View attachment 5124972
That's because I didn't modify the executable. DrWeb is most likely flagging that as suspicious (though I've never in my life heard of DrWeb, and that flag is a warning more than anything.) That said...


You'll have to forgive me but I'll err on the side of caution. Even if I ran it and played it, there's nothing I can help you with without having access to the code to look at. And even then, I lack the skill or time to be of help with this kind of modification, sorry.
My Lords... how does one achieve this power... i to want to mod
 
  • Like
Reactions: CatmanDude

CatmanDude

Formerly 'Catmandead'
Aug 22, 2017
31
23
  • You can jump while lying in bed.
  • Sound fucks your ears with constant rapid moans during breeding minigame. Muting the bg moans would be nice.
  • Reclaiming already impregnated girls is an annoying mechanic if you want the game to end.
  • This happens at 6 cumshots:
1754880317632.png
ver 5
Updated path pathing
Added jump logic to futa npc
Replace sounds after cummed by futa

 
  • Like
Reactions: TofuCircle
3.60 star(s) 14 Votes