Expand description
Utilities for loading game resources from a WoWS installation directory. Utilities for loading game resources from a World of Warships installation directory.
Provides version-matched resource loading: given a replay’s version, finds and loads the corresponding game build rather than blindly using the latest installed build.
Structs§
- Game
Resources - Loaded game resources from a WoWS installation.
Functions§
- build_
game_ vfs - Build a VFS from a World of Warships installation directory.
- find_
matching_ build - Find the build directory in the game directory that matches the replay’s version.
- list_
available_ builds - List all available build numbers in the game directory’s
bin/folder, sorted ascending. - load_
game_ resources - Load game resources (entity specs, VFS) from a game directory, using the build number that matches the replay version.
- translations_
path - Returns the path to the English translations file for the given build.