codengine / SOTFEdit

A Sons of The Forest Savegame Editor
MIT License
121 stars 10 forks source link

Armor Slots numbering #12

Closed PsyEng closed 2 years ago

PsyEng commented 2 years ago

I don´t know if this intended, but the numbering on the Armor page is a bit wired. It counts 0, 1, 4, 5, 6, 7, 8, 9, 10, 11, so 2 and 3 aren´t there. Also equipping it will result in a misplaced order ingame. I added pictures, so it´s clear whats happening. If I add all 10 pieces, it will show all 10 pieces correct ingame, so I think it autocorrcts the misplaced items. I tried to find the code for it, but wasn´t able to get it, sry.

SOTFEdit_v0 9 3_Armor SOTFEdit_v0 9 3_Armor_0-5 SOTFEdit_v0 9 3_Armor_0-5_ingame

codengine commented 2 years ago

Damn I have to fix it one day... So yeah the numbering is kind of "stupid" in that it is not continuous. So the application works correctly. It is the game to blame.

I can try it again but that was exactly how the game stored the armor in my saves when I was researching the armor system.

codengine commented 2 years ago

This is how it looks like when I manually number the Armor Slots from 0 to 9: grafik

codengine commented 2 years ago

I've implemented an improvement which will be part of the next release.