Skip to content

Commit f378e9d

Browse files
authored
Merge pull request #23 from monkeyman192/update/156355.0
Update for NMS version 156355
2 parents c3828e5 + 8f62b30 commit f378e9d

File tree

8 files changed

+1123
-1076
lines changed

8 files changed

+1123
-1076
lines changed

nmspy/data/enums/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,13 +322,13 @@
322322
cGcSeasonSaveStateOnDeath,
323323
cGcPlayerMissionParticipantType,
324324
cGcGameMode,
325+
cGcFreighterNPCType,
325326
cGcNPCNavSubgraphNodeType,
326327
cGcPersistentBaseTypes,
327-
cGcFreighterNPCType,
328+
cGcBuildMenuOption,
328329
cGcLinkNetworkTypes,
329330
cGcNPCHabitationType,
330331
cGcBuildingPlacementErrorTypes,
331-
cGcBuildMenuOption,
332332
cGcBaseBuildingSecondaryMode,
333333
cGcBaseSnapState,
334334
cGcBaseBuildingPartStyle,

nmspy/data/enums/external_enums.py

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6750,6 +6750,14 @@ class cGcGameMode(IntEnum):
67506750
Seasonal = 0x6
67516751

67526752

6753+
class cGcFreighterNPCType(IntEnum):
6754+
SquadronPilot = 0x0
6755+
FrigateCaptain = 0x1
6756+
WorkerBio = 0x2
6757+
WorkerTech = 0x3
6758+
WorkerIndustry = 0x4
6759+
6760+
67536761
class cGcNPCNavSubgraphNodeType(IntEnum):
67546762
Path = 0x0
67556763
Connection = 0x1
@@ -6772,12 +6780,28 @@ class cGcPersistentBaseTypes(IntEnum):
67726780
ShipBaseScratch = 0xC
67736781

67746782

6775-
class cGcFreighterNPCType(IntEnum):
6776-
SquadronPilot = 0x0
6777-
FrigateCaptain = 0x1
6778-
WorkerBio = 0x2
6779-
WorkerTech = 0x3
6780-
WorkerIndustry = 0x4
6783+
class cGcBuildMenuOption(IntEnum):
6784+
Place = 0x0
6785+
ChangeColour = 0x1
6786+
FreeRotate = 0x2
6787+
Scale = 0x3
6788+
SnapRotate = 0x4
6789+
Move = 0x5
6790+
Duplicate = 0x6
6791+
Delete = 0x7
6792+
ToggleBuildCam = 0x8
6793+
ToggleSnappingAndCollision = 0x9
6794+
ToggleSelectionMode = 0xA
6795+
ToggleWiringMode = 0xB
6796+
ViewRelatives = 0xC
6797+
CyclePart = 0xD
6798+
PlaceWire = 0xE
6799+
CycleRotateMode = 0xF
6800+
Flip = 0x10
6801+
ToggleCatalogue = 0x11
6802+
Purchase = 0x12
6803+
FamiliesRotate = 0x13
6804+
YFlip = 0x14
67816805

67826806

67836807
class cGcLinkNetworkTypes(IntEnum):
@@ -6825,30 +6849,6 @@ class cGcBuildingPlacementErrorTypes(IntEnum):
68256849
InvalidCorvettePosition = 0x18
68266850

68276851

6828-
class cGcBuildMenuOption(IntEnum):
6829-
Place = 0x0
6830-
ChangeColour = 0x1
6831-
FreeRotate = 0x2
6832-
Scale = 0x3
6833-
SnapRotate = 0x4
6834-
Move = 0x5
6835-
Duplicate = 0x6
6836-
Delete = 0x7
6837-
ToggleBuildCam = 0x8
6838-
ToggleSnappingAndCollision = 0x9
6839-
ToggleSelectionMode = 0xA
6840-
ToggleWiringMode = 0xB
6841-
ViewRelatives = 0xC
6842-
CyclePart = 0xD
6843-
PlaceWire = 0xE
6844-
CycleRotateMode = 0xF
6845-
Flip = 0x10
6846-
ToggleCatalogue = 0x11
6847-
Purchase = 0x12
6848-
FamiliesRotate = 0x13
6849-
YFlip = 0x14
6850-
6851-
68526852
class cGcBaseBuildingSecondaryMode(IntEnum):
68536853
ShipStructural = 0x0
68546854

0 commit comments

Comments
 (0)