|
|
|
|
|
by arty_prof
93 days ago
|
|
What about parsing steam saves?
Steamworks SDK provides an api to query file names and then you can read them. Actually i have a js lib which can do that part, but steam should be running under particular steam user for whom saves are parsing. |
|
I'd love to see your JS lib if you're willing to share it! The raw files would still need per-game parsers (D2R's .d2s is a gnarly bit-packed binary, for example), but moving file access to the server side would be a big deal for adoption.