Page 1 of 1

Anoxia Station

Posted: Sun Jun 08, 2025 8:18 am
by byte_my_void
Game Name: Anoxia Station
Game Engine: GameMaker Engine
Game Version: v1.0.1.4 (82259)
Options Required: Resources, EarthQuake countdown,
Steam Website:



Other Info: Game values stored in strange way.
4 byte values that corresponds to real values:
1082306560 598
1082249216 570
1082259456 575
1072693248 1

game resources stored with fixed offset 0x20 so if
energy is stored at 242EC292564
next resource will be at 242EC292584
also next to resources stored values ​​that set resource capacity limits.

1082306560 598
1082306560 - looks like some sort of iee754 (float32) but i cant find value 598 of adress 242EC292564 for example after ive founded it already by unknown value search.


upd looks like itsa double but if i choose double to search - nothing found, and if i search with "all" (marked doubles in settings) - it works.