ror2-editor icon indicating copy to clipboard operation
ror2-editor copied to clipboard

A web app that allows you to fully customize your Risk of Rain 2 savefile.

Results 8 ror2-editor issues
Sort by recently updated
recently updated
newest added

To celebrate the ["Seekers of the Storm" expansion upcoming release 🎉](https://store.steampowered.com/news/app/632360/view/6890030714194305619?l=english) I made some improvements to the app: - all dependencies and dev dependencies have been updated - added prettier...

Is it possible to have the old code in a new branch? The editor with support for SotS corrupts the old game's data.

Allow the user to filter by DLC, survivor, item type, or artifacts using the UI. ![image](https://github.com/user-attachments/assets/18ec5625-163b-4371-8ca2-85151464a71d)

I changed the `webp` script using a node script which relies on [sharp](https://sharp.pixelplumbing.com) to convert all png images to webp. The major benefit is that the script can run on...

I'm opening an issue to avoid posting off topic content on #17 and because I have the same error on #18 Regarding https://github.com/tjosepo/ror2-editor/pull/17#pullrequestreview-2273980836 `Deploy to Firebase Hosting on PR` workflow...

I think that these may be 2.0 Relaunch achievements. Seeker: Scorched Earth (`ACHIEVEMENT_NUKESOJOURN_NAME` I think) Seeker: Clear Mind (`ACHIEVEMENT_SEEKERPERFECT20MEDITATION_NAME` I think) False Son: Protein Heavy Diet (`FalseSonGrowthChallenge`) False Son: Family...

Add maximum to Lunar Coins `` Add clamping logic to restrict the value stored in the `XMLDocument` to `[0, 2147483647]` Closes #22

Lunar coins are stored as a signed 32-bit integer within the game, meaning the maximum number you can have before overflow is `2147483647`. It would be nice to have a...