EthanShoeDev / elden-ring-compass

Elden Ring Compass helps you track your progress, completion stats, and explore an interactive map for Elden Ring.
https://www.eldenringcompass.com
11 stars 0 forks source link
elden-ring react wasm

Elden Ring Compass. Save file / Progression Website

Check it out here: www.eldenringcompass.com

Key Technologies

Incredible Packages Used

Features

Additional Details

The default code snippet requires Node.js for the HTTP server, but any simple HTTP file server will work.

If you prefer, you can manually upload the save without using continuous polling.

Future Plans

Adding a Quest section.

Can this get me banned?

No, this site has no ability to make changes to the save. For edits to be possible, you would either need to redownload your save after uploading or the HTTP server would need to support PUT/POST requests, which if you use the snippet provided it doesn't. (Not that my site even makes these requests) Elden Ring is fine with other programs reading or copying the save. Steam does this repeatedly to make cloud backups.

Let me know what you think!

Contributing

  1. Build the Wasm Parser Library
bun run build:wasm-parser
  1. Install Dependencies
bun i
  1. Finally, run the development server:
bun run dev