Jump to content

[Modders Resource / User Utility] Automatic futanari schlongification ability


Recommended Posts

Posted

[Modders Resource / User Utility] Automatic futanari schlongification ability

View File

What is this?

This mod is intended as a modder's resource for the purpose of automatically schlongifying femboy and futanari NPCs. I made this because a lot of the futanari follower mods require the user to go into the SOS mod config menu and add the schlong themselves. This mod will allow the author to have the game automatically detect a usable schlong and have the game add it without the user needing to do anything.

 

I made it because I simply want to offer better tools for futa and femboy mods, and I want to see them improve.

 

 

ScreenShot108.png.54ef81afa4a36f3d404f83240a1d5adb.png

(I used this follower as an example, she is from The goth femboy twins mod

 

 

 

This mod also has some utility functions. It gives the player 2 lesser powers:

Gift of Futanari - Target a female NPC and it will add the schlongify ability to them, attempting to schlong them

Set Schlong Size - Allows you to change the schlong size of the target NPC or unschlong them

 

 

Requirements:

Schlongs of Skyrim

At least one of the following futa addons:

- Futanari CBBE

- Futanari TRX Addon

- ERF Highpoly

- Horse Penis Redux

 

 

How to use for mod authors - New Method:

 

Option 1 - Using Spell Perk Item Distributor, add the keyword ActorTypeFutanari to whichever npcs you want using a custom SPID ini file.

Option 2 - You could also add the keyword directly into their NPC record in creation kit or xEdit.

If the user has Spell Perk Item Distributor installed with the AutoFutanari_DISTR, the NPCs with the keyword will be schlonged. But you would have to distribute this mod as a resource / soft requirement. Feel free to do so, or edit and redistribute.

 

 

 

How to use for mod authors (Old Method) :

1. Open this mod in xEdit along with your futanari follower mod. Make sure this mod loads after your follower mod.

2. In AutoFutanari.esp , find the magic effect "00FutanariEffect" . Right click and copy it as a new record into your follower mod. Save your follower mod.

3. In either Creation Kit or xEdit, create a new spell entry. Make it constant effect, target self, and ability type. Make sure it uses the magic effect that you copied in step 2.

4. In your NPC record in either Creation Kit or xEdit, add the new ability to them under the "spells" section of the actor window.

 

(You could also directly copy the spell entry for the passive ability, but xEdit might try to force you to parent this mod if you do that. But if you know what you're doing and can do this, it will save you some time.)

 

When you distribute your mod, make sure to include the AutoFutanariScript.pex in your mod (and the associated .psc if you want to keep it easy to edit.)

 

Extra note for mod authors: The spell magnitude sets the schlong size. If magnitude is 0 or null, it defaults to size 4. Otherwise, magnitude = size. You can create copies of the spell with the magnitude that you want.

 

 

Please, feel free to use the scripts and stuff in this mod to your heart's content! Edit and redistribute any way you like. I simply just want to see better implementation for femboy, futa, and trap followers.

 

 

ability.PNG.6fb9d3b50e5476e8a69c19e875873ef8.PNG

 

 

 

actor.PNG.f7b7afe348eddaebf45652a11d5b31cf.PNG

 

 

eff.PNG.75e707275c37ea892c474b63993bee0f.PNG

How to use for general users:

This will give you some basic schlongifying functions. You can use these if you want to schlongify a female NPC easily. Gift of futanari will try to schlong any female NPC that you point it at. Set Schlong size can be used as a utility for users to change size between 1 and 9, or remove schlong, without having to visit the SOS mod config menu.

 

Please note, the schlong resize will not work if you use the SOS Racemenu plugin. This is a restriction by the SOS mod, so it's not something I can change.

 

 

Additional schlong plugin support:

I am willing to add in more schlongs, but you are also free to edit the scripts to your heart's content. The script you will need to edit in order to add in new schlong plugins is AutoFutanariScript. Specifically, the bit at line 72. I left some comments in the script to help with this.

 

(You will need sexlab's scripts and schlongs of skyrim scripts in order to compile the script.)

 

I wanted to find BakaFactory's schlongs plugin but the patreon page was down. If anyone has any schlong addons they'd like to see supported, let me know & I can add it eventually.

 

 

Additional Information:

The pecking order for choosing a schlong is:

1. Futanari CBBE

2. Futanari TRX Addon

3. ERF Highpoly

4. Horse Penis Redux

 

The scripts are set up in such a way that the esp file does not require sexlab, schlongs of skyrim, or any other thing except skyrim.esm. But it will not do anything unless a person has SOS installed.

 

 

I hope everyone enjoys this and finds it useful.

 


  • Submitter
  • Submitted
    12/15/2024
  • Category
  • Requirements
    Schlongs of Skyrim, One of the listed futa schlong addons
  • Regular Edition Compatible
    No

 

Posted (edited)

Does this mean that it could be easily used in SL Triggers?

 

EDIT:
Just tested it with this code:

{
	"cmd" : 
	[
        ["spell_cast", "AutoFutanari.esp:4261416292", "$self"]
	]
}

 

This code doesn't work as I intended: I want to be able to trigger it for the player character.

Although I'm sure that's blatantly obvious to you

Is it possible to create another spell that is directed at the PC?

Edited by VenomousOuroboros
  • 3 weeks later...
Posted

i love it but is there a way for it to trigger automatically. for example, say im in a theesome and one of the girls takes a male position, she's using a strap on instead of the schlong. so it doesnt matter even if i add sclong to one, the other random one will use strap on and i cant pick an animation. ignore if im just being dumb

 

  • 3 months later...
Posted
On 12/15/2024 at 8:07 AM, VenomousOuroboros said:

Does this mean that it could be easily used in SL Triggers?

 

EDIT:
Just tested it with this code:

{
	"cmd" : 
	[
        ["spell_cast", "AutoFutanari.esp:4261416292", "$self"]
	]
}

 

This code doesn't work as I intended: I want to be able to trigger it for the player character.

Although I'm sure that's blatantly obvious to you

Is it possible to create another spell that is directed at the PC?

 

I am not familiar with SL triggers, but this spell is expressed as an ability. You'd have to do an AddSpell , not CastSpell .

On 12/30/2024 at 10:30 PM, domino0069 said:

i love it but is there a way for it to trigger automatically. for example, say im in a theesome and one of the girls takes a male position, she's using a strap on instead of the schlong. so it doesnt matter even if i add sclong to one, the other random one will use strap on and i cant pick an animation. ignore if im just being dumb

 

 

If you mean at the beginning of a SL scene, you'd have to set that up in a script. It kind of sounds like you are looking for a strapon addon that uses a schlong or an SOS on sexlab scene start.

 

In the 1.1 update that I just released, I did add some example SPID files. So you can use that to schlonify whichever NPCs you desire that way at game start.

 

 

 

 

Posted

I would imagine the use-case is (instead of a strap-on) for pregnancy support, in that situation. It's an interesting roundabout way to do it, instead of just using SOS and assigning the hog of choice to use.

 

Cool to see that it could be used that way, maybe extended into a randomized dick if someone was actually insane.

  • 2 months later...
Posted
On 12/15/2024 at 9:07 AM, VenomousOuroboros said:

Does this mean that it could be easily used in SL Triggers?

 

EDIT:
Just tested it with this code:

{
	"cmd" : 
	[
        ["spell_cast", "AutoFutanari.esp:4261416292", "$self"]
	]
}

 

This code doesn't work as I intended: I want to be able to trigger it for the player character.

Although I'm sure that's blatantly obvious to you

Is it possible to create another spell that is directed at the PC?

how did you do this?

  • 1 month later...

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...