Stardew Valley
Posted: Fri Jan 05, 2018 3:51 am
add this code to your quick mode
XML FIX
20000000 3CBFBBEF
what u need to do is apply your mod in advance mode then apply this code in Quick mode and your mod will work.
this one was simple to figure out, and you wonder why they lock advanced mode for some games
Search and change the number in the middle to whatever you want.
If you change these to 100 except fishing. You will have infinte Stamina and Alway Gold Star items
<farmingLevel>100</farmingLevel>
<miningLevel>100</miningLevel>
<combatLevel>100</combatLevel>
<foragingLevel>100</foragingLevel>
<fishingLevel>40</fishingLevel> or <fishingLevel>20</fishingLevel> It crashes sometimes. Need more testing.
<luckLevel>100</luckLevel>
XML FIX
20000000 3CBFBBEF
what u need to do is apply your mod in advance mode then apply this code in Quick mode and your mod will work.
this one was simple to figure out, and you wonder why they lock advanced mode for some games
Search and change the number in the middle to whatever you want.
Code: Select all
<health>100</health>
<maxHealth>100</maxHealth>
<farmingLevel>0</farmingLevel>
<miningLevel>0</miningLevel>
<combatLevel>0</combatLevel>
<foragingLevel>0</foragingLevel>
<fishingLevel>0</fishingLevel>
<luckLevel>0</luckLevel>
<newSkillPointsToSpend>0</newSkillPointsToSpend>
<addedFarmingLevel>0</addedFarmingLevel>
<addedMiningLevel>0</addedMiningLevel>
<addedCombatLevel>0</addedCombatLevel>
<addedForagingLevel>0</addedForagingLevel>
<addedFishingLevel>0</addedFishingLevel>
<addedLuckLevel>0</addedLuckLevel>
<maxStamina>270</maxStamina>
<maxItems>12</maxItems>
<stamina>270</stamina>
<resilience>100</resilience>
<attack>0</attack>
<immunity>100</immunity>
<attackIncreaseModifier>0</attackIncreaseModifier>
<knockbackModifier>0</knockbackModifier>
<weaponSpeedModifier>0</weaponSpeedModifier>
<critChanceModifier>100</critChanceModifier>
<critPowerModifier>500</critPowerModifier>
<weaponPrecisionModifier>0</weaponPrecisionModifier>
<money>500</money>
<clubCoins>0</clubCoins>
<farmingLevel>100</farmingLevel>
<miningLevel>100</miningLevel>
<combatLevel>100</combatLevel>
<foragingLevel>100</foragingLevel>
<fishingLevel>40</fishingLevel> or <fishingLevel>20</fishingLevel> It crashes sometimes. Need more testing.
<luckLevel>100</luckLevel>