- Steam App
- Dungeon Looter (1228320)
- Event type
- patch note
- Published
- 20 August 2024 - 07:52:34 UTC
- Source
- steam_community_announcements
1.1.2000 Fix a critical bug currently affecting only players who is on EU locale which will generate items with broken levels. I cannot imagine equipping a CURSED Lv.301 sword, my entire life and my after life would be cursed... ːlunar2020horrifiedratː ːlunar2020horrifiedratː For technical note, this was from difference between data passing around in the game, also including data that was passing around between network when playing in MP. There was an oversight to internal number formatting and for example the value 0.25 (quarter) will be printed into "0,25" in EU locale, passing around in the system and network, and then the non-EU client will read it back as "zero comma twenty five" and understand it as 25! (I don't know who design this programming behavior, but it is crazy) and the same is also happen in reverse....