Ethan Shumate

Results 24 comments of Ethan Shumate

![image](https://github.com/user-attachments/assets/6375539d-2c8b-4ffb-a42f-ed88373d3bd8) [elden-ring-save-parser-cli.zip](https://github.com/user-attachments/files/16270429/elden-ring-save-parser-cli.zip) Here is the code I used to make the executable: https://github.com/EthanShoeDev/elden-ring-compass/tree/cli-tool/packages/elden-ring-save-parser-cli @Charles-Stuart

Download the zip, extract the exe. Open PowerShell in same folder as exe. Run the command: 'elden-ring-save-parser-cli.exe --save-file {PATH_TO_SAVE_FILE}' Then there will be a new file called 'output.json' You can...

Could be something wrong with the cli, let me know when you give it a real shot. You can also try to upload it to my website here: [www.eldenringcompasss.com](https://www.eldenringcompass.com). If...

@SongTonyLi I somewhat lazily converted the raw save to json. Essentially the author of this repo made structs that match up perfectly with save offset. Save is a file of...

@eduarmreyes I have seen saves fail on that line before. I know ClayAmore is still working on a new update but if you only care about "reading" the data and...

eldenringcompass uses the same code as in this repo so it should support PS4 saves, though I haven't tested it so it may be broken in some way. I think...

I would also like to extract some more of the event flags. Specifically, I want to know if a bell bearing has been turned in. I have considered turning it...

Related: https://github.com/sst/sst/issues/5953

A recent update to setuptools broke this fix for me. I created a fork that fixes the issue by pinning setuptools to 75.8.x

Maybe this should be a different issue but I would also like to know if we can do something about allowing static esm imports. Vite, eslint and other are able...