@etothepii/satisfactory-file-parser 3.2.2 → 3.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (481) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/build/parser/satisfactory/types/property/generic/AbstractBaseProperty.d.ts +1 -1
  3. package/build/parser/satisfactory/types/property/generic/AbstractBaseProperty.d.ts.map +1 -1
  4. package/build/parser/satisfactory/types/property/generic/AbstractBaseProperty.js.map +1 -1
  5. package/build/parser/satisfactory/types/structs/FGDynamicStruct.d.ts +1 -0
  6. package/build/parser/satisfactory/types/structs/FGDynamicStruct.d.ts.map +1 -1
  7. package/build/parser/satisfactory/types/structs/FGDynamicStruct.js +20 -13
  8. package/build/parser/satisfactory/types/structs/FGDynamicStruct.js.map +1 -1
  9. package/build/parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem.d.ts +12 -0
  10. package/build/parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem.d.ts.map +1 -0
  11. package/build/parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem.js +22 -0
  12. package/build/parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem.js.map +1 -0
  13. package/docs/assets/navigation.js +1 -1
  14. package/docs/assets/search.js +1 -1
  15. package/docs/classes/BlueprintConfigReader.html +4 -4
  16. package/docs/classes/BlueprintConfigWriter.html +4 -4
  17. package/docs/classes/BlueprintReader.html +4 -4
  18. package/docs/classes/BlueprintWriter.html +4 -4
  19. package/docs/classes/CompressionLibraryError.html +2 -2
  20. package/docs/classes/CorruptBlueprintError.html +2 -2
  21. package/docs/classes/CorruptSaveError.html +2 -2
  22. package/docs/classes/Parser.html +6 -6
  23. package/docs/classes/ParserError.html +2 -2
  24. package/docs/classes/ReadableStreamParser.html +2 -2
  25. package/docs/classes/SatisfactorySave.html +3 -4
  26. package/docs/classes/SaveComponent.html +2 -2
  27. package/docs/classes/SaveEntity.html +2 -2
  28. package/docs/classes/SaveObject.html +2 -2
  29. package/docs/classes/SaveReader.html +4 -5
  30. package/docs/classes/SaveStreamJsonStringifier.html +2 -2
  31. package/docs/classes/SaveStreamWriter.html +3 -4
  32. package/docs/classes/SaveWriter.html +4 -5
  33. package/docs/classes/TimeoutError.html +2 -2
  34. package/docs/classes/UnimplementedError.html +2 -2
  35. package/docs/classes/UnsupportedVersionError.html +2 -2
  36. package/docs/enums/BlueprintConfigVersion.html +2 -2
  37. package/docs/enums/BlueprintHeaderVersion.html +2 -2
  38. package/docs/enums/CompressionAlgorithmCode.html +2 -2
  39. package/docs/enums/FactoryGameCustomVersion.html +2 -2
  40. package/docs/enums/RuntimeBuildableInstanceDataVersion.html +2 -2
  41. package/docs/enums/SaveCustomVersion.html +10 -10
  42. package/docs/enums/SaveHeaderType.html +2 -2
  43. package/docs/functions/AbstractBaseProperty.Create.html +1 -1
  44. package/docs/functions/ArrayProperty.CalcOverhead.html +1 -1
  45. package/docs/functions/ArrayProperty.Parse.html +1 -1
  46. package/docs/functions/ArrayProperty.Serialize.html +1 -1
  47. package/docs/functions/BlueprintConfig.Parse.html +1 -1
  48. package/docs/functions/BlueprintConfig.Serialize.html +1 -1
  49. package/docs/functions/BlueprintHeader.Parse.html +1 -1
  50. package/docs/functions/BlueprintHeader.Serialize.html +1 -1
  51. package/docs/functions/BoolArrayProperty.Parse.html +1 -1
  52. package/docs/functions/BoolArrayProperty.Serialize.html +1 -1
  53. package/docs/functions/BoolProperty.CalcOverhead.html +1 -1
  54. package/docs/functions/BoolProperty.Parse.html +1 -1
  55. package/docs/functions/BoolProperty.ReadValue.html +1 -1
  56. package/docs/functions/BoolProperty.Serialize.html +1 -1
  57. package/docs/functions/BoolProperty.SerializeValue.html +1 -1
  58. package/docs/functions/BuildableSubsystemSpecialProperties.Parse.html +1 -1
  59. package/docs/functions/BuildableSubsystemSpecialProperties.Serialize.html +1 -1
  60. package/docs/functions/BuildableTypeInstance.Parse.html +1 -1
  61. package/docs/functions/BuildableTypeInstance.Serialize.html +1 -1
  62. package/docs/functions/ByteArrayProperty.Parse.html +1 -1
  63. package/docs/functions/ByteArrayProperty.Serialize.html +1 -1
  64. package/docs/functions/ByteProperty.CalcOverhead.html +1 -1
  65. package/docs/functions/ByteProperty.Parse.html +1 -1
  66. package/docs/functions/ByteProperty.ReadValue.html +1 -1
  67. package/docs/functions/ByteProperty.Serialize.html +1 -1
  68. package/docs/functions/ByteProperty.SerializeValue.html +1 -1
  69. package/docs/functions/CircuitSpecialProperties.Parse.html +1 -1
  70. package/docs/functions/CircuitSpecialProperties.Serialize.html +1 -1
  71. package/docs/functions/ConveyorChainActorSpecialProperties.Parse.html +1 -1
  72. package/docs/functions/ConveyorChainActorSpecialProperties.Serialize.html +1 -1
  73. package/docs/functions/ConveyorSpecialProperties.Parse.html +1 -1
  74. package/docs/functions/ConveyorSpecialProperties.Serialize.html +1 -1
  75. package/docs/functions/DoubleArrayProperty.Parse.html +1 -1
  76. package/docs/functions/DoubleArrayProperty.Serialize.html +1 -1
  77. package/docs/functions/DoubleProperty.CalcOverhead.html +1 -1
  78. package/docs/functions/DoubleProperty.Parse.html +1 -1
  79. package/docs/functions/DoubleProperty.ReadValue.html +1 -1
  80. package/docs/functions/DoubleProperty.Serialize.html +1 -1
  81. package/docs/functions/DoubleProperty.SerializeValue.html +1 -1
  82. package/docs/functions/DynamicStructPropertyValue.read.html +1 -1
  83. package/docs/functions/DynamicStructPropertyValue.write.html +1 -1
  84. package/docs/functions/EmptySpecialProperties.Parse.html +1 -1
  85. package/docs/functions/EmptySpecialProperties.Serialize.html +1 -1
  86. package/docs/functions/EnumArrayProperty.Parse.html +1 -1
  87. package/docs/functions/EnumArrayProperty.Serialize.html +1 -1
  88. package/docs/functions/EnumProperty.CalcOverhead.html +1 -1
  89. package/docs/functions/EnumProperty.Parse.html +1 -1
  90. package/docs/functions/EnumProperty.ReadValue.html +1 -1
  91. package/docs/functions/EnumProperty.Serialize.html +1 -1
  92. package/docs/functions/EnumProperty.SerializeValue.html +1 -1
  93. package/docs/functions/FGDynamicStruct.Parse.html +1 -1
  94. package/docs/functions/FGDynamicStruct.Serialize.html +1 -1
  95. package/docs/functions/FICFrameRange.Parse.html +1 -1
  96. package/docs/functions/FICFrameRange.Serialize.html +1 -1
  97. package/docs/functions/FloatArrayProperty.Parse.html +1 -1
  98. package/docs/functions/FloatArrayProperty.Serialize.html +1 -1
  99. package/docs/functions/FloatProperty.CalcOverhead.html +1 -1
  100. package/docs/functions/FloatProperty.Parse.html +1 -1
  101. package/docs/functions/FloatProperty.ReadValue.html +1 -1
  102. package/docs/functions/FloatProperty.Serialize.html +1 -1
  103. package/docs/functions/FloatProperty.SerializeValue.html +1 -1
  104. package/docs/functions/GUID.read.html +1 -1
  105. package/docs/functions/GUID.write.html +1 -1
  106. package/docs/functions/GUIDInfo.read.html +1 -1
  107. package/docs/functions/GUIDInfo.write.html +1 -1
  108. package/docs/functions/Int32ArrayProperty.Parse.html +1 -1
  109. package/docs/functions/Int32ArrayProperty.Serialize.html +1 -1
  110. package/docs/functions/Int32Property.CalcOverhead.html +1 -1
  111. package/docs/functions/Int32Property.Parse.html +1 -1
  112. package/docs/functions/Int32Property.ReadValue.html +1 -1
  113. package/docs/functions/Int32Property.Serialize.html +1 -1
  114. package/docs/functions/Int32Property.SerializeValue.html +1 -1
  115. package/docs/functions/Int32SetProperty.Parse.html +1 -1
  116. package/docs/functions/Int32SetProperty.Serialize.html +1 -1
  117. package/docs/functions/Int64ArrayProperty.Parse.html +1 -1
  118. package/docs/functions/Int64ArrayProperty.Serialize.html +1 -1
  119. package/docs/functions/Int64Property.CalcOverhead.html +1 -1
  120. package/docs/functions/Int64Property.Parse.html +1 -1
  121. package/docs/functions/Int64Property.ReadValue.html +1 -1
  122. package/docs/functions/Int64Property.Serialize.html +1 -1
  123. package/docs/functions/Int64Property.SerializeValue.html +1 -1
  124. package/docs/functions/Int8Property.CalcOverhead.html +1 -1
  125. package/docs/functions/Int8Property.Parse.html +1 -1
  126. package/docs/functions/Int8Property.ReadValue.html +1 -1
  127. package/docs/functions/Int8Property.Serialize.html +1 -1
  128. package/docs/functions/Int8Property.SerializeValue.html +1 -1
  129. package/docs/functions/Level.ReadAllObjectContents.html +1 -1
  130. package/docs/functions/Level.ReadAllObjectHeaders.html +1 -1
  131. package/docs/functions/Level.ReadLevel.html +1 -1
  132. package/docs/functions/Level.ReadNObjectContents.html +1 -1
  133. package/docs/functions/Level.ReadNObjectHeaders.html +1 -1
  134. package/docs/functions/Level.SerializeAllObjectContents.html +1 -1
  135. package/docs/functions/Level.SerializeAllObjectHeaders.html +1 -1
  136. package/docs/functions/Level.SerializeLevel.html +1 -1
  137. package/docs/functions/LevelToDestroyedActorsMap.read.html +1 -1
  138. package/docs/functions/LevelToDestroyedActorsMap.write.html +1 -1
  139. package/docs/functions/MD5Hash.read.html +1 -1
  140. package/docs/functions/MD5Hash.write.html +1 -1
  141. package/docs/functions/MapProperty.CalcOverhead.html +1 -1
  142. package/docs/functions/MapProperty.Parse.html +1 -1
  143. package/docs/functions/MapProperty.Serialize.html +1 -1
  144. package/docs/functions/ObjectArrayProperty.Parse.html +1 -1
  145. package/docs/functions/ObjectArrayProperty.Serialize.html +1 -1
  146. package/docs/functions/ObjectProperty.CalcOverhead.html +1 -1
  147. package/docs/functions/ObjectProperty.Parse.html +1 -1
  148. package/docs/functions/ObjectProperty.ReadValue.html +1 -1
  149. package/docs/functions/ObjectProperty.Serialize.html +1 -1
  150. package/docs/functions/ObjectProperty.SerializeValue.html +1 -1
  151. package/docs/functions/ObjectReference.IsEqual.html +1 -1
  152. package/docs/functions/ObjectReference.read.html +1 -1
  153. package/docs/functions/ObjectReference.write.html +1 -1
  154. package/docs/functions/ObjectSetProperty.Parse.html +1 -1
  155. package/docs/functions/ObjectSetProperty.Serialize.html +1 -1
  156. package/docs/functions/ObjectsListSpecialProperties.Parse.html +1 -1
  157. package/docs/functions/ObjectsListSpecialProperties.Serialize.html +1 -1
  158. package/docs/functions/PlayerSpecialProperties.Parse.html +1 -1
  159. package/docs/functions/PlayerSpecialProperties.Serialize.html +1 -1
  160. package/docs/functions/PowerLineSpecialProperties.Parse.html +1 -1
  161. package/docs/functions/PowerLineSpecialProperties.Serialize.html +1 -1
  162. package/docs/functions/PropertiesList.ParseList.html +1 -1
  163. package/docs/functions/PropertiesList.ParseSingleProperty.html +1 -1
  164. package/docs/functions/PropertiesList.SerializeList.html +1 -1
  165. package/docs/functions/PropertiesList.SerializeSingleProperty.html +1 -1
  166. package/docs/functions/SatisfactorySaveHeader.Parse.html +1 -1
  167. package/docs/functions/SatisfactorySaveHeader.Serialize.html +1 -1
  168. package/docs/functions/SaveBodyChunks.CompressDataIntoChunks.html +1 -1
  169. package/docs/functions/SaveBodyChunks.DecompressChunks.html +1 -1
  170. package/docs/functions/SaveBodyValidation.Parse.html +1 -0
  171. package/docs/functions/SaveBodyValidation.Serialize.html +1 -0
  172. package/docs/functions/SetProperty.CalcOverhead.html +1 -1
  173. package/docs/functions/SetProperty.Parse.html +1 -1
  174. package/docs/functions/SetProperty.Serialize.html +1 -1
  175. package/docs/functions/SoftObjectArrayProperty.Parse.html +1 -1
  176. package/docs/functions/SoftObjectArrayProperty.Serialize.html +1 -1
  177. package/docs/functions/SoftObjectReference.read.html +1 -1
  178. package/docs/functions/SoftObjectReference.write.html +1 -1
  179. package/docs/functions/SpecialDroneActionProperties.Parse.html +1 -1
  180. package/docs/functions/SpecialDroneActionProperties.Serialize.html +1 -1
  181. package/docs/functions/SpecialProperties.ParseClassSpecificSpecialProperties.html +1 -1
  182. package/docs/functions/SpecialProperties.SerializeClassSpecificSpecialProperties.html +1 -1
  183. package/docs/functions/StrArrayProperty.Parse.html +1 -1
  184. package/docs/functions/StrArrayProperty.Serialize.html +1 -1
  185. package/docs/functions/StrProperty.CalcOverhead.html +1 -1
  186. package/docs/functions/StrProperty.Parse.html +1 -1
  187. package/docs/functions/StrProperty.ReadValue.html +1 -1
  188. package/docs/functions/StrProperty.Serialize.html +1 -1
  189. package/docs/functions/StrProperty.SerializeValue.html +1 -1
  190. package/docs/functions/StrSetProperty.Parse.html +1 -1
  191. package/docs/functions/StrSetProperty.Serialize.html +1 -1
  192. package/docs/functions/StructArrayProperty.Parse.html +1 -1
  193. package/docs/functions/StructArrayProperty.Serialize.html +1 -1
  194. package/docs/functions/StructProperty.CalcOverhead.html +1 -1
  195. package/docs/functions/StructProperty.Parse.html +1 -1
  196. package/docs/functions/StructProperty.ParseValue.html +1 -1
  197. package/docs/functions/StructProperty.Serialize.html +1 -1
  198. package/docs/functions/StructProperty.SerializeValue.html +1 -1
  199. package/docs/functions/StructSetProperty.Parse.html +1 -1
  200. package/docs/functions/StructSetProperty.Serialize.html +1 -1
  201. package/docs/functions/TextArrayProperty.Parse.html +1 -1
  202. package/docs/functions/TextArrayProperty.Serialize.html +1 -1
  203. package/docs/functions/TextProperty.CalcOverhead.html +1 -1
  204. package/docs/functions/TextProperty.Parse.html +1 -1
  205. package/docs/functions/TextProperty.ReadValue.html +1 -1
  206. package/docs/functions/TextProperty.Serialize.html +1 -1
  207. package/docs/functions/TextProperty.SerializeValue.html +1 -1
  208. package/docs/functions/Transform.Parse.html +1 -1
  209. package/docs/functions/Transform.ParseF.html +1 -1
  210. package/docs/functions/Transform.Serialize.html +1 -1
  211. package/docs/functions/Transform.SerializeF.html +1 -1
  212. package/docs/functions/Uint32Property.CalcOverhead.html +1 -1
  213. package/docs/functions/Uint32Property.Parse.html +1 -1
  214. package/docs/functions/Uint32Property.ReadValue.html +1 -1
  215. package/docs/functions/Uint32Property.Serialize.html +1 -1
  216. package/docs/functions/Uint32Property.SerializeValue.html +1 -1
  217. package/docs/functions/Uint32SetProperty.Parse.html +1 -1
  218. package/docs/functions/Uint32SetProperty.Serialize.html +1 -1
  219. package/docs/functions/Uint64Property.CalcOverhead.html +1 -1
  220. package/docs/functions/Uint64Property.Parse.html +1 -1
  221. package/docs/functions/Uint64Property.ReadValue.html +1 -1
  222. package/docs/functions/Uint64Property.Serialize.html +1 -1
  223. package/docs/functions/Uint64Property.SerializeValue.html +1 -1
  224. package/docs/functions/Uint8Property.CalcOverhead.html +1 -1
  225. package/docs/functions/Uint8Property.Parse.html +1 -1
  226. package/docs/functions/Uint8Property.ReadValue.html +1 -1
  227. package/docs/functions/Uint8Property.Serialize.html +1 -1
  228. package/docs/functions/Uint8Property.SerializeValue.html +1 -1
  229. package/docs/functions/VehiclePhysicsData.Parse.html +1 -1
  230. package/docs/functions/VehiclePhysicsData.Serialize.html +1 -1
  231. package/docs/functions/VehicleSpecialProperties.Parse.html +1 -1
  232. package/docs/functions/VehicleSpecialProperties.Serialize.html +1 -1
  233. package/docs/functions/col4.ParseBGRA.html +1 -1
  234. package/docs/functions/col4.ParseRGBA.html +1 -1
  235. package/docs/functions/col4.SerializeBGRA.html +1 -1
  236. package/docs/functions/col4.SerializeRGBA.html +1 -1
  237. package/docs/functions/isArrayProperty.html +1 -1
  238. package/docs/functions/isBoolArrayProperty.html +1 -1
  239. package/docs/functions/isBoolProperty.html +1 -1
  240. package/docs/functions/isBuildableSubsystemSpecialProperties.html +1 -1
  241. package/docs/functions/isByteArrayProperty.html +1 -1
  242. package/docs/functions/isByteProperty.html +1 -1
  243. package/docs/functions/isCircuitSpecialProperties.html +1 -1
  244. package/docs/functions/isConveyorChainActorSpecialProperties.html +1 -1
  245. package/docs/functions/isConveyorSpecialProperties.html +1 -1
  246. package/docs/functions/isDoubleArrayProperty.html +1 -1
  247. package/docs/functions/isDoubleProperty.html +1 -1
  248. package/docs/functions/isEmptySpecialProperties.html +1 -1
  249. package/docs/functions/isEnumArrayProperty.html +1 -1
  250. package/docs/functions/isEnumProperty.html +1 -1
  251. package/docs/functions/isFloatArrayProperty.html +1 -1
  252. package/docs/functions/isFloatProperty.html +1 -1
  253. package/docs/functions/isInt32ArrayProperty.html +1 -1
  254. package/docs/functions/isInt32Property.html +1 -1
  255. package/docs/functions/isInt32SetProperty.html +1 -1
  256. package/docs/functions/isInt64ArrayProperty.html +1 -1
  257. package/docs/functions/isInt64Property.html +1 -1
  258. package/docs/functions/isInt8Property.html +1 -1
  259. package/docs/functions/isMapProperty.html +1 -1
  260. package/docs/functions/isObjectArrayProperty.html +1 -1
  261. package/docs/functions/isObjectProperty.html +1 -1
  262. package/docs/functions/isObjectSetProperty.html +1 -1
  263. package/docs/functions/isObjectsListSpecialProperties.html +1 -1
  264. package/docs/functions/isPlayerSpecialProperties.html +1 -1
  265. package/docs/functions/isPowerLineSpecialProperties.html +1 -1
  266. package/docs/functions/isSaveComponent.html +1 -1
  267. package/docs/functions/isSaveEntity.html +1 -1
  268. package/docs/functions/isSetProperty.html +1 -1
  269. package/docs/functions/isSoftObjectArrayProperty.html +1 -1
  270. package/docs/functions/isSpecialDroneActionProperties.html +1 -1
  271. package/docs/functions/isStrArrayProperty.html +1 -1
  272. package/docs/functions/isStrProperty.html +1 -1
  273. package/docs/functions/isStrSetProperty.html +1 -1
  274. package/docs/functions/isStructArrayProperty.html +1 -1
  275. package/docs/functions/isStructProperty.html +1 -1
  276. package/docs/functions/isStructSetProperty.html +1 -1
  277. package/docs/functions/isTextArrayProperty.html +1 -1
  278. package/docs/functions/isTextProperty.html +1 -1
  279. package/docs/functions/isUInt64Property.html +1 -1
  280. package/docs/functions/isUint32Property.html +1 -1
  281. package/docs/functions/isUint32SetProperty.html +1 -1
  282. package/docs/functions/isUint8Property.html +1 -1
  283. package/docs/functions/isVehicleSpecialProperties.html +1 -1
  284. package/docs/functions/vec2.Parse.html +1 -1
  285. package/docs/functions/vec2.ParseF.html +1 -1
  286. package/docs/functions/vec2.Serialize.html +1 -1
  287. package/docs/functions/vec2.SerializeF.html +1 -1
  288. package/docs/functions/vec3.Parse.html +1 -1
  289. package/docs/functions/vec3.ParseF.html +1 -1
  290. package/docs/functions/vec3.ParseInt.html +1 -1
  291. package/docs/functions/vec3.Serialize.html +1 -1
  292. package/docs/functions/vec3.SerializeF.html +1 -1
  293. package/docs/functions/vec3.SerializeInt.html +1 -1
  294. package/docs/functions/vec3.add.html +1 -1
  295. package/docs/functions/vec3.length.html +1 -1
  296. package/docs/functions/vec3.mult.html +1 -1
  297. package/docs/functions/vec3.norm.html +1 -1
  298. package/docs/functions/vec3.sub.html +1 -1
  299. package/docs/functions/vec4.Parse.html +1 -1
  300. package/docs/functions/vec4.ParseF.html +1 -1
  301. package/docs/functions/vec4.Serialize.html +1 -1
  302. package/docs/functions/vec4.SerializeF.html +1 -1
  303. package/docs/index.html +2 -1
  304. package/docs/interfaces/Blueprint.html +2 -2
  305. package/docs/interfaces/BlueprintConfig-1.html +2 -2
  306. package/docs/interfaces/SaveComponentHeader.html +2 -2
  307. package/docs/interfaces/SaveEntityHeader.html +2 -2
  308. package/docs/interfaces/SaveObjectHeader.html +2 -2
  309. package/docs/modules/AbstractBaseProperty.html +1 -1
  310. package/docs/modules/ArrayProperty.html +1 -1
  311. package/docs/modules/BlueprintConfig.html +1 -1
  312. package/docs/modules/BlueprintHeader.html +1 -1
  313. package/docs/modules/BoolArrayProperty.html +1 -1
  314. package/docs/modules/BoolProperty.html +1 -1
  315. package/docs/modules/BuildableSubsystemSpecialProperties.html +1 -1
  316. package/docs/modules/BuildableTypeInstance.html +1 -1
  317. package/docs/modules/ByteArrayProperty.html +1 -1
  318. package/docs/modules/ByteProperty.html +1 -1
  319. package/docs/modules/CircuitSpecialProperties.html +1 -1
  320. package/docs/modules/ConveyorChainActorSpecialProperties.html +1 -1
  321. package/docs/modules/ConveyorSpecialProperties.html +1 -1
  322. package/docs/modules/DoubleArrayProperty.html +1 -1
  323. package/docs/modules/DoubleProperty.html +1 -1
  324. package/docs/modules/DynamicStructPropertyValue.html +1 -1
  325. package/docs/modules/EmptySpecialProperties.html +1 -1
  326. package/docs/modules/EnumArrayProperty.html +1 -1
  327. package/docs/modules/EnumProperty.html +1 -1
  328. package/docs/modules/FGDynamicStruct.html +1 -1
  329. package/docs/modules/FICFrameRange.html +1 -1
  330. package/docs/modules/FloatArrayProperty.html +1 -1
  331. package/docs/modules/FloatProperty.html +1 -1
  332. package/docs/modules/GUID.html +1 -1
  333. package/docs/modules/GUIDInfo.html +1 -1
  334. package/docs/modules/Int32ArrayProperty.html +1 -1
  335. package/docs/modules/Int32Property.html +1 -1
  336. package/docs/modules/Int32SetProperty.html +1 -1
  337. package/docs/modules/Int64ArrayProperty.html +1 -1
  338. package/docs/modules/Int64Property.html +1 -1
  339. package/docs/modules/Int8Property.html +1 -1
  340. package/docs/modules/Level.html +1 -1
  341. package/docs/modules/LevelToDestroyedActorsMap.html +1 -1
  342. package/docs/modules/MD5Hash.html +1 -1
  343. package/docs/modules/MapProperty.html +1 -1
  344. package/docs/modules/ObjectArrayProperty.html +1 -1
  345. package/docs/modules/ObjectProperty.html +1 -1
  346. package/docs/modules/ObjectReference.html +1 -1
  347. package/docs/modules/ObjectSetProperty.html +1 -1
  348. package/docs/modules/ObjectsListSpecialProperties.html +1 -1
  349. package/docs/modules/PlayerSpecialProperties.html +1 -1
  350. package/docs/modules/PowerLineSpecialProperties.html +1 -1
  351. package/docs/modules/PropertiesList.html +1 -1
  352. package/docs/modules/SatisfactorySaveHeader.html +1 -1
  353. package/docs/modules/SaveBodyChunks.html +1 -1
  354. package/docs/modules/SaveBodyValidation.html +6 -0
  355. package/docs/modules/SetProperty.html +1 -1
  356. package/docs/modules/SoftObjectArrayProperty.html +1 -1
  357. package/docs/modules/SoftObjectReference.html +1 -1
  358. package/docs/modules/SpecialDroneActionProperties.html +1 -1
  359. package/docs/modules/SpecialProperties.html +1 -1
  360. package/docs/modules/StrArrayProperty.html +1 -1
  361. package/docs/modules/StrProperty.html +1 -1
  362. package/docs/modules/StrSetProperty.html +1 -1
  363. package/docs/modules/StructArrayProperty.html +1 -1
  364. package/docs/modules/StructProperty.html +1 -1
  365. package/docs/modules/StructSetProperty.html +1 -1
  366. package/docs/modules/TextArrayProperty.html +1 -1
  367. package/docs/modules/TextProperty.html +1 -1
  368. package/docs/modules/Transform.html +1 -1
  369. package/docs/modules/Uint32Property.html +1 -1
  370. package/docs/modules/Uint32SetProperty.html +1 -1
  371. package/docs/modules/Uint64Property.html +1 -1
  372. package/docs/modules/Uint8Property.html +1 -1
  373. package/docs/modules/VehiclePhysicsData.html +1 -1
  374. package/docs/modules/VehicleSpecialProperties.html +1 -1
  375. package/docs/modules/col4.html +1 -1
  376. package/docs/modules/vec2.html +1 -1
  377. package/docs/modules/vec3.html +1 -1
  378. package/docs/modules/vec4.html +1 -1
  379. package/docs/modules.html +3 -3
  380. package/docs/types/AbstractBaseProperty-1.html +1 -1
  381. package/docs/types/ArrayProperty.AvailableArrayPropertyTypes.html +1 -1
  382. package/docs/types/ArrayPropertyStructValueFields.html +1 -1
  383. package/docs/types/BasicMultipleStructPropertyValue.html +1 -1
  384. package/docs/types/BasicStructPropertyValue.html +1 -1
  385. package/docs/types/BlueprintHeader-1.html +1 -1
  386. package/docs/types/BoolArrayProperty-1.html +1 -1
  387. package/docs/types/BoolProperty-1.html +1 -1
  388. package/docs/types/BoxStructPropertyValue.html +1 -1
  389. package/docs/types/BuildableSubsystemSpecialProperties-1.html +1 -1
  390. package/docs/types/BuildableTypeInstance-1.html +1 -1
  391. package/docs/types/ByteArrayProperty-1.html +1 -1
  392. package/docs/types/ByteProperty-1.html +1 -1
  393. package/docs/types/BytePropertyValue.html +1 -1
  394. package/docs/types/ChunkCompressionInfo.html +1 -1
  395. package/docs/types/ChunkSummary.html +1 -1
  396. package/docs/types/CircuitSpecialProperties-1.html +1 -1
  397. package/docs/types/ClientIdentityInfo.html +1 -1
  398. package/docs/types/ConveyorChainActorSpecialProperties-1.html +1 -1
  399. package/docs/types/ConveyorChainSegmentSpecialProperties.html +1 -1
  400. package/docs/types/ConveyorItemSpecialProperties.html +1 -1
  401. package/docs/types/ConveyorSpecialProperties-1.html +1 -1
  402. package/docs/types/DoubleArrayProperty-1.html +1 -1
  403. package/docs/types/DoubleProperty-1.html +1 -1
  404. package/docs/types/DynamicStructPropertyValue-1.html +1 -1
  405. package/docs/types/EmptySpecialProperties-1.html +1 -1
  406. package/docs/types/EnumArrayProperty-1.html +1 -1
  407. package/docs/types/EnumProperty-1.html +1 -1
  408. package/docs/types/FGDynamicStruct-1.html +6 -1
  409. package/docs/types/FICFrameRange-1.html +1 -1
  410. package/docs/types/FICFrameRangeStructPropertyValue.html +1 -1
  411. package/docs/types/FloatArrayProperty-1.html +1 -1
  412. package/docs/types/FloatProperty-1.html +1 -1
  413. package/docs/types/GENERIC_MAP_KEY_TYPE.html +1 -1
  414. package/docs/types/GENERIC_MAP_VALUE_TYPE.html +1 -1
  415. package/docs/types/GENERIC_STRUCT_PROPERTY_VALUE.html +1 -1
  416. package/docs/types/GUID-1.html +1 -1
  417. package/docs/types/GUIDInfo-1.html +1 -1
  418. package/docs/types/Grids.html +1 -1
  419. package/docs/types/Int32ArrayProperty-1.html +1 -1
  420. package/docs/types/Int32Property-1.html +1 -1
  421. package/docs/types/Int32SetProperty-1.html +1 -1
  422. package/docs/types/Int64ArrayProperty-1.html +1 -1
  423. package/docs/types/Int64Property-1.html +1 -1
  424. package/docs/types/Int8Property-1.html +1 -1
  425. package/docs/types/InventoryItemStructPropertyValue.html +1 -1
  426. package/docs/types/Level-1.html +1 -1
  427. package/docs/types/LevelToDestroyedActorsMap-1.html +1 -1
  428. package/docs/types/Levels.html +1 -1
  429. package/docs/types/MAP_STRUCT_PROXY.html +1 -0
  430. package/docs/types/MD5Hash-1.html +1 -1
  431. package/docs/types/MapProperty-1.html +1 -1
  432. package/docs/types/ModData.html +1 -1
  433. package/docs/types/ObjectArrayProperty-1.html +1 -1
  434. package/docs/types/ObjectProperty-1.html +1 -1
  435. package/docs/types/ObjectReference-1.html +1 -1
  436. package/docs/types/ObjectSetProperty-1.html +1 -1
  437. package/docs/types/ObjectsListSpecialProperties-1.html +1 -1
  438. package/docs/types/PlayerSpecialProperties-1.html +1 -1
  439. package/docs/types/PowerLineSpecialProperties-1.html +1 -1
  440. package/docs/types/PropertiesMap.html +1 -1
  441. package/docs/types/RailroadTrackPositionStructPropertyValue.html +1 -1
  442. package/docs/types/RoughSaveVersion.html +1 -1
  443. package/docs/types/SatisfactoryModMetadata.html +1 -1
  444. package/docs/types/SatisfactorySaveHeader-1.html +1 -1
  445. package/docs/types/SaveBodyChunks-1.html +1 -1
  446. package/docs/types/SaveBodyValidation-1.html +1 -0
  447. package/docs/types/SetProperty.AvailableSetPropertyTypes.html +1 -1
  448. package/docs/types/SoftObjectArrayProperty-1.html +1 -1
  449. package/docs/types/SoftObjectReference-1.html +1 -1
  450. package/docs/types/SpecialDroneAction.html +1 -1
  451. package/docs/types/SpecialDroneActionProperties-1.html +1 -1
  452. package/docs/types/SpecialProperties.AvailableSpecialPropertiesTypes.html +1 -1
  453. package/docs/types/StrArrayProperty-1.html +1 -1
  454. package/docs/types/StrProperty-1.html +1 -1
  455. package/docs/types/StrSetProperty-1.html +1 -1
  456. package/docs/types/StructArrayProperty-1.html +1 -1
  457. package/docs/types/StructProperty-1.html +1 -1
  458. package/docs/types/StructSetProperty-1.html +1 -1
  459. package/docs/types/TextArrayProperty-1.html +1 -1
  460. package/docs/types/TextProperty-1.html +1 -1
  461. package/docs/types/TextPropertyValue.html +1 -1
  462. package/docs/types/Transform-1.html +1 -1
  463. package/docs/types/Uint32Property-1.html +1 -1
  464. package/docs/types/Uint32SetProperty-1.html +1 -1
  465. package/docs/types/Uint64Property-1.html +1 -1
  466. package/docs/types/Uint8Property-1.html +1 -1
  467. package/docs/types/VehiclePhysicsData-1.html +1 -1
  468. package/docs/types/VehicleSpecialProperties-1.html +1 -1
  469. package/docs/types/col4-1.html +1 -1
  470. package/docs/types/vec2-1.html +1 -1
  471. package/docs/types/vec3-1.html +1 -1
  472. package/docs/types/vec4-1.html +1 -1
  473. package/docs/variables/DEFAULT_SATISFACTORY_CHUNK_HEADER_SIZE.html +1 -1
  474. package/docs/variables/EDIT.html +1 -1
  475. package/docs/variables/SaveBodyChunks.HEADER_V1.html +1 -1
  476. package/docs/variables/SaveBodyChunks.HEADER_V2.html +1 -1
  477. package/jsr.json +1 -1
  478. package/package.json +1 -1
  479. package/docs/types/ByteArray4.html +0 -1
  480. package/docs/types/MAP_STRUCT_KEY_PROXY.html +0 -1
  481. package/docs/types/SaveBodyValidation.html +0 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Changelog
2
2
  Make sure to use the same version, when parsing and serializing saves.
3
3
 
4
+ ### [3.2.3] (2025-12-14)
5
+ #### Extending Mod Support
6
+ * Added FicsItNetworks mod support
7
+ #### Bugfix
8
+ * Made `AbstractBaseProperty` more robust, accepting any type extension.
9
+ #### Dependency Updates
10
+
4
11
  ### [3.2.2] (2025-11-29)
5
12
  #### Bugfix
6
13
  * Explicit return type for function
@@ -8,7 +15,7 @@ Make sure to use the same version, when parsing and serializing saves.
8
15
  ### [3.2.1] (2025-11-29)
9
16
  #### SaveBodyValidation moved slightly
10
17
  * `save.grids` and `save.gridHash` merged together in a `save.saveBodyValidation` property. This will not affect you, unless you specifically used them. But will break parsing/serializing saves of earlier parser versions.
11
- #### SaveBodyValidation moved slightly
18
+ #### MapProperty updated slightly
12
19
  * Types exported by `MapProperty` changed slightly. The `MAP_STRUCT_KEY_PROXY` got renamed to `MAP_STRUCT_PROXY`. Values in MapProperties can be struct proxies too.
13
20
  #### Extending Mod Support
14
21
  * Added support for Modular Load Balancer Mod and Alternates
@@ -1,6 +1,6 @@
1
1
  import { GUIDInfo } from '../../structs/GUIDInfo';
2
2
  export type PropertiesMap = {
3
- [name: string]: AbstractBaseProperty | AbstractBaseProperty[];
3
+ [name: string]: (AbstractBaseProperty & any) | (AbstractBaseProperty & any)[];
4
4
  };
5
5
  type AbstractBasePropertyOptions = {
6
6
  type: string;
@@ -1 +1 @@
1
- {"version":3,"file":"AbstractBaseProperty.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/generic/AbstractBaseProperty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAGlD,MAAM,MAAM,aAAa,GAAG;IAC3B,CAAC,IAAI,EAAE,MAAM,GAAG,oBAAoB,GAAG,oBAAoB,EAAE,CAAC;CAC9D,CAAC;AAUF,KAAK,2BAA2B,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACpB,CAAA;AAED,yBAAiB,oBAAoB,CAAC;IAC9B,MAAM,MAAM,YAAa,2BAA2B,KAAG,oBAS7D,CAAC;CACF"}
1
+ {"version":3,"file":"AbstractBaseProperty.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/generic/AbstractBaseProperty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAGlD,MAAM,MAAM,aAAa,GAAG;IAC3B,CAAC,IAAI,EAAE,MAAM,GAAG,CAAC,oBAAoB,GAAG,GAAG,CAAC,GAAG,CAAC,oBAAoB,GAAG,GAAG,CAAC,EAAE,CAAC;CAC9E,CAAC;AAUF,KAAK,2BAA2B,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF,yBAAiB,oBAAoB,CAAC;IAC9B,MAAM,MAAM,YAAa,2BAA2B,KAAG,oBAS7D,CAAC;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"AbstractBaseProperty.js","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/generic/AbstractBaseProperty.ts"],"names":[],"mappings":";;;AA+BA,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACvB,2BAAM,GAAG,CAAC,OAAoC,EAAwB,EAAE,CAAC,CACrF;QACC,IAAI,EAAE,OAAO,CAAC,IAAI;QAClB,MAAM,EAAE,OAAO,CAAC,MAAM;QACtB,IAAI,EAAE,CAAC,OAAO,CAAC,IAAI,KAAK,SAAS,IAAI,OAAO,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE;QAC/E,GAAG,CAAC,CAAC,OAAO,CAAC,KAAK,KAAK,SAAS,IAAI,OAAO,CAAC,KAAK,KAAK,IAAI,IAAI,OAAO,CAAC,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;QACnH,GAAG,CAAC,CAAC,OAAO,CAAC,QAAQ,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;KAG5E,CAAA,CAAC;AACH,CAAC,EAXgB,oBAAoB,oCAApB,oBAAoB,QAWpC","sourcesContent":["import { GUIDInfo } from '../../structs/GUIDInfo';\n\n\nexport type PropertiesMap = {\n\t[name: string]: AbstractBaseProperty | AbstractBaseProperty[];\n};\n\n\n/**\n * @type denotes the parser's internal type.\n * @ueType denotes the type like Unreal Engine calls it, like IntProperty. Several UE Types can be mapped to a single type in the parsers view.\n * @name property name\n * @guidInfo denotes the GUID info of this property, i think there never was one observed. they always were not defined.\n * @index index of a property, in case it is part of an array (NOT to confuse with ArrayProperty).\n */\ntype AbstractBasePropertyOptions = {\n\ttype: string;\n\tueType: string;\n\tname?: string;\n\tguidInfo?: GUIDInfo;\n\tindex?: number;\n};\n\nexport type AbstractBaseProperty = {\n\ttype: string;\n\tueType: string;\n\tname: string;\n\tindex?: number;\n\tguidInfo?: GUIDInfo;\n}\n\nexport namespace AbstractBaseProperty {\n\texport const Create = (options: AbstractBasePropertyOptions): AbstractBaseProperty => (\n\t\t{\n\t\t\ttype: options.type,\n\t\t\tueType: options.ueType,\n\t\t\tname: (options.name !== undefined && options.name !== null) ? options.name : '',\n\t\t\t...((options.index !== undefined && options.index !== null && options.index !== 0) ? { index: options.index } : {}),\n\t\t\t...((options.guidInfo !== undefined) ? { guidInfo: options.guidInfo } : {})\n\n\t\t} satisfies AbstractBaseProperty\n\t);\n}"]}
1
+ {"version":3,"file":"AbstractBaseProperty.js","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/generic/AbstractBaseProperty.ts"],"names":[],"mappings":";;;AA+BA,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACvB,2BAAM,GAAG,CAAC,OAAoC,EAAwB,EAAE,CAAC,CACrF;QACC,IAAI,EAAE,OAAO,CAAC,IAAI;QAClB,MAAM,EAAE,OAAO,CAAC,MAAM;QACtB,IAAI,EAAE,CAAC,OAAO,CAAC,IAAI,KAAK,SAAS,IAAI,OAAO,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE;QAC/E,GAAG,CAAC,CAAC,OAAO,CAAC,KAAK,KAAK,SAAS,IAAI,OAAO,CAAC,KAAK,KAAK,IAAI,IAAI,OAAO,CAAC,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;QACnH,GAAG,CAAC,CAAC,OAAO,CAAC,QAAQ,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;KAG5E,CAAA,CAAC;AACH,CAAC,EAXgB,oBAAoB,oCAApB,oBAAoB,QAWpC","sourcesContent":["import { GUIDInfo } from '../../structs/GUIDInfo';\n\n\nexport type PropertiesMap = {\n\t[name: string]: (AbstractBaseProperty & any) | (AbstractBaseProperty & any)[];\n};\n\n\n/**\n * @type denotes the parser's internal type.\n * @ueType denotes the type like Unreal Engine calls it, like IntProperty. Several UE Types can be mapped to a single type in the parsers view.\n * @name property name\n * @guidInfo denotes the GUID info of this property, i think there never was one observed. they always were not defined.\n * @index index of a property, in case it is part of an array (NOT to confuse with ArrayProperty).\n */\ntype AbstractBasePropertyOptions = {\n\ttype: string;\n\tueType: string;\n\tname?: string;\n\tguidInfo?: GUIDInfo;\n\tindex?: number;\n};\n\nexport type AbstractBaseProperty = {\n\ttype: string;\n\tueType: string;\n\tname: string;\n\tindex?: number;\n\tguidInfo?: GUIDInfo;\n};\n\nexport namespace AbstractBaseProperty {\n\texport const Create = (options: AbstractBasePropertyOptions): AbstractBaseProperty => (\n\t\t{\n\t\t\ttype: options.type,\n\t\t\tueType: options.ueType,\n\t\t\tname: (options.name !== undefined && options.name !== null) ? options.name : '',\n\t\t\t...((options.index !== undefined && options.index !== null && options.index !== 0) ? { index: options.index } : {}),\n\t\t\t...((options.guidInfo !== undefined) ? { guidInfo: options.guidInfo } : {})\n\n\t\t} satisfies AbstractBaseProperty\n\t);\n}"]}
@@ -6,6 +6,7 @@ export type FGDynamicStruct = {
6
6
  hasValidStruct: boolean;
7
7
  structReference?: ObjectReference;
8
8
  properties?: PropertiesMap;
9
+ rawBytes?: number[];
9
10
  };
10
11
  export declare namespace FGDynamicStruct {
11
12
  const Parse: (reader: ContextReader) => FGDynamicStruct;
@@ -1 +1 @@
1
- {"version":3,"file":"FGDynamicStruct.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/FGDynamicStruct.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AAEzE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,MAAM,MAAM,eAAe,GAAG;IAC1B,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,UAAU,CAAC,EAAE,aAAa,CAAC;CAC9B,CAAA;AAED,yBAAiB,eAAe,CAAC;IACtB,MAAM,KAAK,WAAY,aAAa,KAAG,eAgB7C,CAAA;IAEM,MAAM,SAAS,WAAY,aAAa,UAAU,eAAe,KAAG,IAS1E,CAAA;CACJ"}
1
+ {"version":3,"file":"FGDynamicStruct.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/FGDynamicStruct.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AAGzE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAOpD,MAAM,MAAM,eAAe,GAAG;IAC1B,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC;AAEF,yBAAiB,eAAe,CAAC;IACtB,MAAM,KAAK,WAAY,aAAa,KAAG,eAmB7C,CAAA;IAEM,MAAM,SAAS,WAAY,aAAa,UAAU,eAAe,KAAG,IAc1E,CAAA;CACJ"}
@@ -2,23 +2,25 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FGDynamicStruct = void 0;
4
4
  const PropertiesList_1 = require("../property/PropertiesList");
5
+ const FINItemStateFileSystem_1 = require("./mods/FicsItNetworks/FINItemStateFileSystem");
5
6
  const ObjectReference_1 = require("./ObjectReference");
6
7
  var FGDynamicStruct;
7
8
  (function (FGDynamicStruct) {
8
9
  FGDynamicStruct.Parse = (reader) => {
9
- const hasValidStruct = reader.readInt32() >= 1;
10
- let structReference;
11
- let properties;
12
- if (hasValidStruct) {
13
- structReference = ObjectReference_1.ObjectReference.read(reader);
14
- const binarySize = reader.readInt32();
15
- properties = PropertiesList_1.PropertiesList.ParseList(reader);
16
- }
17
- return {
18
- hasValidStruct,
19
- structReference,
20
- properties
10
+ const struct = {
11
+ hasValidStruct: reader.readInt32() >= 1
21
12
  };
13
+ if (struct.hasValidStruct) {
14
+ struct.structReference = ObjectReference_1.ObjectReference.read(reader);
15
+ if (reader.context.mods.FicsItNetworks !== undefined && FINItemStateFileSystem_1.FINItemStateFileSystem.IsFINItemStateFileSystem(struct)) {
16
+ struct.rawBytes = FINItemStateFileSystem_1.FINItemStateFileSystem.read(reader);
17
+ }
18
+ else {
19
+ const binarySize = reader.readInt32();
20
+ struct.properties = PropertiesList_1.PropertiesList.ParseList(reader);
21
+ }
22
+ }
23
+ return struct;
22
24
  };
23
25
  FGDynamicStruct.Serialize = (writer, struct) => {
24
26
  writer.writeInt32(struct.hasValidStruct ? 1 : 0);
@@ -26,7 +28,12 @@ var FGDynamicStruct;
26
28
  ObjectReference_1.ObjectReference.write(writer, struct.structReference);
27
29
  const before = writer.getBufferPosition();
28
30
  writer.writeInt32Zero();
29
- PropertiesList_1.PropertiesList.SerializeList(writer, struct.properties);
31
+ if (FINItemStateFileSystem_1.FINItemStateFileSystem.IsFINItemStateFileSystem(struct)) {
32
+ FINItemStateFileSystem_1.FINItemStateFileSystem.write(writer, struct.rawBytes);
33
+ }
34
+ else {
35
+ PropertiesList_1.PropertiesList.SerializeList(writer, struct.properties);
36
+ }
30
37
  writer.writeBinarySizeFromPosition(before, before + 4);
31
38
  }
32
39
  };
@@ -1 +1 @@
1
- {"version":3,"file":"FGDynamicStruct.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/FGDynamicStruct.ts"],"names":[],"mappings":";;;AAGA,+DAA4D;AAC5D,uDAAoD;AASpD,IAAiB,eAAe,CA6B/B;AA7BD,WAAiB,eAAe;IACf,qBAAK,GAAG,CAAC,MAAqB,EAAmB,EAAE;QAC5D,MAAM,cAAc,GAAG,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;QAC/C,IAAI,eAAe,CAAC;QACpB,IAAI,UAAU,CAAC;QAEf,IAAI,cAAc,EAAE,CAAC;YACjB,eAAe,GAAG,iCAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;YAC/C,MAAM,UAAU,GAAG,MAAM,CAAC,SAAS,EAAE,CAAC;YACtC,UAAU,GAAG,+BAAc,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;QAClD,CAAC;QAED,OAAO;YACH,cAAc;YACd,eAAe;YACf,UAAU;SACa,CAAC;IAChC,CAAC,CAAA;IAEY,yBAAS,GAAG,CAAC,MAAqB,EAAE,MAAuB,EAAQ,EAAE;QAC9E,MAAM,CAAC,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QACjD,IAAI,MAAM,CAAC,cAAc,EAAE,CAAC;YACxB,iCAAe,CAAC,KAAK,CAAC,MAAM,EAAE,MAAM,CAAC,eAAgB,CAAC,CAAC;YACvD,MAAM,MAAM,GAAG,MAAM,CAAC,iBAAiB,EAAE,CAAC;YAC1C,MAAM,CAAC,cAAc,EAAE,CAAC;YACxB,+BAAc,CAAC,aAAa,CAAC,MAAM,EAAE,MAAM,CAAC,UAAW,CAAC,CAAC;YACzD,MAAM,CAAC,2BAA2B,CAAC,MAAM,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC;QAC3D,CAAC;IACL,CAAC,CAAA;AACL,CAAC,EA7BgB,eAAe,+BAAf,eAAe,QA6B/B","sourcesContent":["import { ContextReader } from '../../../context/context-reader';\nimport { ContextWriter } from '../../../context/context-writer';\nimport { PropertiesMap } from '../property/generic/AbstractBaseProperty';\nimport { PropertiesList } from '../property/PropertiesList';\nimport { ObjectReference } from './ObjectReference';\n\n\nexport type FGDynamicStruct = {\n hasValidStruct: boolean;\n structReference?: ObjectReference;\n properties?: PropertiesMap;\n}\n\nexport namespace FGDynamicStruct {\n export const Parse = (reader: ContextReader): FGDynamicStruct => {\n const hasValidStruct = reader.readInt32() >= 1;\n let structReference;\n let properties;\n\n if (hasValidStruct) {\n structReference = ObjectReference.read(reader);\n const binarySize = reader.readInt32();\n properties = PropertiesList.ParseList(reader);\n }\n\n return {\n hasValidStruct,\n structReference,\n properties\n } satisfies FGDynamicStruct;\n }\n\n export const Serialize = (writer: ContextWriter, struct: FGDynamicStruct): void => {\n writer.writeInt32(struct.hasValidStruct ? 1 : 0);\n if (struct.hasValidStruct) {\n ObjectReference.write(writer, struct.structReference!);\n const before = writer.getBufferPosition();\n writer.writeInt32Zero();\n PropertiesList.SerializeList(writer, struct.properties!);\n writer.writeBinarySizeFromPosition(before, before + 4);\n }\n }\n}"]}
1
+ {"version":3,"file":"FGDynamicStruct.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/FGDynamicStruct.ts"],"names":[],"mappings":";;;AAGA,+DAA4D;AAC5D,yFAAsF;AACtF,uDAAoD;AAcpD,IAAiB,eAAe,CAqC/B;AArCD,WAAiB,eAAe;IACf,qBAAK,GAAG,CAAC,MAAqB,EAAmB,EAAE;QAE5D,MAAM,MAAM,GAAoB;YAC5B,cAAc,EAAE,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC;SAC1C,CAAC;QAEF,IAAI,MAAM,CAAC,cAAc,EAAE,CAAC;YACxB,MAAM,CAAC,eAAe,GAAG,iCAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;YAEtD,IAAI,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,KAAK,SAAS,IAAI,+CAAsB,CAAC,wBAAwB,CAAC,MAAM,CAAC,EAAE,CAAC;gBAC9G,MAAM,CAAC,QAAQ,GAAG,+CAAsB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;YAC1D,CAAC;iBAAM,CAAC;gBACJ,MAAM,UAAU,GAAG,MAAM,CAAC,SAAS,EAAE,CAAC;gBACtC,MAAM,CAAC,UAAU,GAAG,+BAAc,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;YACzD,CAAC;QAEL,CAAC;QAED,OAAO,MAAM,CAAC;IAClB,CAAC,CAAA;IAEY,yBAAS,GAAG,CAAC,MAAqB,EAAE,MAAuB,EAAQ,EAAE;QAC9E,MAAM,CAAC,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QACjD,IAAI,MAAM,CAAC,cAAc,EAAE,CAAC;YACxB,iCAAe,CAAC,KAAK,CAAC,MAAM,EAAE,MAAM,CAAC,eAAgB,CAAC,CAAC;YAEvD,MAAM,MAAM,GAAG,MAAM,CAAC,iBAAiB,EAAE,CAAC;YAC1C,MAAM,CAAC,cAAc,EAAE,CAAC;YACxB,IAAI,+CAAsB,CAAC,wBAAwB,CAAC,MAAM,CAAC,EAAE,CAAC;gBAC1D,+CAAsB,CAAC,KAAK,CAAC,MAAM,EAAE,MAAM,CAAC,QAAS,CAAC,CAAC;YAC3D,CAAC;iBAAM,CAAC;gBACJ,+BAAc,CAAC,aAAa,CAAC,MAAM,EAAE,MAAM,CAAC,UAAW,CAAC,CAAC;YAC7D,CAAC;YACD,MAAM,CAAC,2BAA2B,CAAC,MAAM,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC;QAC3D,CAAC;IACL,CAAC,CAAA;AACL,CAAC,EArCgB,eAAe,+BAAf,eAAe,QAqC/B","sourcesContent":["import { ContextReader } from '../../../context/context-reader';\nimport { ContextWriter } from '../../../context/context-writer';\nimport { PropertiesMap } from '../property/generic/AbstractBaseProperty';\nimport { PropertiesList } from '../property/PropertiesList';\nimport { FINItemStateFileSystem } from './mods/FicsItNetworks/FINItemStateFileSystem';\nimport { ObjectReference } from './ObjectReference';\n\n\n/**\n * generic Dynamic struct. if @param hasValidStruct is true, it also has a @param structReference and @param properties. Else not.\n * @param rawBytes is only filled for the FIN mod so far.\n */\nexport type FGDynamicStruct = {\n hasValidStruct: boolean;\n structReference?: ObjectReference;\n properties?: PropertiesMap;\n rawBytes?: number[];\n};\n\nexport namespace FGDynamicStruct {\n export const Parse = (reader: ContextReader): FGDynamicStruct => {\n\n const struct: FGDynamicStruct = {\n hasValidStruct: reader.readInt32() >= 1\n };\n\n if (struct.hasValidStruct) {\n struct.structReference = ObjectReference.read(reader);\n\n if (reader.context.mods.FicsItNetworks !== undefined && FINItemStateFileSystem.IsFINItemStateFileSystem(struct)) {\n struct.rawBytes = FINItemStateFileSystem.read(reader);\n } else {\n const binarySize = reader.readInt32();\n struct.properties = PropertiesList.ParseList(reader);\n }\n\n }\n\n return struct;\n }\n\n export const Serialize = (writer: ContextWriter, struct: FGDynamicStruct): void => {\n writer.writeInt32(struct.hasValidStruct ? 1 : 0);\n if (struct.hasValidStruct) {\n ObjectReference.write(writer, struct.structReference!);\n\n const before = writer.getBufferPosition();\n writer.writeInt32Zero();\n if (FINItemStateFileSystem.IsFINItemStateFileSystem(struct)) {\n FINItemStateFileSystem.write(writer, struct.rawBytes!);\n } else {\n PropertiesList.SerializeList(writer, struct.properties!);\n }\n writer.writeBinarySizeFromPosition(before, before + 4);\n }\n }\n}"]}
@@ -0,0 +1,12 @@
1
+ import { ContextReader } from "../../../../../context/context-reader";
2
+ import { ContextWriter } from "../../../../../context/context-writer";
3
+ import { FGDynamicStruct } from "../../FGDynamicStruct";
4
+ import { ObjectReference } from "../../ObjectReference";
5
+ export type FINItemStateFileSystem = number[];
6
+ export declare namespace FINItemStateFileSystem {
7
+ const ExactStructReference: ObjectReference;
8
+ const IsFINItemStateFileSystem: (struct: FGDynamicStruct) => boolean;
9
+ const read: (reader: ContextReader) => FINItemStateFileSystem;
10
+ const write: (writer: ContextWriter, rawBytes: FINItemStateFileSystem) => void;
11
+ }
12
+ //# sourceMappingURL=FINItemStateFileSystem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FINItemStateFileSystem.d.ts","sourceRoot":"","sources":["../../../../../../../src/parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAKxD,MAAM,MAAM,sBAAsB,GAAG,MAAM,EAAE,CAAC;AAE9C,yBAAiB,sBAAsB,CAAC;IAE7B,MAAM,oBAAoB,EAAE,eAGlC,CAAC;IAEK,MAAM,wBAAwB,WAAY,eAAe,KAAG,OAElE,CAAA;IAEM,MAAM,IAAI,WAAY,aAAa,KAAG,sBAG5C,CAAA;IAEM,MAAM,KAAK,WAAY,aAAa,YAAY,sBAAsB,KAAG,IAE/E,CAAA;CACJ"}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FINItemStateFileSystem = void 0;
4
+ const ObjectReference_1 = require("../../ObjectReference");
5
+ var FINItemStateFileSystem;
6
+ (function (FINItemStateFileSystem) {
7
+ FINItemStateFileSystem.ExactStructReference = {
8
+ levelName: '',
9
+ pathName: '/Script/FicsItNetworksComputer.FINItemStateFileSystem'
10
+ };
11
+ FINItemStateFileSystem.IsFINItemStateFileSystem = (struct) => {
12
+ return ObjectReference_1.ObjectReference.IsEqual(struct.structReference, FINItemStateFileSystem.ExactStructReference);
13
+ };
14
+ FINItemStateFileSystem.read = (reader) => {
15
+ const numBytes = reader.readInt32();
16
+ return Array.from(reader.readBytes(numBytes));
17
+ };
18
+ FINItemStateFileSystem.write = (writer, rawBytes) => {
19
+ writer.writeBytesArray(rawBytes);
20
+ };
21
+ })(FINItemStateFileSystem || (exports.FINItemStateFileSystem = FINItemStateFileSystem = {}));
22
+ //# sourceMappingURL=FINItemStateFileSystem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FINItemStateFileSystem.js","sourceRoot":"","sources":["../../../../../../../src/parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem.ts"],"names":[],"mappings":";;;AAGA,2DAAwD;AAOxD,IAAiB,sBAAsB,CAmBtC;AAnBD,WAAiB,sBAAsB;IAEtB,2CAAoB,GAAoB;QACjD,SAAS,EAAE,EAAE;QACb,QAAQ,EAAE,uDAAuD;KACpE,CAAC;IAEW,+CAAwB,GAAG,CAAC,MAAuB,EAAW,EAAE;QACzE,OAAO,iCAAe,CAAC,OAAO,CAAC,MAAM,CAAC,eAAgB,EAAE,uBAAA,oBAAoB,CAAC,CAAC;IAClF,CAAC,CAAA;IAEY,2BAAI,GAAG,CAAC,MAAqB,EAA0B,EAAE;QAClE,MAAM,QAAQ,GAAG,MAAM,CAAC,SAAS,EAAE,CAAC;QACpC,OAAO,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC;IAClD,CAAC,CAAA;IAEY,4BAAK,GAAG,CAAC,MAAqB,EAAE,QAAgC,EAAQ,EAAE;QACnF,MAAM,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC;IACrC,CAAC,CAAA;AACL,CAAC,EAnBgB,sBAAsB,sCAAtB,sBAAsB,QAmBtC","sourcesContent":["import { ContextReader } from \"../../../../../context/context-reader\";\nimport { ContextWriter } from \"../../../../../context/context-writer\";\nimport { FGDynamicStruct } from \"../../FGDynamicStruct\";\nimport { ObjectReference } from \"../../ObjectReference\";\n\n/**\n * specifically the FileSystem item state of the FicsItNetworks mod has just raw bytes.\n */\nexport type FINItemStateFileSystem = number[];\n\nexport namespace FINItemStateFileSystem {\n\n export const ExactStructReference: ObjectReference = {\n levelName: '',\n pathName: '/Script/FicsItNetworksComputer.FINItemStateFileSystem'\n };\n\n export const IsFINItemStateFileSystem = (struct: FGDynamicStruct): boolean => {\n return ObjectReference.IsEqual(struct.structReference!, ExactStructReference);\n }\n\n export const read = (reader: ContextReader): FINItemStateFileSystem => {\n const numBytes = reader.readInt32();\n return Array.from(reader.readBytes(numBytes));\n }\n\n export const write = (writer: ContextWriter, rawBytes: FINItemStateFileSystem): void => {\n writer.writeBytesArray(rawBytes);\n }\n}"]}
@@ -1 +1 @@
1
- window.navigationData = "data:application/octet-stream;base64,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"
1
+ window.navigationData = "data:application/octet-stream;base64,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"