WoWs-Builder-Team/WoWs-ShipBuilder

[Suggestion] Inspect builds from replay

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.
After a game, players sometimes want to know what modules/skills the other players used or want to share their own build.

Describe the solution you'd like
Open a replay file and either open or import one or more builds from that game.

Additional context
Requires the WoWs-ReplayUnpack C# library.
We also need to implement a custom replay reader that can be updated without having to update and therefore redeploy the application. One option for this is to create a custom replay reader that retrieves its game-version-dependent constant values from a JSON file that is hosted together with our gamedata.

Not planned for now since the replay render bot implements this functionality