mattymatty97 / LTC_TooManyItems

Standalone version of Lobby Control ItemLimit
MIT License
0 stars 1 forks source link

Desynced scrap value #2

Open Angry-Maid opened 2 months ago

Angry-Maid commented 2 months ago

Value of items from ship are desynced for host and clients, only host knows true cost.

Both host and client have only TMI installed.

mattymatty97 commented 2 months ago

what kind of desync you see? is items with value = 0 or items with swapped values?

Angry-Maid commented 2 months ago

It's swapped values but I'm not sure about that. Items seems like getting different value generated from their respective min/max values or, or swapped values also swap with items that were sold during session.

mattymatty97 commented 2 months ago

swapped values happen because items are in the exact same spot ( aligned to the decimals ) and the game assigns values sorting them by distance from origin.

it's not really something that can be fixed in a vanilla compatible way. suggested is to not drop items at the exact same coords.

mattymatty97 commented 2 months ago

i might make a addon mod to solve the issue but if i do everybody would need it or you would not even be able to join 🤔