mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 01:50:45 -05:00
2 patches still required
This commit is contained in:
parent
7901310094
commit
815d6a6303
@ -26,7 +26,6 @@ namespace SPT.Custom.Patches
|
|||||||
List<ExfiltrationPoint> EligiblePoints = ExfiltrationControllerClass.Instance.EligiblePoints(gameWorld.MainPlayer.Profile).ToList();
|
List<ExfiltrationPoint> EligiblePoints = ExfiltrationControllerClass.Instance.EligiblePoints(gameWorld.MainPlayer.Profile).ToList();
|
||||||
List<ExfiltrationPoint> PointsToPickFrom = new List<ExfiltrationPoint>();
|
List<ExfiltrationPoint> PointsToPickFrom = new List<ExfiltrationPoint>();
|
||||||
|
|
||||||
|
|
||||||
foreach (var ExfilPoint in EligiblePoints)
|
foreach (var ExfilPoint in EligiblePoints)
|
||||||
{
|
{
|
||||||
if (ExfilPoint.Status == EExfiltrationStatus.RegularMode)
|
if (ExfilPoint.Status == EExfiltrationStatus.RegularMode)
|
||||||
|
@ -24,13 +24,11 @@ namespace SPT.Custom
|
|||||||
// TODO: check if these patches are needed
|
// TODO: check if these patches are needed
|
||||||
new DisableNonHalloweenExitsDuringEventPatch().Enable();
|
new DisableNonHalloweenExitsDuringEventPatch().Enable();
|
||||||
// new AllScavsHostileHostileToPlayerScavPatch().Enable();
|
// new AllScavsHostileHostileToPlayerScavPatch().Enable();
|
||||||
// new CopyPmcQuestsToPlayerScavPatch().Enable();
|
//new IsEnemyPatch().Enable(); // TODO: can probably remove, this is handled by server data sent to client on raid start
|
||||||
// new MergeScavPmcQuestsOnInventoryLoadPatch().Enable();
|
|
||||||
|
|
||||||
// Still need
|
// Still need
|
||||||
new SendFleaListingTaxAmountToServerPatch().Enable();
|
new SendFleaListingTaxAmountToServerPatch().Enable();
|
||||||
new AddTraitorScavsPatch().Enable();
|
new AddTraitorScavsPatch().Enable();
|
||||||
//new IsEnemyPatch().Enable(); // TODO: can probably remove, this is handled by server data sent to client on raid start
|
|
||||||
new CustomAiPatch().Enable();
|
new CustomAiPatch().Enable();
|
||||||
new SaveSettingsToSptFolderPatch().Enable();
|
new SaveSettingsToSptFolderPatch().Enable();
|
||||||
new QTEPatch().Enable();
|
new QTEPatch().Enable();
|
||||||
@ -43,6 +41,8 @@ namespace SPT.Custom
|
|||||||
new BossSpawnChancePatch().Enable();
|
new BossSpawnChancePatch().Enable();
|
||||||
new VersionLabelPatch().Enable();
|
new VersionLabelPatch().Enable();
|
||||||
new FixBotgroupMarkofTheUnknown().Enable();
|
new FixBotgroupMarkofTheUnknown().Enable();
|
||||||
|
new MergeScavPmcQuestsOnInventoryLoadPatch().Enable();
|
||||||
|
new CopyPmcQuestsToPlayerScavPatch().Enable();
|
||||||
|
|
||||||
HookObject.AddOrGetComponent<MenuNotificationManager>();
|
HookObject.AddOrGetComponent<MenuNotificationManager>();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user