mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Bannerlord Support Fixed (#2283)
* Fix M&B II: Bannerlord & GOG Support * Update CHANGELOG.md
This commit is contained in:
parent
085a5d5710
commit
6a9596c9ab
@ -1,5 +1,9 @@
|
||||
### Changelog
|
||||
|
||||
#### Version - 3.0.6.1 - TBD
|
||||
* Game support:
|
||||
* Added Mount & Blade II: Bennerlord support (Steam,GOG)
|
||||
|
||||
#### Version - 3.0.6.0 - 1/21/2023
|
||||
* Add support for Cubemaps in BA2 files, if you have problems with BA2 recompression, be sure to delete your `GlobalVFSCache3.sqlite` from your AppData before the next compile
|
||||
* Fixed slides not being shown during installation for lists compile with the 3.0 compiler
|
||||
|
@ -517,8 +517,13 @@ public static class GameRegistry
|
||||
NexusName = "mountandblade2bannerlord",
|
||||
NexusGameId = 3174,
|
||||
MO2Name = "Mount & Blade II: Bannerlord",
|
||||
MO2ArchiveName = "mountandblade2",
|
||||
MO2ArchiveName = "mountandblade2bannerlord",
|
||||
SteamIDs = new[] { 261550 },
|
||||
GOGIDs = new [] {
|
||||
1564781494, //Mount & Blade II: Bannerlord : Game
|
||||
1681929523, //Mount & Blade II: Bannerlord - Digital Deluxe : Package
|
||||
1802539526, //Mount & Blade II: Bannerlord : Package
|
||||
},
|
||||
IsGenericMO2Plugin = true,
|
||||
RequiredFiles = new []
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user