Jump to content

[WIP] Milking Cuirass - Lactation


Recommended Posts

Update:

scriptupdates suggested by Mig08.

(you need only the scripts)

 

Update:

11-27-2012, script update, removed some debug messages, added race dependendcy(only 2 sorts of milk now, nord and redguard), added Ring of Milking, soundfx tweaks......

 

 

-> download m-cuirass-ring-27112012.zip and install...

 

 

 

---------------------------------------------------------------

Hello,

 

a little mod for the lactation lovers.

It is a little script added to the "Milk Cuirras" from Alans BBB Pack.

Stand alone,

used the cuirass nif, a bottle form the highlandfarm and a sound from

the minilovers package.

 

Equip your female follower and wait :P.

 

dont't expect any animations.....

dont't expect a bug free mod/script..

this is yust a proof of concept....

i'm yust a beginner ..... learning the basic scripting and modding with this mess called "CK, Papyrus, Documentation"....

 

-------------------------------------------------------------

 

Yes i'm lazy... its just c&p

 

The script ist new, sound works now....

 

 

Planned Features:

 

1. Add a real lactating sound to the mod(if you find some clean and good sound and if its free to use...let me know)

 

2. Milk with race dependend magic effects(now there is nord female milk only)

 

3. A milking ring, piercing or what ever, so you can use the milking effect with any armor.

 

4. A remote spell to start/stop and config the milking effect

 

5. remove the dawnguard dependency()

 

6. body weight effect....

 

7. your suggestions

 

The script is free to edit, alter etc(5).

 

Any help(scripting, animate the cuirass etc.) is welcome.

 

SKSE is needed....

 

Moin

Oli

*i'm german - so don't expect flawless english ;)*

milkingcuirass.zip

milkingcuirass_upd01.zip

m-cuirass-ring-27112012.zip

Link to comment

Scriptname o3dMilkingCuirass002 extends ObjectReference

....

if (akActor.isEquipped(MilkCuirass)) || (count < 4)

int instanceID = MilkSound.Play(akActor)

while (count < 4) ; Ошибка! Цикл не прекратит свою работу пока не будет 4 (бутыль)

....

 

 

Исправление (Fix)

 

Scriptname o3dMilkingCuirass002 extends ObjectReference

....

if (akActor.isEquipped(MilkCuirass)) || (count < 4) ; лишнее условие

int instanceID = MilkSound.Play(akActor)

while (akActor.isEquipped(MilkCuirass)) && (count < 4) ; так будет лучше

....

Link to comment

Scriptname o3dMilkingCuirass002 extends ObjectReference

....

if (akActor.isEquipped(MilkCuirass)) || (count < 4)

int instanceID = MilkSound.Play(akActor)

while (count < 4) ; Ошибка! Цикл не прекратит свою работу пока не будет 4 (бутыль)

....

 

 

Исправление (Fix)

 

Scriptname o3dMilkingCuirass002 extends ObjectReference

....

if (akActor.isEquipped(MilkCuirass)) || (count < 4) ; лишнее условие

int instanceID = MilkSound.Play(akActor)

while (akActor.isEquipped(MilkCuirass)) && (count < 4) ; так будет лучше

....

 

Thanks.

 

Oli

*new file on the way*

Link to comment

I don't know what I'm doing wrong but it keeps crashing when I reach the game menu. I tried installing both with mannualy and with NMM. Suggestions?

 

Dawnguard is required for it to work. If you don't have it' date=' your game will ctd at the menu.

[/quote']

 

that is my fault :( ....

will try to fix it...

 

Moin Oli

Link to comment

I don't know what I'm doing wrong but it keeps crashing when I reach the game menu. I tried installing both with mannualy and with NMM. Suggestions?

 

Dawnguard is required for it to work. If you don't have it' date=' your game will ctd at the menu.

[/quote']

 

that is my fault :( ....

will try to fix it...

 

Moin Oli

 

Oh. That explains a lot. Thank you.

Link to comment

How do I make it work?

 

When I equip the milking cuirass It appears something like:

 

-....Equipped the cuiras - Test: is Cuirass equipped' date='

-race:(race - Test: check Race, for race dependend milk

-....have 0 bottles - Test: count for bottles,

[/quote']

 

Remember... this is Work in Progress.

The messages are debug messages.

As long the mod is a WiP/Alpha/Beta this Messages will be displayed.

 

 

Moin

Oli

Link to comment
  • 1 month later...

from the pictures it seems to becoming out at top and going back in at bottom. :? As ausome as this mod seems to be' date=' I think Ill wait till someone removes the bugs and stuff first. Dont feel like installing skyrim over and over and over and over.

[/quote']

 

i working on this mod..... extend/bugfixing/visuals....

the main thing i working on, is to visualise the lactation via effectshaders and bodynodes, instead of using static textures.

 

Moin

Oli

Link to comment

:X

Since You Have a Decent knowledge of the Ck and Doing great work with Shader Effects ?

Can You Try Impact effects ?

I will Give you an Alpha Light Milk Drop Animation , Attached 2 Bones

NPC L Breast01 , NPC L Breast02 , I dont Have much time to learn the CK

 

Let Me know .

 

Cheers

Link to comment

:X

Since You Have a Decent knowledge of the Ck and Doing great work with Shader Effects ?

 

uhhh..... trying to find my way through this complex labyrinth called "Creation Kit"... i will find a way ;)

 

Can You Try Impact effects ?

I will Give you an Alpha Light Milk Drop Animation ' date=' Attached 2 Bones

NPC L Breast01 , NPC L Breast02 , I dont Have much time to learn the CK

[/quote']

 

"impact effects"(for your whips ... i guess;)) and Specialeffects :) gnhhihihi... thats what i am researching....

 

effects attached to body ninodes(breasts, hands etc) is the only way to get lactation, whipmarks, visible wounds, maybe tattoos, cum etc .working independend of what body-mesh one uses.

 

for whips:

i will try to make extra impactdata and impactdatasets.

i looked via nifscope in your whip nifs.

 

NiStringExtraData -> txt 3 "WeaponSword"

 

the "WeaponSword" is the keyword wich impactdata(set) is used.

 

-> WPNBlade1HandVsFleshImpact

for example is used for the blood effect....

 

etc..

 

due my limited free time it will take a while.. but once done i may be easy to use it for mods....

 

 

Moin

Oli

Link to comment

Yea ' date='

I just wanted another Way instead of equipping the said effects by wasting to Armor Slots lol .

 

http://www.loverslab.com/showthread.php?tid=13764&pid=286870#pid286870

 

Take Your time :)

 

If you do Play FalloutNV's Sexout , The Gush there is made using an impact effect

 

Cheers

[/quote']

 

i have no skill to used CK or another modder think but i think some people would love to see some hard squirting milk from character breast like this :D

http://www.loverslab.com/attachment.php?aid=19351

Link to comment
  • 9 months later...
  • 2 months 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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use