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
af566c3
commit 0940d4c
Showing
420 changed files
with
6,077 additions
and
5,290 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using libMBIN.NMS.GameComponents; | ||
using System.Collections.Generic; | ||
|
||
namespace libMBIN.NMS.GameComponents | ||
{ | ||
[NMS(GUID = 0x7AFE7D3C948876BA, NameHash = 0xC8ABA2A9ED6C9748)] | ||
public class GcActionSetHudLayer : NMSTemplate | ||
{ | ||
/* 0x0 */ public GcActionSetType Type; | ||
/* 0x8 */ public List<NMSString0x10> HudLayerIDs; | ||
} | ||
} |
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/GcActionSetsHudLayers.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 @@ | ||
using libMBIN.NMS.GameComponents; | ||
using System.Collections.Generic; | ||
|
||
namespace libMBIN.NMS.GameComponents | ||
{ | ||
[NMS(GUID = 0x319A6300F2FDB6E, NameHash = 0x8F95942200CB4111)] | ||
public class GcActionSetsHudLayers : NMSTemplate | ||
{ | ||
/* 0x0 */ public List<GcActionSetHudLayer> ActionSetHudLayers; | ||
} | ||
} |
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,13 +1,18 @@ | ||
using System.Collections.Generic; | ||
|
||
namespace libMBIN.NMS.GameComponents | ||
{ | ||
[NMS(GUID = 0x6E9D7EAB573C6CD6, NameHash = 0x1C1691C0F8971C4A)] | ||
[NMS(GUID = 0x9C824D1D76FB05A6, NameHash = 0x1C1691C0F8971C4A)] | ||
public class GcAdvancedTweaks : NMSTemplate | ||
{ | ||
/* 0x00 */ public float ParticleKillSpeed; | ||
/* 0x04 */ public float ParticleKillSpeedWrtFixed; | ||
/* 0x08 */ public float EdgeMultiplierForTangentI; | ||
/* 0x0C */ public float EdgeMultiplierForTangentJ; | ||
/* 0x10 */ public float RenderNormalMultiplier; | ||
/* 0x14 */ public float StretchUvsToHideTextureEdges; | ||
/* 0x18 */ public List<NMSString0x40> NodesThatMustBePresent; | ||
/* 0x28 */ public List<NMSString0x40> NodesToHide; | ||
/* 0x38 */ public float StretchUvsToHideTextureEdges; | ||
/* 0x3C */ public bool LeaveRenderedTrianglesUnaffected; | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
libMBIN/Source/NMS/GameComponents/GcAlienMoodMissionOverride.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 @@ | ||
using libMBIN.NMS.GameComponents; | ||
|
||
namespace libMBIN.NMS.GameComponents | ||
{ | ||
[NMS(GUID = 0x764547C9C778C63, NameHash = 0x3BE10A033C0FF378)] | ||
public class GcAlienMoodMissionOverride : NMSTemplate | ||
{ | ||
/* 0x00 */ public NMSString0x10 Mission; | ||
/* 0x10 */ public GcAlienMood Mood; | ||
} | ||
} |
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
Oops, something went wrong.