A companion tool for Remnant 2 that allows you to view the information about your current save.
Select your character and see which items they are missing and which ones you can get in your currently rolled worlds.
This tool only reads the save file, it can not make any changes to it.
- Displays the items that are available in the current rolled world
- Displays the current location of the player
- Indicates whether Trait book and/or Simulacrum are available in the location
Displays Bloodmoon statusTemporarily doesn't- Displays whether an item is only obtainable in co-op
- Allows to filter by item names and injectable events
- Updates the state whenever the save file changes
- Gamepass support
- ... and more?
- Download and install .NET 8.0 or greater
- You only need a .NET Desktop Runtime x64, but you can install the whole SDK if you want to
- Download the latest release
- Unpack the archive to a folder. To avoid issues, use a non-system folder, such as
C:\Games\RemnantOverseer
- Launch the .exe file
- Razzmatazzz for his project, which served as an inspiration for this one and made me look into working on Remnant in the first place
- AndrewSav for https://github.com/AndrewSav/lib.remnant2.analyzer, which is used as an underlying parsing library
- Avalonia (EN) telegram channel and specifically Steve for answering many of my AvaloniaUI-related questions
- And you! For taking an interest in the project
- When viewing a big list of items application is stuttering on refresh. This is due to my control of choice (treeview) not having virtualization, so building a visual tree takes a while. I learned about this quite late in development, so I decided to stick with it for now. I will try to optimize it when I have extra time (this will require a non-trivial rework)