Jump to content

Cow Live Services


Recommended Posts

Posted

I love the mod, but hate the diet restrictions. I have been tinkering around mod in TES edit but to no avail. Is it possible to remove diet restrictions and leave just barn mechanic and spells? Playing through questline BAC killed me so many times when hunters were feeding me potions that I got really annoyed and had to turn on and off the mod depending on what situation I was in.

Posted
15 hours ago, Rdwd19 said:

I love the mod, but hate the diet restrictions. I have been tinkering around mod in TES edit but to no avail. Is it possible to remove diet restrictions and leave just barn mechanic and spells? Playing through questline BAC killed me so many times when hunters were feeding me potions that I got really annoyed and had to turn on and off the mod depending on what situation I was in.

You can at least prevent yourself from being killed by following this little guide here, and it can be extrapolated for you to get it exactly how you want it.

On 9/24/2019 at 9:41 AM, DoomSequirrel said:

MME has different Formlists depending on what exactly you need. In TESEdit you can find these lists and their entries under the FormID list node for any given plugin (provided that it contains such list). The configuration can take these lists and add them to the whitelist. 

 

The configuration file is located in "Data\SKSE\Plugins\StorageUtilData\CLS" and the default looks like this:


{
    "formList" : 
    {
        "foodformlists" : [ "378908|MilkModNEW.esp" ],
        "foodkeywords" : [ "0" ]
    }
}

As you can see there is already an entry for MME. This one is for the MME_Milks list. However this list does not contain stuff like lactacid, so you'll either have to choose a list that contains everything or add another list that contains the desired potion. 

 

In case of lactacid, you can find it in the MME_Util_Potions list. TESEdit should report a Form ID similar to "XX07372C" for this list, but you cannot use that value because the json utility can't handle these values. Instead you have to convert it into some kind of mod idenpendent format:

 

  • Given the value -> 1207372C
  • Skip the first 2 digits -> 07372C
  • Convert hexadecimal to decimal -> 472876
  • Append the plugin name -> 472876|MilkModNEW.esp

So a configuration that would use both lists should look something like this:

 


{
	"formList" : 
	{
		"foodformlists" : [ "378908|MilkModNEW.esp", "472876|MilkModNEW.esp" ],
		"foodkeywords" : [ "0" ]
	}
}

 

 

  • 1 month later...
  • 2 weeks later...
Posted

Who knows any "good" hucow or other pet mods? :face_cow:

I already know:

Milk Mod Economy

Being a Cow

 

One short story about cheese farm from SexLab Stories

Being A Doggy (A Petgirl mod)

Elsie LaVache

Cow Live Services "naturally"...

  • 3 months later...
  • 5 months later...
Posted

Is this still be being updated or is it dead?

  • 1 month later...
Posted

Cool mod!  I had some problems with the diet restrictions killing me when I the cowtats gave me bac items like cow level up / mutagen.  So I added a new list of all the bac items and added them to my config

 

{
    "formList" :
    {
        "foodformlists" : [ "378908|MilkModNEW.esp", "472876|MilkModNEW.esp", "22838|iNeed.esp", "2432|iNeed.esp", "230958|bac.esp", "226810|bac.esp", "4804|SkyeNotCowPoison.esp" ],
        "foodkeywords" : [ "0" ]
    }
} 

 

SkyeNotCowPoison.esp

  • 2 months later...
  • 4 months later...
Posted (edited)

Hey Y'all, 

I am also having the trouble that I can't ask to sleep in barns. But I looked in TesVEdit and there aren't any conflicts. Does anyone know why I am having that trouble?
Edit: for info. I can't ask to sleep in most inns (I can ask delphine in riverwood for a room and she says yes), but when talking to farmers (assuming I am talking to the right people), i don't get the can I sleep in your barn option

Edit 2: I just tried talking to a hostler and that worked. So maybe I was talking to people who don't count as "farmers" to the game

Edited by Eluchel
Posted
On 2/9/2022 at 8:06 PM, Eluchel said:

Hey Y'all, 

I am also having the trouble that I can't ask to sleep in barns. But I looked in TesVEdit and there aren't any conflicts. Does anyone know why I am having that trouble?
Edit: for info. I can't ask to sleep in most inns (I can ask delphine in riverwood for a room and she says yes), but when talking to farmers (assuming I am talking to the right people), i don't get the can I sleep in your barn option

Edit 2: I just tried talking to a hostler and that worked. So maybe I was talking to people who don't count as "farmers" to the game

The only farmer i could find that allows it is the one outside of whitrun next the the mill. 

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