Jump to content

Recommended Posts

Posted
1 hour ago, AliAmiri said:

is there a way to cheat to level 10? with console commands?

becaouse i think there's a bug in my save where the milk gen multipliers is broken, and i just reseted the mod.

Activate the debug and there should be an option in there

 

Posted
2 hours ago, asdfasers said:

Am i being ignored because noone knows the answers, because noone cares or because my english is just too bad to understand me? :D

Never encountered that issue, so not a lot I can add

Posted
9 hours ago, Draego said:

can i get some help please

 

Have you tried a new game? i've never had broken dialog with this mod. i expect you've been adding/removing too many mods on the same save game and broke your save.

Posted
5 hours ago, asdfasers said:

Am i being ignored because noone knows the answers, because noone cares or because my english is just too bad to understand me? :D

 

 never worried about it. I just jump when i'm done.

 

as far as i know, lactaid isn't fed unless it's in your inventory when you start milking. but i don't usually haul around lactaid, it's a drug and i use skooma whore to feed it to me randomly rather than buy it.

Posted (edited)
12 hours ago, asdfasers said:

Am i being ignored because noone knows the answers, because noone cares or because my english is just too bad to understand me? :D

noone knows or cares, issue with your mods/expectations, but who has time to dig to it?

Edited by Ed86
Posted
11 hours ago, Park Simp said:

Breast growth potions don't seem to be having an effect? Is there something obvious I'm missing? I assume the L/R Breast nodes are fine since they growth with levelling. 

breast growth takes time, i think its was ~1% per hour

Posted
11 hours ago, AliAmiri said:

is there a way to cheat to level 10? with console commands?

becaouse i think there's a bug in my save where the milk gen multipliers is broken, and i just reseted the mod.

debug options

Posted

So I'm trying to run this with VR and this sis what i have downloaded/ enabled. 

Every other mod I've tried works and SexLab reports everything OK. 
Other mods that use sexlab work. 

But this won't give me spells or show up in MCM. image.png.d0dcf578e1d3183966e7cebd3aef29b9.png NO errors in mod manager.

 

image.png.bed7c263b9b66e854000831025036b87.png

Posted

Ok getting closer, I see the spells are only enabled when debug is enabled. So I was testing some things out and the morphs for breast size don't work and when i try to milk eventually I get teleported to a giants den and die and so does the NPC.

Posted

I got everything except milk pumps to work should they be bound or not bound and which zaz animation pack should use and would physics mods like cbpc and hdt smp cause problems i'm using cbbe 3ba body

Posted
On 6/4/2022 at 9:01 PM, Pfiffy said:

Is it possible for the SE version to check for SGO 4, too? Since there will never be a regular port of SGO 3 to SE this will be the future...

i dont see sgo4 thread or dl button , so no?

Posted (edited)
3 hours ago, Ed86 said:

i dont see sgo4 thread or dl button , so no?

 

The topic that leads to the github. To be fair, there's a lot more activity on their discord than on LL.

 

 

 

Edited by zarantha
Posted

love the mod I've been using it for a long time.

is there anyway it would be compatible with open cities mod? or is there a way I could have the milkers appear in the cities?

thanks again for the hard work 

Posted

Just out of curiosity when setting up SLIF to do scaling for 3BA bodies. Does it work with volumetric scaling?

Though unrealistic I enjoyed that setting a lot.

If anyone has any tips/tricks to share for configuring scaling options in MME I'd love to hear about it.

Posted (edited)

There's an error in Scripts/Source/MilkQUEST.psc:
 

Function DLCcheck()
	..
	Int MM = Game.GetModbyName("MilkModNew.esp")

 

That line should be:

	Int MM = Game.GetModbyName("MilkModNEW.esp")


This causes the popup "MME incorrect load order: milkpumps should go after main mod", in MilkQUEST.psc without further consequences, however, there are a few more places were the worng file name case is tested:

Milk-Mod-Economy-Scripts-20220522/Scripts/Source/MilkPUMP.psc
10:		if self.HasKeyword( Game.GetFormFromFile(0x7e3bc, "MilkModNew.esp") as Keyword )\
17:		elseif self.HasKeyword( Game.GetFormFromFile(0x7e3bd, "MilkModNew.esp") as Keyword )\

Milk-Mod-Economy-Scripts-20220522/Scripts/Source/MME_Status.psc
15:		int ButtonPressed = (Game.GetFormFromFile(0x6B54A, "MilkModNew.esp") as message).Show()


Changing the filename itself isn't a solution either, because in other places the correct filename is referred to.

After fixing this, how can one compile the scripts?
 

wine $SSE_dir/Papyrus\ Compiler/PapyrusCompiler.exe . \
  -i="$SSE_dir/Data/Scripts/Source/;." \
  -f=$SSE_dir/Data/Scripts/Source/TESV_Papyrus_Flags.flg -a -o=out

Also tried with sexlab framework included, more deps?

Edited by picobyte
Posted
On 5/15/2020 at 10:17 PM, wm46 said:

Posting what I consider the final version of the Sexlab Integration Patch:

 

This mod should work with any body type and any extra bodyslide sliders you have installed. Just open up the menu, type in the morph you want to add into the input box, and press enter. Change the relative amount of the morph with the slider that appears after.

 

To remove a single morph from your list, just enter in the name again and it will be removed. Optionally, there is a passphrase to remove all (milk and lact) morphs: "ifuckedup" (because I did indeed fuck up many times when making this).

 

If you are upgrading from my previous, non-MCM patch, remember to unregister all actors from "Milk Mod Economy" in the SLIF menu.

 

Changelog:

v2.1 - Fixed an issue with lactacid and level morphs not being removed properly after removing them from the morph list.

v2.0 - Split milk morphs and level morphs, you can now assign different morphs to each. Each morph category now gets its own SLIF category so that you can apply the same morphs to each. Added three new commands to the input screen: copyfrommilk, copyfromlact, copyfromlevel. They copy from the category typed and paste it into your currently opened category. Increased the max amount of morphs to 50.

 

Known Issues:

1. After adding or removing morphs the resulting final morph will always be wrong after the very first change. This is an issue with SLIF where it does not queue unregister and morph commands, so morphs will be removed as they are added on the first time. Changing morph amounts is fine though.

2. The splitting of level and milk morphs for volumetric breast scaling is not perfect, and as you gain large amounts of milk the level share of the morphs will reduce to near zero. As an example: If you have nipple size to increase with level but not with milk, as you gain more milk your nipples will actually shrink back down to normal size when using volumetric scaling.

 

MME Config Menu v2.1.zip 14.69 kB · 2,037 downloads

can it safely turned into ESL?

Posted

i'm guessing people on lovers lab and in the discord only choose to help out certain people who asked for help and theres plenty of people who got this to work don't know why no one wants to reply

Posted
9 minutes ago, cheekchaser said:

i'm guessing people on lovers lab and in the discord only choose to help out certain people who asked for help and theres plenty of people who got this to work don't know why no one wants to reply

 

run on sentences are a bit hard to read. it's also hard to help someone who won't say what their problem is. 'doesn't work' is not helpful. describe your issue more and what you've tried if you need help.

 

 

bound or not bound?

        pick whichever one you want.

 

which zaz animation pack?

        not required. the patch is there if you have zaz, doesn't matter which version.

 

cbpc and hdt smp?

        will not prevent the mod from working. if you don't set it up right, you don't get scaling, that's all. there's a 3ba slif patch linked on the first post. There's other bodymorph patches if you search the thread.

 

 

Posted
4 minutes ago, zarantha said:

 

run on sentences are a bit hard to read. it's also hard to help someone who won't say what their problem is. 'doesn't work' is not helpful. describe your issue more and what you've tried if you need help.

 

 

bound or not bound?

        pick whichever one you want.

 

which zaz animation pack?

        not required. the patch is there if you have zaz, doesn't matter which version.

 

cbpc and hdt smp?

        will not prevent the mod from working. if you don't set it up right, you don't get scaling, that's all. there's a 3ba slif patch linked on the first post. There's other bodymorph patches if you search the thread.

 

 

i cant get the milk pump animations to work eveeything else i tested like scaling and milking with npc help but everytime I ue a milk pump my character stands there and then nothing happens

Posted
18 minutes ago, cheekchaser said:

i cant get the milk pump animations to work eveeything else i tested like scaling and milking with npc help but everytime I ue a milk pump my character stands there and then nothing happens

 

what i usually have to do is go into third person and start them. doesn't work for me in first person for some reason. it hasn't been a big issue for me. if i forget, i stand there for a few seconds, then remember to switch viewpoints.

Posted
2 minutes ago, zarantha said:

 

what i usually have to do is go into third person and start them. doesn't work for me in first person for some reason. it hasn't been a big issue for me. if i forget, i stand there for a few seconds, then remember to switch viewpoints.

is there a certain load order the esps need to be in? i use mod organizer 2 

Posted
9 hours ago, cheekchaser said:

is there a certain load order the esps need to be in? i use mod organizer 2 

image.png.eb912eb9996f18643faa351f010b59a1.png
meet the same issue previously, i tried to edit the ESP order and solved the problem

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