Jump to content

Recommended Posts

Posted
3 hours ago, Collabo7 said:

Hello all, how would you fell if somebody were to make an Ostim adaptation of your mod ? With due credit and compensation of course.

do it

Posted
14 hours ago, Ed86 said:

do it

Cool, I'll screenshot that exchange and start digging. Do you mind if I ask you on this forum some question about your coding philosophy ?

Posted
9 minutes ago, Collabo7 said:

Cool, I'll screenshot that exchange and start digging. Do you mind if I ask you on this forum some question about your coding philosophy ?

mistakes were made

sure

Posted

When my NPC gets "filled up" and needs milking, I walk my PC over to the nearest milk pump move her around until the NPC is close to the pump and then move the cursor onto the NPC. Her dialogue choices come up, I select "Do Something for me" (I think that's the phrase); she says  OK. Then I move the cursor to the pump, get the screen prompt "Use Milk Pump" and click "E". She enters the pump and gets milked.

My question is, is that how everyone else does this or is there some better way that I have just never encountered?

Posted
1 hour ago, KentuckyExpat said:

When my NPC gets "filled up" and needs milking, I walk my PC over to the nearest milk pump move her around until the NPC is close to the pump and then move the cursor onto the NPC. Her dialogue choices come up, I select "Do Something for me" (I think that's the phrase); she says  OK. Then I move the cursor to the pump, get the screen prompt "Use Milk Pump" and click "E". She enters the pump and gets milked.

My question is, is that how everyone else does this or is there some better way that I have just never encountered?

yes

Posted
On 5/23/2023 at 10:10 AM, Seeloow said:

Hello,

 

I have an issue with using the milk pumps.

Everything else in the mod seems to work fine, but when using a milk pump in cities, the camera gets locked in a single place (the PC is outside the view of the camera), looking horizontally. I can't use the free cam, nothing works.

The camera goes back to normal after the milking is done.

 

@Ed86 Do you know how I could fix this?

Posted

question regarding editing MME script: how exactly lactacid ingestible effect works? can i adjust amount of lactacid per items via changing effect magnitude via xedit?

I am trying to give other off-MME items be also eligible for lactacid dose. but vanilla MME lactacid effect seems only grant 1.00 lactacid count per item. Can i just change effect magnitude or script should be compiled accordingly?

Posted
5 hours ago, 4nchorage Pingas said:

question regarding editing MME script: how exactly lactacid ingestible effect works? can i adjust amount of lactacid per items via changing effect magnitude via xedit?

I am trying to give other off-MME items be also eligible for lactacid dose. but vanilla MME lactacid effect seems only grant 1.00 lactacid count per item. Can i just change effect magnitude or script should be compiled accordingly?

make a new lactacid script and adjust it there, maybe you can write a script that can be affected by magnitude, havent tried

Posted (edited)

if i comprehend your input correctly, vanilla MME lactacid ingestible effect only raises 1.00 lactacid per item, no matter the magnitude listed on Xedit?
 

1117728458_lactacid2023-06-11212712.png.c522ea78718e805c4fae3822be25b286.png

 

If that's correct, and its up to me to make new script, where should i inspect to figure out where to inject my lactacid magnitude script part? Hope i understood the detail correctly.

EDIT: found some worthy example from Milk Addict psc files.
MME_Storage.setLactacidCurrent(PlayerRef, CurrentLact + FoodLactacid)
CurrentLact: MME_Storage.getLactacidCurrent(PlayerRef)

FoodLactacid: JsonUtil.FloatListGet("milk addict's food list json file", "FoodLactacid", i)

 

Will run into further inspection and testing later. hope my discovery was appropriate.

Edited by 4nchorage Pingas
Posted

Has anyone figured out how to place new milkpumps if you have that enabled? I have a city overhaul mod installed and I don't want to uninstall it. If this has been answered then could you please tell me what page the answer is on. Thanks

Posted
17 minutes ago, Bahamut Fabulous said:

Has anyone figured out how to place new milkpumps if you have that enabled? I have a city overhaul mod installed and I don't want to uninstall it. If this has been answered then could you please tell me what page the answer is on. Thanks

you must gather components for new milk pumps. write milk pump plans in tanning rack, and use em along with several other resources into individual milk pumps.


if you truly wish to invest on milk tycoon, i would suggest using console command or additemmenu to plant em without suffering resource scarcity.

Posted
14 minutes ago, 4nchorage Pingas said:

you must gather components for new milk pumps. write milk pump plans in tanning rack, and use em along with several other resources into individual milk pumps.


if you truly wish to invest on milk tycoon, i would suggest using console command or additemmenu to plant em without suffering resource scarcity.

I've gotten that far but I couldn't figure out what to do after I crafted the pumps and had them in my inventory.

Posted
4 hours ago, Bahamut Fabulous said:

I've gotten that far but I couldn't figure out what to do after I crafted the pumps and had them in my inventory.

well do you have Campfire mod installed? if so, you click milkpump in your misc item section and blueprint like graphic will emerge.

move the blue yet-to-be-placed milkpump into preferred location and interact to confirm installation.

Posted
On 10/2/2022 at 12:35 AM, zarantha said:

I threw together a 3BA Futa cuirass. For this to work it needs to be marked as revealing in SOS. This also requires the SOS - Futanari CBBE SSE V1.1b mod.

It can use cleaning up if there's a modeler out there. The side rings got messed up when I removed the straps, and I didn't want to mess with it too much by trying to shrink things further. It's not great, but beats an invisible body.

 

  Hide contents

 

image.png.31c7ee0f5f057251d560eb1321618a37.png

 

image.png.8b1987c27881894d8e541ca14e6060d8.png

 

 

 

PLEASE, WHERE CAN I FIND THIS WORKING FUTA MILKING CUIRASS?

Posted
26 minutes ago, EthernalNoob said:

 

PLEASE, WHERE CAN I FIND THIS WORKING FUTA MILKING CUIRASS?

Please, where can I find this working futa milking cuirass?

 

There. I fixed that for you.

Posted
18 hours ago, 4nchorage Pingas said:

if i comprehend your input correctly, vanilla MME lactacid ingestible effect only raises 1.00 lactacid per item, no matter the magnitude listed on Xedit?
 

1117728458_lactacid2023-06-11212712.png.c522ea78718e805c4fae3822be25b286.png

 

If that's correct, and its up to me to make new script, where should i inspect to figure out where to inject my lactacid magnitude script part? Hope i understood the detail correctly.

EDIT: found some worthy example from Milk Addict psc files.
MME_Storage.setLactacidCurrent(PlayerRef, CurrentLact + FoodLactacid)
CurrentLact: MME_Storage.getLactacidCurrent(PlayerRef)

FoodLactacid: JsonUtil.FloatListGet("milk addict's food list json file", "FoodLactacid", i)

 

Will run into further inspection and testing later. hope my discovery was appropriate.

you need to make new script MilkLactacidScr and replace one tied to magiceffect

and change this line in it

image.png

you can use skse function to get magnitude

it can probably work

Posted
28 minutes ago, Ed86 said:

you need to make new script MilkLactacidScr and replace one tied to magiceffect

and change this line in it

image.png

you can use skse function to get magnitude

it can probably work

actually no, its this line

image.png

Posted
2 hours ago, lonewolfgaming90 said:

hey this might sound silly but whenever i go to the milking stations i just stand there for a second and then nothing happens

can someone help me with this?

 

Same - I took out my city mods and I'm super confused as to why they're not working? I'm wondering if I did something wrong. 

Posted

Hey @Ed86... Remember me? I'm the guy who is making a Lore-Friendly NSFW mod....

 

I'm actually training with outfit studio and blender... And as way to say thank you for letting me use your mod as base for my own, soon i will send you a little gift....

 

Here's some preview:

Spoiler

futacuirass.thumb.png.bffb47bf5e3931deecb0d1e7761831e0.png

 

Yes... A working futa cuirass

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