mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Added Starbound to GameMetaData
This commit is contained in:
parent
ce117513e8
commit
12d4e2acda
@ -18,7 +18,8 @@ namespace Wabbajack.Common
|
||||
//VORTEX GAMES
|
||||
DarkestDungeon,
|
||||
DivinityOriginalSins2,
|
||||
DivinityOriginalSins2DE //definitive edition has its own nexus page but same Steam/GOG ids
|
||||
DivinityOriginalSins2DE, //definitive edition has its own nexus page but same Steam/GOG ids
|
||||
Starbound
|
||||
}
|
||||
|
||||
public class GameMetaData
|
||||
@ -201,6 +202,16 @@ namespace Wabbajack.Common
|
||||
"%documents%\\Larian Studios\\Divinity Original Sin 2 Definitive Edition\\Mods\\"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
Game.Starbound, new GameMetaData
|
||||
{
|
||||
SupportedModManager = ModManager.Vortex,
|
||||
Game = Game.Starbound,
|
||||
NexusName = "starbound",
|
||||
SteamIDs = new List<int>{211820},
|
||||
GOGID = 1452598881
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user