From all the staff here at MTS, we'd like to wish all of our members and guests a Happy Holidays, and a Merry Christmas!

Autonomous Honey Drinking No More

SCREENSHOTS
Downloaded 1,246 times 72 Thanks 17 Favourited 3,497 Views
 Say Thanks!
After the dangerous work of keeping the bees happy and harvesting honey, you're ready to level up your alchemy skills and make a new potion. But your Sims are obsessed with drinking honey and they gulp it down, leaving none in the inventory when you finally get to an Alchemy station. This is a tuning mod to prevent the automatic behavior of drinking honey. Only when you've decided that it's time for a treat, you can direct your Sim to do so.

This is my first mod, and I've just made a simple one, following the tutorial at https://simswiki.info/wiki.php?titl..._Tuning_Modding.

In the first few lines of the Drink_Honey ITUN entry, I have changed only one value in the code block below:

Code:
<Interaction name="Sims3.Gameplay.Objects.FoodObjects.Honey+Drink+Definition" />
	<Object name="Sims3.Gameplay.Objects.FoodObjects.Honey" />
	<CodeVersion name="EP7" considerCodeVersion="True" />
	<Current_Tuning>
		<Disallow DisallowAutonomous="False" DisallowUserDirected="False" DisallowPlayerSim="False" />


taking this line
<Disallow DisallowAutonomous="False" DisallowUserDirected="False" DisallowPlayerSim="False" />

and replacing it with:
<Disallow DisallowAutonomous="True" DisallowUserDirected="False" DisallowPlayerSim="False" />


Note that no changes have been made to other aspects of the Honey object - advertised values and user-direction actions remain the same. I've had this in my game for a month with no conflicts (and I'm running with 830 mods!). At last, I can rest easy knowing that the honey in my inventory will still be there when I'm ready to mix a potion! Of course, the Supernatural EP is required to have access to the Beekeeping Box and Alchemy Station.

This package file goes into your Mods/Packages folder.

If you are curious about the appearance of the UI in the screenshot, it comes from justmiha97's Clean UI project on Tumblr (https://justmiha97.tumblr.com/).
Other Download Recommendations: