Post by francescaerin on Jun 16, 2016 6:09:40 GMT -5
Hey guys, not to be a pain but I'm completely new to modding, only being playing around with S4S for a few days so please bear with the newbie lol
I'm looking to increase the crafting quality on the new chef stations and I haven't a clue where to start. Normally I would just copy the tuning from a better quality stove and have done with it but with the chef station having a whole heap of other things going on with it I figure that won't work this time.
First I peeked in environment scores to see if was as simple as adding an emotional aura, found it blank. Had a browse through the options and found a CraftingGardening and a CraftingSong. No good. Further down I found tooltip_CraftingQualityCooking. Unsure if this was the correct place I continued my search.
So, in my infinite wisdom, having never even seen a line of code, I started having a root through the tuning text. I extracted the tuning for the Schmapple Oven (crafting quality 10) and the Full Disclosure Chef Station (crafting quality 6).
Near the bottom of the tuning I eventually found Object_Consumable-Quality
Schmapple showed:
<T n="key">16671<!--statistic_Object_Consumable-Quality--></T>
<U n="value">
<T n="multiplier">3</T>
And Chef station showed:
n="key">16671<!--statistic_Object_Consumable-Quality--></T>
<U n="value">
<T n="multiplier">1.67</T>
If i adjust the multiplier to match that of the Schmapple am I anywhere even close to achieving a higher quality stove? I have zero understanding of the code lines above :(
Hopefully some lovely soul out there will take pity on me and point me in the right direction before I have no hair left, I'm really struggling to find tutorials covering anything close that doesn't involve copying the entire tuning
Thank you for reading.
I'm looking to increase the crafting quality on the new chef stations and I haven't a clue where to start. Normally I would just copy the tuning from a better quality stove and have done with it but with the chef station having a whole heap of other things going on with it I figure that won't work this time.
First I peeked in environment scores to see if was as simple as adding an emotional aura, found it blank. Had a browse through the options and found a CraftingGardening and a CraftingSong. No good. Further down I found tooltip_CraftingQualityCooking. Unsure if this was the correct place I continued my search.
So, in my infinite wisdom, having never even seen a line of code, I started having a root through the tuning text. I extracted the tuning for the Schmapple Oven (crafting quality 10) and the Full Disclosure Chef Station (crafting quality 6).
Near the bottom of the tuning I eventually found Object_Consumable-Quality
Schmapple showed:
<T n="key">16671<!--statistic_Object_Consumable-Quality--></T>
<U n="value">
<T n="multiplier">3</T>
And Chef station showed:
n="key">16671<!--statistic_Object_Consumable-Quality--></T>
<U n="value">
<T n="multiplier">1.67</T>
If i adjust the multiplier to match that of the Schmapple am I anywhere even close to achieving a higher quality stove? I have zero understanding of the code lines above :(
Hopefully some lovely soul out there will take pity on me and point me in the right direction before I have no hair left, I'm really struggling to find tutorials covering anything close that doesn't involve copying the entire tuning
Thank you for reading.