Rdwd19 Posted June 26, 2020 Posted June 26, 2020 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.
Galactase Posted June 27, 2020 Posted June 27, 2020 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" ] } }
bubbledope Posted September 1, 2020 Posted September 1, 2020 Who knows any "good" hucow or other pet mods? 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"...
GuruSR Posted December 17, 2020 Posted December 17, 2020 Hmm, okay, looks like I may need to look at this mod for compatibility with the changes done to Being a Cow. GuruSR.
Nazzzgul666 Posted June 1, 2021 Posted June 1, 2021 (edited) Regardless if @GuruSR or @DoomSequirrel do it, a continuation would be very much appretiated in case you're waiting for a heads up. Edited June 1, 2021 by Nazzzgul666
sky2340985 Posted July 19, 2021 Posted July 19, 2021 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 1
Alisss Posted October 1, 2021 Posted October 1, 2021 @sky2340985 how would you go about adding more items to the file you posted?
Eluchel Posted February 10, 2022 Posted February 10, 2022 On 10/1/2021 at 9:18 AM, Alisss said: @sky2340985 how would you go about adding more items to the file you posted? I am wondering the same thing
Eluchel Posted February 10, 2022 Posted February 10, 2022 (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 February 10, 2022 by Eluchel
DarmanSejuk Posted February 16, 2022 Posted February 16, 2022 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.
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