@@ -125,6 +125,10 @@ public string[] RealityModeValues()
125125
126126 [ NMS ( Size = 0x80 ) ]
127127 /* 0x498 */ public string RealityPresetFile ; // 0x80
128+ [ NMS ( Size = 0x20 ) ]
129+ public string NMSLocale ; // for temperature choice?
130+ [ NMS ( Size = 0x20 ) ]
131+ public string NMSUpdateVersion ;
128132 /* 0x49A */ public short RealityGenerationIteration ;
129133
130134 [ NMS ( Size = 0x80 ) ]
@@ -201,12 +205,16 @@ public string[] ServerEnvValues()
201205 [ NMS ( Size = 0x20 ) ]
202206 /* 0x869 */ public string OverrideUsernameForDev ; // 0x20
203207 /* 0x88C */ public int DiscoveryAutoSyncIntervalSeconds ;
208+ [ NMS ( Size = 0x20 ) ]
209+ public string DummyString ;
210+ public int DummyInt ;
204211 /* 0x888 */ //public int DiscoveryTrimLimitOverride; // Looks like both these
205212 /* 0x88C */ //public int DiscoveryTrimTriggerOverride; // lines have been removed in exe
206213 /* 0x890 */ public bool EnableSynergy ;
207214 [ NMS ( Size = 0x20 ) ]
208215 /* 0x891 */ public string SynergyServer ; // 0x20
209216 /* 0x8B4 */ public int SynergyPort ;
217+ public int Something ;
210218 /* 0x8B8 */ public int MaxNumDebugMessages ;
211219 /* 0x8BC */ public bool PreloadToolbox ;
212220 /* 0x8C0 */ public int DebugTextureSize ;
@@ -244,6 +252,7 @@ public string[] ServerEnvValues()
244252 /* 0xC73?*/ public int ForceStarTypeTo ; // unused? added
245253 /* 0xC78 */ public bool ForceBiome ;
246254 /* 0xC7C?*/ public int ForceBiomeTo ; // unused?
255+ public int BadValue ;
247256 /* 0xC80 */ public bool ForceBuildingRace ;
248257 /* 0xC81?*/ public int ForceBuildingRaceTo ; // unused?
249258 /* 0xC88 */ public bool ForceLifeLevel ;
0 commit comments