@etothepii/satisfactory-file-parser 3.0.3 → 3.1.2
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.
- package/.github/workflows/publish-jsr.yml +1 -2
- package/CHANGELOG.md +11 -0
- package/build/index.d.ts +1 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +1 -0
- package/build/index.js.map +1 -1
- package/build/parser/satisfactory/blueprint/blueprint-header-version.d.ts +8 -0
- package/build/parser/satisfactory/blueprint/blueprint-header-version.d.ts.map +1 -0
- package/build/parser/satisfactory/blueprint/blueprint-header-version.js +12 -0
- package/build/parser/satisfactory/blueprint/blueprint-header-version.js.map +1 -0
- package/build/parser/satisfactory/blueprint/blueprint-writer.js +1 -1
- package/build/parser/satisfactory/blueprint/blueprint-writer.js.map +1 -1
- package/build/parser/satisfactory/edit/edit-constants.d.ts +9 -0
- package/build/parser/satisfactory/edit/edit-constants.d.ts.map +1 -1
- package/build/parser/satisfactory/edit/edit-constants.js +9 -0
- package/build/parser/satisfactory/edit/edit-constants.js.map +1 -1
- package/build/parser/satisfactory/save/factory-game-custom-version.js.map +1 -1
- package/build/parser/satisfactory/save/save-body-chunks.d.ts +1 -1
- package/build/parser/satisfactory/save/save-body-chunks.d.ts.map +1 -1
- package/build/parser/satisfactory/save/save-body-chunks.js +2 -2
- package/build/parser/satisfactory/save/save-body-chunks.js.map +1 -1
- package/build/parser/satisfactory/save/save-custom-version.d.ts +3 -2
- package/build/parser/satisfactory/save/save-custom-version.d.ts.map +1 -1
- package/build/parser/satisfactory/save/save-custom-version.js +3 -2
- package/build/parser/satisfactory/save/save-custom-version.js.map +1 -1
- package/build/parser/satisfactory/save/save-header-type.d.ts +3 -1
- package/build/parser/satisfactory/save/save-header-type.d.ts.map +1 -1
- package/build/parser/satisfactory/save/save-header-type.js +2 -0
- package/build/parser/satisfactory/save/save-header-type.js.map +1 -1
- package/build/parser/satisfactory/save/save-writer.d.ts +1 -1
- package/build/parser/satisfactory/save/save-writer.d.ts.map +1 -1
- package/build/parser/satisfactory/save/save-writer.js +3 -3
- package/build/parser/satisfactory/save/save-writer.js.map +1 -1
- package/build/parser/satisfactory/types/property/generic/TextProperty.d.ts +2 -0
- package/build/parser/satisfactory/types/property/generic/TextProperty.d.ts.map +1 -1
- package/build/parser/satisfactory/types/property/generic/TextProperty.js +9 -1
- package/build/parser/satisfactory/types/property/generic/TextProperty.js.map +1 -1
- package/build/parser/satisfactory/types/structs/GUID.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/GUID.js.map +1 -1
- package/build/parser/satisfactory/types/structs/GUIDInfo.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/GUIDInfo.js.map +1 -1
- package/build/parser/satisfactory/types/structs/MD5Hash.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/MD5Hash.js.map +1 -1
- package/build/parser/satisfactory/types/structs/ObjectReference.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/ObjectReference.js.map +1 -1
- package/build/parser/satisfactory/types/structs/Transform.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/Transform.js.map +1 -1
- package/build/parser/satisfactory/types/structs/col4.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/col4.js.map +1 -1
- package/build/parser/satisfactory/types/structs/vec2.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/vec2.js.map +1 -1
- package/build/parser/satisfactory/types/structs/vec3.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/vec3.js.map +1 -1
- package/build/parser/satisfactory/types/structs/vec4.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/vec4.js.map +1 -1
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/BlueprintConfigReader.html +4 -4
- package/docs/classes/BlueprintConfigWriter.html +4 -4
- package/docs/classes/BlueprintReader.html +4 -4
- package/docs/classes/BlueprintWriter.html +4 -4
- package/docs/classes/CompressionLibraryError.html +2 -2
- package/docs/classes/CorruptBlueprintError.html +2 -2
- package/docs/classes/CorruptSaveError.html +2 -2
- package/docs/classes/Parser.html +6 -6
- package/docs/classes/ParserError.html +2 -2
- package/docs/classes/ReadableStreamParser.html +2 -2
- package/docs/classes/SatisfactorySave.html +2 -2
- package/docs/classes/SaveComponent.html +2 -2
- package/docs/classes/SaveEntity.html +2 -2
- package/docs/classes/SaveObject.html +2 -2
- package/docs/classes/SaveReader.html +4 -4
- package/docs/classes/SaveStreamJsonStringifier.html +2 -2
- package/docs/classes/SaveStreamWriter.html +2 -2
- package/docs/classes/SaveWriter.html +4 -4
- package/docs/classes/TimeoutError.html +2 -2
- package/docs/classes/UnimplementedError.html +2 -2
- package/docs/classes/UnsupportedVersionError.html +2 -2
- package/docs/enums/BlueprintConfigVersion.html +2 -2
- package/docs/enums/BlueprintHeaderVersion.html +7 -0
- package/docs/enums/CompressionAlgorithmCode.html +2 -2
- package/docs/enums/FactoryGameCustomVersion.html +3 -3
- package/docs/enums/RuntimeBuildableInstanceDataVersion.html +2 -2
- package/docs/enums/SaveCustomVersion.html +11 -10
- package/docs/enums/SaveHeaderType.html +4 -2
- package/docs/functions/AbstractBaseProperty.Create.html +1 -1
- package/docs/functions/ArrayProperty.CalcOverhead.html +1 -1
- package/docs/functions/ArrayProperty.Parse.html +1 -1
- package/docs/functions/ArrayProperty.Serialize.html +1 -1
- package/docs/functions/BlueprintConfig.Parse.html +1 -1
- package/docs/functions/BlueprintConfig.Serialize.html +1 -1
- package/docs/functions/BlueprintHeader.Parse.html +1 -1
- package/docs/functions/BlueprintHeader.Serialize.html +1 -1
- package/docs/functions/BoolArrayProperty.Parse.html +1 -1
- package/docs/functions/BoolArrayProperty.Serialize.html +1 -1
- package/docs/functions/BoolProperty.CalcOverhead.html +1 -1
- package/docs/functions/BoolProperty.Parse.html +1 -1
- package/docs/functions/BoolProperty.ReadValue.html +1 -1
- package/docs/functions/BoolProperty.Serialize.html +1 -1
- package/docs/functions/BoolProperty.SerializeValue.html +1 -1
- package/docs/functions/BuildableSubsystemSpecialProperties.Parse.html +1 -1
- package/docs/functions/BuildableSubsystemSpecialProperties.Serialize.html +1 -1
- package/docs/functions/BuildableTypeInstance.Parse.html +1 -1
- package/docs/functions/BuildableTypeInstance.Serialize.html +1 -1
- package/docs/functions/ByteArrayProperty.Parse.html +1 -1
- package/docs/functions/ByteArrayProperty.Serialize.html +1 -1
- package/docs/functions/ByteProperty.CalcOverhead.html +1 -1
- package/docs/functions/ByteProperty.Parse.html +1 -1
- package/docs/functions/ByteProperty.ReadValue.html +1 -1
- package/docs/functions/ByteProperty.Serialize.html +1 -1
- package/docs/functions/ByteProperty.SerializeValue.html +1 -1
- package/docs/functions/CircuitSpecialProperties.Parse.html +1 -1
- package/docs/functions/CircuitSpecialProperties.Serialize.html +1 -1
- package/docs/functions/ConveyorChainActorSpecialProperties.Parse.html +1 -1
- package/docs/functions/ConveyorChainActorSpecialProperties.Serialize.html +1 -1
- package/docs/functions/ConveyorSpecialProperties.Parse.html +1 -1
- package/docs/functions/ConveyorSpecialProperties.Serialize.html +1 -1
- package/docs/functions/DoubleArrayProperty.Parse.html +1 -1
- package/docs/functions/DoubleArrayProperty.Serialize.html +1 -1
- package/docs/functions/DoubleProperty.CalcOverhead.html +1 -1
- package/docs/functions/DoubleProperty.Parse.html +1 -1
- package/docs/functions/DoubleProperty.ReadValue.html +1 -1
- package/docs/functions/DoubleProperty.Serialize.html +1 -1
- package/docs/functions/DoubleProperty.SerializeValue.html +1 -1
- package/docs/functions/DynamicStructPropertyValue.read.html +1 -1
- package/docs/functions/DynamicStructPropertyValue.write.html +1 -1
- package/docs/functions/EmptySpecialProperties.Parse.html +1 -1
- package/docs/functions/EmptySpecialProperties.Serialize.html +1 -1
- package/docs/functions/EnumArrayProperty.Parse.html +1 -1
- package/docs/functions/EnumArrayProperty.Serialize.html +1 -1
- package/docs/functions/EnumProperty.CalcOverhead.html +1 -1
- package/docs/functions/EnumProperty.Parse.html +1 -1
- package/docs/functions/EnumProperty.ReadValue.html +1 -1
- package/docs/functions/EnumProperty.Serialize.html +1 -1
- package/docs/functions/EnumProperty.SerializeValue.html +1 -1
- package/docs/functions/FGDynamicStruct.Parse.html +1 -1
- package/docs/functions/FGDynamicStruct.Serialize.html +1 -1
- package/docs/functions/FICFrameRange.Parse.html +1 -1
- package/docs/functions/FICFrameRange.Serialize.html +1 -1
- package/docs/functions/FloatArrayProperty.Parse.html +1 -1
- package/docs/functions/FloatArrayProperty.Serialize.html +1 -1
- package/docs/functions/FloatProperty.CalcOverhead.html +1 -1
- package/docs/functions/FloatProperty.Parse.html +1 -1
- package/docs/functions/FloatProperty.ReadValue.html +1 -1
- package/docs/functions/FloatProperty.Serialize.html +1 -1
- package/docs/functions/FloatProperty.SerializeValue.html +1 -1
- package/docs/functions/GUID.read.html +1 -1
- package/docs/functions/GUID.write.html +1 -1
- package/docs/functions/GUIDInfo.read.html +1 -1
- package/docs/functions/GUIDInfo.write.html +1 -1
- package/docs/functions/Int32ArrayProperty.Parse.html +1 -1
- package/docs/functions/Int32ArrayProperty.Serialize.html +1 -1
- package/docs/functions/Int32Property.CalcOverhead.html +1 -1
- package/docs/functions/Int32Property.Parse.html +1 -1
- package/docs/functions/Int32Property.ReadValue.html +1 -1
- package/docs/functions/Int32Property.Serialize.html +1 -1
- package/docs/functions/Int32Property.SerializeValue.html +1 -1
- package/docs/functions/Int32SetProperty.Parse.html +1 -1
- package/docs/functions/Int32SetProperty.Serialize.html +1 -1
- package/docs/functions/Int64ArrayProperty.Parse.html +1 -1
- package/docs/functions/Int64ArrayProperty.Serialize.html +1 -1
- package/docs/functions/Int64Property.CalcOverhead.html +1 -1
- package/docs/functions/Int64Property.Parse.html +1 -1
- package/docs/functions/Int64Property.ReadValue.html +1 -1
- package/docs/functions/Int64Property.Serialize.html +1 -1
- package/docs/functions/Int64Property.SerializeValue.html +1 -1
- package/docs/functions/Int8Property.CalcOverhead.html +1 -1
- package/docs/functions/Int8Property.Parse.html +1 -1
- package/docs/functions/Int8Property.ReadValue.html +1 -1
- package/docs/functions/Int8Property.Serialize.html +1 -1
- package/docs/functions/Int8Property.SerializeValue.html +1 -1
- package/docs/functions/Level.ReadAllObjectContents.html +1 -1
- package/docs/functions/Level.ReadAllObjectHeaders.html +1 -1
- package/docs/functions/Level.ReadLevel.html +1 -1
- package/docs/functions/Level.ReadNObjectContents.html +1 -1
- package/docs/functions/Level.ReadNObjectHeaders.html +1 -1
- package/docs/functions/Level.SerializeAllObjectContents.html +1 -1
- package/docs/functions/Level.SerializeAllObjectHeaders.html +1 -1
- package/docs/functions/Level.SerializeLevel.html +1 -1
- package/docs/functions/LevelToDestroyedActorsMap.read.html +1 -1
- package/docs/functions/LevelToDestroyedActorsMap.write.html +1 -1
- package/docs/functions/MD5Hash.read.html +1 -1
- package/docs/functions/MD5Hash.write.html +1 -1
- package/docs/functions/MapProperty.CalcOverhead.html +1 -1
- package/docs/functions/MapProperty.Parse.html +1 -1
- package/docs/functions/MapProperty.Serialize.html +1 -1
- package/docs/functions/ObjectArrayProperty.Parse.html +1 -1
- package/docs/functions/ObjectArrayProperty.Serialize.html +1 -1
- package/docs/functions/ObjectProperty.CalcOverhead.html +1 -1
- package/docs/functions/ObjectProperty.Parse.html +1 -1
- package/docs/functions/ObjectProperty.ReadValue.html +1 -1
- package/docs/functions/ObjectProperty.Serialize.html +1 -1
- package/docs/functions/ObjectProperty.SerializeValue.html +1 -1
- package/docs/functions/ObjectReference.IsEqual.html +1 -1
- package/docs/functions/ObjectReference.read.html +1 -1
- package/docs/functions/ObjectReference.write.html +1 -1
- package/docs/functions/ObjectSetProperty.Parse.html +1 -1
- package/docs/functions/ObjectSetProperty.Serialize.html +1 -1
- package/docs/functions/ObjectsListSpecialProperties.Parse.html +1 -1
- package/docs/functions/ObjectsListSpecialProperties.Serialize.html +1 -1
- package/docs/functions/PlayerSpecialProperties.Parse.html +1 -1
- package/docs/functions/PlayerSpecialProperties.Serialize.html +1 -1
- package/docs/functions/PowerLineSpecialProperties.Parse.html +1 -1
- package/docs/functions/PowerLineSpecialProperties.Serialize.html +1 -1
- package/docs/functions/PropertiesList.ParseList.html +1 -1
- package/docs/functions/PropertiesList.ParseSingleProperty.html +1 -1
- package/docs/functions/PropertiesList.SerializeList.html +1 -1
- package/docs/functions/PropertiesList.SerializeSingleProperty.html +1 -1
- package/docs/functions/SatisfactorySaveHeader.Parse.html +1 -1
- package/docs/functions/SatisfactorySaveHeader.Serialize.html +1 -1
- package/docs/functions/SaveBodyChunks.CompressDataIntoChunks.html +1 -1
- package/docs/functions/SaveBodyChunks.DecompressChunks.html +1 -1
- package/docs/functions/SetProperty.CalcOverhead.html +1 -1
- package/docs/functions/SetProperty.Parse.html +1 -1
- package/docs/functions/SetProperty.Serialize.html +1 -1
- package/docs/functions/SoftObjectArrayProperty.Parse.html +1 -1
- package/docs/functions/SoftObjectArrayProperty.Serialize.html +1 -1
- package/docs/functions/SoftObjectReference.read.html +1 -1
- package/docs/functions/SoftObjectReference.write.html +1 -1
- package/docs/functions/SpecialDroneActionProperties.Parse.html +1 -1
- package/docs/functions/SpecialDroneActionProperties.Serialize.html +1 -1
- package/docs/functions/SpecialProperties.ParseClassSpecificSpecialProperties.html +1 -1
- package/docs/functions/SpecialProperties.SerializeClassSpecificSpecialProperties.html +1 -1
- package/docs/functions/StrArrayProperty.Parse.html +1 -1
- package/docs/functions/StrArrayProperty.Serialize.html +1 -1
- package/docs/functions/StrProperty.CalcOverhead.html +1 -1
- package/docs/functions/StrProperty.Parse.html +1 -1
- package/docs/functions/StrProperty.ReadValue.html +1 -1
- package/docs/functions/StrProperty.Serialize.html +1 -1
- package/docs/functions/StrProperty.SerializeValue.html +1 -1
- package/docs/functions/StrSetProperty.Parse.html +1 -1
- package/docs/functions/StrSetProperty.Serialize.html +1 -1
- package/docs/functions/StructArrayProperty.Parse.html +1 -1
- package/docs/functions/StructArrayProperty.Serialize.html +1 -1
- package/docs/functions/StructProperty.CalcOverhead.html +1 -1
- package/docs/functions/StructProperty.Parse.html +1 -1
- package/docs/functions/StructProperty.ParseValue.html +1 -1
- package/docs/functions/StructProperty.Serialize.html +1 -1
- package/docs/functions/StructProperty.SerializeValue.html +1 -1
- package/docs/functions/StructSetProperty.Parse.html +1 -1
- package/docs/functions/StructSetProperty.Serialize.html +1 -1
- package/docs/functions/TextArrayProperty.Parse.html +1 -1
- package/docs/functions/TextArrayProperty.Serialize.html +1 -1
- package/docs/functions/TextProperty.CalcOverhead.html +1 -1
- package/docs/functions/TextProperty.Parse.html +1 -1
- package/docs/functions/TextProperty.ReadValue.html +1 -1
- package/docs/functions/TextProperty.Serialize.html +1 -1
- package/docs/functions/TextProperty.SerializeValue.html +1 -1
- package/docs/functions/Transform.Parse.html +1 -1
- package/docs/functions/Transform.ParseF.html +1 -1
- package/docs/functions/Transform.Serialize.html +1 -1
- package/docs/functions/Transform.SerializeF.html +1 -1
- package/docs/functions/Uint32Property.CalcOverhead.html +1 -1
- package/docs/functions/Uint32Property.Parse.html +1 -1
- package/docs/functions/Uint32Property.ReadValue.html +1 -1
- package/docs/functions/Uint32Property.Serialize.html +1 -1
- package/docs/functions/Uint32Property.SerializeValue.html +1 -1
- package/docs/functions/Uint32SetProperty.Parse.html +1 -1
- package/docs/functions/Uint32SetProperty.Serialize.html +1 -1
- package/docs/functions/Uint64Property.CalcOverhead.html +1 -1
- package/docs/functions/Uint64Property.Parse.html +1 -1
- package/docs/functions/Uint64Property.ReadValue.html +1 -1
- package/docs/functions/Uint64Property.Serialize.html +1 -1
- package/docs/functions/Uint64Property.SerializeValue.html +1 -1
- package/docs/functions/Uint8Property.CalcOverhead.html +1 -1
- package/docs/functions/Uint8Property.Parse.html +1 -1
- package/docs/functions/Uint8Property.ReadValue.html +1 -1
- package/docs/functions/Uint8Property.Serialize.html +1 -1
- package/docs/functions/Uint8Property.SerializeValue.html +1 -1
- package/docs/functions/VehiclePhysicsData.Parse.html +1 -1
- package/docs/functions/VehiclePhysicsData.Serialize.html +1 -1
- package/docs/functions/VehicleSpecialProperties.Parse.html +1 -1
- package/docs/functions/VehicleSpecialProperties.Serialize.html +1 -1
- package/docs/functions/col4.ParseBGRA.html +1 -1
- package/docs/functions/col4.ParseRGBA.html +1 -1
- package/docs/functions/col4.SerializeBGRA.html +1 -1
- package/docs/functions/col4.SerializeRGBA.html +1 -1
- package/docs/functions/isArrayProperty.html +1 -1
- package/docs/functions/isBoolArrayProperty.html +1 -1
- package/docs/functions/isBoolProperty.html +1 -1
- package/docs/functions/isBuildableSubsystemSpecialProperties.html +1 -1
- package/docs/functions/isByteArrayProperty.html +1 -1
- package/docs/functions/isByteProperty.html +1 -1
- package/docs/functions/isCircuitSpecialProperties.html +1 -1
- package/docs/functions/isConveyorChainActorSpecialProperties.html +1 -1
- package/docs/functions/isConveyorSpecialProperties.html +1 -1
- package/docs/functions/isDoubleArrayProperty.html +1 -1
- package/docs/functions/isDoubleProperty.html +1 -1
- package/docs/functions/isEmptySpecialProperties.html +1 -1
- package/docs/functions/isEnumArrayProperty.html +1 -1
- package/docs/functions/isEnumProperty.html +1 -1
- package/docs/functions/isFloatArrayProperty.html +1 -1
- package/docs/functions/isFloatProperty.html +1 -1
- package/docs/functions/isInt32ArrayProperty.html +1 -1
- package/docs/functions/isInt32Property.html +1 -1
- package/docs/functions/isInt32SetProperty.html +1 -1
- package/docs/functions/isInt64ArrayProperty.html +1 -1
- package/docs/functions/isInt64Property.html +1 -1
- package/docs/functions/isInt8Property.html +1 -1
- package/docs/functions/isMapProperty.html +1 -1
- package/docs/functions/isObjectArrayProperty.html +1 -1
- package/docs/functions/isObjectProperty.html +1 -1
- package/docs/functions/isObjectSetProperty.html +1 -1
- package/docs/functions/isObjectsListSpecialProperties.html +1 -1
- package/docs/functions/isPlayerSpecialProperties.html +1 -1
- package/docs/functions/isPowerLineSpecialProperties.html +1 -1
- package/docs/functions/isSaveComponent.html +1 -1
- package/docs/functions/isSaveEntity.html +1 -1
- package/docs/functions/isSetProperty.html +1 -1
- package/docs/functions/isSoftObjectArrayProperty.html +1 -1
- package/docs/functions/isSpecialDroneActionProperties.html +1 -1
- package/docs/functions/isStrArrayProperty.html +1 -1
- package/docs/functions/isStrProperty.html +1 -1
- package/docs/functions/isStrSetProperty.html +1 -1
- package/docs/functions/isStructArrayProperty.html +1 -1
- package/docs/functions/isStructProperty.html +1 -1
- package/docs/functions/isStructSetProperty.html +1 -1
- package/docs/functions/isTextArrayProperty.html +1 -1
- package/docs/functions/isTextProperty.html +1 -1
- package/docs/functions/isUInt64Property.html +1 -1
- package/docs/functions/isUint32Property.html +1 -1
- package/docs/functions/isUint32SetProperty.html +1 -1
- package/docs/functions/isUint8Property.html +1 -1
- package/docs/functions/isVehicleSpecialProperties.html +1 -1
- package/docs/functions/vec2.Parse.html +1 -1
- package/docs/functions/vec2.ParseF.html +1 -1
- package/docs/functions/vec2.Serialize.html +1 -1
- package/docs/functions/vec2.SerializeF.html +1 -1
- package/docs/functions/vec3.Parse.html +1 -1
- package/docs/functions/vec3.ParseF.html +1 -1
- package/docs/functions/vec3.ParseInt.html +1 -1
- package/docs/functions/vec3.Serialize.html +1 -1
- package/docs/functions/vec3.SerializeF.html +1 -1
- package/docs/functions/vec3.SerializeInt.html +1 -1
- package/docs/functions/vec3.add.html +1 -1
- package/docs/functions/vec3.length.html +1 -1
- package/docs/functions/vec3.mult.html +1 -1
- package/docs/functions/vec3.norm.html +1 -1
- package/docs/functions/vec3.sub.html +1 -1
- package/docs/functions/vec4.Parse.html +1 -1
- package/docs/functions/vec4.ParseF.html +1 -1
- package/docs/functions/vec4.Serialize.html +1 -1
- package/docs/functions/vec4.SerializeF.html +1 -1
- package/docs/interfaces/Blueprint.html +2 -2
- package/docs/interfaces/BlueprintConfig-1.html +2 -2
- package/docs/interfaces/SaveComponentHeader.html +2 -2
- package/docs/interfaces/SaveEntityHeader.html +2 -2
- package/docs/interfaces/SaveObjectHeader.html +2 -2
- package/docs/modules/AbstractBaseProperty.html +1 -1
- package/docs/modules/ArrayProperty.html +1 -1
- package/docs/modules/BlueprintConfig.html +1 -1
- package/docs/modules/BlueprintHeader.html +1 -1
- package/docs/modules/BoolArrayProperty.html +1 -1
- package/docs/modules/BoolProperty.html +1 -1
- package/docs/modules/BuildableSubsystemSpecialProperties.html +1 -1
- package/docs/modules/BuildableTypeInstance.html +1 -1
- package/docs/modules/ByteArrayProperty.html +1 -1
- package/docs/modules/ByteProperty.html +1 -1
- package/docs/modules/CircuitSpecialProperties.html +1 -1
- package/docs/modules/ConveyorChainActorSpecialProperties.html +1 -1
- package/docs/modules/ConveyorSpecialProperties.html +1 -1
- package/docs/modules/DoubleArrayProperty.html +1 -1
- package/docs/modules/DoubleProperty.html +1 -1
- package/docs/modules/DynamicStructPropertyValue.html +1 -1
- package/docs/modules/EmptySpecialProperties.html +1 -1
- package/docs/modules/EnumArrayProperty.html +1 -1
- package/docs/modules/EnumProperty.html +1 -1
- package/docs/modules/FGDynamicStruct.html +1 -1
- package/docs/modules/FICFrameRange.html +1 -1
- package/docs/modules/FloatArrayProperty.html +1 -1
- package/docs/modules/FloatProperty.html +1 -1
- package/docs/modules/GUID.html +1 -1
- package/docs/modules/GUIDInfo.html +1 -1
- package/docs/modules/Int32ArrayProperty.html +1 -1
- package/docs/modules/Int32Property.html +1 -1
- package/docs/modules/Int32SetProperty.html +1 -1
- package/docs/modules/Int64ArrayProperty.html +1 -1
- package/docs/modules/Int64Property.html +1 -1
- package/docs/modules/Int8Property.html +1 -1
- package/docs/modules/Level.html +1 -1
- package/docs/modules/LevelToDestroyedActorsMap.html +1 -1
- package/docs/modules/MD5Hash.html +1 -1
- package/docs/modules/MapProperty.html +1 -1
- package/docs/modules/ObjectArrayProperty.html +1 -1
- package/docs/modules/ObjectProperty.html +1 -1
- package/docs/modules/ObjectReference.html +1 -1
- package/docs/modules/ObjectSetProperty.html +1 -1
- package/docs/modules/ObjectsListSpecialProperties.html +1 -1
- package/docs/modules/PlayerSpecialProperties.html +1 -1
- package/docs/modules/PowerLineSpecialProperties.html +1 -1
- package/docs/modules/PropertiesList.html +1 -1
- package/docs/modules/SatisfactorySaveHeader.html +1 -1
- package/docs/modules/SaveBodyChunks.html +1 -1
- package/docs/modules/SetProperty.html +1 -1
- package/docs/modules/SoftObjectArrayProperty.html +1 -1
- package/docs/modules/SoftObjectReference.html +1 -1
- package/docs/modules/SpecialDroneActionProperties.html +1 -1
- package/docs/modules/SpecialProperties.html +1 -1
- package/docs/modules/StrArrayProperty.html +1 -1
- package/docs/modules/StrProperty.html +1 -1
- package/docs/modules/StrSetProperty.html +1 -1
- package/docs/modules/StructArrayProperty.html +1 -1
- package/docs/modules/StructProperty.html +1 -1
- package/docs/modules/StructSetProperty.html +1 -1
- package/docs/modules/TextArrayProperty.html +1 -1
- package/docs/modules/TextProperty.html +1 -1
- package/docs/modules/Transform.html +2 -1
- package/docs/modules/Uint32Property.html +1 -1
- package/docs/modules/Uint32SetProperty.html +1 -1
- package/docs/modules/Uint64Property.html +1 -1
- package/docs/modules/Uint8Property.html +1 -1
- package/docs/modules/VehiclePhysicsData.html +1 -1
- package/docs/modules/VehicleSpecialProperties.html +1 -1
- package/docs/modules/col4.html +1 -1
- package/docs/modules/vec2.html +1 -1
- package/docs/modules/vec3.html +1 -1
- package/docs/modules/vec4.html +1 -1
- package/docs/modules.html +2 -1
- package/docs/types/AbstractBaseProperty-1.html +1 -1
- package/docs/types/ArrayProperty.AvailableArrayPropertyTypes.html +1 -1
- package/docs/types/ArrayPropertyStructValueFields.html +1 -1
- package/docs/types/BasicMultipleStructPropertyValue.html +1 -1
- package/docs/types/BasicStructPropertyValue.html +1 -1
- package/docs/types/BlueprintHeader-1.html +1 -1
- package/docs/types/BoolArrayProperty-1.html +1 -1
- package/docs/types/BoolProperty-1.html +1 -1
- package/docs/types/BoxStructPropertyValue.html +1 -1
- package/docs/types/BuildableSubsystemSpecialProperties-1.html +1 -1
- package/docs/types/BuildableTypeInstance-1.html +1 -1
- package/docs/types/ByteArray4.html +1 -1
- package/docs/types/ByteArrayProperty-1.html +1 -1
- package/docs/types/ByteProperty-1.html +1 -1
- package/docs/types/BytePropertyValue.html +1 -1
- package/docs/types/ChunkCompressionInfo.html +1 -1
- package/docs/types/ChunkSummary.html +1 -1
- package/docs/types/CircuitSpecialProperties-1.html +1 -1
- package/docs/types/ClientIdentityInfo.html +1 -1
- package/docs/types/ConveyorChainActorSpecialProperties-1.html +1 -1
- package/docs/types/ConveyorChainSegmentSpecialProperties.html +1 -1
- package/docs/types/ConveyorItemSpecialProperties.html +1 -1
- package/docs/types/ConveyorSpecialProperties-1.html +1 -1
- package/docs/types/DoubleArrayProperty-1.html +1 -1
- package/docs/types/DoubleProperty-1.html +1 -1
- package/docs/types/DynamicStructPropertyValue-1.html +1 -1
- package/docs/types/EmptySpecialProperties-1.html +1 -1
- package/docs/types/EnumArrayProperty-1.html +1 -1
- package/docs/types/EnumProperty-1.html +1 -1
- package/docs/types/FGDynamicStruct-1.html +1 -1
- package/docs/types/FICFrameRange-1.html +1 -1
- package/docs/types/FICFrameRangeStructPropertyValue.html +1 -1
- package/docs/types/FloatArrayProperty-1.html +1 -1
- package/docs/types/FloatProperty-1.html +1 -1
- package/docs/types/GENERIC_MAP_KEY_TYPE.html +1 -1
- package/docs/types/GENERIC_MAP_VALUE_TYPE.html +1 -1
- package/docs/types/GENERIC_STRUCT_PROPERTY_VALUE.html +1 -1
- package/docs/types/GUID-1.html +2 -1
- package/docs/types/GUIDInfo-1.html +2 -1
- package/docs/types/Grids.html +1 -1
- package/docs/types/Int32ArrayProperty-1.html +1 -1
- package/docs/types/Int32Property-1.html +1 -1
- package/docs/types/Int32SetProperty-1.html +1 -1
- package/docs/types/Int64ArrayProperty-1.html +1 -1
- package/docs/types/Int64Property-1.html +1 -1
- package/docs/types/Int8Property-1.html +1 -1
- package/docs/types/InventoryItemStructPropertyValue.html +1 -1
- package/docs/types/Level-1.html +1 -1
- package/docs/types/LevelToDestroyedActorsMap-1.html +1 -1
- package/docs/types/Levels.html +1 -1
- package/docs/types/MAP_STRUCT_KEY_PROXY.html +1 -1
- package/docs/types/MD5Hash-1.html +2 -1
- package/docs/types/MapProperty-1.html +1 -1
- package/docs/types/ModData.html +1 -1
- package/docs/types/ObjectArrayProperty-1.html +1 -1
- package/docs/types/ObjectProperty-1.html +1 -1
- package/docs/types/ObjectReference-1.html +2 -1
- package/docs/types/ObjectSetProperty-1.html +1 -1
- package/docs/types/ObjectsListSpecialProperties-1.html +1 -1
- package/docs/types/PlayerSpecialProperties-1.html +1 -1
- package/docs/types/PowerLineSpecialProperties-1.html +1 -1
- package/docs/types/PropertiesMap.html +1 -1
- package/docs/types/RailroadTrackPositionStructPropertyValue.html +1 -1
- package/docs/types/RoughSaveVersion.html +1 -1
- package/docs/types/SatisfactoryModMetadata.html +1 -1
- package/docs/types/SatisfactorySaveHeader-1.html +1 -1
- package/docs/types/SaveBodyChunks-1.html +1 -1
- package/docs/types/SaveBodyValidation.html +1 -1
- package/docs/types/SetProperty.AvailableSetPropertyTypes.html +1 -1
- package/docs/types/SoftObjectArrayProperty-1.html +1 -1
- package/docs/types/SoftObjectReference-1.html +1 -1
- package/docs/types/SpecialDroneAction.html +1 -1
- package/docs/types/SpecialDroneActionProperties-1.html +1 -1
- package/docs/types/SpecialProperties.AvailableSpecialPropertiesTypes.html +1 -1
- package/docs/types/StrArrayProperty-1.html +1 -1
- package/docs/types/StrProperty-1.html +1 -1
- package/docs/types/StrSetProperty-1.html +1 -1
- package/docs/types/StructArrayProperty-1.html +1 -1
- package/docs/types/StructProperty-1.html +1 -1
- package/docs/types/StructSetProperty-1.html +1 -1
- package/docs/types/TextArrayProperty-1.html +1 -1
- package/docs/types/TextProperty-1.html +1 -1
- package/docs/types/TextPropertyValue.html +1 -1
- package/docs/types/Transform-1.html +2 -1
- package/docs/types/Uint32Property-1.html +1 -1
- package/docs/types/Uint32SetProperty-1.html +1 -1
- package/docs/types/Uint64Property-1.html +1 -1
- package/docs/types/Uint8Property-1.html +1 -1
- package/docs/types/VehiclePhysicsData-1.html +1 -1
- package/docs/types/VehicleSpecialProperties-1.html +1 -1
- package/docs/types/col4-1.html +2 -1
- package/docs/types/vec2-1.html +2 -1
- package/docs/types/vec3-1.html +2 -1
- package/docs/types/vec4-1.html +2 -1
- package/docs/variables/DEFAULT_SATISFACTORY_CHUNK_HEADER_SIZE.html +1 -1
- package/docs/variables/EDIT.html +2 -1
- package/docs/variables/SaveBodyChunks.HEADER_V1.html +1 -1
- package/docs/variables/SaveBodyChunks.HEADER_V2.html +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vec3.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"vec3.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAK9B,MAAM,MAAM,IAAI,GAAG,IAAI,GAAG;IACtB,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,yBAAiB,IAAI,CAAC;IACX,MAAM,KAAK,WAAY,aAAa,KAAG,IAK7C,CAAC;IAEK,MAAM,SAAS,WAAY,aAAa,OAAO,IAAI,KAAG,IAG5D,CAAC;IAEK,MAAM,QAAQ,WAAY,aAAa,KAAG,IAMhD,CAAC;IAEK,MAAM,YAAY,WAAY,aAAa,OAAO,IAAI,KAAG,IAI/D,CAAC;IAEK,MAAM,MAAM,WAAY,aAAa,KAAG,IAK9C,CAAC;IAEK,MAAM,UAAU,WAAY,aAAa,OAAO,IAAI,KAAG,IAG7D,CAAC;IAGK,MAAM,GAAG,UAAW,IAAI,OAAO,IAAI,KAAG,IAAwE,CAAC;IAC/G,MAAM,GAAG,QAAS,IAAI,SAAS,IAAI,KAAG,IAAwE,CAAC;IAC/G,MAAM,MAAM,QAAS,IAAI,KAAG,MAAyD,CAAC;IACtF,MAAM,IAAI,QAAS,IAAI,SAAS,MAAM,KAAG,IAAkE,CAAC;IAC5G,MAAM,IAAI,QAAS,IAAI,KAAG,IAAmC,CAAC;CAExE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vec3.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec3.ts"],"names":[],"mappings":";;;AAEA,iCAA8B;
|
|
1
|
+
{"version":3,"file":"vec3.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec3.ts"],"names":[],"mappings":"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","sourcesContent":["import { ContextReader } from '../../../context/context-reader';\nimport { ContextWriter } from '../../../context/context-writer';\nimport { vec2 } from './vec2';\n\n/**\n * 3D vector.\n */\nexport type vec3 = vec2 & {\n z: number;\n};\n\nexport namespace vec3 {\n export const Parse = (reader: ContextReader): vec3 => {\n return {\n ...(vec2.Parse(reader)),\n z: reader.readDouble()\n };\n };\n\n export const Serialize = (writer: ContextWriter, vec: vec3): void => {\n vec2.Serialize(writer, vec as vec2);\n writer.writeDouble(vec.z);\n };\n\n export const ParseInt = (reader: ContextReader): vec3 => {\n return {\n x: reader.readInt32(),\n y: reader.readInt32(),\n z: reader.readInt32()\n };\n };\n\n export const SerializeInt = (writer: ContextWriter, vec: vec3): void => {\n writer.writeInt32(vec.x);\n writer.writeInt32(vec.y);\n writer.writeInt32(vec.z);\n };\n\n export const ParseF = (reader: ContextReader): vec3 => {\n return {\n ...(vec2.ParseF(reader)),\n z: reader.readFloat32()\n };\n };\n\n export const SerializeF = (writer: ContextWriter, vec: vec3): void => {\n vec2.SerializeF(writer, vec as vec2);\n writer.writeFloat32(vec.z);\n };\n\n\n export const sub = (other: vec3, vec: vec3): vec3 => ({ x: other.x - vec.x, y: other.y - vec.y, z: other.z - vec.z });\n export const add = (vec: vec3, other: vec3): vec3 => ({ x: vec.x + other.x, y: vec.y + other.y, z: vec.z + other.z });\n export const length = (vec: vec3): number => Math.sqrt(vec.x ** 2 + vec.y ** 2 + vec.z ** 2);\n export const mult = (vec: vec3, scale: number): vec3 => ({ x: vec.x * scale, y: vec.y * scale, z: vec.z * scale });\n export const norm = (vec: vec3): vec3 => mult(vec, 1. / length(vec));\n\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vec4.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec4.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"vec4.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec4.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAK9B,MAAM,MAAM,IAAI,GAAG,IAAI,GAAG;IACtB,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,yBAAiB,IAAI,CAAC;IACX,MAAM,KAAK,WAAY,aAAa,KAAG,IAK7C,CAAC;IAEK,MAAM,SAAS,WAAY,aAAa,OAAO,IAAI,KAAG,IAG5D,CAAC;IAEK,MAAM,MAAM,WAAY,aAAa,KAAG,IAK9C,CAAC;IAEK,MAAM,UAAU,WAAY,aAAa,OAAO,IAAI,KAAG,IAG7D,CAAC;CACL"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vec4.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec4.ts"],"names":[],"mappings":";;;AAEA,iCAA8B;
|
|
1
|
+
{"version":3,"file":"vec4.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec4.ts"],"names":[],"mappings":";;;AAEA,iCAA8B;AAS9B,IAAiB,IAAI,CAwBpB;AAxBD,WAAiB,IAAI;IACJ,UAAK,GAAG,CAAC,MAAqB,EAAQ,EAAE;QACjD,OAAO;YACH,GAAG,CAAC,WAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;YACvB,CAAC,EAAE,MAAM,CAAC,UAAU,EAAE;SACzB,CAAC;IACN,CAAC,CAAC;IAEW,cAAS,GAAG,CAAC,MAAqB,EAAE,GAAS,EAAQ,EAAE;QAChE,WAAI,CAAC,SAAS,CAAC,MAAM,EAAE,GAAW,CAAC,CAAC;QACpC,MAAM,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAC9B,CAAC,CAAC;IAEW,WAAM,GAAG,CAAC,MAAqB,EAAQ,EAAE;QAClD,OAAO;YACH,GAAG,CAAC,WAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;YACxB,CAAC,EAAE,MAAM,CAAC,WAAW,EAAE;SAC1B,CAAC;IACN,CAAC,CAAC;IAEW,eAAU,GAAG,CAAC,MAAqB,EAAE,GAAS,EAAQ,EAAE;QACjE,WAAI,CAAC,UAAU,CAAC,MAAM,EAAE,GAAW,CAAC,CAAC;QACrC,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAC/B,CAAC,CAAC;AACN,CAAC,EAxBgB,IAAI,oBAAJ,IAAI,QAwBpB","sourcesContent":["import { ContextReader } from '../../../context/context-reader';\nimport { ContextWriter } from '../../../context/context-writer';\nimport { vec3 } from './vec3';\n\n/**\n * 4D vector.\n */\nexport type vec4 = vec3 & {\n w: number;\n};\n\nexport namespace vec4 {\n export const Parse = (reader: ContextReader): vec4 => {\n return {\n ...(vec3.Parse(reader)),\n w: reader.readDouble()\n };\n };\n\n export const Serialize = (writer: ContextWriter, vec: vec4): void => {\n vec3.Serialize(writer, vec as vec3);\n writer.writeDouble(vec.w);\n };\n\n export const ParseF = (reader: ContextReader): vec4 => {\n return {\n ...(vec3.ParseF(reader)),\n w: reader.readFloat32()\n };\n };\n\n export const SerializeF = (writer: ContextWriter, vec: vec4): void => {\n vec3.SerializeF(writer, vec as vec3);\n writer.writeFloat32(vec.w);\n };\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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"
|