Post by shanasakais on Dec 9, 2022 23:28:53 GMT -5
HI everyone! I have a question about changing the energy level of custom content beds. I'm aware of the usual method of changing the Tuning and TuningID. The thing is, this custom bed is a double loft bed by Nando Simsmon, so if I change it, I lose the animation that came with it, so I can't change the tuning or tuningID the usual method.
I noticed this in that thread:
Jan 19, 2017 16:33:33 GMT -8 Merry927 said:
estelledu22 Mathcope
Someone asked me about this in the comments section of my studio, so I came here looking for answers. I decided to just fiddle with tuning a little bit to see what would happen and I think I have it working.
Others would want to use the basic tuning tutorial here for changing the tuning and only use Mathcope’s explanation on page 3 to change the catalog.
Line 406 in the tuning for the toddler bed is <L n="stat_use_multiplier"> with nothing following it.
I replaced it with lines 252-260 from the tuning for the Princess Cordelia Bed:
<L n="stat_use_multiplier">
<U>
<T n="key">16654<!--motive_Energy--></T>
<U n="value">
<E n="apply_direction">INCREASE</E>
<T n="multiplier">1.74</T>
</U>
</U>
</L>
This leads to a message in the object tuning line on the left:
“The ‘U’ start tag on line 405 position 6 does not match the end tag of ‘L’. Line 429, position 9.”
Deleting the ‘L’ on line 429 removes this message.
However, I cannot find the tuning lines or this file from the princess cordelia bed in the S4S, where is it is what I"m wondering. THanks!
EDIT/Update: Okay I found the XML in the nando_simsmon package. I think I got it. Now how do I change to remove the uncomfortable that the creator also added. Is it this line? or both lines that i change or remove?
<T n="key">13094<!--bed_sleep--></T>
<U n="value">
<V n="basic_content" t="flexible_length">
<U n="flexible_length">
<V n="statistic_reduction_by_category" t="enabled">
<U n="enabled">
<L n="categories">
<E>Stressed_Buffs</E>
<E>Sloshed_Buffs</E>
<E>Uncomfortable_Buffs</E>
and/or <L n="stat_use_multiplier">
<U>
<T n="key">24998<!--commodity_Buff_Object_SeatingDiscomfort--></T>
<U n="value">
<E n="apply_direction">BOTH</E>
<T n="multiplier">1E-05</T>
</U>
I noticed this in that thread:
Jan 19, 2017 16:33:33 GMT -8 Merry927 said:
estelledu22 Mathcope
Someone asked me about this in the comments section of my studio, so I came here looking for answers. I decided to just fiddle with tuning a little bit to see what would happen and I think I have it working.
Others would want to use the basic tuning tutorial here for changing the tuning and only use Mathcope’s explanation on page 3 to change the catalog.
Line 406 in the tuning for the toddler bed is <L n="stat_use_multiplier"> with nothing following it.
I replaced it with lines 252-260 from the tuning for the Princess Cordelia Bed:
<L n="stat_use_multiplier">
<U>
<T n="key">16654<!--motive_Energy--></T>
<U n="value">
<E n="apply_direction">INCREASE</E>
<T n="multiplier">1.74</T>
</U>
</U>
</L>
This leads to a message in the object tuning line on the left:
“The ‘U’ start tag on line 405 position 6 does not match the end tag of ‘L’. Line 429, position 9.”
Deleting the ‘L’ on line 429 removes this message.
However, I cannot find the tuning lines or this file from the princess cordelia bed in the S4S, where is it is what I"m wondering. THanks!
EDIT/Update: Okay I found the XML in the nando_simsmon package. I think I got it. Now how do I change to remove the uncomfortable that the creator also added. Is it this line? or both lines that i change or remove?
<T n="key">13094<!--bed_sleep--></T>
<U n="value">
<V n="basic_content" t="flexible_length">
<U n="flexible_length">
<V n="statistic_reduction_by_category" t="enabled">
<U n="enabled">
<L n="categories">
<E>Stressed_Buffs</E>
<E>Sloshed_Buffs</E>
<E>Uncomfortable_Buffs</E>
and/or <L n="stat_use_multiplier">
<U>
<T n="key">24998<!--commodity_Buff_Object_SeatingDiscomfort--></T>
<U n="value">
<E n="apply_direction">BOTH</E>
<T n="multiplier">1E-05</T>
</U>