mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Add Sims 4
This commit is contained in:
parent
d78c89e702
commit
98a0c09adb
@ -57,7 +57,9 @@ namespace Wabbajack.Common
|
|||||||
[Description("Enderal Special Edition")]
|
[Description("Enderal Special Edition")]
|
||||||
EnderalSpecialEdition,
|
EnderalSpecialEdition,
|
||||||
[Description("Cyberpunk 2077")]
|
[Description("Cyberpunk 2077")]
|
||||||
Cyberpunk2077
|
Cyberpunk2077,
|
||||||
|
[Description("The Sims 4")]
|
||||||
|
Sims4
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class GameExtensions
|
public static class GameExtensions
|
||||||
@ -681,6 +683,22 @@ namespace Wabbajack.Common
|
|||||||
},
|
},
|
||||||
MainExecutable = @"bin\x64\Cyberpunk2077.exe"
|
MainExecutable = @"bin\x64\Cyberpunk2077.exe"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Game.Sims4, new GameMetaData
|
||||||
|
{
|
||||||
|
Game = Game.Sims4,
|
||||||
|
SteamIDs = new List<int> {1222670 },
|
||||||
|
MO2Name = "The Sims 4",
|
||||||
|
NexusName = "thesims4",
|
||||||
|
NexusGameId = 641,
|
||||||
|
IsGenericMO2Plugin = true,
|
||||||
|
RequiredFiles = new List<string>
|
||||||
|
{
|
||||||
|
@"Game\Bin\TS4_x64.exe"
|
||||||
|
},
|
||||||
|
MainExecutable = @"Game\Bin\TS4_x64.exe"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user