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
1 parent
689c2a8
commit d9964d2
Showing
193 changed files
with
8,198 additions
and
7,668 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
16 changes: 10 additions & 6 deletions
16
libMBIN/Source/NMS/GameComponents/GcAlienPuzzleMissionOverride.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,19 +1,23 @@ | ||
namespace libMBIN.NMS.GameComponents | ||
{ | ||
[NMS(GUID = 0x3199344A43B9184A, NameHash = 0xBC60B5DE)] | ||
[NMS(GUID = 0x882D4CCF94867AC, NameHash = 0xBC60B5DE)] | ||
public class GcAlienPuzzleMissionOverride : NMSTemplate | ||
{ | ||
[NMS(Index = 2)] | ||
/* 0x00 */ public NMSString0x20A Puzzle; | ||
[NMS(Index = 7)] | ||
/* 0x20 */ public NMSString0x20A RequireScanEventActive; | ||
[NMS(Index = 4)] | ||
/* 0x20 */ public NMSString0x10 AltPriorityMissionForSelection; | ||
/* 0x40 */ public NMSString0x10 AltPriorityMissionForSelection; | ||
[NMS(Index = 0)] | ||
/* 0x30 */ public NMSString0x10 Mission; | ||
/* 0x50 */ public NMSString0x10 Mission; | ||
[NMS(Index = 1)] | ||
/* 0x40 */ public GcSeed OptionalMissionSeed; | ||
/* 0x60 */ public GcSeed OptionalMissionSeed; | ||
[NMS(Index = 3)] | ||
/* 0x50 */ public bool ForceMissionSeed; | ||
/* 0x70 */ public bool ForceMissionSeed; | ||
[NMS(Index = 6)] | ||
/* 0x71 */ public bool RequireMainMissionActiveWhenUsingAlt; | ||
[NMS(Index = 5)] | ||
/* 0x51 */ public bool RequireMainMissionActiveWhenUsingAlt; | ||
/* 0x72 */ public bool RequireMainMissionSelected; | ||
} | ||
} |
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
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
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
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
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
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
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
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
11 changes: 11 additions & 0 deletions
11
libMBIN/Source/NMS/GameComponents/GcCreatureEffectTriggerRequirementCreatureSize.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,11 @@ | ||
namespace libMBIN.NMS.GameComponents | ||
{ | ||
[NMS(GUID = 0x2BE6ED1768B2EED2, NameHash = 0x8E0BDE4C)] | ||
public class GcCreatureEffectTriggerRequirementCreatureSize : NMSTemplate | ||
{ | ||
[NMS(Index = 1)] | ||
/* 0x0 */ public float MaxCreatureSize; | ||
[NMS(Index = 0)] | ||
/* 0x4 */ public float MinCreatureSize; | ||
} | ||
} |
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
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
Oops, something went wrong.