Hey everyone,
I’m trying to build a small browser-based tool just for fun — it loads and reads GTA San Andreas [.](https://gtandreaspro.com)b
save files and tries to show basic info like mission progress, cash, etc.
I’m using FileReader
and trying to work with the binary data in JavaScript, but I’m getting stuck when it comes to parsing the buffer correctly. I can load the file, but interpreting the actual bytes is confusing — especially when trying to extract readable strings or values from specific offsets.
Anyone here ever worked on reading raw binary files in JS? Or maybe has tips on handling structured save data?
It’s more of a side learning project, but I’d love to understand how to approach this properly. Thanks!