oli3d Posted November 23, 2012 Posted November 23, 2012 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 . 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
Sensual Nautilus Posted November 23, 2012 Posted November 23, 2012 intriguing development, I will make an immediate investigation. as a suggestion for the milking ring, perhaps do something similar to the bukakke skin accessory?
STMink Posted November 25, 2012 Posted November 25, 2012 I love this mod! I hope you keep upgrading it. the two big things for me would be 1 to stop the lactating sound when the Cuirass is unequipped. 2 to stop giving me milk bottles after i unequipped the Cuirass. other than that this is great thank you.
Mig08 Posted November 25, 2012 Posted November 25, 2012 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) ; так будет лучше ....
oli3d Posted November 25, 2012 Author Posted November 25, 2012 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*
Shion Posted November 25, 2012 Posted November 25, 2012 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?
MrRedAce Posted November 25, 2012 Posted November 25, 2012 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, your game will ctd at the menu.
oli3d Posted November 25, 2012 Author Posted November 25, 2012 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
Shion Posted November 25, 2012 Posted November 25, 2012 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.
BlackFalcon Posted November 25, 2012 Posted November 25, 2012 How do I make it work? When I equip the milking cuirass It appears something like: -....Equipped the cuiras -race:(race -....have 0 bottles
oli3d Posted November 26, 2012 Author Posted November 26, 2012 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
DeathBringer0xL Posted January 11, 2013 Posted January 11, 2013 from the pictures it seems to becoming out at top and going back in at bottom. :? As ausome as this mod seems to be, I think Ill wait till someone removes the bugs and stuff first. Dont feel like installing skyrim over and over and over and over.
oli3d Posted January 11, 2013 Author Posted January 11, 2013 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
ZaZ Posted January 11, 2013 Posted January 11, 2013 :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
fenrir19 Posted January 11, 2013 Posted January 11, 2013 is it already milk squirting over her breast in this mod ? i mean not just animation but physically thq would be great if it was become real
oli3d Posted January 11, 2013 Author Posted January 11, 2013 :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
ZaZ Posted January 11, 2013 Posted January 11, 2013 Yea , 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
fenrir19 Posted January 11, 2013 Posted January 11, 2013 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 http://www.loverslab.com/attachment.php?aid=19351
patrickmahan Posted October 20, 2013 Posted October 20, 2013 Ok, I have the mod installed but how exactly do you get the ring? Is it a command in the ~ or in a chest?
code chufima Posted December 25, 2013 Posted December 25, 2013 I'm with Patrick. How exactly do you get the cuirass in the game? I tried opening the .esp with CK to find thename of it, but the program hit a CTD when it tried to load it.
oli3d Posted December 25, 2013 Author Posted December 25, 2013 Hello, smithing should be the way... Oh... and by the way.... i am back modding... I will alter and modernize this old mod as training. Mooin Oli
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now