codengine / SOTFEdit

A Sons of The Forest Savegame Editor
MIT License
104 stars 6 forks source link

Armor Slots numbering #12

Closed PsyEng closed 1 year ago

PsyEng commented 1 year 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 1 year 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 1 year ago

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

codengine commented 1 year ago

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