Next update I also found out how to get unlimited Strange Dust, Scroll Reward, Gear Cheast Reward....
like this:
[Link]
This cost some time to open all chests
(They are even stacked)
[Link]
Again:
1.Open Dnspy
2.Attach Assemsly Csharp
3.Search for strangeDustRewardQuantity
4.Double click on it
5.What you now found is "public static ObscuredInt strangeDustRewardQuantity = 10;
6.Rightclick Class(C#) edit
7.Change the 10 to 99999 or whatever.
8.And save it.
[Link]
Increase HonorEffect:
1.Search for RankHonorEffect
2.Double click on it
3. you see now 0.01 up to 2500F
4. Rightclick Class(C#)edit
5.Change it
6.Save it
[Link]
Intant new Missions: (When you have done all missions)
1.Search for set_TimeLeftForNewMissions
2.Change "WorldMapMech.save.timeLeftForNewMissions = value; to "WorldMapMech.save.timeLeftForNewMission = 0f;
3.Save, restart game
4.When you start the game, you see that you get directly new missions.
5.Then go back to DnSpy change value to 100f;
6. Save, restart game
7. Now you have new missions without overwriting it with new missions
[Link]
Unlock Buildings with not enough level:
[Link]
You see "AlchemistUnlocked = true;" so its unlocked, when I set it to false its unlocked, test yourself