You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This'll allow you to view just skins, just mods, just client mods excluding server mods, by default server-side mods aren't shown, as most users have no need to see them
--no-vp-updater option
This overwrites whatever setting is set inside your viper.json, this is useful for automation, or simply packaging the Viper AppImage inside another format, i.e Flatpak, Snap etc.
BUG FIXES
Fixed potential edge case with mods
If a mod had the same name as an element in our CSS, the mod element could be styled incorrectly, we now prepend mod- to all mod elements to ensure this doesn't happen. Notably the Northstar core mods would previously show up as red, because we used to have an element with that name.
Updates many dependencies to fix potential vulnerabilities
Fixed the gamepath auto detector sometimes not being able to find the game if installed through Steam
If contentstatsid wasn't inside your libraryfolders.vdf it would skip the first library, if you only had one, it'd skip all/that one.