Jump to content

Recommended Posts

Posted

Whats the base body your Milk Cuirass uses? before i change it into my own body, it makes the breast look really good and i cant figure out how to recreate it

No idea, those on screenshotsis DL section are not mine, since mine were lost to forum glitch.

Those that came with mod were done more than year ago.

Posted

So I have a problem I haven't had before, I think I get the skooma effect from skooma whore both with it turned off or on. Tested both and I get blurry screen and skooma effects on both options. Have played with both mods together before without this problem.

I'm using the version with all bound milk pumps.

Posted

So I have a problem I haven't had before, I think I get the skooma effect from skooma whore both with it turned off or on. Tested both and I get blurry screen and skooma effects on both options. Have played with both mods together before without this problem.

I'm using the version with all bound milk pumps.

Well im not sure, i think, few versions earlier ive changed the way lactacid is fed, so now you are actually fed lactacid bottle instead of just a variable change and when you drink lactacid you also drink skooma and that part hasnt changed for a very lo===ong time. Maybe you are turning something off in a wrong place?

I can confirm that JK's Skyrim cities and towns overhaul conflicts with placements of the milk stations.

I'd suggest you tell author of jk skyrim cities install my mod(cuz its obviously better) and fix his broken cities.

XD

Posted

i dont have a city over hall and i cant find the pump in white run. suppose to be behind the blacksmith but only blacksmith i know of is warmaiden. i walked behind it and its not there. is there another blacksmith i dont know about D:

Guest S0767
Posted

i dont have a city over hall and i cant find the pump in white run. suppose to be behind the blacksmith but only blacksmith i know of is warmaiden. i walked behind it and its not there. is there another blacksmith i dont know about D:

 

Did you pick the "fancy" milkpumps option? If so, they're NOT behind Warmaiden's, they're behind Belethor's shop.

Posted

 

i dont have a city over hall and i cant find the pump in white run. suppose to be behind the blacksmith but only blacksmith i know of is warmaiden. i walked behind it and its not there. is there another blacksmith i dont know about D:

 

Did you pick the "fancy" milkpumps option? If so, they're NOT behind Warmaiden's, they're behind Belethor's shop.

 

 

massive fail on my part. ill go check again and yeah i picked fancy LOL ><

 

can i buy latids form ivanstead

 

i have hunterborn installed is that compatable

Posted

 

 

i dont have a city over hall and i cant find the pump in white run. suppose to be behind the blacksmith but only blacksmith i know of is warmaiden. i walked behind it and its not there. is there another blacksmith i dont know about D:

 

Did you pick the "fancy" milkpumps option? If so, they're NOT behind Warmaiden's, they're behind Belethor's shop.

 

 

massive fail on my part. ill go check again and yeah i picked fancy LOL ><

 

can i buy latids form ivanstead

 

i have hunterborn installed is that compatable

 

 

Hunterborn doesn't conflict with Milk Mod Economy.  I have yet to find a creature from which I can harvest milk though.  :P

Posted

 

 

 

i dont have a city over hall and i cant find the pump in white run. suppose to be behind the blacksmith but only blacksmith i know of is warmaiden. i walked behind it and its not there. is there another blacksmith i dont know about D:

 

Did you pick the "fancy" milkpumps option? If so, they're NOT behind Warmaiden's, they're behind Belethor's shop.

 

 

massive fail on my part. ill go check again and yeah i picked fancy LOL ><

 

can i buy latids form ivanstead

 

i have hunterborn installed is that compatable

 

 

Hunterborn doesn't conflict with Milk Mod Economy.  I have yet to find a creature from which I can harvest milk though.   :P

 

 

HAAAA! XD now that was funny :P I went to Ivarstead looking for a caravan and didnt see one there ><

Posted

This is going to be an odd request, but would it be possible to make an option where weather the milk pumps in the town are bound or not is random? Not all the time mind you, just when they're first placed/spawned. I'd like the slight unpredictability it would add.

Posted

 

 

 

i dont have a city over hall and i cant find the pump in white run. suppose to be behind the blacksmith but only blacksmith i know of is warmaiden. i walked behind it and its not there. is there another blacksmith i dont know about D:

 

Did you pick the "fancy" milkpumps option? If so, they're NOT behind Warmaiden's, they're behind Belethor's shop.

 

 

massive fail on my part. ill go check again and yeah i picked fancy LOL ><

 

can i buy latids form ivanstead

 

i have hunterborn installed is that compatable

 

 

Hunterborn doesn't conflict with Milk Mod Economy.  I have yet to find a creature from which I can harvest milk though.   :P

 

 

why? dont you have a mirror?

 

This is going to be an odd request, but would it be possible to make an option where weather the milk pumps in the town are bound or not is random? Not all the time mind you, just when they're first placed/spawned. I'd like the slight unpredictability it would add.

possible ? - yes

done ? - no

this would need huge amount of time or more than im willing to spend on that

Posted

what about forced feeding lactide potions to followers to force inflation for a set time?

Well i guess this can be done, but isnt that from needs department?
Posted

what about forced feeding lactide potions to followers to force inflation for a set time?

there you go , a quickie dirty edit

	if akActor.GetLeveledActorBase().GetSex() == 1
		Float LactacidCnt = MME_Storage.getLactacidCurrent(akActor)
		self.SetNodeScale(akActor, "NPC Belly", 1 + LactacidCnt / 2)
	endif

MilkQUEST.7z

Posted

 

what about forced feeding lactide potions to followers to force inflation for a set time?

there you go , a quickie dirty edit

	if akActor.GetLeveledActorBase().GetSex() == 1
		Float LactacidCnt = MME_Storage.getLactacidCurrent(akActor)
		self.SetNodeScale(akActor, "NPC Belly", 1 + LactacidCnt / 2)
	endif

 

KINKY : D where do i put this please

 

Posted

 

 

what about forced feeding lactide potions to followers to force inflation for a set time?

there you go , a quickie dirty edit

	if akActor.GetLeveledActorBase().GetSex() == 1
		Float LactacidCnt = MME_Storage.getLactacidCurrent(akActor)
		self.SetNodeScale(akActor, "NPC Belly", 1 + LactacidCnt / 2)
	endif

 

 

KINKY : D where do i put this please

 

Scripts folder
Posted

 

 

 

what about forced feeding lactide potions to followers to force inflation for a set time?

there you go , a quickie dirty edit

	if akActor.GetLeveledActorBase().GetSex() == 1
		Float LactacidCnt = MME_Storage.getLactacidCurrent(akActor)
		self.SetNodeScale(akActor, "NPC Belly", 1 + LactacidCnt / 2)
	endif

 

KINKY : D where do i put this please

 

Scripts folder

 

 

thank you! i over wrote it with this one ^^ things should be interesting now :P

Posted

I use uunp and HDT, will clicking the hdt(old) option in the installer enable the breast pump animations?

Posted

I use uunp and HDT, will clicking the hdt(old) option in the installer enable the breast pump animations?

 

i haven't tried that option myself. it said it was still being worked on with a fix next to it. does that option now work Oo

Posted

 

I use uunp and HDT, will clicking the hdt(old) option in the installer enable the breast pump animations?

 

i haven't tried that option myself. it said it was still being worked on with a fix next to it. does that option now work Oo

 

 

I'm unsure if it does or doesn't. Conformation from the mod author would be nice if possible.

Posted

 

 

I use uunp and HDT, will clicking the hdt(old) option in the installer enable the breast pump animations?

 

i haven't tried that option myself. it said it was still being worked on with a fix next to it. does that option now work Oo

 

 

I'm unsure if it does or doesn't. Conformation from the mod author would be nice if possible.

 

 

it works, but xmpse's physics rig has to be set to bbp. i know it sounds counter intuitive but hdt is rather finicky when it comes to animations. 

Posted

Hello there, I did not have the chance to try this mod yet but I already have a "bug" report regarding this mod and nexus mod manager.

 

As a general rule concerning the fomod config it is pointless to list skyrim.esm as a requirement: the file will be loaded by default by the game anyhow. Literally, you can't play skyrim without it.

 

And, to make matters worse, it is disabled (or counted as such) by default by NMM. This will inevitably make it impossible for NMM to install your mod. I agree that it is silly and an issue from NMM. But that's how the recent version is baked. So please don't put skyrim.esm as a dependency, you're just telling the mod manager to require skyrim to install a skyrim mod...

 

Note that Milkmod economy isn't the only one affected. I've had to remove the dependency from several other mods. It's quite infuriating how NMM behave sometimes.

Posted

Hello there, I did not have the chance to try this mod yet but I already have a "bug" report regarding this mod and nexus mod manager.

 

As a general rule concerning the fomod config it is pointless to list skyrim.esm as a requirement: the file will be loaded by default by the game anyhow. Literally, you can't play skyrim without it.

 

And, to make matters worse, it is disabled (or counted as such) by default by NMM. This will inevitably make it impossible for NMM to install your mod. I agree that it is silly and an issue from NMM. But that's how the recent version is baked. So please don't put skyrim.esm as a dependency, you're just telling the mod manager to require skyrim to install a skyrim mod...

 

Note that Milkmod economy isn't the only one affected. I've had to remove the dependency from several other mods. It's quite infuriating how NMM behave sometimes.

Well its nmm bug so they must fix it.

I can remove this in next version which will be in a few months if ever

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