forked from emoose/MBINCompiler
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
HolterPhylo
committed
Feb 8, 2024
1 parent
6bb5f98
commit f6afcce
Showing
11 changed files
with
1,417 additions
and
1,400 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
libMBIN/Source/NMS/GameComponents/GcMissionConditionCurrentPlanetVisited.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
namespace libMBIN.NMS.GameComponents | ||
{ | ||
[NMS(GUID = 0xEBEF5DA2F06B2B34, NameHash = 0x7CCE260D959425EE)] | ||
[NMS(GUID = 0x25BE49A604767DC8, NameHash = 0x7CCE260D959425EE)] | ||
public class GcMissionConditionCurrentPlanetVisited : NMSTemplate | ||
{ | ||
/* 0x0 */ public bool JustTestSeasonStartPlanetHack; | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
libMBIN/Source/NMS/GameComponents/GcMissionConditionMissionCompleted.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
namespace libMBIN.NMS.GameComponents | ||
{ | ||
[NMS(GUID = 0x7D58868B17FADC8C, NameHash = 0xC28C1E8A4FA47E3B)] | ||
[NMS(GUID = 0x2997545CCDDD9AC1, NameHash = 0xC28C1E8A4FA47E3B)] | ||
public class GcMissionConditionMissionCompleted : NMSTemplate | ||
{ | ||
/* 0x00 */ public NMSString0x10 MissionID; | ||
/* 0x10 */ public int SeasonalMissionSeed; | ||
/* 0x14 */ public bool TakeIDFromSeasonData; | ||
/* 0x15 */ public bool CalculateTextMissionTargetFromStageIndex; | ||
/* 0x18 */ public int CalculateSeasonalSeedFromStageIndexOffset; | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
libMBIN/Source/NMS/GameComponents/GcMissionConditionPlanetDiscoveries.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using libMBIN.NMS.GameComponents; | ||
|
||
namespace libMBIN.NMS.GameComponents | ||
{ | ||
[NMS(GUID = 0xD523F943FA186627, NameHash = 0x792A334D3849EEA1)] | ||
public class GcMissionConditionPlanetDiscoveries : NMSTemplate | ||
{ | ||
/* 0x0 */ public GcDiscoveryType DiscoveryType; | ||
/* 0x4 */ public float PercentDiscovered; | ||
/* 0x8 */ public bool DeepSearchDoneDiscos; | ||
} | ||
} |
8 changes: 0 additions & 8 deletions
8
libMBIN/Source/NMS/GameComponents/GcMissionConditionPlanetPlantDiscoveries.cs
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
libMBIN/Source/NMS/GameComponents/GcMissionConditionThisMissionStageIndex.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace libMBIN.NMS.GameComponents | ||
{ | ||
[NMS(GUID = 0xA99AE5AA393CACDF, NameHash = 0xA395C630BCD87BBC)] | ||
public class GcMissionConditionThisMissionStageIndex : NMSTemplate | ||
{ | ||
/* 0x0 */ public int StageIndex; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters