mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #1303 from EzioTheDeadPoet/KerbalSpaceProgram
Added Kerbal Space Program
This commit is contained in:
commit
7ba42ecef9
@ -44,7 +44,9 @@ namespace Wabbajack.Common
|
|||||||
NoMansSky,
|
NoMansSky,
|
||||||
DragonAgeOrigins,
|
DragonAgeOrigins,
|
||||||
DragonAge2,
|
DragonAge2,
|
||||||
DragonAgeInquisition
|
DragonAgeInquisition,
|
||||||
|
[Description("Kerbal Space Program")]
|
||||||
|
KerbalSpaceProgram
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class GameExtensions
|
public static class GameExtensions
|
||||||
@ -614,6 +616,23 @@ namespace Wabbajack.Common
|
|||||||
},
|
},
|
||||||
MainExecutable = @"DragonAgeInquisition.exe"
|
MainExecutable = @"DragonAgeInquisition.exe"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Game.KerbalSpaceProgram, new GameMetaData
|
||||||
|
{
|
||||||
|
Game = Game.KerbalSpaceProgram,
|
||||||
|
NexusName = "kerbalspaceprogram",
|
||||||
|
MO2Name = "kerbalspaceprogram",
|
||||||
|
NexusGameId = 272,
|
||||||
|
SteamIDs = new List<int>{220200},
|
||||||
|
GOGIDs = new List<int>{1429864849},
|
||||||
|
IsGenericMO2Plugin = true,
|
||||||
|
RequiredFiles = new List<string>
|
||||||
|
{
|
||||||
|
@"KSP_x64.exe"
|
||||||
|
},
|
||||||
|
MainExecutable = @"KSP_x64.exe"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user