Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Quick Reply
Search this Thread
Test Subject
Original Poster
#1 Old 22nd Mar 2015 at 5:08 PM
Default modify smustle dance
Hi, I personally cannot stand the smustle dance from Supernatural, I've gone thru the build packages only to find its animations and no xmls. I have the gameplayobjects.dll decompiled and I found a line under electronics>dancetype>smuslte called kSmustleIfNormal; in it is:

[Tunable, TunableComment("Percentage chance that a sim will do the Smustle if autonomy pushes a normal dance interaction. (0:100)")]
public static int kSmustleIfNormal;

Can anyone help me as to how to modify this line to make this dance non-autonomous?
Advertisement
Inventor
#2 Old 22nd Mar 2015 at 5:28 PM
Seems like a xml tuning mod.

With S3PE, extract the xml named Stereo_0xblahblahblah (in GameplayData.package)
to a new package you'll put in your Mods/Packages [sub]folder.
Edit that xml from the new created package and change the value of that
tunable field (kSmustleIfNormal) to 0.

Not sure if that's enough, but it's worth a try.

EDIT: or put an impossible skill threshold (the previous tag), for example 12.
Test Subject
Original Poster
#3 Old 22nd Mar 2015 at 10:43 PM
I didnt think to look at the stereo xml, the dances tunings are in there. Thank you!
Back to top