Jump to content

[mod] Phaze's Futanari Mod


Recommended Posts

Posted
26 minutes ago, KizuroShirosaki said:

 Anyone here got trouble with Mod Decision? I can't use them at allimage.png.7c36409070215cc1f723f9b4872b698e.png

That is because this mod is not updated for version 1.13

Posted

Heya, just tried out the mod and it's quite enjoyable and well made.

 

I especially like the pregnancy event for F-futa interaction. Only thing, maybe remove the disinheriting for the event if you leave the kid with the mother, since it's not like the kid is unwanted, maybe she's there to get the mothers claims. 

 

Still sad Paradox doesn't want to allow children to have to fathers/mothers.

 

 

Posted
2 hours ago, llye said:

Heya, just tried out the mod and it's quite enjoyable and well made.

 

I especially like the pregnancy event for F-futa interaction. Only thing, maybe remove the disinheriting for the event if you leave the kid with the mother, since it's not like the kid is unwanted, maybe she's there to get the mothers claims. 

 

Still sad Paradox doesn't want to allow children to have to fathers/mothers.

 

 

Im just glad I manged to get somethibng close enough here.

Posted

Hii! Thank you for creating such a wonderful mod! I have a small question: Does this mod support playing with old save files? Currently, the mod doesn't support version 1.13, but both Carnalitas and CBO have versions that can run on 1.13. I'm debating whether to start a playthrough now—if your mod supports old save files, I could use other mods under the Carnalitas framework to play while waiting for your update, and then add this mod to the list once it's updated.

I want to clarify that I'm not rushing you to update, as I fully understand the significant amount of time and effort required for modding. Once again, thank you for your unparalleled creativity and hard work!

Posted
22 minutes ago, AiurWindam said:

Hii! Thank you for creating such a wonderful mod! I have a small question: Does this mod support playing with old save files? Currently, the mod doesn't support version 1.13, but both Carnalitas and CBO have versions that can run on 1.13. I'm debating whether to start a playthrough now—if your mod supports old save files, I could use other mods under the Carnalitas framework to play while waiting for your update, and then add this mod to the list once it's updated.

I want to clarify that I'm not rushing you to update, as I fully understand the significant amount of time and effort required for modding. Once again, thank you for your unparalleled creativity and hard work!

Currently I am trying to work towards a 1.13 release. If you already have a save with this version it should still work once I update the mod.

Posted

for us impatient, just did a bit of digging and comparing, the decisions not being usable is due to paradox changing how the images are loaded. you need to make it like this 
picture = {
        reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds"
        }
    

Posted

heya, just a suggestion, maybe change the futa bitch trait to only apply if you don't have futa trait, because it's kinda weird for a futa to have it. Maybe change it to futa mother instead, like how there is a nickname The Blood Mother for strengthening your bloodline.

 

Posted
On 9/25/2024 at 4:33 PM, hakaishin276 said:

Holy FUCK!! This is incredible. If we can get more of these into the mod, that would be fantastic.

 

Meh.

Unless I can see the vagina I do not recongize it as a futa. That's why scrotumlesss (internal balls) futa is the INFINITELY superior choice. Balls are gay.

Posted
46 minutes ago, Soronarr said:

Last time I checked futas didn't work properly because of hard-coded things. Has anything changed?

 

He has an entire event chain for pregnancy.

 

42 minutes ago, Soronarr said:

 

Meh.

Unless I can see the vagina I do not recongize it as a futa. That's why scrotumlesss (internal balls) futa is the INFINITELY superior choice. Balls are gay.

 

Respectfully disagree. You need some biological plausibility.

Posted (edited)
1 hour ago, Soronarr said:

Last time I checked futas didn't work properly because of hard-coded things. Has anything changed?

Things have not changed, but complex work arounds have been employed.

Edited by Phaze Star
Posted (edited)
8 hours ago, Soronarr said:

Meh.

Unless I can see the vagina I do not recongize it as a futa. That's why scrotumlesss (internal balls) futa is the INFINITELY superior choice. Balls are gay.

 

Also respectfully disagree. Some people may be insecure about their sexuality (which is perfect normal and valid) and prefer to have visual validation that the futa is, indeed, a chick with a dick and not a feminine dude. I can understand that.
Personally, I feel like a penis without balls is unnatural and weird looking, something is missing and it feels uncanny (much like an IA makes 4 fingered hands or misaligned eyes).
The ball are also a symbol of virility which is important in the context of the mod imo.

Edited by Kylles
Posted
9 hours ago, Soronarr said:

 

Meh.

Unless I can see the vagina I do not recongize it as a futa. That's why scrotumlesss (internal balls) futa is the INFINITELY superior choice. Balls are gay.

Futas without balls look like they have had them cut off and its extremely off putting to me. Thank the mod creator that they have balls otherwise i wouldnt be able to enjoy my game with futas.

Posted
23 minutes ago, Emperor101 said:

Futas without balls look like they have had them cut off and its extremely off putting to me. Thank the mod creator that they have balls otherwise i wouldnt be able to enjoy my game with futas.

Yea, like for real, where does the cum from then? Ovaries? Do they shoot out blanks and pee then?

Posted

No judgement on peoples preferences, we are all brothers and sisters (and others?) in deviancy together! My only reservation about balls is that they block the view, but I agree that a true futa needs to be functional at both ends. Stud and Mare both or else they are not a true hermaphrodite. Just unfortunate that the goods get so crowded down there.  

Posted (edited)
On 9/28/2024 at 5:00 PM, llye said:

for us impatient, just did a bit of digging and comparing, the decisions not being usable is due to paradox changing how the images are loaded. you need to make it like this 
picture = {
        reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds"
        }
    

I found some locations where to make these changes, but then it removes a few, and has "reference" as one. So I think I tweaked it incorrectly. Are you able to offer just a bit of guidance on how you made this work?
@llye

Edited by Alhoff
Posted
6 hours ago, Alhoff said:

I found some locations where to make these changes, but then it removes a few, and has "reference" as one. So I think I tweaked it incorrectly. Are you able to offer just a bit of guidance on how you made this work?
@llye

Specifically decision images have a changed syntax. Pre-1.13 it was

picture = "path"

 

After 1.13 it's

picture = {
	reference = "path"
}

The new syntax is actually more robust and provide support for other additional effects too but if you are looking for just static image, this should do it.

Posted
16 hours ago, Alhoff said:

I found some locations where to make these changes, but then it removes a few, and has "reference" as one. So I think I tweaked it incorrectly. Are you able to offer just a bit of guidance on how you made this work?
@llye

as the kind futa connoisseur wrote. 

9 hours ago, Kieva said:

Specifically decision images have a changed syntax. Pre-1.13 it was

picture = "path"

 

After 1.13 it's

picture = {
	reference = "path"
}

The new syntax is actually more robust and provide support for other additional effects too but if you are looking for just static image, this should do it.

 

 

on the other side, I wonder what the future holds in this regard

Posted

Looking forward to use this mode. Seems like it doesn't work with the current game version, unfortunately. We will wait patiently ❤️

Honestly, this mode alone is the reason why I purchased all the recent dlcs. Haven't touched the game since 2022 haha

Posted
14 minutes ago, TMouse3D said:

Looking forward to use this mode. Seems like it doesn't work with the current game version, unfortunately. We will wait patiently ❤️

Honestly, this mode alone is the reason why I purchased all the recent dlcs. Haven't touched the game since 2022 haha

Im making progress with the update.

Posted
On 9/29/2024 at 8:33 PM, llye said:

 

He has an entire event chain for pregnancy.

 

 

Respectfully disagree. You need some biological plausibility.

The sperm was produced within the pocket of our dream and fantasy. That's why futa cum seems almost endless in quantity

Posted
3 hours ago, KizuroShirosaki said:

The sperm was produced within the pocket of our dream and fantasy. That's why futa cum seems almost endless in quantity

on another note, it strikes a bit too close to hyenas so...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...