From 6022c6e30e3185cfdd8b72e8fffd86f35106e019 Mon Sep 17 00:00:00 2001 From: SignpostMarv Date: Mon, 30 Sep 2024 08:33:57 +0000 Subject: [PATCH] codgen working, but needs some adjustments - re: satisfactory-dev/Docs.json.ts#2 --- data-progress--version_1_0_0_0.md | 5478 ++++++++--------- .../CoreUObject/FGAmmoTypeInstantHit.ts | 29 + .../CoreUObject/FGAmmoTypeProjectile.ts | 129 + .../CoreUObject/FGAmmoTypeSpreadshot.ts | 18 + .../1.0/classes/CoreUObject/FGBuildable.ts | 400 ++ .../FGBuildableAttachmentMerger.ts | 17 + .../FGBuildableAttachmentSplitter.ts | 10 + .../CoreUObject/FGBuildableBeamLightweight.ts | 19 + .../FGBuildableBlueprintDesigner.ts | 44 + .../CoreUObject/FGBuildableCircuitSwitch.ts | 12 + .../CoreUObject/FGBuildableConveyorBelt.ts | 33 + .../CoreUObject/FGBuildableConveyorLift.ts | 23 + .../CoreUObject/FGBuildableCornerWall.ts | 14 + .../FGBuildableCornerWallLightweight.ts | 8 + .../CoreUObject/FGBuildableDockingStation.ts | 34 + .../classes/CoreUObject/FGBuildableDoor.ts | 34 + .../CoreUObject/FGBuildableDroneStation.ts | 40 + .../classes/CoreUObject/FGBuildableFactory.ts | 50 + .../CoreUObject/FGBuildableFactoryBuilding.ts | 24 + .../FGBuildableFactorySimpleProducer.ts | 16 + .../CoreUObject/FGBuildableFloodlight.ts | 14 + .../CoreUObject/FGBuildableFoundation.ts | 20 + .../FGBuildableFoundationLightweight.ts | 8 + .../FGBuildableFrackingActivator.ts | 32 + .../FGBuildableFrackingExtractor.ts | 21 + .../CoreUObject/FGBuildableGenerator.ts | 9 + .../CoreUObject/FGBuildableGeneratorFuel.ts | 172 + .../FGBuildableGeneratorGeoThermal.ts | 20 + .../FGBuildableGeneratorNuclear.ts | 54 + .../classes/CoreUObject/FGBuildableJumppad.ts | 50 + .../classes/CoreUObject/FGBuildableLadder.ts | 17 + .../CoreUObject/FGBuildableLightSource.ts | 33 + .../FGBuildableLightsControlPanel.ts | 22 + .../1.0/classes/CoreUObject/FGBuildableMAM.ts | 18 + .../CoreUObject/FGBuildableManufacturer.ts | 89 + .../FGBuildableManufacturerVariablePower.ts | 45 + .../CoreUObject/FGBuildablePassthrough.ts | 26 + .../FGBuildablePassthroughPipeHyper.ts | 8 + .../FGBuildablePillarLightweight.ts | 17 + .../CoreUObject/FGBuildablePipeHyper.ts | 15 + .../CoreUObject/FGBuildablePipeReservoir.ts | 16 + .../CoreUObject/FGBuildablePipeline.ts | 49 + .../FGBuildablePipelineJunction.ts | 10 + .../CoreUObject/FGBuildablePipelinePump.ts | 23 + .../CoreUObject/FGBuildablePipelineSupport.ts | 18 + .../CoreUObject/FGBuildablePoleBase.ts | 7 + .../CoreUObject/FGBuildablePoleLightweight.ts | 18 + .../classes/CoreUObject/FGBuildablePortal.ts | 137 + .../CoreUObject/FGBuildablePortalSatellite.ts | 18 + .../CoreUObject/FGBuildablePowerBooster.ts | 45 + .../CoreUObject/FGBuildablePowerPole.ts | 16 + .../CoreUObject/FGBuildablePowerStorage.ts | 28 + .../FGBuildablePriorityPowerSwitch.ts | 15 + .../CoreUObject/FGBuildableRadarTower.ts | 19 + .../CoreUObject/FGBuildableRailroadSignal.ts | 35 + .../CoreUObject/FGBuildableRailroadStation.ts | 20 + .../CoreUObject/FGBuildableRailroadTrack.ts | 46 + .../classes/CoreUObject/FGBuildableRamp.ts | 9 + .../CoreUObject/FGBuildableRampLightweight.ts | 7 + .../FGBuildableResourceExtractor.ts | 92 + .../CoreUObject/FGBuildableResourceSink.ts | 20 + .../FGBuildableResourceSinkShop.ts | 14 + .../CoreUObject/FGBuildableSnowDispenser.ts | 24 + .../CoreUObject/FGBuildableSpaceElevator.ts | 15 + .../CoreUObject/FGBuildableSplitterSmart.ts | 25 + .../classes/CoreUObject/FGBuildableStorage.ts | 16 + .../CoreUObject/FGBuildableTradingPost.ts | 125 + .../CoreUObject/FGBuildableTrainPlatform.ts | 30 + .../FGBuildableTrainPlatformCargo.ts | 62 + .../FGBuildableTrainPlatformEmpty.ts | 13 + .../classes/CoreUObject/FGBuildableWalkway.ts | 28 + .../FGBuildableWalkwayLightweight.ts | 18 + .../classes/CoreUObject/FGBuildableWall.ts | 45 + .../CoreUObject/FGBuildableWallLightweight.ts | 13 + .../CoreUObject/FGBuildableWaterPump.ts | 35 + .../CoreUObject/FGBuildableWidgetSign.ts | 40 + .../classes/CoreUObject/FGBuildableWire.ts | 23 + .../CoreUObject/FGBuildingDescriptor.ts | 48 + .../CoreUObject/FGCentralStorageContainer.ts | 18 + .../1.0/classes/CoreUObject/FGChainsaw.ts | 72 + .../classes/CoreUObject/FGChargedWeapon.ts | 261 + .../CoreUObject/FGConsumableDescriptor.ts | 33 + .../CoreUObject/FGConsumableEquipment.ts | 94 + .../CoreUObject/FGConveyorPoleStackable.ts | 7 + .../CoreUObject/FGCustomizationRecipe.ts | 127 + .../1.0/classes/CoreUObject/FGEquipment.ts | 160 + .../CoreUObject/FGEquipmentDescriptor.ts | 22 + .../CoreUObject/FGEquipmentStunSpear.ts | 302 + .../classes/CoreUObject/FGEquipmentZipline.ts | 77 + .../1.0/classes/CoreUObject/FGGasMask.ts | 46 + .../CoreUObject/FGGolfCartDispenser.ts | 45 + .../1.0/classes/CoreUObject/FGHoverPack.ts | 74 + .../classes/CoreUObject/FGItemDescriptor.ts | 105 + .../CoreUObject/FGItemDescriptorBiomass.ts | 13 + .../FGItemDescriptorNuclearFuel.ts | 26 + .../FGItemDescriptorPowerBoosterFuel.ts | 16 + .../1.0/classes/CoreUObject/FGJetPack.ts | 58 + .../classes/CoreUObject/FGJumpingStilts.ts | 32 + .../classes/CoreUObject/FGObjectScanner.ts | 67 + .../1.0/classes/CoreUObject/FGParachute.ts | 145 + .../classes/CoreUObject/FGPipeHyperStart.ts | 23 + .../classes/CoreUObject/FGPoleDescriptor.ts | 28 + .../CoreUObject/FGPortableMinerDispenser.ts | 51 + .../CoreUObject/FGPowerShardDescriptor.ts | 16 + .../1.0/classes/CoreUObject/FGRecipe.ts | 15 + .../CoreUObject/FGResourceDescriptor.ts | 17 + .../1.0/classes/CoreUObject/FGSchematic.ts | 333 + .../1.0/classes/CoreUObject/FGSuitBase.ts | 63 + .../CoreUObject/FGVehicleDescriptor.ts | 41 + .../1.0/classes/CoreUObject/FGWeapon.ts | 248 + generated-types/1.0/common/scalar.ts | 14 + generated-types/1.0/common/unassigned.ts | 447 ++ generated-types/1.0/eslint.config.mjs | 3 + generated-types/1.0/utils/validators.ts | 35 + 114 files changed, 8739 insertions(+), 2739 deletions(-) create mode 100644 generated-types/1.0/classes/CoreUObject/FGAmmoTypeInstantHit.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGAmmoTypeProjectile.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGAmmoTypeSpreadshot.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildable.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableAttachmentMerger.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableAttachmentSplitter.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableBeamLightweight.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableBlueprintDesigner.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableCircuitSwitch.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableConveyorBelt.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableConveyorLift.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableCornerWall.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableCornerWallLightweight.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableDockingStation.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableDoor.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableDroneStation.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableFactory.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableFactoryBuilding.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableFactorySimpleProducer.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableFloodlight.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableFoundation.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableFoundationLightweight.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableFrackingActivator.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableFrackingExtractor.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableGenerator.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorFuel.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorGeoThermal.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorNuclear.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableJumppad.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableLadder.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableLightSource.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableLightsControlPanel.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableMAM.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableManufacturer.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableManufacturerVariablePower.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePassthrough.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePassthroughPipeHyper.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePillarLightweight.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePipeHyper.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePipeReservoir.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePipeline.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePipelineJunction.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePipelinePump.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePipelineSupport.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePoleBase.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePoleLightweight.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePortal.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePortalSatellite.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePowerBooster.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePowerPole.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePowerStorage.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildablePriorityPowerSwitch.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableRadarTower.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableRailroadSignal.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableRailroadStation.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableRailroadTrack.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableRamp.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableRampLightweight.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableResourceExtractor.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableResourceSink.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableResourceSinkShop.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableSnowDispenser.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableSpaceElevator.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableSplitterSmart.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableStorage.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableTradingPost.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatform.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatformCargo.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatformEmpty.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableWalkway.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableWalkwayLightweight.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableWall.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableWallLightweight.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableWaterPump.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableWidgetSign.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildableWire.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGBuildingDescriptor.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGCentralStorageContainer.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGChainsaw.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGChargedWeapon.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGConsumableDescriptor.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGConsumableEquipment.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGConveyorPoleStackable.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGCustomizationRecipe.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGEquipment.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGEquipmentDescriptor.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGEquipmentStunSpear.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGEquipmentZipline.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGGasMask.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGGolfCartDispenser.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGHoverPack.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGItemDescriptor.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGItemDescriptorBiomass.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGItemDescriptorNuclearFuel.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGItemDescriptorPowerBoosterFuel.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGJetPack.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGJumpingStilts.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGObjectScanner.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGParachute.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGPipeHyperStart.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGPoleDescriptor.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGPortableMinerDispenser.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGPowerShardDescriptor.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGRecipe.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGResourceDescriptor.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGSchematic.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGSuitBase.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGVehicleDescriptor.ts create mode 100644 generated-types/1.0/classes/CoreUObject/FGWeapon.ts create mode 100644 generated-types/1.0/common/scalar.ts create mode 100644 generated-types/1.0/common/unassigned.ts create mode 100644 generated-types/1.0/eslint.config.mjs create mode 100644 generated-types/1.0/utils/validators.ts diff --git a/data-progress--version_1_0_0_0.md b/data-progress--version_1_0_0_0.md index d81c412b..91de4a5f 100644 --- a/data-progress--version_1_0_0_0.md +++ b/data-progress--version_1_0_0_0.md @@ -1,3053 +1,3053 @@ # Data Progress -0.00% Complete (0 of 2842) +100.00% Complete (2842 of 2842) ## /Script/CoreUObject.Class'/Script/FactoryGame.FGAmmoTypeInstantHit' -- [ ] Desc_CartridgeChaos_C -- [ ] Desc_CartridgeStandard_C +- [x] Desc_CartridgeChaos_C +- [x] Desc_CartridgeStandard_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGAmmoTypeProjectile' -- [ ] Desc_Rebar_Explosive_C -- [ ] Desc_Rebar_Stunshot_C -- [ ] Desc_CartridgeSmartProjectile_C -- [ ] Desc_NobeliskCluster_C -- [ ] Desc_NobeliskExplosive_C -- [ ] Desc_NobeliskGas_C -- [ ] Desc_NobeliskNuke_C -- [ ] Desc_NobeliskShockwave_C -- [ ] Desc_Fireworks_Projectile_01_C -- [ ] Desc_Fireworks_Projectile_02_C -- [ ] Desc_Fireworks_Projectile_03_C -- [ ] Desc_SnowballProjectile_C -- [ ] Desc_SpikedRebar_C +- [x] Desc_Rebar_Explosive_C +- [x] Desc_Rebar_Stunshot_C +- [x] Desc_CartridgeSmartProjectile_C +- [x] Desc_NobeliskCluster_C +- [x] Desc_NobeliskExplosive_C +- [x] Desc_NobeliskGas_C +- [x] Desc_NobeliskNuke_C +- [x] Desc_NobeliskShockwave_C +- [x] Desc_Fireworks_Projectile_01_C +- [x] Desc_Fireworks_Projectile_02_C +- [x] Desc_Fireworks_Projectile_03_C +- [x] Desc_SnowballProjectile_C +- [x] Desc_SpikedRebar_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGAmmoTypeSpreadshot' -- [ ] Desc_Rebar_Spreadshot_C +- [x] Desc_Rebar_Spreadshot_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildable' -- [ ] Build_ConveyorPoleWall_C -- [ ] Build_WorkBench_C -- [ ] Build_PipelineSupportWall_C -- [ ] Build_HyperTubeWallSupport_C -- [ ] Build_LookoutTower_C -- [ ] Build_WreathDecor_C -- [ ] Build_XmassTree_C -- [ ] Build_HyperTubeWallHole_C -- [ ] Build_PipelineSupportWallHole_C -- [ ] Build_Workshop_C +- [x] Build_ConveyorPoleWall_C +- [x] Build_WorkBench_C +- [x] Build_PipelineSupportWall_C +- [x] Build_HyperTubeWallSupport_C +- [x] Build_LookoutTower_C +- [x] Build_WreathDecor_C +- [x] Build_XmassTree_C +- [x] Build_HyperTubeWallHole_C +- [x] Build_PipelineSupportWallHole_C +- [x] Build_Workshop_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableAttachmentMerger' -- [ ] Build_ConveyorAttachmentMerger_C +- [x] Build_ConveyorAttachmentMerger_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableAttachmentSplitter' -- [ ] Build_ConveyorAttachmentSplitter_C +- [x] Build_ConveyorAttachmentSplitter_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableBeamLightweight' -- [ ] Build_Beam_C -- [ ] Build_Beam_Painted_C +- [x] Build_Beam_C +- [x] Build_Beam_Painted_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableBlueprintDesigner' -- [ ] Build_BlueprintDesigner_Mk3_C -- [ ] Build_BlueprintDesigner_MK2_C -- [ ] Build_BlueprintDesigner_C +- [x] Build_BlueprintDesigner_Mk3_C +- [x] Build_BlueprintDesigner_MK2_C +- [x] Build_BlueprintDesigner_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableCircuitSwitch' -- [ ] Build_PowerSwitch_C +- [x] Build_PowerSwitch_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableConveyorBelt' -- [ ] Build_ConveyorBeltMk1_C -- [ ] Build_ConveyorBeltMk5_C -- [ ] Build_ConveyorBeltMk6_C -- [ ] Build_ConveyorBeltMk4_C -- [ ] Build_ConveyorBeltMk3_C -- [ ] Build_ConveyorBeltMk2_C +- [x] Build_ConveyorBeltMk1_C +- [x] Build_ConveyorBeltMk5_C +- [x] Build_ConveyorBeltMk6_C +- [x] Build_ConveyorBeltMk4_C +- [x] Build_ConveyorBeltMk3_C +- [x] Build_ConveyorBeltMk2_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableConveyorLift' -- [ ] Build_ConveyorLiftMk1_C -- [ ] Build_ConveyorLiftMk5_C -- [ ] Build_ConveyorLiftMk6_C -- [ ] Build_ConveyorLiftMk4_C -- [ ] Build_ConveyorLiftMk3_C -- [ ] Build_ConveyorLiftMk2_C +- [x] Build_ConveyorLiftMk1_C +- [x] Build_ConveyorLiftMk5_C +- [x] Build_ConveyorLiftMk6_C +- [x] Build_ConveyorLiftMk4_C +- [x] Build_ConveyorLiftMk3_C +- [x] Build_ConveyorLiftMk2_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableCornerWall' -- [ ] Build_Wall_Concrete_8x4_Corner_01_C -- [ ] Build_Wall_Concrete_8x4_Corner_2_C -- [ ] Build_Wall_Concrete_8x8_Corner_01_C -- [ ] Build_Wall_Concrete_8x8_Corner_2_C -- [ ] Build_Wall_Orange_8x4_Corner_01_C -- [ ] Build_Wall_Orange_8x4_Corner_02_C -- [ ] Build_Wall_Orange_8x8_Corner_01_C -- [ ] Build_Wall_Orange_8x8_Corner_02_C -- [ ] Build_Wall_Steel_8x4_Corner_01_C -- [ ] Build_Wall_Steel_8x4_Corner_2_C -- [ ] Build_Wall_Steel_8x8_Corner_01_C -- [ ] Build_Wall_Steel_8x8_Corner_2_C +- [x] Build_Wall_Concrete_8x4_Corner_01_C +- [x] Build_Wall_Concrete_8x4_Corner_2_C +- [x] Build_Wall_Concrete_8x8_Corner_01_C +- [x] Build_Wall_Concrete_8x8_Corner_2_C +- [x] Build_Wall_Orange_8x4_Corner_01_C +- [x] Build_Wall_Orange_8x4_Corner_02_C +- [x] Build_Wall_Orange_8x8_Corner_01_C +- [x] Build_Wall_Orange_8x8_Corner_02_C +- [x] Build_Wall_Steel_8x4_Corner_01_C +- [x] Build_Wall_Steel_8x4_Corner_2_C +- [x] Build_Wall_Steel_8x8_Corner_01_C +- [x] Build_Wall_Steel_8x8_Corner_2_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableCornerWallLightweight' -- [ ] Build_Roof_Metal_InCorner_01_C -- [ ] Build_Roof_Metal_InCorner_02_C -- [ ] Build_Roof_Metal_InCorner_03_C -- [ ] Build_Roof_Metal_OutCorner_01_C -- [ ] Build_Roof_Metal_OutCorner_02_C -- [ ] Build_Roof_Metal_OutCorner_03_C -- [ ] Build_Roof_Tar_InCorner_01_C -- [ ] Build_Roof_Tar_InCorner_02_C -- [ ] Build_Roof_Tar_InCorner_03_C -- [ ] Build_Roof_Tar_OutCorner_01_C -- [ ] Build_Roof_Tar_OutCorner_02_C -- [ ] Build_Roof_Tar_OutCorner_03_C -- [ ] Build_Roof_Window_InCorner_01_C -- [ ] Build_Roof_Window_InCorner_02_C -- [ ] Build_Roof_Window_InCorner_03_C -- [ ] Build_Roof_Window_OutCorner_01_C -- [ ] Build_Roof_Window_OutCorner_02_C -- [ ] Build_Roof_Window_OutCorner_03_C -- [ ] Build_Roof_Orange_InCorner_01_C -- [ ] Build_Roof_Orange_InCorner_02_C -- [ ] Build_Roof_Orange_InCorner_03_C -- [ ] Build_Roof_Orange_OutCorner_01_C -- [ ] Build_Roof_Orange_OutCorner_02_C -- [ ] Build_Roof_Orange_OutCorner_03_C +- [x] Build_Roof_Metal_InCorner_01_C +- [x] Build_Roof_Metal_InCorner_02_C +- [x] Build_Roof_Metal_InCorner_03_C +- [x] Build_Roof_Metal_OutCorner_01_C +- [x] Build_Roof_Metal_OutCorner_02_C +- [x] Build_Roof_Metal_OutCorner_03_C +- [x] Build_Roof_Tar_InCorner_01_C +- [x] Build_Roof_Tar_InCorner_02_C +- [x] Build_Roof_Tar_InCorner_03_C +- [x] Build_Roof_Tar_OutCorner_01_C +- [x] Build_Roof_Tar_OutCorner_02_C +- [x] Build_Roof_Tar_OutCorner_03_C +- [x] Build_Roof_Window_InCorner_01_C +- [x] Build_Roof_Window_InCorner_02_C +- [x] Build_Roof_Window_InCorner_03_C +- [x] Build_Roof_Window_OutCorner_01_C +- [x] Build_Roof_Window_OutCorner_02_C +- [x] Build_Roof_Window_OutCorner_03_C +- [x] Build_Roof_Orange_InCorner_01_C +- [x] Build_Roof_Orange_InCorner_02_C +- [x] Build_Roof_Orange_InCorner_03_C +- [x] Build_Roof_Orange_OutCorner_01_C +- [x] Build_Roof_Orange_OutCorner_02_C +- [x] Build_Roof_Orange_OutCorner_03_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableDockingStation' -- [ ] Build_TruckStation_C +- [x] Build_TruckStation_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableDoor' -- [ ] Build_Wall_Door_8x4_01_C -- [ ] Build_Wall_Door_8x4_01_Steel_C -- [ ] Build_Wall_Door_8x4_03_C -- [ ] Build_Wall_Door_8x4_03_Steel_C -- [ ] Build_Wall_Concrete_CDoor_8x4_C -- [ ] Build_Wall_Concrete_SDoor_8x4_C -- [ ] Build_Gate_Automated_8x4_C +- [x] Build_Wall_Door_8x4_01_C +- [x] Build_Wall_Door_8x4_01_Steel_C +- [x] Build_Wall_Door_8x4_03_C +- [x] Build_Wall_Door_8x4_03_Steel_C +- [x] Build_Wall_Concrete_CDoor_8x4_C +- [x] Build_Wall_Concrete_SDoor_8x4_C +- [x] Build_Gate_Automated_8x4_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableDroneStation' -- [ ] Build_DroneStation_C +- [x] Build_DroneStation_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableFactory' -- [ ] Build_JumpPad_C -- [ ] Build_JumpPadTilted_C -- [ ] Build_LandingPad_C -- [ ] Build_Snowman_C -- [ ] Build_CandyCaneDecor_C +- [x] Build_JumpPad_C +- [x] Build_JumpPadTilted_C +- [x] Build_LandingPad_C +- [x] Build_Snowman_C +- [x] Build_CandyCaneDecor_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableFactoryBuilding' -- [ ] Build_Beam_Connector_C -- [ ] Build_Beam_Connector_Double_C -- [ ] Build_Beam_Support_C +- [x] Build_Beam_Connector_C +- [x] Build_Beam_Connector_Double_C +- [x] Build_Beam_Support_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableFactorySimpleProducer' -- [ ] Build_TreeGiftProducer_C +- [x] Build_TreeGiftProducer_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableFloodlight' -- [ ] Build_FloodlightPole_C -- [ ] Build_FloodlightWall_C +- [x] Build_FloodlightPole_C +- [x] Build_FloodlightWall_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableFoundationLightweight' -- [ ] Build_DownQuarterPipe_Asphalt_8x4_C -- [ ] Build_DownQuarterPipeInCorner_Asphalt_8x4_C -- [ ] Build_DownQuarterPipeOutCorner_Asphalt_8x4_C -- [ ] Build_Foundation_Asphalt_8x1_C -- [ ] Build_Foundation_Asphalt_8x2_C -- [ ] Build_Foundation_Asphalt_8x4_C -- [ ] Build_InvertedRamp_DCorner_Asphalt_8x1_C -- [ ] Build_InvertedRamp_DCorner_Asphalt_8x2_C -- [ ] Build_InvertedRamp_DCorner_Asphalt_8x4_C -- [ ] Build_InvertedRamp_UCorner_Asphalt_8x1_C -- [ ] Build_InvertedRamp_UCorner_Asphalt_8x2_C -- [ ] Build_InvertedRamp_UCorner_Asphalt_8x4_C -- [ ] Build_QuarterPipe_Asphalt_8x4_C -- [ ] Build_QuarterPipeInCorner_Asphalt_8x4_C -- [ ] Build_QuarterPipeMiddle_Asphalt_8x1_C -- [ ] Build_QuarterPipeMiddle_Asphalt_8x2_C -- [ ] Build_QuarterPipeMiddle_Asphalt_8x4_C -- [ ] Build_QuarterPipeMiddleInCorner_Asphalt_8x1_C -- [ ] Build_QuarterPipeMiddleInCorner_Asphalt_8x2_C -- [ ] Build_QuarterPipeMiddleInCorner_Asphalt_8x4_C -- [ ] Build_QuarterPipeMiddleOutCorner_Asphalt_4x1_C -- [ ] Build_QuarterPipeMiddleOutCorner_Asphalt_4x2_C -- [ ] Build_QuarterPipeMiddleOutCorner_Asphalt_4x4_C -- [ ] Build_QuarterPipeOutCorner_Asphalt_8x4_C -- [ ] Build_Ramp_DownCorner_Asphalt_8x1_C -- [ ] Build_Ramp_DownCorner_Asphalt_8x2_C -- [ ] Build_Ramp_DownCorner_Asphalt_8x4_C -- [ ] Build_Ramp_UpCorner_Asphalt_8x1_C -- [ ] Build_Ramp_UpCorner_Asphalt_8x2_C -- [ ] Build_Ramp_UpCorner_Asphalt_8x4_C -- [ ] Build_DownQuarterPipe_Concrete_8x4_C -- [ ] Build_DownQuarterPipeInCorner_Concrete_8x4_C -- [ ] Build_DownQuarterPipeOutCorner_Concrete_8x4_C -- [ ] Build_Foundation_Concrete_8x1_C -- [ ] Build_Foundation_Concrete_8x2_C -- [ ] Build_Foundation_Concrete_8x4_C -- [ ] Build_InvertedRamp_DCorner_Concrete_8x1_C -- [ ] Build_InvertedRamp_DCorner_Concrete_8x2_C -- [ ] Build_InvertedRamp_DCorner_Concrete_8x4_C -- [ ] Build_InvertedRamp_UCorner_Concrete_8x1_C -- [ ] Build_InvertedRamp_UCorner_Concrete_8x2_C -- [ ] Build_InvertedRamp_UCorner_Concrete_8x4_C -- [ ] Build_QuarterPipe_Concrete_8x4_C -- [ ] Build_QuarterPipeInCorner_Concrete_8x4_C -- [ ] Build_QuarterPipeMiddle_Concrete_8x1_C -- [ ] Build_QuarterPipeMiddle_Concrete_8x2_C -- [ ] Build_QuarterPipeMiddle_Concrete_8x4_C -- [ ] Build_QuarterPipeMiddleInCorner_Concrete_8x1_C -- [ ] Build_QuarterPipeMiddleInCorner_Concrete_8x2_C -- [ ] Build_QuarterPipeMiddleInCorner_Concrete_8x4_C -- [ ] Build_QuarterPipeMiddleOutCorner_Concrete_4x1_C -- [ ] Build_QuarterPipeMiddleOutCorner_Concrete_4x2_C -- [ ] Build_QuarterPipeMiddleOutCorner_Concrete_4x4_C -- [ ] Build_QuarterPipeOutCorner_Concrete_8x4_C -- [ ] Build_Ramp_DownCorner_Concrete_8x1_C -- [ ] Build_Ramp_DownCorner_Concrete_8x2_C -- [ ] Build_Ramp_DownCorner_Concrete_8x4_C -- [ ] Build_Ramp_UpCorner_Concrete_8x1_C -- [ ] Build_Ramp_UpCorner_Concrete_8x2_C -- [ ] Build_Ramp_UpCorner_Concrete_8x4_C -- [ ] Build_QuarterPipeMiddle_Ficsit_8x1_C -- [ ] Build_QuarterPipeMiddle_Ficsit_8x2_C -- [ ] Build_QuarterPipeMiddle_Ficsit_8x4_C -- [ ] Build_QuarterPipeMiddleInCorner_Ficsit_8x1_C -- [ ] Build_QuarterPipeMiddleInCorner_Ficsit_8x2_C -- [ ] Build_QuarterPipeMiddleInCorner_Ficsit_8x4_C -- [ ] Build_QuarterPipeMiddleOutCorner_Ficsit_4x1_C -- [ ] Build_QuarterPipeMiddleOutCorner_Ficsit_4x2_C -- [ ] Build_QuarterPipeMiddleOutCorner_Ficsit_4x4_C -- [ ] Build_DownQuarterPipe_Grip_8x4_C -- [ ] Build_DownQuarterPipeInCorner_Grip_8x4_C -- [ ] Build_DownQuarterPipeOutCorner_Grip_8x4_C -- [ ] Build_Foundation_Metal_8x1_C -- [ ] Build_Foundation_Metal_8x2_C -- [ ] Build_Foundation_Metal_8x4_C -- [ ] Build_InvertedRamp_DCorner_Metal_8x1_C -- [ ] Build_InvertedRamp_DCorner_Metal_8x2_C -- [ ] Build_InvertedRamp_DCorner_Metal_8x4_C -- [ ] Build_InvertedRamp_UCorner_Metal_8x1_C -- [ ] Build_InvertedRamp_UCorner_Metal_8x2_C -- [ ] Build_InvertedRamp_UCorner_Metal_8x4_C -- [ ] Build_QuarterPipe_Grip_8x4_C -- [ ] Build_QuarterPipeInCorner_Grip_8x4_C -- [ ] Build_QuarterPipeMiddle_Grip_8x1_C -- [ ] Build_QuarterPipeMiddle_Grip_8x2_C -- [ ] Build_QuarterPipeMiddle_Grip_8x4_C -- [ ] Build_QuarterPipeMiddleInCorner_Grip_8x1_C -- [ ] Build_QuarterPipeMiddleInCorner_Grip_8x2_C -- [ ] Build_QuarterPipeMiddleInCorner_Grip_8x4_C -- [ ] Build_QuarterPipeMiddleOutCorner_Grip_4x1_C -- [ ] Build_QuarterPipeMiddleOutCorner_Grip_4x2_C -- [ ] Build_QuarterPipeMiddleOutCorner_Grip_4x4_C -- [ ] Build_QuarterPipeOutCorner_Grip_8x4_C -- [ ] Build_Ramp_DownCorner_Metal_8x1_C -- [ ] Build_Ramp_DownCorner_Metal_8x2_C -- [ ] Build_Ramp_DownCorner_Metal_8x4_C -- [ ] Build_Ramp_UpCorner_Metal_8x1_C -- [ ] Build_Ramp_UpCorner_Metal_8x2_C -- [ ] Build_Ramp_UpCorner_Metal_8x4_C -- [ ] Build_DownQuarterPipe_ConcretePolished_8x4_C -- [ ] Build_DownQuarterPipeInCorner_ConcretePolished_8x4_C -- [ ] Build_DownQuarterPipeOutCorner_ConcretePolished_8x4_C -- [ ] Build_Foundation_ConcretePolished_8x1_C -- [ ] Build_Foundation_ConcretePolished_8x2_2_C -- [ ] Build_Foundation_ConcretePolished_8x4_C -- [ ] Build_InvertedRamp_DCorner_Polished_8x1_C -- [ ] Build_InvertedRamp_DCorner_Polished_8x2_C -- [ ] Build_InvertedRamp_DCorner_Polished_8x4_C -- [ ] Build_InvertedRamp_UCorner_Polished_8x1_C -- [ ] Build_InvertedRamp_UCorner_Polished_8x2_C -- [ ] Build_InvertedRamp_UCorner_Polished_8x4_C -- [ ] Build_QuarterPipe_ConcretePolished_8x4_C -- [ ] Build_QuarterPipeInCorner_ConcretePolished_8x4_C -- [ ] Build_QuarterPipeMiddle_PolishedConcrete_8x1_C -- [ ] Build_QuarterPipeMiddle_PolishedConcrete_8x2_C -- [ ] Build_QuarterPipeMiddle_PolishedConcrete_8x4_C -- [ ] Build_QuarterPipeMiddleInCorner_PolishedConcrete_8x1_C -- [ ] Build_QuarterPipeMiddleInCorner_PolishedConcrete_8x2_C -- [ ] Build_QuarterPipeMiddleInCorner_PolishedConcrete_8x4_C -- [ ] Build_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1_C -- [ ] Build_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2_C -- [ ] Build_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4_C -- [ ] Build_QuarterPipeOutCorner_ConcretePolished_8x4_C -- [ ] Build_Ramp_DownCorner_Polished_8x1_C -- [ ] Build_Ramp_DownCorner_Polished_8x2_C -- [ ] Build_Ramp_DownCorner_Polished_8x4_C -- [ ] Build_Ramp_UpCorner_Polished_8x1_C -- [ ] Build_Ramp_UpCorner_Polished_8x2_C -- [ ] Build_Ramp_UpCorner_Polished_8x4_C -- [ ] Build_Foundation_8x1_01_C -- [ ] Build_Foundation_8x2_01_C -- [ ] Build_Foundation_8x4_01_C -- [ ] Build_QuarterPipe_C -- [ ] Build_QuarterPipe_02_C -- [ ] Build_QuarterPipeCorner_01_C -- [ ] Build_QuarterPipeCorner_02_C -- [ ] Build_QuarterPipeCorner_03_C -- [ ] Build_QuarterPipeCorner_04_C -- [ ] Build_Ramp_Diagonal_8x1_01_C -- [ ] Build_Ramp_Diagonal_8x1_02_C -- [ ] Build_Ramp_Diagonal_8x2_01_C -- [ ] Build_Ramp_Diagonal_8x2_02_C -- [ ] Build_Ramp_Diagonal_8x4_01_C -- [ ] Build_Ramp_Diagonal_8x4_02_C -- [ ] Build_RampInverted_8x1_Corner_01_C -- [ ] Build_RampInverted_8x1_Corner_02_C -- [ ] Build_RampInverted_8x2_Corner_01_C -- [ ] Build_RampInverted_8x2_Corner_02_C -- [ ] Build_RampInverted_8x4_Corner_01_C -- [ ] Build_RampInverted_8x4_Corner_02_C -- [ ] Build_Flat_Frame_01_C -- [ ] Build_Foundation_Frame_01_C -- [ ] Build_FoundationGlass_01_C +- [x] Build_DownQuarterPipe_Asphalt_8x4_C +- [x] Build_DownQuarterPipeInCorner_Asphalt_8x4_C +- [x] Build_DownQuarterPipeOutCorner_Asphalt_8x4_C +- [x] Build_Foundation_Asphalt_8x1_C +- [x] Build_Foundation_Asphalt_8x2_C +- [x] Build_Foundation_Asphalt_8x4_C +- [x] Build_InvertedRamp_DCorner_Asphalt_8x1_C +- [x] Build_InvertedRamp_DCorner_Asphalt_8x2_C +- [x] Build_InvertedRamp_DCorner_Asphalt_8x4_C +- [x] Build_InvertedRamp_UCorner_Asphalt_8x1_C +- [x] Build_InvertedRamp_UCorner_Asphalt_8x2_C +- [x] Build_InvertedRamp_UCorner_Asphalt_8x4_C +- [x] Build_QuarterPipe_Asphalt_8x4_C +- [x] Build_QuarterPipeInCorner_Asphalt_8x4_C +- [x] Build_QuarterPipeMiddle_Asphalt_8x1_C +- [x] Build_QuarterPipeMiddle_Asphalt_8x2_C +- [x] Build_QuarterPipeMiddle_Asphalt_8x4_C +- [x] Build_QuarterPipeMiddleInCorner_Asphalt_8x1_C +- [x] Build_QuarterPipeMiddleInCorner_Asphalt_8x2_C +- [x] Build_QuarterPipeMiddleInCorner_Asphalt_8x4_C +- [x] Build_QuarterPipeMiddleOutCorner_Asphalt_4x1_C +- [x] Build_QuarterPipeMiddleOutCorner_Asphalt_4x2_C +- [x] Build_QuarterPipeMiddleOutCorner_Asphalt_4x4_C +- [x] Build_QuarterPipeOutCorner_Asphalt_8x4_C +- [x] Build_Ramp_DownCorner_Asphalt_8x1_C +- [x] Build_Ramp_DownCorner_Asphalt_8x2_C +- [x] Build_Ramp_DownCorner_Asphalt_8x4_C +- [x] Build_Ramp_UpCorner_Asphalt_8x1_C +- [x] Build_Ramp_UpCorner_Asphalt_8x2_C +- [x] Build_Ramp_UpCorner_Asphalt_8x4_C +- [x] Build_DownQuarterPipe_Concrete_8x4_C +- [x] Build_DownQuarterPipeInCorner_Concrete_8x4_C +- [x] Build_DownQuarterPipeOutCorner_Concrete_8x4_C +- [x] Build_Foundation_Concrete_8x1_C +- [x] Build_Foundation_Concrete_8x2_C +- [x] Build_Foundation_Concrete_8x4_C +- [x] Build_InvertedRamp_DCorner_Concrete_8x1_C +- [x] Build_InvertedRamp_DCorner_Concrete_8x2_C +- [x] Build_InvertedRamp_DCorner_Concrete_8x4_C +- [x] Build_InvertedRamp_UCorner_Concrete_8x1_C +- [x] Build_InvertedRamp_UCorner_Concrete_8x2_C +- [x] Build_InvertedRamp_UCorner_Concrete_8x4_C +- [x] Build_QuarterPipe_Concrete_8x4_C +- [x] Build_QuarterPipeInCorner_Concrete_8x4_C +- [x] Build_QuarterPipeMiddle_Concrete_8x1_C +- [x] Build_QuarterPipeMiddle_Concrete_8x2_C +- [x] Build_QuarterPipeMiddle_Concrete_8x4_C +- [x] Build_QuarterPipeMiddleInCorner_Concrete_8x1_C +- [x] Build_QuarterPipeMiddleInCorner_Concrete_8x2_C +- [x] Build_QuarterPipeMiddleInCorner_Concrete_8x4_C +- [x] Build_QuarterPipeMiddleOutCorner_Concrete_4x1_C +- [x] Build_QuarterPipeMiddleOutCorner_Concrete_4x2_C +- [x] Build_QuarterPipeMiddleOutCorner_Concrete_4x4_C +- [x] Build_QuarterPipeOutCorner_Concrete_8x4_C +- [x] Build_Ramp_DownCorner_Concrete_8x1_C +- [x] Build_Ramp_DownCorner_Concrete_8x2_C +- [x] Build_Ramp_DownCorner_Concrete_8x4_C +- [x] Build_Ramp_UpCorner_Concrete_8x1_C +- [x] Build_Ramp_UpCorner_Concrete_8x2_C +- [x] Build_Ramp_UpCorner_Concrete_8x4_C +- [x] Build_QuarterPipeMiddle_Ficsit_8x1_C +- [x] Build_QuarterPipeMiddle_Ficsit_8x2_C +- [x] Build_QuarterPipeMiddle_Ficsit_8x4_C +- [x] Build_QuarterPipeMiddleInCorner_Ficsit_8x1_C +- [x] Build_QuarterPipeMiddleInCorner_Ficsit_8x2_C +- [x] Build_QuarterPipeMiddleInCorner_Ficsit_8x4_C +- [x] Build_QuarterPipeMiddleOutCorner_Ficsit_4x1_C +- [x] Build_QuarterPipeMiddleOutCorner_Ficsit_4x2_C +- [x] Build_QuarterPipeMiddleOutCorner_Ficsit_4x4_C +- [x] Build_DownQuarterPipe_Grip_8x4_C +- [x] Build_DownQuarterPipeInCorner_Grip_8x4_C +- [x] Build_DownQuarterPipeOutCorner_Grip_8x4_C +- [x] Build_Foundation_Metal_8x1_C +- [x] Build_Foundation_Metal_8x2_C +- [x] Build_Foundation_Metal_8x4_C +- [x] Build_InvertedRamp_DCorner_Metal_8x1_C +- [x] Build_InvertedRamp_DCorner_Metal_8x2_C +- [x] Build_InvertedRamp_DCorner_Metal_8x4_C +- [x] Build_InvertedRamp_UCorner_Metal_8x1_C +- [x] Build_InvertedRamp_UCorner_Metal_8x2_C +- [x] Build_InvertedRamp_UCorner_Metal_8x4_C +- [x] Build_QuarterPipe_Grip_8x4_C +- [x] Build_QuarterPipeInCorner_Grip_8x4_C +- [x] Build_QuarterPipeMiddle_Grip_8x1_C +- [x] Build_QuarterPipeMiddle_Grip_8x2_C +- [x] Build_QuarterPipeMiddle_Grip_8x4_C +- [x] Build_QuarterPipeMiddleInCorner_Grip_8x1_C +- [x] Build_QuarterPipeMiddleInCorner_Grip_8x2_C +- [x] Build_QuarterPipeMiddleInCorner_Grip_8x4_C +- [x] Build_QuarterPipeMiddleOutCorner_Grip_4x1_C +- [x] Build_QuarterPipeMiddleOutCorner_Grip_4x2_C +- [x] Build_QuarterPipeMiddleOutCorner_Grip_4x4_C +- [x] Build_QuarterPipeOutCorner_Grip_8x4_C +- [x] Build_Ramp_DownCorner_Metal_8x1_C +- [x] Build_Ramp_DownCorner_Metal_8x2_C +- [x] Build_Ramp_DownCorner_Metal_8x4_C +- [x] Build_Ramp_UpCorner_Metal_8x1_C +- [x] Build_Ramp_UpCorner_Metal_8x2_C +- [x] Build_Ramp_UpCorner_Metal_8x4_C +- [x] Build_DownQuarterPipe_ConcretePolished_8x4_C +- [x] Build_DownQuarterPipeInCorner_ConcretePolished_8x4_C +- [x] Build_DownQuarterPipeOutCorner_ConcretePolished_8x4_C +- [x] Build_Foundation_ConcretePolished_8x1_C +- [x] Build_Foundation_ConcretePolished_8x2_2_C +- [x] Build_Foundation_ConcretePolished_8x4_C +- [x] Build_InvertedRamp_DCorner_Polished_8x1_C +- [x] Build_InvertedRamp_DCorner_Polished_8x2_C +- [x] Build_InvertedRamp_DCorner_Polished_8x4_C +- [x] Build_InvertedRamp_UCorner_Polished_8x1_C +- [x] Build_InvertedRamp_UCorner_Polished_8x2_C +- [x] Build_InvertedRamp_UCorner_Polished_8x4_C +- [x] Build_QuarterPipe_ConcretePolished_8x4_C +- [x] Build_QuarterPipeInCorner_ConcretePolished_8x4_C +- [x] Build_QuarterPipeMiddle_PolishedConcrete_8x1_C +- [x] Build_QuarterPipeMiddle_PolishedConcrete_8x2_C +- [x] Build_QuarterPipeMiddle_PolishedConcrete_8x4_C +- [x] Build_QuarterPipeMiddleInCorner_PolishedConcrete_8x1_C +- [x] Build_QuarterPipeMiddleInCorner_PolishedConcrete_8x2_C +- [x] Build_QuarterPipeMiddleInCorner_PolishedConcrete_8x4_C +- [x] Build_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1_C +- [x] Build_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2_C +- [x] Build_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4_C +- [x] Build_QuarterPipeOutCorner_ConcretePolished_8x4_C +- [x] Build_Ramp_DownCorner_Polished_8x1_C +- [x] Build_Ramp_DownCorner_Polished_8x2_C +- [x] Build_Ramp_DownCorner_Polished_8x4_C +- [x] Build_Ramp_UpCorner_Polished_8x1_C +- [x] Build_Ramp_UpCorner_Polished_8x2_C +- [x] Build_Ramp_UpCorner_Polished_8x4_C +- [x] Build_Foundation_8x1_01_C +- [x] Build_Foundation_8x2_01_C +- [x] Build_Foundation_8x4_01_C +- [x] Build_QuarterPipe_C +- [x] Build_QuarterPipe_02_C +- [x] Build_QuarterPipeCorner_01_C +- [x] Build_QuarterPipeCorner_02_C +- [x] Build_QuarterPipeCorner_03_C +- [x] Build_QuarterPipeCorner_04_C +- [x] Build_Ramp_Diagonal_8x1_01_C +- [x] Build_Ramp_Diagonal_8x1_02_C +- [x] Build_Ramp_Diagonal_8x2_01_C +- [x] Build_Ramp_Diagonal_8x2_02_C +- [x] Build_Ramp_Diagonal_8x4_01_C +- [x] Build_Ramp_Diagonal_8x4_02_C +- [x] Build_RampInverted_8x1_Corner_01_C +- [x] Build_RampInverted_8x1_Corner_02_C +- [x] Build_RampInverted_8x2_Corner_01_C +- [x] Build_RampInverted_8x2_Corner_02_C +- [x] Build_RampInverted_8x4_Corner_01_C +- [x] Build_RampInverted_8x4_Corner_02_C +- [x] Build_Flat_Frame_01_C +- [x] Build_Foundation_Frame_01_C +- [x] Build_FoundationGlass_01_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableFrackingActivator' -- [ ] Build_FrackingSmasher_C +- [x] Build_FrackingSmasher_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableFrackingExtractor' -- [ ] Build_FrackingExtractor_C +- [x] Build_FrackingExtractor_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableGeneratorFuel' -- [ ] Build_GeneratorCoal_C -- [ ] Build_GeneratorFuel_C -- [ ] Build_GeneratorBiomass_Automated_C +- [x] Build_GeneratorCoal_C +- [x] Build_GeneratorFuel_C +- [x] Build_GeneratorBiomass_Automated_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableGeneratorGeoThermal' -- [ ] Build_GeneratorGeoThermal_C +- [x] Build_GeneratorGeoThermal_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableGeneratorNuclear' -- [ ] Build_GeneratorNuclear_C +- [x] Build_GeneratorNuclear_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableJumppad' -- [ ] Build_JumpPadAdjustable_C +- [x] Build_JumpPadAdjustable_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableLadder' -- [ ] Build_Ladder_C +- [x] Build_Ladder_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableLightsControlPanel' -- [ ] Build_LightsControlPanel_C +- [x] Build_LightsControlPanel_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableLightSource' -- [ ] Build_StreetLight_C -- [ ] Build_CeilingLight_C +- [x] Build_StreetLight_C +- [x] Build_CeilingLight_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableMAM' -- [ ] Build_Mam_C +- [x] Build_Mam_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableManufacturer' -- [ ] Build_OilRefinery_C -- [ ] Build_FoundryMk1_C -- [ ] Build_Packager_C -- [ ] Build_ManufacturerMk1_C -- [ ] Build_AssemblerMk1_C -- [ ] Build_Blender_C -- [ ] Build_SmelterMk1_C -- [ ] Build_ConstructorMk1_C +- [x] Build_OilRefinery_C +- [x] Build_FoundryMk1_C +- [x] Build_Packager_C +- [x] Build_ManufacturerMk1_C +- [x] Build_AssemblerMk1_C +- [x] Build_Blender_C +- [x] Build_SmelterMk1_C +- [x] Build_ConstructorMk1_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableManufacturerVariablePower' -- [ ] Build_QuantumEncoder_C -- [ ] Build_Converter_C -- [ ] Build_HadronCollider_C +- [x] Build_QuantumEncoder_C +- [x] Build_Converter_C +- [x] Build_HadronCollider_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePassthrough' -- [ ] Build_FoundationPassthrough_Pipe_C -- [ ] Build_FoundationPassthrough_Lift_C +- [x] Build_FoundationPassthrough_Pipe_C +- [x] Build_FoundationPassthrough_Lift_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePassthroughPipeHyper' -- [ ] Build_FoundationPassthrough_Hypertube_C +- [x] Build_FoundationPassthrough_Hypertube_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePillarLightweight' -- [ ] Build_PillarTop_C -- [ ] Build_Pillar_Small_Metal_C -- [ ] Build_PillarBase_Small_C -- [ ] Build_PillarBase_C -- [ ] Build_PillarMiddle_C -- [ ] Build_Pillar_Small_Frame_C -- [ ] Build_PillarMiddle_Frame_C -- [ ] Build_Pillar_Small_Concrete_C -- [ ] Build_PillarMiddle_Concrete_C +- [x] Build_PillarTop_C +- [x] Build_Pillar_Small_Metal_C +- [x] Build_PillarBase_Small_C +- [x] Build_PillarBase_C +- [x] Build_PillarMiddle_C +- [x] Build_Pillar_Small_Frame_C +- [x] Build_PillarMiddle_Frame_C +- [x] Build_Pillar_Small_Concrete_C +- [x] Build_PillarMiddle_Concrete_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePipeHyper' -- [ ] Build_PipeHyper_C +- [x] Build_PipeHyper_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePipeline' -- [ ] Build_Pipeline_C -- [ ] Build_PipelineMK2_C -- [ ] Build_PipelineMK2_NoIndicator_C -- [ ] Build_Pipeline_NoIndicator_C +- [x] Build_Pipeline_C +- [x] Build_PipelineMK2_C +- [x] Build_PipelineMK2_NoIndicator_C +- [x] Build_Pipeline_NoIndicator_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePipelineJunction' -- [ ] Build_PipelineJunction_Cross_C +- [x] Build_PipelineJunction_Cross_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePipelinePump' -- [ ] Build_PipelinePumpMk2_C -- [ ] Build_PipelinePump_C -- [ ] Build_Valve_C +- [x] Build_PipelinePumpMk2_C +- [x] Build_PipelinePump_C +- [x] Build_Valve_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePipelineSupport' -- [ ] Build_PipelineSupport_C -- [ ] Build_PipeSupportStackable_C -- [ ] Build_HyperPoleStackable_C -- [ ] Build_PipeHyperSupport_C +- [x] Build_PipelineSupport_C +- [x] Build_PipeSupportStackable_C +- [x] Build_HyperPoleStackable_C +- [x] Build_PipeHyperSupport_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePipeReservoir' -- [ ] Build_PipeStorageTank_C -- [ ] Build_IndustrialTank_C +- [x] Build_PipeStorageTank_C +- [x] Build_IndustrialTank_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePoleBase' -- [ ] Build_ConveyorCeilingAttachment_C +- [x] Build_ConveyorCeilingAttachment_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePoleLightweight' -- [ ] Build_ConveyorPole_C +- [x] Build_ConveyorPole_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePortal' -- [ ] Build_Portal_C +- [x] Build_Portal_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePortalSatellite' -- [ ] Build_PortalSatellite_C +- [x] Build_PortalSatellite_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePowerBooster' -- [ ] Build_AlienPowerBuilding_C +- [x] Build_AlienPowerBuilding_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePowerPole' -- [ ] Build_PowerPoleMk1_C -- [ ] Build_PowerPoleWall_C -- [ ] Build_PowerTower_C -- [ ] Build_PowerTowerPlatform_C -- [ ] Build_PowerPoleMk3_C -- [ ] Build_PowerPoleMk2_C -- [ ] Build_PowerPoleWallDouble_C -- [ ] Build_PowerPoleWallDouble_Mk2_C -- [ ] Build_PowerPoleWall_Mk2_C -- [ ] Build_PowerPoleWallDouble_Mk3_C -- [ ] Build_PowerPoleWall_Mk3_C +- [x] Build_PowerPoleMk1_C +- [x] Build_PowerPoleWall_C +- [x] Build_PowerTower_C +- [x] Build_PowerTowerPlatform_C +- [x] Build_PowerPoleMk3_C +- [x] Build_PowerPoleMk2_C +- [x] Build_PowerPoleWallDouble_C +- [x] Build_PowerPoleWallDouble_Mk2_C +- [x] Build_PowerPoleWall_Mk2_C +- [x] Build_PowerPoleWallDouble_Mk3_C +- [x] Build_PowerPoleWall_Mk3_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePowerStorage' -- [ ] Build_PowerStorageMk1_C +- [x] Build_PowerStorageMk1_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePriorityPowerSwitch' -- [ ] Build_PriorityPowerSwitch_C +- [x] Build_PriorityPowerSwitch_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableRadarTower' -- [ ] Build_RadarTower_C +- [x] Build_RadarTower_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableRailroadSignal' -- [ ] Build_RailroadBlockSignal_C -- [ ] Build_RailroadPathSignal_C +- [x] Build_RailroadBlockSignal_C +- [x] Build_RailroadPathSignal_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableRailroadStation' -- [ ] Build_TrainStation_C +- [x] Build_TrainStation_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableRailroadTrack' -- [ ] Build_RailroadTrack_C +- [x] Build_RailroadTrack_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableRampLightweight' -- [ ] Build_InvertedRamp_Asphalt_8x1_C -- [ ] Build_InvertedRamp_Asphalt_8x2_C -- [ ] Build_InvertedRamp_Asphalt_8x4_C -- [ ] Build_Ramp_Asphalt_8x1_C -- [ ] Build_Ramp_Asphalt_8x2_C -- [ ] Build_Ramp_Asphalt_8x4_C -- [ ] Build_RampDouble_Asphalt_8x1_C -- [ ] Build_RampDouble_Asphalt_8x2_C -- [ ] Build_RampDouble_Asphalt_8x4_C -- [ ] Build_Stair_Asphalt_8x1_C -- [ ] Build_Stair_Asphalt_8x2_C -- [ ] Build_Stair_Asphalt_8x4_C -- [ ] Build_InvertedRamp_Concrete_8x1_C -- [ ] Build_InvertedRamp_Concrete_8x2_C -- [ ] Build_InvertedRamp_Concrete_8x4_C -- [ ] Build_Ramp_Concrete_8x1_C -- [ ] Build_Ramp_Concrete_8x2_C -- [ ] Build_Ramp_Concrete_8x4_C -- [ ] Build_RampDouble_Concrete_8x1_C -- [ ] Build_RampDouble_Concrete_8x2_C -- [ ] Build_RampDouble_Concrete_8x4_C -- [ ] Build_Stair_Concrete_8x1_C -- [ ] Build_Stair_Concrete_8x2_C -- [ ] Build_Stair_Concrete_8x4_C -- [ ] Build_Stair_FicsitSet_8x1_01_C -- [ ] Build_Stair_FicsitSet_8x2_01_C -- [ ] Build_Stair_FicsitSet_8x4_01_C -- [ ] Build_InvertedRamp_Metal_8x1_C -- [ ] Build_InvertedRamp_Metal_8x2_C -- [ ] Build_InvertedRamp_Metal_8x4_C -- [ ] Build_Ramp_Metal_8x1_C -- [ ] Build_Ramp_Metal_8x2_C -- [ ] Build_Ramp_Metal_8x4_C -- [ ] Build_RampDouble_Metal_8x1_C -- [ ] Build_RampDouble_Metal_8x2_C -- [ ] Build_RampDouble_Metal_8x4_C -- [ ] Build_Stair_GripMetal_8x1_C -- [ ] Build_Stair_GripMetal_8x2_C -- [ ] Build_Stair_GripMetal_8x4_C -- [ ] Build_InvertedRamp_Polished_8x1_C -- [ ] Build_InvertedRamp_Polished_8x2_C -- [ ] Build_InvertedRamp_Polished_8x4_C -- [ ] Build_Ramp_Polished_8x1_C -- [ ] Build_Ramp_Polished_8x2_C -- [ ] Build_Ramp_Polished_8x4_C -- [ ] Build_RampDouble_Polished_8x1_C -- [ ] Build_RampDouble_Polished_8x2_C -- [ ] Build_RampDouble_Polished_8x4_C -- [ ] Build_Stair_PolishedConcrete_8x1_C -- [ ] Build_Stair_PolishedConcrete_8x2_C -- [ ] Build_Stair_PolishedConcrete_8x4_C -- [ ] Build_Ramp_8x1_01_C -- [ ] Build_Ramp_8x2_01_C -- [ ] Build_Ramp_8x4_01_C -- [ ] Build_Ramp_8x4_Inverted_01_C -- [ ] Build_Ramp_8x8x8_C -- [ ] Build_RampDouble_C -- [ ] Build_RampDouble_8x1_C -- [ ] Build_RampInverted_8x1_C -- [ ] Build_RampInverted_8x2_01_C -- [ ] Build_Ramp_Frame_01_C -- [ ] Build_Ramp_Frame_Inverted_01_C -- [ ] Build_Roof_A_01_C -- [ ] Build_Roof_A_02_C -- [ ] Build_Roof_A_03_C -- [ ] Build_Roof_A_04_C -- [ ] Build_Roof_Tar_01_C -- [ ] Build_Roof_Tar_02_C -- [ ] Build_Roof_Tar_03_C -- [ ] Build_Roof_Tar_04_C -- [ ] Build_Roof_Window_01_C -- [ ] Build_Roof_Window_02_C -- [ ] Build_Roof_Window_03_C -- [ ] Build_Roof_Window_04_C -- [ ] Build_Roof_Orange_01_C -- [ ] Build_Roof_Orange_02_C -- [ ] Build_Roof_Orange_03_C -- [ ] Build_Roof_Orange_04_C +- [x] Build_InvertedRamp_Asphalt_8x1_C +- [x] Build_InvertedRamp_Asphalt_8x2_C +- [x] Build_InvertedRamp_Asphalt_8x4_C +- [x] Build_Ramp_Asphalt_8x1_C +- [x] Build_Ramp_Asphalt_8x2_C +- [x] Build_Ramp_Asphalt_8x4_C +- [x] Build_RampDouble_Asphalt_8x1_C +- [x] Build_RampDouble_Asphalt_8x2_C +- [x] Build_RampDouble_Asphalt_8x4_C +- [x] Build_Stair_Asphalt_8x1_C +- [x] Build_Stair_Asphalt_8x2_C +- [x] Build_Stair_Asphalt_8x4_C +- [x] Build_InvertedRamp_Concrete_8x1_C +- [x] Build_InvertedRamp_Concrete_8x2_C +- [x] Build_InvertedRamp_Concrete_8x4_C +- [x] Build_Ramp_Concrete_8x1_C +- [x] Build_Ramp_Concrete_8x2_C +- [x] Build_Ramp_Concrete_8x4_C +- [x] Build_RampDouble_Concrete_8x1_C +- [x] Build_RampDouble_Concrete_8x2_C +- [x] Build_RampDouble_Concrete_8x4_C +- [x] Build_Stair_Concrete_8x1_C +- [x] Build_Stair_Concrete_8x2_C +- [x] Build_Stair_Concrete_8x4_C +- [x] Build_Stair_FicsitSet_8x1_01_C +- [x] Build_Stair_FicsitSet_8x2_01_C +- [x] Build_Stair_FicsitSet_8x4_01_C +- [x] Build_InvertedRamp_Metal_8x1_C +- [x] Build_InvertedRamp_Metal_8x2_C +- [x] Build_InvertedRamp_Metal_8x4_C +- [x] Build_Ramp_Metal_8x1_C +- [x] Build_Ramp_Metal_8x2_C +- [x] Build_Ramp_Metal_8x4_C +- [x] Build_RampDouble_Metal_8x1_C +- [x] Build_RampDouble_Metal_8x2_C +- [x] Build_RampDouble_Metal_8x4_C +- [x] Build_Stair_GripMetal_8x1_C +- [x] Build_Stair_GripMetal_8x2_C +- [x] Build_Stair_GripMetal_8x4_C +- [x] Build_InvertedRamp_Polished_8x1_C +- [x] Build_InvertedRamp_Polished_8x2_C +- [x] Build_InvertedRamp_Polished_8x4_C +- [x] Build_Ramp_Polished_8x1_C +- [x] Build_Ramp_Polished_8x2_C +- [x] Build_Ramp_Polished_8x4_C +- [x] Build_RampDouble_Polished_8x1_C +- [x] Build_RampDouble_Polished_8x2_C +- [x] Build_RampDouble_Polished_8x4_C +- [x] Build_Stair_PolishedConcrete_8x1_C +- [x] Build_Stair_PolishedConcrete_8x2_C +- [x] Build_Stair_PolishedConcrete_8x4_C +- [x] Build_Ramp_8x1_01_C +- [x] Build_Ramp_8x2_01_C +- [x] Build_Ramp_8x4_01_C +- [x] Build_Ramp_8x4_Inverted_01_C +- [x] Build_Ramp_8x8x8_C +- [x] Build_RampDouble_C +- [x] Build_RampDouble_8x1_C +- [x] Build_RampInverted_8x1_C +- [x] Build_RampInverted_8x2_01_C +- [x] Build_Ramp_Frame_01_C +- [x] Build_Ramp_Frame_Inverted_01_C +- [x] Build_Roof_A_01_C +- [x] Build_Roof_A_02_C +- [x] Build_Roof_A_03_C +- [x] Build_Roof_A_04_C +- [x] Build_Roof_Tar_01_C +- [x] Build_Roof_Tar_02_C +- [x] Build_Roof_Tar_03_C +- [x] Build_Roof_Tar_04_C +- [x] Build_Roof_Window_01_C +- [x] Build_Roof_Window_02_C +- [x] Build_Roof_Window_03_C +- [x] Build_Roof_Window_04_C +- [x] Build_Roof_Orange_01_C +- [x] Build_Roof_Orange_02_C +- [x] Build_Roof_Orange_03_C +- [x] Build_Roof_Orange_04_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableResourceExtractor' -- [ ] Build_OilPump_C -- [ ] Build_MinerMk2_C -- [ ] Build_MinerMk1_C -- [ ] Build_MinerMk3_C +- [x] Build_OilPump_C +- [x] Build_MinerMk2_C +- [x] Build_MinerMk1_C +- [x] Build_MinerMk3_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableResourceSink' -- [ ] Build_ResourceSink_C +- [x] Build_ResourceSink_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableResourceSinkShop' -- [ ] Build_ResourceSinkShop_C +- [x] Build_ResourceSinkShop_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableSnowDispenser' -- [ ] Build_SnowDispenser_C +- [x] Build_SnowDispenser_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableSpaceElevator' -- [ ] Build_SpaceElevator_C +- [x] Build_SpaceElevator_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableSplitterSmart' -- [ ] Build_ConveyorAttachmentSplitterProgrammable_C -- [ ] Build_ConveyorAttachmentSplitterSmart_C +- [x] Build_ConveyorAttachmentSplitterProgrammable_C +- [x] Build_ConveyorAttachmentSplitterSmart_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableStorage' -- [ ] Build_StorageContainerMk2_C -- [ ] Build_StoragePlayer_C -- [ ] Build_StorageMedkit_C -- [ ] Build_StorageHazard_C -- [ ] Build_StorageContainerMk1_C +- [x] Build_StorageContainerMk2_C +- [x] Build_StoragePlayer_C +- [x] Build_StorageMedkit_C +- [x] Build_StorageHazard_C +- [x] Build_StorageContainerMk1_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableTradingPost' -- [ ] Build_TradingPost_C +- [x] Build_TradingPost_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableTrainPlatformCargo' -- [ ] Build_TrainDockingStation_C -- [ ] Build_TrainDockingStationLiquid_C +- [x] Build_TrainDockingStation_C +- [x] Build_TrainDockingStationLiquid_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableTrainPlatformEmpty' -- [ ] Build_TrainPlatformEmpty_C -- [ ] Build_TrainPlatformEmpty_02_C +- [x] Build_TrainPlatformEmpty_C +- [x] Build_TrainPlatformEmpty_02_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableWalkway' -- [ ] Build_WalkwayStraight_C +- [x] Build_WalkwayStraight_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableWalkwayLightweight' -- [ ] Build_WalkwayCross_C -- [ ] Build_WalkwayRamp_C -- [ ] Build_WalkwayT_C -- [ ] Build_WalkwayTrun_C -- [ ] Build_CatwalkCross_C -- [ ] Build_CatwalkRamp_C -- [ ] Build_CatwalkStairs_C -- [ ] Build_CatwalkStraight_C -- [ ] Build_CatwalkT_C -- [ ] Build_CatwalkCorner_C +- [x] Build_WalkwayCross_C +- [x] Build_WalkwayRamp_C +- [x] Build_WalkwayT_C +- [x] Build_WalkwayTrun_C +- [x] Build_CatwalkCross_C +- [x] Build_CatwalkRamp_C +- [x] Build_CatwalkStairs_C +- [x] Build_CatwalkStraight_C +- [x] Build_CatwalkT_C +- [x] Build_CatwalkCorner_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableWall' -- [ ] Build_Wall_Conveyor_8x4_01_C -- [ ] Build_Wall_Conveyor_8x4_02_C -- [ ] Build_Wall_Conveyor_8x4_02_Steel_C -- [ ] Build_Wall_Conveyor_8x4_03_C -- [ ] Build_Wall_Conveyor_8x4_03_Steel_C -- [ ] Build_Wall_Concrete_8x4_ConveyorHole_03_C -- [ ] Build_SteelWall_FlipTris_8x8_C -- [ ] Build_Wall_Conveyor_8x4_04_C -- [ ] Build_Wall_Conveyor_8x4_04_Steel_C +- [x] Build_Wall_Conveyor_8x4_01_C +- [x] Build_Wall_Conveyor_8x4_02_C +- [x] Build_Wall_Conveyor_8x4_02_Steel_C +- [x] Build_Wall_Conveyor_8x4_03_C +- [x] Build_Wall_Conveyor_8x4_03_Steel_C +- [x] Build_Wall_Concrete_8x4_ConveyorHole_03_C +- [x] Build_SteelWall_FlipTris_8x8_C +- [x] Build_Wall_Conveyor_8x4_04_C +- [x] Build_Wall_Conveyor_8x4_04_Steel_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableWallLightweight' -- [ ] Build_Wall_8x4_01_C -- [ ] Build_Wall_8x4_02_C -- [ ] Build_Wall_Conveyor_8x4_01_Steel_C -- [ ] Build_Wall_Gate_8x4_01_C -- [ ] Build_Wall_Window_8x4_01_C -- [ ] Build_Wall_Window_8x4_02_C -- [ ] Build_Wall_Window_8x4_03_C -- [ ] Build_Wall_Window_8x4_04_C -- [ ] Build_Wall_Concrete_8x1_C -- [ ] Build_Wall_Concrete_8x4_C -- [ ] Build_Wall_Concrete_8x4_ConveyorHole_01_C -- [ ] Build_Wall_Concrete_8x4_ConveyorHole_02_C -- [ ] Build_Wall_Concrete_8x4_Window_01_C -- [ ] Build_Wall_Concrete_8x4_Window_02_C -- [ ] Build_Wall_Concrete_8x4_Window_03_C -- [ ] Build_Wall_Concrete_8x4_Window_04_C -- [ ] Build_Wall_Concrete_Angular_8x4_C -- [ ] Build_Wall_Concrete_Angular_8x8_C -- [ ] Build_Wall_Concrete_FlipTris_8x1_C -- [ ] Build_Wall_Concrete_FlipTris_8x2_C -- [ ] Build_Wall_Concrete_FlipTris_8x4_C -- [ ] Build_Wall_Concrete_FlipTris_8x8_C -- [ ] Build_Wall_Concrete_Gate_8x4_C -- [ ] Build_Wall_Concrete_Tris_8x1_C -- [ ] Build_Wall_Concrete_Tris_8x2_C -- [ ] Build_Wall_Concrete_Tris_8x4_C -- [ ] Build_Wall_Concrete_Tris_8x8_C -- [ ] Build_Wall_Orange_8x1_C -- [ ] Build_Wall_Orange_Angular_8x4_C -- [ ] Build_Wall_Orange_Angular_8x8_C -- [ ] Build_Wall_Orange_FlipTris_8x1_C -- [ ] Build_Wall_Orange_FlipTris_8x2_C -- [ ] Build_Wall_Orange_FlipTris_8x4_C -- [ ] Build_Wall_Orange_FlipTris_8x8_C -- [ ] Build_Wall_Orange_Tris_8x1_C -- [ ] Build_Wall_Orange_Tris_8x2_C -- [ ] Build_Wall_Orange_Tris_8x4_C -- [ ] Build_Wall_Orange_Tris_8x8_C -- [ ] Build_SteelWall_8x1_C -- [ ] Build_SteelWall_8x4_Gate_01_C -- [ ] Build_SteelWall_8x4_Window_01_C -- [ ] Build_SteelWall_8x4_Window_02_C -- [ ] Build_SteelWall_8x4_Window_03_C -- [ ] Build_SteelWall_8x4_Window_04_C -- [ ] Build_SteelWall_FlipTris_8x1_C -- [ ] Build_SteelWall_FlipTris_8x2_C -- [ ] Build_SteelWall_FlipTris_8x4_C -- [ ] Build_SteelWall_Tris_8x1_C -- [ ] Build_SteelWall_Tris_8x2_C -- [ ] Build_SteelWall_Tris_8x4_C -- [ ] Build_SteelWall_Tris_8x8_C -- [ ] Build_WallSet_Steel_Angular_8x4_C -- [ ] Build_WallSet_Steel_Angular_8x8_C -- [ ] Build_SteelWall_8x4_C -- [ ] Build_Wall_Window_Thin_8x4_01_C -- [ ] Build_Wall_Window_Thin_8x4_02_C -- [ ] Build_Fence_01_C -- [ ] Build_Wall_Frame_01_C -- [ ] Build_Railing_01_C -- [ ] Build_Wall_Window_8x4_05_C -- [ ] Build_Wall_Window_8x4_06_C -- [ ] Build_Wall_Window_8x4_07_C -- [ ] Build_ChainLinkFence_C -- [ ] Build_TarpFence_C -- [ ] Build_Barrier_Low_01_C -- [ ] Build_Barrier_Tall_01_C -- [ ] Build_Concrete_Barrier_01_C +- [x] Build_Wall_8x4_01_C +- [x] Build_Wall_8x4_02_C +- [x] Build_Wall_Conveyor_8x4_01_Steel_C +- [x] Build_Wall_Gate_8x4_01_C +- [x] Build_Wall_Window_8x4_01_C +- [x] Build_Wall_Window_8x4_02_C +- [x] Build_Wall_Window_8x4_03_C +- [x] Build_Wall_Window_8x4_04_C +- [x] Build_Wall_Concrete_8x1_C +- [x] Build_Wall_Concrete_8x4_C +- [x] Build_Wall_Concrete_8x4_ConveyorHole_01_C +- [x] Build_Wall_Concrete_8x4_ConveyorHole_02_C +- [x] Build_Wall_Concrete_8x4_Window_01_C +- [x] Build_Wall_Concrete_8x4_Window_02_C +- [x] Build_Wall_Concrete_8x4_Window_03_C +- [x] Build_Wall_Concrete_8x4_Window_04_C +- [x] Build_Wall_Concrete_Angular_8x4_C +- [x] Build_Wall_Concrete_Angular_8x8_C +- [x] Build_Wall_Concrete_FlipTris_8x1_C +- [x] Build_Wall_Concrete_FlipTris_8x2_C +- [x] Build_Wall_Concrete_FlipTris_8x4_C +- [x] Build_Wall_Concrete_FlipTris_8x8_C +- [x] Build_Wall_Concrete_Gate_8x4_C +- [x] Build_Wall_Concrete_Tris_8x1_C +- [x] Build_Wall_Concrete_Tris_8x2_C +- [x] Build_Wall_Concrete_Tris_8x4_C +- [x] Build_Wall_Concrete_Tris_8x8_C +- [x] Build_Wall_Orange_8x1_C +- [x] Build_Wall_Orange_Angular_8x4_C +- [x] Build_Wall_Orange_Angular_8x8_C +- [x] Build_Wall_Orange_FlipTris_8x1_C +- [x] Build_Wall_Orange_FlipTris_8x2_C +- [x] Build_Wall_Orange_FlipTris_8x4_C +- [x] Build_Wall_Orange_FlipTris_8x8_C +- [x] Build_Wall_Orange_Tris_8x1_C +- [x] Build_Wall_Orange_Tris_8x2_C +- [x] Build_Wall_Orange_Tris_8x4_C +- [x] Build_Wall_Orange_Tris_8x8_C +- [x] Build_SteelWall_8x1_C +- [x] Build_SteelWall_8x4_Gate_01_C +- [x] Build_SteelWall_8x4_Window_01_C +- [x] Build_SteelWall_8x4_Window_02_C +- [x] Build_SteelWall_8x4_Window_03_C +- [x] Build_SteelWall_8x4_Window_04_C +- [x] Build_SteelWall_FlipTris_8x1_C +- [x] Build_SteelWall_FlipTris_8x2_C +- [x] Build_SteelWall_FlipTris_8x4_C +- [x] Build_SteelWall_Tris_8x1_C +- [x] Build_SteelWall_Tris_8x2_C +- [x] Build_SteelWall_Tris_8x4_C +- [x] Build_SteelWall_Tris_8x8_C +- [x] Build_WallSet_Steel_Angular_8x4_C +- [x] Build_WallSet_Steel_Angular_8x8_C +- [x] Build_SteelWall_8x4_C +- [x] Build_Wall_Window_Thin_8x4_01_C +- [x] Build_Wall_Window_Thin_8x4_02_C +- [x] Build_Fence_01_C +- [x] Build_Wall_Frame_01_C +- [x] Build_Railing_01_C +- [x] Build_Wall_Window_8x4_05_C +- [x] Build_Wall_Window_8x4_06_C +- [x] Build_Wall_Window_8x4_07_C +- [x] Build_ChainLinkFence_C +- [x] Build_TarpFence_C +- [x] Build_Barrier_Low_01_C +- [x] Build_Barrier_Tall_01_C +- [x] Build_Concrete_Barrier_01_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableWaterPump' -- [ ] Build_WaterPump_C +- [x] Build_WaterPump_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableWidgetSign' -- [ ] Build_StandaloneWidgetSign_Small_C -- [ ] Build_StandaloneWidgetSign_SmallVeryWide_C -- [ ] Build_StandaloneWidgetSign_SmallWide_C -- [ ] Build_StandaloneWidgetSign_Square_Tiny_C -- [ ] Build_StandaloneWidgetSign_Medium_C -- [ ] Build_StandaloneWidgetSign_Portrait_C -- [ ] Build_StandaloneWidgetSign_Square_C -- [ ] Build_StandaloneWidgetSign_Square_Small_C -- [ ] Build_StandaloneWidgetSign_Huge_C -- [ ] Build_StandaloneWidgetSign_Large_C +- [x] Build_StandaloneWidgetSign_Small_C +- [x] Build_StandaloneWidgetSign_SmallVeryWide_C +- [x] Build_StandaloneWidgetSign_SmallWide_C +- [x] Build_StandaloneWidgetSign_Square_Tiny_C +- [x] Build_StandaloneWidgetSign_Medium_C +- [x] Build_StandaloneWidgetSign_Portrait_C +- [x] Build_StandaloneWidgetSign_Square_C +- [x] Build_StandaloneWidgetSign_Square_Small_C +- [x] Build_StandaloneWidgetSign_Huge_C +- [x] Build_StandaloneWidgetSign_Large_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableWire' -- [ ] Build_PowerLine_C -- [ ] Build_XmassLightsLine_C +- [x] Build_PowerLine_C +- [x] Build_XmassLightsLine_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGBuildingDescriptor' -- [ ] Desc_Wall_Concrete_8x1_C -- [ ] Desc_Wall_Concrete_8x4_C -- [ ] Desc_Wall_Concrete_8x4_ConveyorHole_01_C -- [ ] Desc_Wall_Concrete_8x4_ConveyorHole_02_C -- [ ] Desc_Wall_Concrete_8x4_ConveyorHole_03_C -- [ ] Desc_Wall_Concrete_8x4_Corner_01_C -- [ ] Desc_Wall_Concrete_8x4_Corner_2_C -- [ ] Desc_Wall_Concrete_8x4_Window_01_C -- [ ] Desc_Wall_Concrete_8x4_Window_02_C -- [ ] Desc_Wall_Concrete_8x4_Window_03_C -- [ ] Desc_Wall_Concrete_8x4_Window_04_C -- [ ] Desc_Wall_Concrete_8x8_Corner_01_C -- [ ] Desc_Wall_Concrete_8x8_Corner_2_C -- [ ] Desc_Wall_Concrete_Angular_8x4_C -- [ ] Desc_Wall_Concrete_Angular_8x8_C -- [ ] Desc_Wall_Concrete_CDoor_8x4_C -- [ ] Desc_Wall_Concrete_8x1_FlipTris_C -- [ ] Desc_Wall_Concrete_8x2_FlipTris_C -- [ ] Desc_Wall_Concrete_8x4_FlipTris_C -- [ ] Desc_Wall_Concrete_8x8_FlipTris_C -- [ ] Desc_Wall_Concrete_Gate_8x4_C -- [ ] Desc_Wall_Concrete_SDoor_8x4_C -- [ ] Desc_Wall_Concrete_8x1_Tris_C -- [ ] Desc_Wall_Concrete_8x2_Tris_C -- [ ] Desc_Wall_Concrete_8x4_Tris_C -- [ ] Desc_Wall_Concrete_8x8_Tris_C -- [ ] Desc_Wall_8x4_01_C -- [ ] Desc_Wall_Conveyor_8x4_01_C -- [ ] Desc_Wall_Conveyor_8x4_02_C -- [ ] Desc_Wall_Conveyor_8x4_03_C -- [ ] Desc_Wall_Door_8x4_01_C -- [ ] Desc_Wall_Door_8x4_03_C -- [ ] Desc_Wall_Gate_8x4_01_C -- [ ] Desc_Wall_Orange_8x1_C -- [ ] Desc_Wall_Orange_8x4_Corner_01_C -- [ ] Desc_Wall_Orange_8x4_Corner_02_C -- [ ] Desc_Wall_Orange_8x8_Corner_01_C -- [ ] Desc_Wall_Orange_8x8_Corner_02_C -- [ ] Desc_Wall_Orange_Angular_8x4_C -- [ ] Desc_Wall_Orange_Angular_8x8_C -- [ ] Desc_Wall_Orange_8x1_FlipTris_C -- [ ] Desc_Wall_Orange_8x2_FlipTris_C -- [ ] Desc_Wall_Orange_8x4_FlipTris_C -- [ ] Desc_Wall_Orange_8x8_FlipTris_C -- [ ] Desc_Wall_Orange_8x1_Tris_C -- [ ] Desc_Wall_Orange_8x2_Tris_C -- [ ] Desc_Wall_Orange_8x4_Tris_C -- [ ] Desc_Wall_Orange_8x8_Tris_C -- [ ] Desc_Wall_Window_8x4_01_C -- [ ] Desc_Wall_Window_8x4_02_C -- [ ] Desc_Wall_Window_8x4_03_C -- [ ] Desc_Wall_Window_8x4_04_C -- [ ] Desc_SteelWall_8x4_Gate_01_C -- [ ] Desc_SteelWall_8x4_Window_01_C -- [ ] Desc_SteelWall_8x4_Window_02_C -- [ ] Desc_SteelWall_8x4_Window_03_C -- [ ] Desc_SteelWall_8x4_Window_04_C -- [ ] Desc_Wall_Steel_8x4_Corner_01_C -- [ ] Desc_Wall_Steel_8x4_Corner_2_C -- [ ] Desc_Wall_Steel_8x8_Corner_01_C -- [ ] Desc_Wall_Steel_8x8_Corner_2_C -- [ ] Desc_SteelWall_8x1_C -- [ ] Desc_SteelWall_FlipTris_8x1_C -- [ ] Desc_SteelWall_FlipTris_8x2_C -- [ ] Desc_SteelWall_FlipTris_8x4_C -- [ ] Desc_SteelWall_FlipTris_8x8_C -- [ ] Desc_SteelWall_Tris_8x1_C -- [ ] Desc_SteelWall_Tris_8x2_C -- [ ] Desc_SteelWall_Tris_8x4_C -- [ ] Desc_SteelWall_Tris_8x8_C -- [ ] Desc_Wall_8x4_02_C -- [ ] Desc_Wall_Conveyor_8x4_01_Steel_C -- [ ] Desc_Wall_Conveyor_8x4_02_Steel_C -- [ ] Desc_Wall_Conveyor_8x4_03_Steel_C -- [ ] Desc_Wall_Door_8x4_01_Steel_C -- [ ] Desc_Wall_Door_8x4_03_Steel_C -- [ ] Desc_WallSet_Steel_Angular_8x4_C -- [ ] Desc_WallSet_Steel_Angular_8x8_C -- [ ] Desc_Beam_C -- [ ] Desc_Beam_Painted_C -- [ ] Desc_ConveyorCeilingAttachment_C -- [ ] Desc_ConveyorPoleWall_C -- [ ] Desc_ConveyorBeltMk1_C -- [ ] Desc_PowerLine_C -- [ ] Desc_PowerPoleMk1_C -- [ ] Desc_PowerPoleWall_C -- [ ] Desc_TradingPost_C -- [ ] Desc_WorkBench_C -- [ ] Desc_Fence_01_C -- [ ] Desc_PillarTop_C -- [ ] Desc_JumpPad_C -- [ ] Desc_JumpPadTilted_C -- [ ] Desc_WalkwayCross_C -- [ ] Desc_WalkwayRamp_C -- [ ] Desc_WalkwayStraight_C -- [ ] Desc_WalkwayT_C -- [ ] Desc_WalkwayTurn_C -- [ ] Desc_SteelWall_8x4_C -- [ ] Desc_Wall_Conveyor_8x4_04_C -- [ ] Desc_Wall_Conveyor_8x4_04_Steel_C -- [ ] Desc_Wall_Window_8x4_03_Steel_C -- [ ] Desc_GeneratorCoal_C -- [ ] Desc_PipelineSupportWall_C -- [ ] Desc_Pipeline_C -- [ ] Desc_PipelineJunction_Cross_C -- [ ] Desc_PipelinePump_C -- [ ] Desc_PipeStorageTank_C -- [ ] Desc_WaterPump_C -- [ ] Desc_ResourceSink_C -- [ ] Desc_ResourceSinkShop_C -- [ ] Desc_QuantumEncoder_C -- [ ] Desc_Converter_C -- [ ] Desc_OilPump_C -- [ ] Desc_OilRefinery_C -- [ ] Desc_Valve_C -- [ ] Desc_FoundryMk1_C -- [ ] Desc_Packager_C -- [ ] Desc_MinerMk2_C -- [ ] Desc_ManufacturerMk1_C -- [ ] Desc_AssemblerMk1_C -- [ ] Desc_HadronCollider_C -- [ ] Desc_Blender_C -- [ ] Desc_GeneratorNuclear_C -- [ ] Desc_FrackingExtractor_C -- [ ] Desc_FrackingSmasher_C -- [ ] Desc_DroneStation_C -- [ ] Desc_ConveyorBeltMk5_C -- [ ] Desc_ConveyorLiftMk5_C -- [ ] Desc_MinerMk3_C -- [ ] Desc_ConveyorBeltMk6_C -- [ ] Desc_ConveyorLiftMk6_C -- [ ] Desc_Portal_C -- [ ] Desc_PortalSatellite_C -- [ ] Desc_BlueprintDesigner_MK3_C -- [ ] Desc_RailroadBlockSignal_C -- [ ] Desc_RailroadPathSignal_C -- [ ] Desc_BlueprintDesigner_MK2_C -- [ ] Desc_PipelineMK2_C -- [ ] Desc_PipelinePumpMk2_C -- [ ] Desc_TrainDockingStation_C -- [ ] Desc_TrainDockingStationLiquid_C -- [ ] Desc_TrainPlatformEmpty_C -- [ ] Desc_TrainPlatformEmpty_02_C -- [ ] Desc_TrainStation_C -- [ ] Desc_RailroadTrack_C -- [ ] Desc_ConveyorBeltMk4_C -- [ ] Desc_ConveyorLiftMk4_C -- [ ] Desc_GeneratorFuel_C -- [ ] Desc_IndustrialTank_C -- [ ] Desc_ConveyorBeltMk3_C -- [ ] Desc_ConveyorLiftMk3_C -- [ ] Desc_StorageContainerMk2_C -- [ ] Desc_BlueprintDesigner_C -- [ ] Desc_PipeHyperStart_C -- [ ] Desc_HyperTubeWallSupport_C -- [ ] Desc_PipeHyper_C -- [ ] Desc_PowerStorageMk1_C -- [ ] Desc_PowerTower_C -- [ ] Desc_PowerTowerPlatform_C -- [ ] Desc_TruckStation_C -- [ ] Desc_ConveyorBeltMk2_C -- [ ] Desc_ConveyorLiftMk2_C -- [ ] Desc_JumpPadAdjustable_C -- [ ] Desc_LandingPad_C -- [ ] Desc_Mam_C -- [ ] Desc_StoragePlayer_C -- [ ] Desc_ConveyorAttachmentMerger_C -- [ ] Desc_ConveyorAttachmentSplitter_C -- [ ] Desc_ConveyorLiftMk1_C -- [ ] Desc_QuarterPipeMiddle_Ficsit_4x1_C -- [ ] Desc_QuarterPipeMiddle_Ficsit_4x2_C -- [ ] Desc_QuarterPipeMiddle_Ficsit_4x4_C -- [ ] Desc_QuarterPipeMiddleInCorner_Ficsit_8x1_C -- [ ] Desc_QuarterPipeMiddleInCorner_Ficsit_8x2_C -- [ ] Desc_QuarterPipeMiddleInCorner_Ficsit_8x4_C -- [ ] Desc_QuarterPipeMiddleOutCorner_Ficsit_4x1_C -- [ ] Desc_QuarterPipeMiddleOutCorner_Ficsit_4x2_C -- [ ] Desc_QuarterPipeMiddleOutCorner_Ficsit_4x4_C -- [ ] Desc_Stair_FicsitSet_8x1_01_C -- [ ] Desc_Stair_FicsitSet_8x2_01_C -- [ ] Desc_Stair_FicsitSet_8x4_01_C -- [ ] Desc_Foundation_8x1_01_C -- [ ] Desc_Foundation_8x2_01_C -- [ ] Desc_Foundation_8x4_01_C -- [ ] Desc_QuarterPipe_C -- [ ] Desc_QuarterPipe_02_C -- [ ] Desc_QuarterPipeCorner_01_C -- [ ] Desc_QuarterPipeCorner_02_C -- [ ] Desc_QuarterPipeCorner_03_C -- [ ] Desc_QuarterPipeCorner_04_C -- [ ] Desc_Ramp_8x1_01_C -- [ ] Desc_Ramp_8x2_01_C -- [ ] Desc_Ramp_8x4_01_C -- [ ] Desc_Ramp_8x4_Inverted_01_C -- [ ] Desc_Ramp_8x8x8_C -- [ ] Desc_Ramp_Diagonal_8x1_01_C -- [ ] Desc_Ramp_Diagonal_8x1_02_C -- [ ] Desc_Ramp_Diagonal_8x2_01_C -- [ ] Desc_Ramp_Diagonal_8x2_02_C -- [ ] Desc_Ramp_Diagonal_8x4_01_C -- [ ] Desc_Ramp_Diagonal_8x4_02_C -- [ ] Desc_RampDouble_C -- [ ] Desc_RampDouble_8x1_C -- [ ] Desc_RampInverted_8x1_C -- [ ] Desc_RampInverted_8x1_Corner_01_C -- [ ] Desc_RampInverted_8x1_Corner_02_C -- [ ] Desc_RampInverted_8x2_01_C -- [ ] Desc_RampInverted_8x2_Corner_01_C -- [ ] Desc_RampInverted_8x2_Corner_02_C -- [ ] Desc_RampInverted_8x4_Corner_01_C -- [ ] Desc_RampInverted_8x4_Corner_02_C -- [ ] Desc_LookoutTower_C -- [ ] Desc_DownQuarterPipe_Concrete_8x4_C -- [ ] Desc_DownQuarterPipeInCorner_Concrete_8x4_C -- [ ] Desc_DownQuarterPipeOutCorner_Concrete_8x4_C -- [ ] Desc_Foundation_Concrete_8x1_C -- [ ] Desc_Foundation_Concrete_8x2_C -- [ ] Desc_Foundation_Concrete_8x4_C -- [ ] Desc_InvertedRamp_Concrete_8x1_C -- [ ] Desc_InvertedRamp_Concrete_8x2_C -- [ ] Desc_InvertedRamp_Concrete_8x4_C -- [ ] Desc_InvertedRamp_DCorner_Concrete_8x1_C -- [ ] Desc_InvertedRamp_DCorner_Concrete_8x2_C -- [ ] Desc_InvertedRamp_DCorner_Concrete_8x4_C -- [ ] Desc_InvertedRamp_UCorner_Concrete_8x1_C -- [ ] Desc_InvertedRamp_UCorner_Concrete_8x2_C -- [ ] Desc_InvertedRamp_UCorner_Concrete_8x4_C -- [ ] Desc_QuarterPipe_Concrete_8x4_C -- [ ] Desc_QuarterPipeInCorner_Concrete_8x4_C -- [ ] Desc_QuarterPipeMiddle_Concrete_8x1_C -- [ ] Desc_QuarterPipeMiddle_Concrete_8x2_C -- [ ] Desc_QuarterPipeMiddle_Concrete_8x4_C -- [ ] Desc_QuarterPipeMiddleInCorner_Concrete_8x1_C -- [ ] Desc_QuarterPipeMiddleInCorner_Concrete_8x2_C -- [ ] Desc_QuarterPipeMiddleInCorner_Concrete_8x4_C -- [ ] Desc_QuarterPipeMiddleOutCorner_Concrete_4x1_C -- [ ] Desc_QuarterPipeMiddleOutCorner_Concrete_4x2_C -- [ ] Desc_QuarterPipeMiddleOutCorner_Concrete_4x4_C -- [ ] Desc_QuarterPipeOutCorner_Concrete_8x4_C -- [ ] Desc_Ramp_Concrete_8x1_C -- [ ] Desc_Ramp_Concrete_8x2_C -- [ ] Desc_Ramp_Concrete_8x4_C -- [ ] Desc_Ramp_DownCorner_Concrete_8x1_C -- [ ] Desc_Ramp_DownCorner_Concrete_8x2_C -- [ ] Desc_Ramp_DownCorner_Concrete_8x4_C -- [ ] Desc_Ramp_UpCorner_Concrete_8x1_C -- [ ] Desc_Ramp_UpCorner_Concrete_8x2_C -- [ ] Desc_Ramp_UpCorner_Concrete_8x4_C -- [ ] Desc_RampDouble_Concrete_8x1_C -- [ ] Desc_RampDouble_Concrete_8x2_C -- [ ] Desc_RampDouble_Concrete_8x4_C -- [ ] Desc_Stair_Concrete_8x1_C -- [ ] Desc_Stair_Concrete_8x2_C -- [ ] Desc_Stair_Concrete_8x4_C -- [ ] Desc_DownQuarterPipe_Grip_8x4_C -- [ ] Desc_DownQuarterPipeInCorner_Grip_8x4_C -- [ ] Desc_DownQuarterPipeOutCorner_Grip_8x4_C -- [ ] Desc_Foundation_Metal_8x1_C -- [ ] Desc_Foundation_Metal_8x2_C -- [ ] Desc_Foundation_Metal_8x4_C -- [ ] Desc_InvertedRamp_DCorner_Metal_8x1_C -- [ ] Desc_InvertedRamp_DCorner_Metal_8x2_C -- [ ] Desc_InvertedRamp_DCorner_Metal_8x4_C -- [ ] Desc_InvertedRamp_Metal_8x1_C -- [ ] Desc_InvertedRamp_Metal_8x2_C -- [ ] Desc_InvertedRamp_Metal_8x4_C -- [ ] Desc_InvertedRamp_UCorner_Metal_8x1_C -- [ ] Desc_InvertedRamp_UCorner_Metal_8x2_C -- [ ] Desc_InvertedRamp_UCorner_Metal_8x4_C -- [ ] Desc_QuarterPipe_Grip_8x4_C -- [ ] Desc_QuarterPipeInCorner_Grip_8x4_C -- [ ] Desc_QuarterPipeMiddle_Grip_8x1_C -- [ ] Desc_QuarterPipeMiddle_Grip_8x2_C -- [ ] Desc_QuarterPipeMiddle_Grip_8x4_C -- [ ] Desc_QuarterPipeMiddleInCorner_Grip_8x1_C -- [ ] Desc_QuarterPipeMiddleInCorner_Grip_8x2_C -- [ ] Desc_QuarterPipeMiddleInCorner_Grip_8x4_C -- [ ] Desc_QuarterPipeMiddleOutCorner_Grip_4x1_C -- [ ] Desc_QuarterPipeMiddleOutCorner_Grip_4x2_C -- [ ] Desc_QuarterPipeMiddleOutCorner_Grip_4x4_C -- [ ] Desc_QuarterPipeOutCorner_Grip_8x4_C -- [ ] Desc_Ramp_DownCorner_Metal_8x1_C -- [ ] Desc_Ramp_DownCorner_Metal_8x2_C -- [ ] Desc_Ramp_DownCorner_Metal_8x4_C -- [ ] Desc_Ramp_Metal_8x1_C -- [ ] Desc_Ramp_Metal_8x2_C -- [ ] Desc_Ramp_Metal_8x4_C -- [ ] Desc_Ramp_UpCorner_Metal_8x1_C -- [ ] Desc_Ramp_UpCorner_Metal_8x2_C -- [ ] Desc_Ramp_UpCorner_Metal_8x4_C -- [ ] Desc_RampDouble_Metal_8x1_C -- [ ] Desc_RampDouble_Metal_8x2_C -- [ ] Desc_RampDouble_Metal_8x4_C -- [ ] Desc_Stair_GripMetal_8x1_C -- [ ] Desc_Stair_GripMetal_8x2_C -- [ ] Desc_Stair_GripMetal_8x4_C -- [ ] Desc_DownQuarterPipe_ConcretePolished_8x4_C -- [ ] Desc_DownQuarterPipeInCorner_ConcretePolished_8x4_C -- [ ] Desc_DownQuarterPipeOutCorner_ConcretePolished_8x4_C -- [ ] Desc_Foundation_ConcretePolished_8x1_C -- [ ] Foundation_ConcretePolished_8x2_C -- [ ] Foundation_ConcretePolished_8x4_C -- [ ] Desc_InvertedRamp_DCorner_Polished_8x1_C -- [ ] Desc_InvertedRamp_DCorner_Polished_8x2_C -- [ ] Desc_InvertedRamp_DCorner_Polished_8x4_C -- [ ] Desc_InvertedRamp_Polished_8x1_C -- [ ] Desc_InvertedRamp_Polished_8x2_C -- [ ] Desc_InvertedRamp_Polished_8x4_C -- [ ] Desc_InvertedRamp_UCorner_Polished_8x1_C -- [ ] Desc_InvertedRamp_UCorner_Polished_8x2_C -- [ ] Desc_InvertedRamp_UCorner_Polished_8x4_C -- [ ] Desc_QuarterPipe_ConcretePolished_8x4_C -- [ ] Desc_QuarterPipeInCorner_ConcretePolished_8x4_C -- [ ] Desc_QuarterPipeMiddle_PolishedConcrete_8x1_C -- [ ] Desc_QuarterPipeMiddle_PolishedConcrete_8x2_C -- [ ] Desc_QuarterPipeMiddle_PolishedConcrete_8x4_C -- [ ] Desc_QuarterPipeMiddleInCorner_PolishedConcrete_8x1_C -- [ ] Desc_QuarterPipeMiddleInCorner_PolishedConcrete_8x2_C -- [ ] Desc_QuarterPipeMiddleInCorner_PolishedConcrete_8x4_C -- [ ] Desc_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1_C -- [ ] Desc_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2_C -- [ ] Desc_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4_C -- [ ] Desc_QuarterPipeOutCorner_ConcretePolished_8x4_C -- [ ] Desc_Ramp_DownCorner_Polished_8x1_C -- [ ] Desc_Ramp_DownCorner_Polished_8x2_C -- [ ] Desc_Ramp_DownCorner_Polished_8x4_C -- [ ] Desc_Ramp_Polished_8x1_C -- [ ] Desc_Ramp_Polished_8x2_C -- [ ] Desc_Ramp_Polished_8x4_C -- [ ] Desc_Ramp_UpCorner_Polished_8x1_C -- [ ] Desc_Ramp_UpCorner_Polished_8x2_C -- [ ] Desc_Ramp_UpCorner_Polished_8x4_C -- [ ] Desc_RampDouble_Polished_8x1_C -- [ ] Desc_RampDouble_Polished_8x2_C -- [ ] Desc_RampDouble_Polished_8x4_C -- [ ] Desc_Stair_PolishedConcrete_8x1_C -- [ ] Desc_Stair_PolishedConcrete_8x2_C -- [ ] Desc_Stair_PolishedConcrete_8x4_C -- [ ] Desc_DownQuarterPipe_Asphalt_8x4_C -- [ ] Desc_DownQuarterPipeInCorner_Asphalt_8x4_C -- [ ] Desc_DownQuarterPipeOutCorner_Asphalt_8x4_C -- [ ] Desc_Foundation_Asphalt_8x1_C -- [ ] Desc_Foundation_Asphalt_8x2_C -- [ ] Desc_Foundation_Asphalt_8x4_C -- [ ] Desc_InvertedRamp_Asphalt_8x1_C -- [ ] Desc_InvertedRamp_Asphalt_8x2_C -- [ ] Desc_InvertedRamp_Asphalt_8x4_C -- [ ] Desc_InvertedRamp_DCorner_Asphalt_8x1_C -- [ ] Desc_InvertedRamp_DCorner_Asphalt_8x2_C -- [ ] Desc_InvertedRamp_DCorner_Asphalt_8x4_C -- [ ] Desc_InvertedRamp_UCorner_Asphalt_8x1_C -- [ ] Desc_InvertedRamp_UCorner_Asphalt_8x2_C -- [ ] Desc_InvertedRamp_UCorner_Asphalt_8x4_C -- [ ] Desc_QuarterPipe_Asphalt_8x4_C -- [ ] Desc_QuarterPipeInCorner_Asphalt_8x4_C -- [ ] Desc_QuarterPipeMiddle_Asphalt_8x1_C -- [ ] Desc_QuarterPipeMiddle_Asphalt_8x2_C -- [ ] Desc_QuarterPipeMiddle_Asphalt_8x4_C -- [ ] Desc_QuarterPipeMiddleInCorner_Asphalt_8x1_C -- [ ] Desc_QuarterPipeMiddleInCorner_Asphalt_8x2_C -- [ ] Desc_QuarterPipeMiddleInCorner_Asphalt_8x4_C -- [ ] Desc_QuarterPipeMiddleOutCorner_Asphalt_4x1_C -- [ ] Desc_QuarterPipeMiddleOutCorner_Asphalt_4x2_C -- [ ] Desc_QuarterPipeMiddleOutCorner_Asphalt_4x4_C -- [ ] Desc_QuarterPipeOutCorner_Asphalt_8x4_C -- [ ] Desc_Ramp_Asphalt_8x1_C -- [ ] Desc_Ramp_Asphalt_8x2_C -- [ ] Desc_Ramp_Asphalt_8x4_C -- [ ] Desc_Ramp_DownCorner_Asphalt_8x1_C -- [ ] Desc_Ramp_DownCorner_Asphalt_8x2_C -- [ ] Desc_Ramp_DownCorner_Asphalt_8x4_C -- [ ] Desc_Ramp_UpCorner_Asphalt_8x1_C -- [ ] Desc_Ramp_UpCorner_Asphalt_8x2_C -- [ ] Desc_Ramp_UpCorner_Asphalt_8x4_C -- [ ] Desc_RampDouble_Asphalt_8x1_C -- [ ] Desc_RampDouble_Asphalt_8x2_C -- [ ] Desc_RampDouble_Asphalt_8x4_C -- [ ] Desc_Stair_Asphalt_8x1_C -- [ ] Desc_Stair_Asphalt_8x2_C -- [ ] Desc_Stair_Asphalt_8x4_C -- [ ] Desc_AlienPowerBuilding_C -- [ ] Desc_CentralStorage_C -- [ ] Desc_GeneratorGeoThermal_C -- [ ] Desc_ConveyorAttachmentSplitterProgrammable_C -- [ ] Desc_PowerPoleMk3_C -- [ ] Desc_PriorityPowerSwitch_C -- [ ] Desc_PowerPoleMk2_C -- [ ] Desc_PowerSwitch_C -- [ ] Desc_ConveyorAttachmentSplitterSmart_C -- [ ] Desc_RadarTower_C -- [ ] Desc_WreathDecor_C -- [ ] Desc_SnowDispenser_C -- [ ] Desc_xmassLights_C -- [ ] Desc_TreeGiftProducer_C -- [ ] Desc_Snowman_C -- [ ] Desc_XMassTree_C -- [ ] Desc_CandyCaneDecor_C -- [ ] Desc_Flat_Frame_01_C -- [ ] Desc_Foundation_Frame_01_C -- [ ] Desc_FoundationGlass_01_C -- [ ] Desc_Ramp_Frame_01_C -- [ ] Desc_Ramp_Frame_Inverted_01_C -- [ ] Desc_Wall_Frame_01_C -- [ ] Desc_Railing_01_C -- [ ] Desc_Pillar_Small_Metal_C -- [ ] Desc_PillarBase_Small_C -- [ ] Desc_PillarBase_C -- [ ] Desc_PillarMiddle_C -- [ ] Desc_Ladder_C -- [ ] Desc_Gate_Automated_8x4_C -- [ ] Desc_HyperTubeWallHole_C -- [ ] Desc_PipelineSupportWallHole_C -- [ ] Desc_FoundationPassthrough_Pipe_C -- [ ] Desc_PowerPoleWallDouble_C -- [ ] Desc_PowerPoleWallDoubleMk2_C -- [ ] Desc_PowerPoleWallMk2_C -- [ ] Desc_PowerPoleWallDoubleMk3_C -- [ ] Desc_PowerPoleWallMk3_C -- [ ] Desc_StreetLight_C -- [ ] Desc_CeilingLight_C -- [ ] Desc_FloodlightPole_C -- [ ] Desc_FloodlightWall_C -- [ ] Desc_Roof_Orange_01_C -- [ ] Desc_Roof_Orange_02_C -- [ ] Desc_Roof_Orange_03_C -- [ ] Desc_Roof_Orange_04_C -- [ ] Desc_Roof_Orange_InCorner_01_C -- [ ] Desc_Roof_Orange_InCorner_02_C -- [ ] Desc_Roof_Orange_InCorner_03_C -- [ ] Desc_Roof_Orange_OutCorner_01_C -- [ ] Desc_Roof_Orange_OutCorner_02_C -- [ ] Desc_Roof_Orange_OutCorner_03_C -- [ ] Desc_Roof_Window_01_C -- [ ] Desc_Roof_Window_02_C -- [ ] Desc_Roof_Window_03_C -- [ ] Desc_Roof_Window_04_C -- [ ] Desc_Roof_Window_InCorner_01_C -- [ ] Desc_Roof_Window_InCorner_02_C -- [ ] Desc_Roof_Window_InCorner_03_C -- [ ] Desc_Roof_Window_OutCorner_01_C -- [ ] Desc_Roof_Window_OutCorner_02_C -- [ ] Desc_Roof_Window_OutCorner_03_C -- [ ] Desc_Roof_A_01_C -- [ ] Desc_Roof_A_02_C -- [ ] Desc_Roof_A_03_C -- [ ] Desc_Roof_A_04_C -- [ ] Desc_Roof_Metal_InCorner_01_C -- [ ] Desc_Roof_Metal_InCorner_02_C -- [ ] Desc_Roof_Metal_InCorner_03_C -- [ ] Desc_Roof_Metal_OutCorner_01_C -- [ ] Desc_Roof_Metal_OutCorner_02_C -- [ ] Desc_Roof_Metal_OutCorner_03_C -- [ ] Desc_Roof_Tar_01_C -- [ ] Desc_Roof_Tar_02_C -- [ ] Desc_Roof_Tar_03_C -- [ ] Desc_Roof_Tar_04_C -- [ ] Desc_Roof_Tar_InCorner_01_C -- [ ] Desc_Roof_Tar_InCorner_02_C -- [ ] Desc_Roof_Tar_InCorner_03_C -- [ ] Desc_Roof_Tar_OutCorner_01_C -- [ ] Desc_Roof_Tar_OutCorner_02_C -- [ ] Desc_Roof_Tar_OutCorner_03_C -- [ ] Desc_PipelineMK2_NoIndicator_C -- [ ] Desc_Pipeline_NoIndicator_C -- [ ] Desc_StorageMedkit_C -- [ ] Desc_LightsControlPanel_C -- [ ] Desc_StandaloneWidgetSign_Small_C -- [ ] Desc_StandaloneWidgetSign_SmallVeryWide_C -- [ ] Desc_StandaloneWidgetSign_SmallWide_C -- [ ] Desc_StandaloneWidgetSign_Square_Tiny_C -- [ ] Desc_FoundationPassthrough_Hypertube_C -- [ ] Desc_StorageHazard_C -- [ ] Desc_Wall_Window_8x4_05_C -- [ ] Desc_Wall_Window_8x4_06_C -- [ ] Desc_Wall_Window_8x4_07_C -- [ ] Desc_Wall_Window_Thin_8x4_01_C -- [ ] Desc_Wall_Window_Thin_8x4_02_C -- [ ] Desc_Pillar_Small_Frame_C -- [ ] Desc_PillarMiddle_Frame_C -- [ ] Desc_ChainLinkFence_C -- [ ] Desc_TarpFence_C -- [ ] Desc_Barrier_Low_01_C -- [ ] Desc_Barrier_Tall_01_C -- [ ] Desc_Concrete_Barrier_01_C -- [ ] Desc_StandaloneWidgetSign_Medium_C -- [ ] Desc_StandaloneWidgetSign_Portrait_C -- [ ] Desc_StandaloneWidgetSign_Square_C -- [ ] Desc_StandaloneWidgetSign_Square_Small_C -- [ ] Desc_FoundationPassthrough_Lift_C -- [ ] Desc_Pillar_Small_Concrete_C -- [ ] Desc_PillarMiddle_Concrete_C -- [ ] Desc_CatwalkCross_C -- [ ] Desc_CatwalkRamp_C -- [ ] Desc_CatwalkStairs_C -- [ ] Desc_CatwalkStraight_C -- [ ] Desc_CatwalkT_C -- [ ] Desc_CatwalkTurn_C -- [ ] Desc_StandaloneWidgetSign_Huge_C -- [ ] Desc_StandaloneWidgetSign_Large_C -- [ ] Desc_Beam_Connector_C -- [ ] Desc_Beam_Connector_Double_C -- [ ] Desc_Beam_Support_C -- [ ] Desc_GeneratorBiomass_Automated_C -- [ ] Desc_SpaceElevator_C -- [ ] Desc_MinerMk1_C -- [ ] Desc_StorageContainerMk1_C -- [ ] Desc_ConstructorMk1_C -- [ ] Desc_SmelterMk1_C -- [ ] Desc_Workshop_C +- [x] Desc_Wall_Concrete_8x1_C +- [x] Desc_Wall_Concrete_8x4_C +- [x] Desc_Wall_Concrete_8x4_ConveyorHole_01_C +- [x] Desc_Wall_Concrete_8x4_ConveyorHole_02_C +- [x] Desc_Wall_Concrete_8x4_ConveyorHole_03_C +- [x] Desc_Wall_Concrete_8x4_Corner_01_C +- [x] Desc_Wall_Concrete_8x4_Corner_2_C +- [x] Desc_Wall_Concrete_8x4_Window_01_C +- [x] Desc_Wall_Concrete_8x4_Window_02_C +- [x] Desc_Wall_Concrete_8x4_Window_03_C +- [x] Desc_Wall_Concrete_8x4_Window_04_C +- [x] Desc_Wall_Concrete_8x8_Corner_01_C +- [x] Desc_Wall_Concrete_8x8_Corner_2_C +- [x] Desc_Wall_Concrete_Angular_8x4_C +- [x] Desc_Wall_Concrete_Angular_8x8_C +- [x] Desc_Wall_Concrete_CDoor_8x4_C +- [x] Desc_Wall_Concrete_8x1_FlipTris_C +- [x] Desc_Wall_Concrete_8x2_FlipTris_C +- [x] Desc_Wall_Concrete_8x4_FlipTris_C +- [x] Desc_Wall_Concrete_8x8_FlipTris_C +- [x] Desc_Wall_Concrete_Gate_8x4_C +- [x] Desc_Wall_Concrete_SDoor_8x4_C +- [x] Desc_Wall_Concrete_8x1_Tris_C +- [x] Desc_Wall_Concrete_8x2_Tris_C +- [x] Desc_Wall_Concrete_8x4_Tris_C +- [x] Desc_Wall_Concrete_8x8_Tris_C +- [x] Desc_Wall_8x4_01_C +- [x] Desc_Wall_Conveyor_8x4_01_C +- [x] Desc_Wall_Conveyor_8x4_02_C +- [x] Desc_Wall_Conveyor_8x4_03_C +- [x] Desc_Wall_Door_8x4_01_C +- [x] Desc_Wall_Door_8x4_03_C +- [x] Desc_Wall_Gate_8x4_01_C +- [x] Desc_Wall_Orange_8x1_C +- [x] Desc_Wall_Orange_8x4_Corner_01_C +- [x] Desc_Wall_Orange_8x4_Corner_02_C +- [x] Desc_Wall_Orange_8x8_Corner_01_C +- [x] Desc_Wall_Orange_8x8_Corner_02_C +- [x] Desc_Wall_Orange_Angular_8x4_C +- [x] Desc_Wall_Orange_Angular_8x8_C +- [x] Desc_Wall_Orange_8x1_FlipTris_C +- [x] Desc_Wall_Orange_8x2_FlipTris_C +- [x] Desc_Wall_Orange_8x4_FlipTris_C +- [x] Desc_Wall_Orange_8x8_FlipTris_C +- [x] Desc_Wall_Orange_8x1_Tris_C +- [x] Desc_Wall_Orange_8x2_Tris_C +- [x] Desc_Wall_Orange_8x4_Tris_C +- [x] Desc_Wall_Orange_8x8_Tris_C +- [x] Desc_Wall_Window_8x4_01_C +- [x] Desc_Wall_Window_8x4_02_C +- [x] Desc_Wall_Window_8x4_03_C +- [x] Desc_Wall_Window_8x4_04_C +- [x] Desc_SteelWall_8x4_Gate_01_C +- [x] Desc_SteelWall_8x4_Window_01_C +- [x] Desc_SteelWall_8x4_Window_02_C +- [x] Desc_SteelWall_8x4_Window_03_C +- [x] Desc_SteelWall_8x4_Window_04_C +- [x] Desc_Wall_Steel_8x4_Corner_01_C +- [x] Desc_Wall_Steel_8x4_Corner_2_C +- [x] Desc_Wall_Steel_8x8_Corner_01_C +- [x] Desc_Wall_Steel_8x8_Corner_2_C +- [x] Desc_SteelWall_8x1_C +- [x] Desc_SteelWall_FlipTris_8x1_C +- [x] Desc_SteelWall_FlipTris_8x2_C +- [x] Desc_SteelWall_FlipTris_8x4_C +- [x] Desc_SteelWall_FlipTris_8x8_C +- [x] Desc_SteelWall_Tris_8x1_C +- [x] Desc_SteelWall_Tris_8x2_C +- [x] Desc_SteelWall_Tris_8x4_C +- [x] Desc_SteelWall_Tris_8x8_C +- [x] Desc_Wall_8x4_02_C +- [x] Desc_Wall_Conveyor_8x4_01_Steel_C +- [x] Desc_Wall_Conveyor_8x4_02_Steel_C +- [x] Desc_Wall_Conveyor_8x4_03_Steel_C +- [x] Desc_Wall_Door_8x4_01_Steel_C +- [x] Desc_Wall_Door_8x4_03_Steel_C +- [x] Desc_WallSet_Steel_Angular_8x4_C +- [x] Desc_WallSet_Steel_Angular_8x8_C +- [x] Desc_Beam_C +- [x] Desc_Beam_Painted_C +- [x] Desc_ConveyorCeilingAttachment_C +- [x] Desc_ConveyorPoleWall_C +- [x] Desc_ConveyorBeltMk1_C +- [x] Desc_PowerLine_C +- [x] Desc_PowerPoleMk1_C +- [x] Desc_PowerPoleWall_C +- [x] Desc_TradingPost_C +- [x] Desc_WorkBench_C +- [x] Desc_Fence_01_C +- [x] Desc_PillarTop_C +- [x] Desc_JumpPad_C +- [x] Desc_JumpPadTilted_C +- [x] Desc_WalkwayCross_C +- [x] Desc_WalkwayRamp_C +- [x] Desc_WalkwayStraight_C +- [x] Desc_WalkwayT_C +- [x] Desc_WalkwayTurn_C +- [x] Desc_SteelWall_8x4_C +- [x] Desc_Wall_Conveyor_8x4_04_C +- [x] Desc_Wall_Conveyor_8x4_04_Steel_C +- [x] Desc_Wall_Window_8x4_03_Steel_C +- [x] Desc_GeneratorCoal_C +- [x] Desc_PipelineSupportWall_C +- [x] Desc_Pipeline_C +- [x] Desc_PipelineJunction_Cross_C +- [x] Desc_PipelinePump_C +- [x] Desc_PipeStorageTank_C +- [x] Desc_WaterPump_C +- [x] Desc_ResourceSink_C +- [x] Desc_ResourceSinkShop_C +- [x] Desc_QuantumEncoder_C +- [x] Desc_Converter_C +- [x] Desc_OilPump_C +- [x] Desc_OilRefinery_C +- [x] Desc_Valve_C +- [x] Desc_FoundryMk1_C +- [x] Desc_Packager_C +- [x] Desc_MinerMk2_C +- [x] Desc_ManufacturerMk1_C +- [x] Desc_AssemblerMk1_C +- [x] Desc_HadronCollider_C +- [x] Desc_Blender_C +- [x] Desc_GeneratorNuclear_C +- [x] Desc_FrackingExtractor_C +- [x] Desc_FrackingSmasher_C +- [x] Desc_DroneStation_C +- [x] Desc_ConveyorBeltMk5_C +- [x] Desc_ConveyorLiftMk5_C +- [x] Desc_MinerMk3_C +- [x] Desc_ConveyorBeltMk6_C +- [x] Desc_ConveyorLiftMk6_C +- [x] Desc_Portal_C +- [x] Desc_PortalSatellite_C +- [x] Desc_BlueprintDesigner_MK3_C +- [x] Desc_RailroadBlockSignal_C +- [x] Desc_RailroadPathSignal_C +- [x] Desc_BlueprintDesigner_MK2_C +- [x] Desc_PipelineMK2_C +- [x] Desc_PipelinePumpMk2_C +- [x] Desc_TrainDockingStation_C +- [x] Desc_TrainDockingStationLiquid_C +- [x] Desc_TrainPlatformEmpty_C +- [x] Desc_TrainPlatformEmpty_02_C +- [x] Desc_TrainStation_C +- [x] Desc_RailroadTrack_C +- [x] Desc_ConveyorBeltMk4_C +- [x] Desc_ConveyorLiftMk4_C +- [x] Desc_GeneratorFuel_C +- [x] Desc_IndustrialTank_C +- [x] Desc_ConveyorBeltMk3_C +- [x] Desc_ConveyorLiftMk3_C +- [x] Desc_StorageContainerMk2_C +- [x] Desc_BlueprintDesigner_C +- [x] Desc_PipeHyperStart_C +- [x] Desc_HyperTubeWallSupport_C +- [x] Desc_PipeHyper_C +- [x] Desc_PowerStorageMk1_C +- [x] Desc_PowerTower_C +- [x] Desc_PowerTowerPlatform_C +- [x] Desc_TruckStation_C +- [x] Desc_ConveyorBeltMk2_C +- [x] Desc_ConveyorLiftMk2_C +- [x] Desc_JumpPadAdjustable_C +- [x] Desc_LandingPad_C +- [x] Desc_Mam_C +- [x] Desc_StoragePlayer_C +- [x] Desc_ConveyorAttachmentMerger_C +- [x] Desc_ConveyorAttachmentSplitter_C +- [x] Desc_ConveyorLiftMk1_C +- [x] Desc_QuarterPipeMiddle_Ficsit_4x1_C +- [x] Desc_QuarterPipeMiddle_Ficsit_4x2_C +- [x] Desc_QuarterPipeMiddle_Ficsit_4x4_C +- [x] Desc_QuarterPipeMiddleInCorner_Ficsit_8x1_C +- [x] Desc_QuarterPipeMiddleInCorner_Ficsit_8x2_C +- [x] Desc_QuarterPipeMiddleInCorner_Ficsit_8x4_C +- [x] Desc_QuarterPipeMiddleOutCorner_Ficsit_4x1_C +- [x] Desc_QuarterPipeMiddleOutCorner_Ficsit_4x2_C +- [x] Desc_QuarterPipeMiddleOutCorner_Ficsit_4x4_C +- [x] Desc_Stair_FicsitSet_8x1_01_C +- [x] Desc_Stair_FicsitSet_8x2_01_C +- [x] Desc_Stair_FicsitSet_8x4_01_C +- [x] Desc_Foundation_8x1_01_C +- [x] Desc_Foundation_8x2_01_C +- [x] Desc_Foundation_8x4_01_C +- [x] Desc_QuarterPipe_C +- [x] Desc_QuarterPipe_02_C +- [x] Desc_QuarterPipeCorner_01_C +- [x] Desc_QuarterPipeCorner_02_C +- [x] Desc_QuarterPipeCorner_03_C +- [x] Desc_QuarterPipeCorner_04_C +- [x] Desc_Ramp_8x1_01_C +- [x] Desc_Ramp_8x2_01_C +- [x] Desc_Ramp_8x4_01_C +- [x] Desc_Ramp_8x4_Inverted_01_C +- [x] Desc_Ramp_8x8x8_C +- [x] Desc_Ramp_Diagonal_8x1_01_C +- [x] Desc_Ramp_Diagonal_8x1_02_C +- [x] Desc_Ramp_Diagonal_8x2_01_C +- [x] Desc_Ramp_Diagonal_8x2_02_C +- [x] Desc_Ramp_Diagonal_8x4_01_C +- [x] Desc_Ramp_Diagonal_8x4_02_C +- [x] Desc_RampDouble_C +- [x] Desc_RampDouble_8x1_C +- [x] Desc_RampInverted_8x1_C +- [x] Desc_RampInverted_8x1_Corner_01_C +- [x] Desc_RampInverted_8x1_Corner_02_C +- [x] Desc_RampInverted_8x2_01_C +- [x] Desc_RampInverted_8x2_Corner_01_C +- [x] Desc_RampInverted_8x2_Corner_02_C +- [x] Desc_RampInverted_8x4_Corner_01_C +- [x] Desc_RampInverted_8x4_Corner_02_C +- [x] Desc_LookoutTower_C +- [x] Desc_DownQuarterPipe_Concrete_8x4_C +- [x] Desc_DownQuarterPipeInCorner_Concrete_8x4_C +- [x] Desc_DownQuarterPipeOutCorner_Concrete_8x4_C +- [x] Desc_Foundation_Concrete_8x1_C +- [x] Desc_Foundation_Concrete_8x2_C +- [x] Desc_Foundation_Concrete_8x4_C +- [x] Desc_InvertedRamp_Concrete_8x1_C +- [x] Desc_InvertedRamp_Concrete_8x2_C +- [x] Desc_InvertedRamp_Concrete_8x4_C +- [x] Desc_InvertedRamp_DCorner_Concrete_8x1_C +- [x] Desc_InvertedRamp_DCorner_Concrete_8x2_C +- [x] Desc_InvertedRamp_DCorner_Concrete_8x4_C +- [x] Desc_InvertedRamp_UCorner_Concrete_8x1_C +- [x] Desc_InvertedRamp_UCorner_Concrete_8x2_C +- [x] Desc_InvertedRamp_UCorner_Concrete_8x4_C +- [x] Desc_QuarterPipe_Concrete_8x4_C +- [x] Desc_QuarterPipeInCorner_Concrete_8x4_C +- [x] Desc_QuarterPipeMiddle_Concrete_8x1_C +- [x] Desc_QuarterPipeMiddle_Concrete_8x2_C +- [x] Desc_QuarterPipeMiddle_Concrete_8x4_C +- [x] Desc_QuarterPipeMiddleInCorner_Concrete_8x1_C +- [x] Desc_QuarterPipeMiddleInCorner_Concrete_8x2_C +- [x] Desc_QuarterPipeMiddleInCorner_Concrete_8x4_C +- [x] Desc_QuarterPipeMiddleOutCorner_Concrete_4x1_C +- [x] Desc_QuarterPipeMiddleOutCorner_Concrete_4x2_C +- [x] Desc_QuarterPipeMiddleOutCorner_Concrete_4x4_C +- [x] Desc_QuarterPipeOutCorner_Concrete_8x4_C +- [x] Desc_Ramp_Concrete_8x1_C +- [x] Desc_Ramp_Concrete_8x2_C +- [x] Desc_Ramp_Concrete_8x4_C +- [x] Desc_Ramp_DownCorner_Concrete_8x1_C +- [x] Desc_Ramp_DownCorner_Concrete_8x2_C +- [x] Desc_Ramp_DownCorner_Concrete_8x4_C +- [x] Desc_Ramp_UpCorner_Concrete_8x1_C +- [x] Desc_Ramp_UpCorner_Concrete_8x2_C +- [x] Desc_Ramp_UpCorner_Concrete_8x4_C +- [x] Desc_RampDouble_Concrete_8x1_C +- [x] Desc_RampDouble_Concrete_8x2_C +- [x] Desc_RampDouble_Concrete_8x4_C +- [x] Desc_Stair_Concrete_8x1_C +- [x] Desc_Stair_Concrete_8x2_C +- [x] Desc_Stair_Concrete_8x4_C +- [x] Desc_DownQuarterPipe_Grip_8x4_C +- [x] Desc_DownQuarterPipeInCorner_Grip_8x4_C +- [x] Desc_DownQuarterPipeOutCorner_Grip_8x4_C +- [x] Desc_Foundation_Metal_8x1_C +- [x] Desc_Foundation_Metal_8x2_C +- [x] Desc_Foundation_Metal_8x4_C +- [x] Desc_InvertedRamp_DCorner_Metal_8x1_C +- [x] Desc_InvertedRamp_DCorner_Metal_8x2_C +- [x] Desc_InvertedRamp_DCorner_Metal_8x4_C +- [x] Desc_InvertedRamp_Metal_8x1_C +- [x] Desc_InvertedRamp_Metal_8x2_C +- [x] Desc_InvertedRamp_Metal_8x4_C +- [x] Desc_InvertedRamp_UCorner_Metal_8x1_C +- [x] Desc_InvertedRamp_UCorner_Metal_8x2_C +- [x] Desc_InvertedRamp_UCorner_Metal_8x4_C +- [x] Desc_QuarterPipe_Grip_8x4_C +- [x] Desc_QuarterPipeInCorner_Grip_8x4_C +- [x] Desc_QuarterPipeMiddle_Grip_8x1_C +- [x] Desc_QuarterPipeMiddle_Grip_8x2_C +- [x] Desc_QuarterPipeMiddle_Grip_8x4_C +- [x] Desc_QuarterPipeMiddleInCorner_Grip_8x1_C +- [x] Desc_QuarterPipeMiddleInCorner_Grip_8x2_C +- [x] Desc_QuarterPipeMiddleInCorner_Grip_8x4_C +- [x] Desc_QuarterPipeMiddleOutCorner_Grip_4x1_C +- [x] Desc_QuarterPipeMiddleOutCorner_Grip_4x2_C +- [x] Desc_QuarterPipeMiddleOutCorner_Grip_4x4_C +- [x] Desc_QuarterPipeOutCorner_Grip_8x4_C +- [x] Desc_Ramp_DownCorner_Metal_8x1_C +- [x] Desc_Ramp_DownCorner_Metal_8x2_C +- [x] Desc_Ramp_DownCorner_Metal_8x4_C +- [x] Desc_Ramp_Metal_8x1_C +- [x] Desc_Ramp_Metal_8x2_C +- [x] Desc_Ramp_Metal_8x4_C +- [x] Desc_Ramp_UpCorner_Metal_8x1_C +- [x] Desc_Ramp_UpCorner_Metal_8x2_C +- [x] Desc_Ramp_UpCorner_Metal_8x4_C +- [x] Desc_RampDouble_Metal_8x1_C +- [x] Desc_RampDouble_Metal_8x2_C +- [x] Desc_RampDouble_Metal_8x4_C +- [x] Desc_Stair_GripMetal_8x1_C +- [x] Desc_Stair_GripMetal_8x2_C +- [x] Desc_Stair_GripMetal_8x4_C +- [x] Desc_DownQuarterPipe_ConcretePolished_8x4_C +- [x] Desc_DownQuarterPipeInCorner_ConcretePolished_8x4_C +- [x] Desc_DownQuarterPipeOutCorner_ConcretePolished_8x4_C +- [x] Desc_Foundation_ConcretePolished_8x1_C +- [x] Foundation_ConcretePolished_8x2_C +- [x] Foundation_ConcretePolished_8x4_C +- [x] Desc_InvertedRamp_DCorner_Polished_8x1_C +- [x] Desc_InvertedRamp_DCorner_Polished_8x2_C +- [x] Desc_InvertedRamp_DCorner_Polished_8x4_C +- [x] Desc_InvertedRamp_Polished_8x1_C +- [x] Desc_InvertedRamp_Polished_8x2_C +- [x] Desc_InvertedRamp_Polished_8x4_C +- [x] Desc_InvertedRamp_UCorner_Polished_8x1_C +- [x] Desc_InvertedRamp_UCorner_Polished_8x2_C +- [x] Desc_InvertedRamp_UCorner_Polished_8x4_C +- [x] Desc_QuarterPipe_ConcretePolished_8x4_C +- [x] Desc_QuarterPipeInCorner_ConcretePolished_8x4_C +- [x] Desc_QuarterPipeMiddle_PolishedConcrete_8x1_C +- [x] Desc_QuarterPipeMiddle_PolishedConcrete_8x2_C +- [x] Desc_QuarterPipeMiddle_PolishedConcrete_8x4_C +- [x] Desc_QuarterPipeMiddleInCorner_PolishedConcrete_8x1_C +- [x] Desc_QuarterPipeMiddleInCorner_PolishedConcrete_8x2_C +- [x] Desc_QuarterPipeMiddleInCorner_PolishedConcrete_8x4_C +- [x] Desc_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1_C +- [x] Desc_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2_C +- [x] Desc_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4_C +- [x] Desc_QuarterPipeOutCorner_ConcretePolished_8x4_C +- [x] Desc_Ramp_DownCorner_Polished_8x1_C +- [x] Desc_Ramp_DownCorner_Polished_8x2_C +- [x] Desc_Ramp_DownCorner_Polished_8x4_C +- [x] Desc_Ramp_Polished_8x1_C +- [x] Desc_Ramp_Polished_8x2_C +- [x] Desc_Ramp_Polished_8x4_C +- [x] Desc_Ramp_UpCorner_Polished_8x1_C +- [x] Desc_Ramp_UpCorner_Polished_8x2_C +- [x] Desc_Ramp_UpCorner_Polished_8x4_C +- [x] Desc_RampDouble_Polished_8x1_C +- [x] Desc_RampDouble_Polished_8x2_C +- [x] Desc_RampDouble_Polished_8x4_C +- [x] Desc_Stair_PolishedConcrete_8x1_C +- [x] Desc_Stair_PolishedConcrete_8x2_C +- [x] Desc_Stair_PolishedConcrete_8x4_C +- [x] Desc_DownQuarterPipe_Asphalt_8x4_C +- [x] Desc_DownQuarterPipeInCorner_Asphalt_8x4_C +- [x] Desc_DownQuarterPipeOutCorner_Asphalt_8x4_C +- [x] Desc_Foundation_Asphalt_8x1_C +- [x] Desc_Foundation_Asphalt_8x2_C +- [x] Desc_Foundation_Asphalt_8x4_C +- [x] Desc_InvertedRamp_Asphalt_8x1_C +- [x] Desc_InvertedRamp_Asphalt_8x2_C +- [x] Desc_InvertedRamp_Asphalt_8x4_C +- [x] Desc_InvertedRamp_DCorner_Asphalt_8x1_C +- [x] Desc_InvertedRamp_DCorner_Asphalt_8x2_C +- [x] Desc_InvertedRamp_DCorner_Asphalt_8x4_C +- [x] Desc_InvertedRamp_UCorner_Asphalt_8x1_C +- [x] Desc_InvertedRamp_UCorner_Asphalt_8x2_C +- [x] Desc_InvertedRamp_UCorner_Asphalt_8x4_C +- [x] Desc_QuarterPipe_Asphalt_8x4_C +- [x] Desc_QuarterPipeInCorner_Asphalt_8x4_C +- [x] Desc_QuarterPipeMiddle_Asphalt_8x1_C +- [x] Desc_QuarterPipeMiddle_Asphalt_8x2_C +- [x] Desc_QuarterPipeMiddle_Asphalt_8x4_C +- [x] Desc_QuarterPipeMiddleInCorner_Asphalt_8x1_C +- [x] Desc_QuarterPipeMiddleInCorner_Asphalt_8x2_C +- [x] Desc_QuarterPipeMiddleInCorner_Asphalt_8x4_C +- [x] Desc_QuarterPipeMiddleOutCorner_Asphalt_4x1_C +- [x] Desc_QuarterPipeMiddleOutCorner_Asphalt_4x2_C +- [x] Desc_QuarterPipeMiddleOutCorner_Asphalt_4x4_C +- [x] Desc_QuarterPipeOutCorner_Asphalt_8x4_C +- [x] Desc_Ramp_Asphalt_8x1_C +- [x] Desc_Ramp_Asphalt_8x2_C +- [x] Desc_Ramp_Asphalt_8x4_C +- [x] Desc_Ramp_DownCorner_Asphalt_8x1_C +- [x] Desc_Ramp_DownCorner_Asphalt_8x2_C +- [x] Desc_Ramp_DownCorner_Asphalt_8x4_C +- [x] Desc_Ramp_UpCorner_Asphalt_8x1_C +- [x] Desc_Ramp_UpCorner_Asphalt_8x2_C +- [x] Desc_Ramp_UpCorner_Asphalt_8x4_C +- [x] Desc_RampDouble_Asphalt_8x1_C +- [x] Desc_RampDouble_Asphalt_8x2_C +- [x] Desc_RampDouble_Asphalt_8x4_C +- [x] Desc_Stair_Asphalt_8x1_C +- [x] Desc_Stair_Asphalt_8x2_C +- [x] Desc_Stair_Asphalt_8x4_C +- [x] Desc_AlienPowerBuilding_C +- [x] Desc_CentralStorage_C +- [x] Desc_GeneratorGeoThermal_C +- [x] Desc_ConveyorAttachmentSplitterProgrammable_C +- [x] Desc_PowerPoleMk3_C +- [x] Desc_PriorityPowerSwitch_C +- [x] Desc_PowerPoleMk2_C +- [x] Desc_PowerSwitch_C +- [x] Desc_ConveyorAttachmentSplitterSmart_C +- [x] Desc_RadarTower_C +- [x] Desc_WreathDecor_C +- [x] Desc_SnowDispenser_C +- [x] Desc_xmassLights_C +- [x] Desc_TreeGiftProducer_C +- [x] Desc_Snowman_C +- [x] Desc_XMassTree_C +- [x] Desc_CandyCaneDecor_C +- [x] Desc_Flat_Frame_01_C +- [x] Desc_Foundation_Frame_01_C +- [x] Desc_FoundationGlass_01_C +- [x] Desc_Ramp_Frame_01_C +- [x] Desc_Ramp_Frame_Inverted_01_C +- [x] Desc_Wall_Frame_01_C +- [x] Desc_Railing_01_C +- [x] Desc_Pillar_Small_Metal_C +- [x] Desc_PillarBase_Small_C +- [x] Desc_PillarBase_C +- [x] Desc_PillarMiddle_C +- [x] Desc_Ladder_C +- [x] Desc_Gate_Automated_8x4_C +- [x] Desc_HyperTubeWallHole_C +- [x] Desc_PipelineSupportWallHole_C +- [x] Desc_FoundationPassthrough_Pipe_C +- [x] Desc_PowerPoleWallDouble_C +- [x] Desc_PowerPoleWallDoubleMk2_C +- [x] Desc_PowerPoleWallMk2_C +- [x] Desc_PowerPoleWallDoubleMk3_C +- [x] Desc_PowerPoleWallMk3_C +- [x] Desc_StreetLight_C +- [x] Desc_CeilingLight_C +- [x] Desc_FloodlightPole_C +- [x] Desc_FloodlightWall_C +- [x] Desc_Roof_Orange_01_C +- [x] Desc_Roof_Orange_02_C +- [x] Desc_Roof_Orange_03_C +- [x] Desc_Roof_Orange_04_C +- [x] Desc_Roof_Orange_InCorner_01_C +- [x] Desc_Roof_Orange_InCorner_02_C +- [x] Desc_Roof_Orange_InCorner_03_C +- [x] Desc_Roof_Orange_OutCorner_01_C +- [x] Desc_Roof_Orange_OutCorner_02_C +- [x] Desc_Roof_Orange_OutCorner_03_C +- [x] Desc_Roof_Window_01_C +- [x] Desc_Roof_Window_02_C +- [x] Desc_Roof_Window_03_C +- [x] Desc_Roof_Window_04_C +- [x] Desc_Roof_Window_InCorner_01_C +- [x] Desc_Roof_Window_InCorner_02_C +- [x] Desc_Roof_Window_InCorner_03_C +- [x] Desc_Roof_Window_OutCorner_01_C +- [x] Desc_Roof_Window_OutCorner_02_C +- [x] Desc_Roof_Window_OutCorner_03_C +- [x] Desc_Roof_A_01_C +- [x] Desc_Roof_A_02_C +- [x] Desc_Roof_A_03_C +- [x] Desc_Roof_A_04_C +- [x] Desc_Roof_Metal_InCorner_01_C +- [x] Desc_Roof_Metal_InCorner_02_C +- [x] Desc_Roof_Metal_InCorner_03_C +- [x] Desc_Roof_Metal_OutCorner_01_C +- [x] Desc_Roof_Metal_OutCorner_02_C +- [x] Desc_Roof_Metal_OutCorner_03_C +- [x] Desc_Roof_Tar_01_C +- [x] Desc_Roof_Tar_02_C +- [x] Desc_Roof_Tar_03_C +- [x] Desc_Roof_Tar_04_C +- [x] Desc_Roof_Tar_InCorner_01_C +- [x] Desc_Roof_Tar_InCorner_02_C +- [x] Desc_Roof_Tar_InCorner_03_C +- [x] Desc_Roof_Tar_OutCorner_01_C +- [x] Desc_Roof_Tar_OutCorner_02_C +- [x] Desc_Roof_Tar_OutCorner_03_C +- [x] Desc_PipelineMK2_NoIndicator_C +- [x] Desc_Pipeline_NoIndicator_C +- [x] Desc_StorageMedkit_C +- [x] Desc_LightsControlPanel_C +- [x] Desc_StandaloneWidgetSign_Small_C +- [x] Desc_StandaloneWidgetSign_SmallVeryWide_C +- [x] Desc_StandaloneWidgetSign_SmallWide_C +- [x] Desc_StandaloneWidgetSign_Square_Tiny_C +- [x] Desc_FoundationPassthrough_Hypertube_C +- [x] Desc_StorageHazard_C +- [x] Desc_Wall_Window_8x4_05_C +- [x] Desc_Wall_Window_8x4_06_C +- [x] Desc_Wall_Window_8x4_07_C +- [x] Desc_Wall_Window_Thin_8x4_01_C +- [x] Desc_Wall_Window_Thin_8x4_02_C +- [x] Desc_Pillar_Small_Frame_C +- [x] Desc_PillarMiddle_Frame_C +- [x] Desc_ChainLinkFence_C +- [x] Desc_TarpFence_C +- [x] Desc_Barrier_Low_01_C +- [x] Desc_Barrier_Tall_01_C +- [x] Desc_Concrete_Barrier_01_C +- [x] Desc_StandaloneWidgetSign_Medium_C +- [x] Desc_StandaloneWidgetSign_Portrait_C +- [x] Desc_StandaloneWidgetSign_Square_C +- [x] Desc_StandaloneWidgetSign_Square_Small_C +- [x] Desc_FoundationPassthrough_Lift_C +- [x] Desc_Pillar_Small_Concrete_C +- [x] Desc_PillarMiddle_Concrete_C +- [x] Desc_CatwalkCross_C +- [x] Desc_CatwalkRamp_C +- [x] Desc_CatwalkStairs_C +- [x] Desc_CatwalkStraight_C +- [x] Desc_CatwalkT_C +- [x] Desc_CatwalkTurn_C +- [x] Desc_StandaloneWidgetSign_Huge_C +- [x] Desc_StandaloneWidgetSign_Large_C +- [x] Desc_Beam_Connector_C +- [x] Desc_Beam_Connector_Double_C +- [x] Desc_Beam_Support_C +- [x] Desc_GeneratorBiomass_Automated_C +- [x] Desc_SpaceElevator_C +- [x] Desc_MinerMk1_C +- [x] Desc_StorageContainerMk1_C +- [x] Desc_ConstructorMk1_C +- [x] Desc_SmelterMk1_C +- [x] Desc_Workshop_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGCentralStorageContainer' -- [ ] Build_CentralStorage_C +- [x] Build_CentralStorage_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGChainsaw' -- [ ] Equip_Chainsaw_C +- [x] Equip_Chainsaw_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGChargedWeapon' -- [ ] Equip_NobeliskDetonator_C +- [x] Equip_NobeliskDetonator_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGConsumableDescriptor' -- [ ] Desc_Berry_C -- [ ] Desc_Nut_C -- [ ] Desc_Medkit_C -- [ ] Desc_Shroom_C -- [ ] Desc_Parachute_C +- [x] Desc_Berry_C +- [x] Desc_Nut_C +- [x] Desc_Medkit_C +- [x] Desc_Shroom_C +- [x] Desc_Parachute_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGConsumableEquipment' -- [ ] BP_ConsumeableEquipment_C -- [ ] Equip_MedKit_C +- [x] BP_ConsumeableEquipment_C +- [x] Equip_MedKit_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGConveyorPoleStackable' -- [ ] Build_ConveyorPoleStackable_C +- [x] Build_ConveyorPoleStackable_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGCustomizationRecipe' -- [ ] Recipe_Material_Wall_Concrete_C -- [ ] Recipe_Material_Wall_Steel_C -- [ ] Recipe_Pattern_Remover_Arrows_C -- [ ] Recipe_Pattern_Remover_Icons_C -- [ ] Recipe_Pattern_Remover_Lines_C -- [ ] Recipe_Pattern_Remover_Numbers_C -- [ ] Recipe_Pattern_Remover_Paths_C -- [ ] Recipe_Pattern_Remover_C -- [ ] Recipe_Pattern_Remover_Zones_C -- [ ] Recipe_Swatch_Slot17_C -- [ ] Recipe_Swatch_Custom_C -- [ ] Recipe_Swatch_ProjectAssembly_C -- [ ] Recipe_Swatch_Slot0_C -- [ ] Recipe_Swatch_Slot1_C -- [ ] Recipe_Swatch_Slot10_C -- [ ] Recipe_Swatch_Slot11_C -- [ ] Recipe_Swatch_Slot12_C -- [ ] Recipe_Swatch_Slot13_C -- [ ] Recipe_Swatch_Slot14_C -- [ ] Recipe_Swatch_Slot15_C -- [ ] Recipe_Swatch_Slot16_C -- [ ] Recipe_Swatch_Slot18_C -- [ ] Recipe_Swatch_Slot19_C -- [ ] Recipe_Swatch_Slot2_C -- [ ] Recipe_Swatch_Slot20_C -- [ ] Recipe_Swatch_Slot3_C -- [ ] Recipe_Swatch_Slot4_C -- [ ] Recipe_Swatch_Slot5_C -- [ ] Recipe_Swatch_Slot6_C -- [ ] Recipe_Swatch_Slot7_C -- [ ] Recipe_Swatch_Slot8_C -- [ ] Recipe_Swatch_Slot9_C -- [ ] Recipe_Material_Foundation_Concrete_C -- [ ] Recipe_Material_Foundation_GripMetal_C -- [ ] Recipe_Material_Foundation_PolishedConcrete_C -- [ ] Recipe_Material_Foundation_Asphalt_C -- [ ] Recipe_Swatch_Concrete_C -- [ ] Recipe_Material_Roof_Glass_C -- [ ] Recipe_Material_Roof_Metal_C -- [ ] Recipe_Material_Roof_Tar_C -- [ ] Recipe_Pattern_ZoneFull_C -- [ ] Recipe_Pattern_ZoneHalf_C -- [ ] Recipe_Pattern_ZoneLine_C -- [ ] Recipe_Pattern_ZoneQuarter_C -- [ ] Recipe_PaintFinish_UnPainted_C -- [ ] Recipe_Pattern_PathCart_C -- [ ] Recipe_Pattern_PathCorner_C -- [ ] Recipe_Pattern_PathCross_C -- [ ] Recipe_Pattern_PathPioneer_C -- [ ] Recipe_Pattern_PathSplit_C -- [ ] Recipe_Pattern_PathStraight_C -- [ ] Recipe_Pattern_PathZebra_C -- [ ] Recipe_Pattern_Number0_C -- [ ] Recipe_Pattern_Number1_C -- [ ] Recipe_Pattern_Number2_C -- [ ] Recipe_Pattern_Number3_C -- [ ] Recipe_Pattern_Number4_C -- [ ] Recipe_Pattern_Number5_C -- [ ] Recipe_Pattern_Number6_C -- [ ] Recipe_Pattern_Number7_C -- [ ] Recipe_Pattern_Number8_C -- [ ] Recipe_Pattern_Number9_C -- [ ] Recipe_Pattern_Icon_Cart_C -- [ ] Recipe_Pattern_Icon_Explorer_C -- [ ] Recipe_Pattern_Icon_Parking_C -- [ ] Recipe_Pattern_Icon_Tractor_C -- [ ] Recipe_Pattern_Icon_Truck_C -- [ ] Recipe_Pattern_NO_Cart_C -- [ ] Recipe_Pattern_NO_Parking_C -- [ ] Recipe_Pattern_FullZebra_C -- [ ] Recipe_Pattern_Icon_Factory_C -- [ ] Recipe_Pattern_Icon_Liquid_C -- [ ] Recipe_Pattern_Icon_Nuclear_C -- [ ] Recipe_Pattern_Icon_Pioneer_C -- [ ] Recipe_Pattern_Icon_Power_C -- [ ] Recipe_Pattern_Icon_StopCross_C -- [ ] Recipe_Pattern_Icon_Storage_C -- [ ] Recipe_Pattern_NO_Pioneer_C -- [ ] Recipe_Pattern_LineCentre_C -- [ ] Recipe_Pattern_LineCentreCorner_C -- [ ] Recipe_Pattern_LineCross_C -- [ ] Recipe_Pattern_LineDouble_C -- [ ] Recipe_Pattern_LineSide_C -- [ ] Recipe_Pattern_LineSideCorner_C -- [ ] Recipe_Pattern_LineSplit_C -- [ ] Recipe_Pattern_DottedCentre_C -- [ ] Recipe_Pattern_DottedCentreCorner_C -- [ ] Recipe_Pattern_DottedCross_C -- [ ] Recipe_Pattern_DottedDouble_C -- [ ] Recipe_Pattern_DottedSide_C -- [ ] Recipe_Pattern_DottedSideCorner_C -- [ ] Recipe_Pattern_DottedSplit_C -- [ ] Recipe_PaintFinish_Copper_C -- [ ] Recipe_PaintFinish_Chrome_C -- [ ] Recipe_PaintFinish_Caterium_C -- [ ] Recipe_PaintFinish_CarbonSteel_C -- [ ] Recipe_Pattern_ArrowBack_C -- [ ] Recipe_Pattern_ArrowLeft_C -- [ ] Recipe_Pattern_ArrowRight_C -- [ ] Recipe_Pattern_ArrowStraight_C -- [ ] Recipe_Pattern_NO_ArrowLeft_C -- [ ] Recipe_Pattern_NO_ArrowRight_C -- [ ] Recipe_Pattern_NO_ArrowStraight_C -- [ ] Recipe_SkinFicsmas_Premium_C -- [ ] Recipe_SkinRemover_C -- [ ] Recipe_SkinFicsmas_Default_C +- [x] Recipe_Material_Wall_Concrete_C +- [x] Recipe_Material_Wall_Steel_C +- [x] Recipe_Pattern_Remover_Arrows_C +- [x] Recipe_Pattern_Remover_Icons_C +- [x] Recipe_Pattern_Remover_Lines_C +- [x] Recipe_Pattern_Remover_Numbers_C +- [x] Recipe_Pattern_Remover_Paths_C +- [x] Recipe_Pattern_Remover_C +- [x] Recipe_Pattern_Remover_Zones_C +- [x] Recipe_Swatch_Slot17_C +- [x] Recipe_Swatch_Custom_C +- [x] Recipe_Swatch_ProjectAssembly_C +- [x] Recipe_Swatch_Slot0_C +- [x] Recipe_Swatch_Slot1_C +- [x] Recipe_Swatch_Slot10_C +- [x] Recipe_Swatch_Slot11_C +- [x] Recipe_Swatch_Slot12_C +- [x] Recipe_Swatch_Slot13_C +- [x] Recipe_Swatch_Slot14_C +- [x] Recipe_Swatch_Slot15_C +- [x] Recipe_Swatch_Slot16_C +- [x] Recipe_Swatch_Slot18_C +- [x] Recipe_Swatch_Slot19_C +- [x] Recipe_Swatch_Slot2_C +- [x] Recipe_Swatch_Slot20_C +- [x] Recipe_Swatch_Slot3_C +- [x] Recipe_Swatch_Slot4_C +- [x] Recipe_Swatch_Slot5_C +- [x] Recipe_Swatch_Slot6_C +- [x] Recipe_Swatch_Slot7_C +- [x] Recipe_Swatch_Slot8_C +- [x] Recipe_Swatch_Slot9_C +- [x] Recipe_Material_Foundation_Concrete_C +- [x] Recipe_Material_Foundation_GripMetal_C +- [x] Recipe_Material_Foundation_PolishedConcrete_C +- [x] Recipe_Material_Foundation_Asphalt_C +- [x] Recipe_Swatch_Concrete_C +- [x] Recipe_Material_Roof_Glass_C +- [x] Recipe_Material_Roof_Metal_C +- [x] Recipe_Material_Roof_Tar_C +- [x] Recipe_Pattern_ZoneFull_C +- [x] Recipe_Pattern_ZoneHalf_C +- [x] Recipe_Pattern_ZoneLine_C +- [x] Recipe_Pattern_ZoneQuarter_C +- [x] Recipe_PaintFinish_UnPainted_C +- [x] Recipe_Pattern_PathCart_C +- [x] Recipe_Pattern_PathCorner_C +- [x] Recipe_Pattern_PathCross_C +- [x] Recipe_Pattern_PathPioneer_C +- [x] Recipe_Pattern_PathSplit_C +- [x] Recipe_Pattern_PathStraight_C +- [x] Recipe_Pattern_PathZebra_C +- [x] Recipe_Pattern_Number0_C +- [x] Recipe_Pattern_Number1_C +- [x] Recipe_Pattern_Number2_C +- [x] Recipe_Pattern_Number3_C +- [x] Recipe_Pattern_Number4_C +- [x] Recipe_Pattern_Number5_C +- [x] Recipe_Pattern_Number6_C +- [x] Recipe_Pattern_Number7_C +- [x] Recipe_Pattern_Number8_C +- [x] Recipe_Pattern_Number9_C +- [x] Recipe_Pattern_Icon_Cart_C +- [x] Recipe_Pattern_Icon_Explorer_C +- [x] Recipe_Pattern_Icon_Parking_C +- [x] Recipe_Pattern_Icon_Tractor_C +- [x] Recipe_Pattern_Icon_Truck_C +- [x] Recipe_Pattern_NO_Cart_C +- [x] Recipe_Pattern_NO_Parking_C +- [x] Recipe_Pattern_FullZebra_C +- [x] Recipe_Pattern_Icon_Factory_C +- [x] Recipe_Pattern_Icon_Liquid_C +- [x] Recipe_Pattern_Icon_Nuclear_C +- [x] Recipe_Pattern_Icon_Pioneer_C +- [x] Recipe_Pattern_Icon_Power_C +- [x] Recipe_Pattern_Icon_StopCross_C +- [x] Recipe_Pattern_Icon_Storage_C +- [x] Recipe_Pattern_NO_Pioneer_C +- [x] Recipe_Pattern_LineCentre_C +- [x] Recipe_Pattern_LineCentreCorner_C +- [x] Recipe_Pattern_LineCross_C +- [x] Recipe_Pattern_LineDouble_C +- [x] Recipe_Pattern_LineSide_C +- [x] Recipe_Pattern_LineSideCorner_C +- [x] Recipe_Pattern_LineSplit_C +- [x] Recipe_Pattern_DottedCentre_C +- [x] Recipe_Pattern_DottedCentreCorner_C +- [x] Recipe_Pattern_DottedCross_C +- [x] Recipe_Pattern_DottedDouble_C +- [x] Recipe_Pattern_DottedSide_C +- [x] Recipe_Pattern_DottedSideCorner_C +- [x] Recipe_Pattern_DottedSplit_C +- [x] Recipe_PaintFinish_Copper_C +- [x] Recipe_PaintFinish_Chrome_C +- [x] Recipe_PaintFinish_Caterium_C +- [x] Recipe_PaintFinish_CarbonSteel_C +- [x] Recipe_Pattern_ArrowBack_C +- [x] Recipe_Pattern_ArrowLeft_C +- [x] Recipe_Pattern_ArrowRight_C +- [x] Recipe_Pattern_ArrowStraight_C +- [x] Recipe_Pattern_NO_ArrowLeft_C +- [x] Recipe_Pattern_NO_ArrowRight_C +- [x] Recipe_Pattern_NO_ArrowStraight_C +- [x] Recipe_SkinFicsmas_Premium_C +- [x] Recipe_SkinRemover_C +- [x] Recipe_SkinFicsmas_Default_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGEquipmentDescriptor' -- [ ] Desc_RebarGunProjectile_C -- [ ] BP_EquipmentDescriptorRifle_C -- [ ] BP_EquipmentDescriptorHazmatSuit_C -- [ ] BP_EquipmentDescriptorNobeliskDetonator_C -- [ ] Desc_GolfCart_C -- [ ] Desc_GolfCartGold_C -- [ ] BP_ItemDescriptorPortableMiner_C -- [ ] BP_EquipmentDescriptorShockShank_C -- [ ] BP_EquipmentDescriptorObjectScanner_C -- [ ] BP_EquipmentDescriptorHoverPack_C -- [ ] BP_EquipmentDescriptorJetPack_C -- [ ] BP_EquipmentDescriptorStunSpear_C -- [ ] Desc_Chainsaw_C -- [ ] BP_EquipmentDescriptorJumpingStilts_C -- [ ] BP_EqDescZipLine_C -- [ ] BP_EquipmentDescriptorGasmask_C -- [ ] BP_EquipmentDescriptorCandyCane_C +- [x] Desc_RebarGunProjectile_C +- [x] BP_EquipmentDescriptorRifle_C +- [x] BP_EquipmentDescriptorHazmatSuit_C +- [x] BP_EquipmentDescriptorNobeliskDetonator_C +- [x] Desc_GolfCart_C +- [x] Desc_GolfCartGold_C +- [x] BP_ItemDescriptorPortableMiner_C +- [x] BP_EquipmentDescriptorShockShank_C +- [x] BP_EquipmentDescriptorObjectScanner_C +- [x] BP_EquipmentDescriptorHoverPack_C +- [x] BP_EquipmentDescriptorJetPack_C +- [x] BP_EquipmentDescriptorStunSpear_C +- [x] Desc_Chainsaw_C +- [x] BP_EquipmentDescriptorJumpingStilts_C +- [x] BP_EqDescZipLine_C +- [x] BP_EquipmentDescriptorGasmask_C +- [x] BP_EquipmentDescriptorCandyCane_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGEquipmentStunSpear' -- [ ] Equip_ShockShank_C -- [ ] Equip_StunSpear_C -- [ ] Equip_CandyCaneBasher_C +- [x] Equip_ShockShank_C +- [x] Equip_StunSpear_C +- [x] Equip_CandyCaneBasher_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGEquipmentZipline' -- [ ] Equip_Zipline_C +- [x] Equip_Zipline_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGGasMask' -- [ ] Equip_GasMask_C +- [x] Equip_GasMask_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGGolfCartDispenser' -- [ ] Equip_GolfCartDispenser_C -- [ ] Equip_GoldGolfCartDispenser_C +- [x] Equip_GolfCartDispenser_C +- [x] Equip_GoldGolfCartDispenser_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGHoverPack' -- [ ] Equip_HoverPack_C +- [x] Equip_HoverPack_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGItemDescriptor' -- [ ] Desc_NuclearWaste_C -- [ ] Desc_PlutoniumWaste_C -- [ ] Desc_Cement_C -- [ ] Desc_Silica_C -- [ ] Desc_IronPlate_C -- [ ] Desc_SteelPlate_C -- [ ] Desc_AluminumIngot_C -- [ ] Desc_Battery_C -- [ ] Desc_Fuel_C -- [ ] Desc_PackagedIonizedFuel_C -- [ ] Desc_PackagedRocketFuel_C -- [ ] Desc_TurboFuel_C -- [ ] Desc_HazmatFilter_C -- [ ] Desc_CompactedCoal_C -- [ ] Desc_PackagedOilResidue_C -- [ ] Desc_PetroleumCoke_C -- [ ] Desc_PackagedOil_C -- [ ] Desc_IronRod_C -- [ ] Desc_Wire_C -- [ ] Desc_Cable_C -- [ ] Desc_IronIngot_C -- [ ] Desc_IronPlateReinforced_C -- [ ] Desc_Rotor_C -- [ ] Desc_LiquidFuel_C -- [ ] Desc_RocketFuel_C -- [ ] Desc_CopperSheet_C -- [ ] Desc_ModularFrame_C -- [ ] Desc_IronScrew_C -- [ ] Desc_NitricAcid_C -- [ ] Desc_LiquidTurboFuel_C -- [ ] Desc_GasTank_C -- [ ] Desc_CrystalOscillator_C -- [ ] Desc_Motor_C -- [ ] Desc_DarkMatter_C -- [ ] Desc_IonizedFuel_C -- [ ] Desc_ComputerSuper_C -- [ ] Desc_CoolingSystem_C -- [ ] Desc_FicsiteMesh_C -- [ ] Desc_MotorLightweight_C -- [ ] Desc_TimeCrystal_C -- [ ] Desc_DarkEnergy_C -- [ ] Desc_SAMIngot_C -- [ ] Desc_QuantumEnergy_C -- [ ] Desc_Diamond_C -- [ ] Desc_AluminumPlate_C -- [ ] Desc_QuantumOscillator_C -- [ ] Desc_TemporalProcessor_C -- [ ] Desc_SpaceElevatorPart_12_C -- [ ] Desc_SpaceElevatorPart_6_C -- [ ] Desc_SAMFluctuator_C -- [ ] Desc_SteelPipe_C -- [ ] Desc_ModularFrameFused_C -- [ ] Desc_ModularFrameLightweight_C -- [ ] Desc_FicsiteIngot_C -- [ ] Desc_SpaceElevatorPart_10_C -- [ ] Desc_SpaceElevatorPart_7_C -- [ ] Desc_GoldIngot_C -- [ ] Desc_FluidCanister_C -- [ ] Desc_CircuitBoard_C -- [ ] Desc_Plastic_C -- [ ] Desc_SteelPlateReinforced_C -- [ ] Desc_Rubber_C -- [ ] Desc_PolymerResin_C -- [ ] Desc_HeavyOilResidue_C -- [ ] Desc_QuartzCrystal_C -- [ ] Desc_SteelIngot_C -- [ ] Desc_SpaceElevatorPart_2_C -- [ ] Desc_PackagedWater_C -- [ ] Desc_CopperIngot_C -- [ ] Desc_AluminumScrap_C -- [ ] Desc_AluminumCasing_C -- [ ] Desc_AluminaSolution_C -- [ ] Desc_Computer_C -- [ ] Desc_ModularFrameHeavy_C -- [ ] Desc_SpaceElevatorPart_1_C -- [ ] Desc_HighSpeedConnector_C -- [ ] Desc_SpaceElevatorPart_3_C -- [ ] Desc_Stator_C -- [ ] Desc_CircuitBoardHighSpeed_C -- [ ] Desc_HighSpeedWire_C -- [ ] Desc_SpaceElevatorPart_4_C -- [ ] Desc_SpaceElevatorPart_5_C -- [ ] Desc_PressureConversionCube_C -- [ ] Desc_PlutoniumCell_C -- [ ] Desc_PlutoniumPellet_C -- [ ] Desc_NonFissibleUranium_C -- [ ] Desc_SulfuricAcid_C -- [ ] Desc_CopperDust_C -- [ ] Desc_AluminumPlateReinforced_C -- [ ] Desc_ElectromagneticControlRod_C -- [ ] Desc_SpaceElevatorPart_9_C -- [ ] Desc_UraniumCell_C -- [ ] Desc_DissolvedSilica_C -- [ ] Desc_SpaceElevatorPart_8_C -- [ ] Desc_Gunpowder_C -- [ ] Desc_Ficsonium_C -- [ ] Desc_SingularityCell_C -- [ ] Desc_SpaceElevatorPart_11_C -- [ ] Desc_Filter_C -- [ ] Desc_AlienProtein_C -- [ ] Desc_Crystal_C -- [ ] Desc_AlienDNACapsule_C -- [ ] Desc_WAT2_C -- [ ] Desc_Crystal_mk3_C -- [ ] Desc_Crystal_mk2_C -- [ ] Desc_GunpowderMK2_C -- [ ] Desc_XmasStar_C -- [ ] Desc_XmasBallCluster_C -- [ ] Desc_XmasWreath_C -- [ ] Desc_CandyCane_C -- [ ] Desc_Snow_C -- [ ] Desc_XmasBow_C -- [ ] Desc_XmasBall3_C -- [ ] Desc_XmasBall4_C -- [ ] Desc_XmasBranch_C -- [ ] Desc_XmasBall1_C -- [ ] Desc_XmasBall2_C -- [ ] Desc_Gift_C +- [x] Desc_NuclearWaste_C +- [x] Desc_PlutoniumWaste_C +- [x] Desc_Cement_C +- [x] Desc_Silica_C +- [x] Desc_IronPlate_C +- [x] Desc_SteelPlate_C +- [x] Desc_AluminumIngot_C +- [x] Desc_Battery_C +- [x] Desc_Fuel_C +- [x] Desc_PackagedIonizedFuel_C +- [x] Desc_PackagedRocketFuel_C +- [x] Desc_TurboFuel_C +- [x] Desc_HazmatFilter_C +- [x] Desc_CompactedCoal_C +- [x] Desc_PackagedOilResidue_C +- [x] Desc_PetroleumCoke_C +- [x] Desc_PackagedOil_C +- [x] Desc_IronRod_C +- [x] Desc_Wire_C +- [x] Desc_Cable_C +- [x] Desc_IronIngot_C +- [x] Desc_IronPlateReinforced_C +- [x] Desc_Rotor_C +- [x] Desc_LiquidFuel_C +- [x] Desc_RocketFuel_C +- [x] Desc_CopperSheet_C +- [x] Desc_ModularFrame_C +- [x] Desc_IronScrew_C +- [x] Desc_NitricAcid_C +- [x] Desc_LiquidTurboFuel_C +- [x] Desc_GasTank_C +- [x] Desc_CrystalOscillator_C +- [x] Desc_Motor_C +- [x] Desc_DarkMatter_C +- [x] Desc_IonizedFuel_C +- [x] Desc_ComputerSuper_C +- [x] Desc_CoolingSystem_C +- [x] Desc_FicsiteMesh_C +- [x] Desc_MotorLightweight_C +- [x] Desc_TimeCrystal_C +- [x] Desc_DarkEnergy_C +- [x] Desc_SAMIngot_C +- [x] Desc_QuantumEnergy_C +- [x] Desc_Diamond_C +- [x] Desc_AluminumPlate_C +- [x] Desc_QuantumOscillator_C +- [x] Desc_TemporalProcessor_C +- [x] Desc_SpaceElevatorPart_12_C +- [x] Desc_SpaceElevatorPart_6_C +- [x] Desc_SAMFluctuator_C +- [x] Desc_SteelPipe_C +- [x] Desc_ModularFrameFused_C +- [x] Desc_ModularFrameLightweight_C +- [x] Desc_FicsiteIngot_C +- [x] Desc_SpaceElevatorPart_10_C +- [x] Desc_SpaceElevatorPart_7_C +- [x] Desc_GoldIngot_C +- [x] Desc_FluidCanister_C +- [x] Desc_CircuitBoard_C +- [x] Desc_Plastic_C +- [x] Desc_SteelPlateReinforced_C +- [x] Desc_Rubber_C +- [x] Desc_PolymerResin_C +- [x] Desc_HeavyOilResidue_C +- [x] Desc_QuartzCrystal_C +- [x] Desc_SteelIngot_C +- [x] Desc_SpaceElevatorPart_2_C +- [x] Desc_PackagedWater_C +- [x] Desc_CopperIngot_C +- [x] Desc_AluminumScrap_C +- [x] Desc_AluminumCasing_C +- [x] Desc_AluminaSolution_C +- [x] Desc_Computer_C +- [x] Desc_ModularFrameHeavy_C +- [x] Desc_SpaceElevatorPart_1_C +- [x] Desc_HighSpeedConnector_C +- [x] Desc_SpaceElevatorPart_3_C +- [x] Desc_Stator_C +- [x] Desc_CircuitBoardHighSpeed_C +- [x] Desc_HighSpeedWire_C +- [x] Desc_SpaceElevatorPart_4_C +- [x] Desc_SpaceElevatorPart_5_C +- [x] Desc_PressureConversionCube_C +- [x] Desc_PlutoniumCell_C +- [x] Desc_PlutoniumPellet_C +- [x] Desc_NonFissibleUranium_C +- [x] Desc_SulfuricAcid_C +- [x] Desc_CopperDust_C +- [x] Desc_AluminumPlateReinforced_C +- [x] Desc_ElectromagneticControlRod_C +- [x] Desc_SpaceElevatorPart_9_C +- [x] Desc_UraniumCell_C +- [x] Desc_DissolvedSilica_C +- [x] Desc_SpaceElevatorPart_8_C +- [x] Desc_Gunpowder_C +- [x] Desc_Ficsonium_C +- [x] Desc_SingularityCell_C +- [x] Desc_SpaceElevatorPart_11_C +- [x] Desc_Filter_C +- [x] Desc_AlienProtein_C +- [x] Desc_Crystal_C +- [x] Desc_AlienDNACapsule_C +- [x] Desc_WAT2_C +- [x] Desc_Crystal_mk3_C +- [x] Desc_Crystal_mk2_C +- [x] Desc_GunpowderMK2_C +- [x] Desc_XmasStar_C +- [x] Desc_XmasBallCluster_C +- [x] Desc_XmasWreath_C +- [x] Desc_CandyCane_C +- [x] Desc_Snow_C +- [x] Desc_XmasBow_C +- [x] Desc_XmasBall3_C +- [x] Desc_XmasBall4_C +- [x] Desc_XmasBranch_C +- [x] Desc_XmasBall1_C +- [x] Desc_XmasBall2_C +- [x] Desc_Gift_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGItemDescriptorBiomass' -- [ ] Desc_Biofuel_C -- [ ] Desc_PackagedBiofuel_C -- [ ] Desc_GenericBiomass_C -- [ ] Desc_Leaves_C -- [ ] Desc_Mycelia_C -- [ ] Desc_Wood_C -- [ ] Desc_LiquidBiofuel_C -- [ ] Desc_PackagedAlumina_C -- [ ] Desc_PackagedNitrogenGas_C -- [ ] Desc_PackagedNitricAcid_C -- [ ] Desc_PackagedSulfuricAcid_C -- [ ] Desc_Fabric_C -- [ ] Desc_HogParts_C -- [ ] Desc_SpitterParts_C -- [ ] Desc_StingerParts_C -- [ ] Desc_HatcherParts_C +- [x] Desc_Biofuel_C +- [x] Desc_PackagedBiofuel_C +- [x] Desc_GenericBiomass_C +- [x] Desc_Leaves_C +- [x] Desc_Mycelia_C +- [x] Desc_Wood_C +- [x] Desc_LiquidBiofuel_C +- [x] Desc_PackagedAlumina_C +- [x] Desc_PackagedNitrogenGas_C +- [x] Desc_PackagedNitricAcid_C +- [x] Desc_PackagedSulfuricAcid_C +- [x] Desc_Fabric_C +- [x] Desc_HogParts_C +- [x] Desc_SpitterParts_C +- [x] Desc_StingerParts_C +- [x] Desc_HatcherParts_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGItemDescriptorNuclearFuel' -- [ ] Desc_NuclearFuelRod_C -- [ ] Desc_PlutoniumFuelRod_C -- [ ] Desc_FicsoniumFuelRod_C +- [x] Desc_NuclearFuelRod_C +- [x] Desc_PlutoniumFuelRod_C +- [x] Desc_FicsoniumFuelRod_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGItemDescriptorPowerBoosterFuel' -- [ ] Desc_AlienPowerFuel_C +- [x] Desc_AlienPowerFuel_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGJetPack' -- [ ] Equip_JetPack_C +- [x] Equip_JetPack_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGJumpingStilts' -- [ ] Equip_JumpingStilts_C +- [x] Equip_JumpingStilts_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGObjectScanner' -- [ ] Equip_ObjectScanner_C +- [x] Equip_ObjectScanner_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGParachute' -- [ ] Equip_Parachute_C +- [x] Equip_Parachute_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGPipeHyperStart' -- [ ] Build_PipeHyperStart_C +- [x] Build_PipeHyperStart_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGPoleDescriptor' -- [ ] Desc_ConveyorPole_C -- [ ] Desc_PipelineSupport_C -- [ ] Desc_PipeSupportStackable_C -- [ ] Desc_HyperPoleStackable_C -- [ ] Desc_PipeHyperSupport_C -- [ ] Desc_ConveyorPoleStackable_C +- [x] Desc_ConveyorPole_C +- [x] Desc_PipelineSupport_C +- [x] Desc_PipeSupportStackable_C +- [x] Desc_HyperPoleStackable_C +- [x] Desc_PipeHyperSupport_C +- [x] Desc_ConveyorPoleStackable_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGPortableMinerDispenser' -- [ ] Equip_PortableMinerDispenser_C +- [x] Equip_PortableMinerDispenser_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGPowerShardDescriptor' -- [ ] Desc_CrystalShard_C -- [ ] Desc_WAT1_C +- [x] Desc_CrystalShard_C +- [x] Desc_WAT1_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGRecipe' -- [ ] Recipe_Wall_Concrete_8x1_C -- [ ] Recipe_Wall_Concrete_8x4_C -- [ ] Recipe_Wall_Concrete_8x4_ConveyorHole_01_C -- [ ] Recipe_Wall_Concrete_8x4_ConveyorHole_02_C -- [ ] Recipe_Wall_Concrete_8x4_ConveyorHole_03_C -- [ ] Recipe_Wall_Concrete_8x4_Corner_01_C -- [ ] Recipe_Wall_Concrete_8x4_Corner_2_C -- [ ] Recipe_Wall_Concrete_8x4_Window_01_C -- [ ] Recipe_Wall_Concrete_8x4_Window_02_C -- [ ] Recipe_Wall_Concrete_8x4_Window_03_C -- [ ] Recipe_Wall_Concrete_8x4_Window_04_C -- [ ] Recipe_Wall_Concrete_8x8_Corner_01_C -- [ ] Recipe_Wall_Concrete_8x8_Corner_2_C -- [ ] Recipe_Wall_Concrete_Angular_8x4_C -- [ ] Recipe_Wall_Concrete_Angular_8x8_C -- [ ] Recipe_Wall_Concrete_CDoor_8x4_C -- [ ] Recipe_Wall_Concrete_FlipTris_8x1_C -- [ ] Recipe_Wall_Concrete_FlipTris_8x2_C -- [ ] Recipe_Wall_Concrete_FlipTris_8x4_C -- [ ] Recipe_Wall_Concrete_FlipTris_8x8_C -- [ ] Recipe_Wall_Concrete_Gate_8x4_C -- [ ] Recipe_Wall_Concrete_SDoor_8x4_C -- [ ] Recipe_Wall_Concrete_Tris_8x1_C -- [ ] Recipe_Wall_Concrete_Tris_8x2_C -- [ ] Recipe_Wall_Concrete_Tris_8x4_C -- [ ] Recipe_Wall_Concrete_Tris_8x8_C -- [ ] Recipe_Wall_8x4_01_C -- [ ] Recipe_Wall_Conveyor_8x4_01_C -- [ ] Recipe_Wall_Conveyor_8x4_02_C -- [ ] Recipe_Wall_Conveyor_8x4_03_C -- [ ] Recipe_Wall_Door_8x4_01_C -- [ ] Recipe_Wall_Door_8x4_03_C -- [ ] Recipe_Wall_Gate_8x4_01_C -- [ ] Recipe_Wall_Orange_8x1_C -- [ ] Recipe_Wall_Orange_8x4_Corner_01_C -- [ ] Recipe_Wall_Orange_8x4_Corner_02_C -- [ ] Recipe_Wall_Orange_8x8_Corner_01_C -- [ ] Recipe_Wall_Orange_8x8_Corner_02_C -- [ ] Recipe_Wall_Orange_Angular_8x4_C -- [ ] Recipe_Wall_Orange_Angular_8x8_C -- [ ] Recipe_Wall_Orange_FlipTris_8x1_C -- [ ] Recipe_Wall_Orange_FlipTris_8x2_C -- [ ] Recipe_Wall_Orange_FlipTris_8x4_C -- [ ] Recipe_Wall_Orange_FlipTris_8x8_C -- [ ] Recipe_Wall_Orange_Tris_8x1_C -- [ ] Recipe_Wall_Orange_Tris_8x2_C -- [ ] Recipe_Wall_Orange_Tris_8x4_C -- [ ] Recipe_Wall_Orange_Tris_8x8_C -- [ ] Recipe_Wall_Window_8x4_01_C -- [ ] Recipe_Wall_Window_8x4_02_C -- [ ] Recipe_Wall_Window_8x4_03_C -- [ ] Recipe_Wall_Window_8x4_04_C -- [ ] Recipe_SteelWall_8x4_Gate_01_C -- [ ] Recipe_SteelWall_8x4_Window_01_C -- [ ] Recipe_SteelWall_8x4_Window_02_C -- [ ] Recipe_SteelWall_8x4_Window_03_C -- [ ] Recipe_SteelWall_8x4_Window_04_C -- [ ] Recipe_Wall_Steel_8x4_Corner_01_C -- [ ] Recipe_Wall_Steel_8x4_Corner_2_C -- [ ] Recipe_Wall_Steel_8x8_Corner_01_C -- [ ] Recipe_Wall_Steel_8x8_Corner_2_C -- [ ] Recipe_SteelWall_8x1_C -- [ ] Recipe_SteelWall_FlipTris_8x1_C -- [ ] Recipe_SteelWall_FlipTris_8x2_C -- [ ] Recipe_SteelWall_FlipTris_8x4_C -- [ ] Recipe_SteelWall_FlipTris_8x8_C -- [ ] Recipe_SteelWall_Tris_8x1_C -- [ ] Recipe_SteelWall_Tris_8x2_C -- [ ] Recipe_SteelWall_Tris_8x4_C -- [ ] Recipe_SteelWall_Tris_8x8_C -- [ ] Recipe_Wall_8x4_02_C -- [ ] Recipe_Wall_Conveyor_8x4_01_Steel_C -- [ ] Recipe_Wall_Conveyor_8x4_02_Steel_C -- [ ] Recipe_Wall_Conveyor_8x4_03_Steel_C -- [ ] Recipe_Wall_Door_8x4_01_Steel_C -- [ ] Recipe_Wall_Door_8x4_03_Steel_C -- [ ] Recipe_WallSet_Steel_Angular_8x4_C -- [ ] Recipe_WallSet_Steel_Angular_8x8_C -- [ ] Recipe_ConveyorCeilingAttachment_C -- [ ] Recipe_ConveyorPole_C -- [ ] Recipe_ConveyorPoleWall_C -- [ ] Recipe_ConveyorBeltMk1_C -- [ ] Recipe_PowerLine_C -- [ ] Recipe_PowerPoleMk1_C -- [ ] Recipe_PowerPoleWall_C -- [ ] Recipe_TradingPost_C -- [ ] Recipe_WorkBench_C -- [ ] Recipe_IronPlate_C -- [ ] Recipe_IronRod_C -- [ ] Recipe_XenoZapper_C -- [ ] Recipe_IngotIron_C -- [ ] Recipe_Fence_01_C -- [ ] Recipe_PillarTop_C -- [ ] Recipe_JumpPad_C -- [ ] Recipe_JumpPadTilted_C -- [ ] Recipe_Walkway_Cross_C -- [ ] Recipe_Walkway_Ramp_C -- [ ] Recipe_Walkway_Straight_C -- [ ] Recipe_Walkway_T_C -- [ ] Recipe_Walkway_Turn_C -- [ ] Recipe_SteelWall_8x4_C -- [ ] Recipe_Wall_Conveyor_8x4_04_C -- [ ] Recipe_Wall_Conveyor_8x4_04_Steel_C -- [ ] Recipe_Wall_Window_8x4_03_Steel_C -- [ ] Recipe_Alternate_RocketFuel_Nitro_C -- [ ] Recipe_GeneratorCoal_C -- [ ] Recipe_PipeSupport_C -- [ ] Recipe_PipeSupportWall_C -- [ ] Recipe_Pipeline_C -- [ ] Recipe_PipelineJunction_Cross_C -- [ ] Recipe_PipelinePump_C -- [ ] Recipe_PipeStorageTank_C -- [ ] Recipe_WaterPump_C -- [ ] Recipe_ResourceSink_C -- [ ] Recipe_ResourceSinkShop_C -- [ ] Recipe_RocketFuel_C -- [ ] Recipe_PackagedRocketFuel_C -- [ ] Recipe_UnpackageRocketFuel_C -- [ ] Recipe_Alternate_IonizedFuel_Dark_C -- [ ] Recipe_QuantumEncoder_C -- [ ] Recipe_DarkEnergy_C -- [ ] Recipe_QuantumEnergy_C -- [ ] Recipe_DarkMatter_C -- [ ] Recipe_SuperpositionOscillator_C -- [ ] Recipe_TemporalProcessor_C -- [ ] Recipe_SpaceElevatorPart_12_C -- [ ] Recipe_IonizedFuel_C -- [ ] Recipe_PackagedIonizedFuel_C -- [ ] Recipe_UnpackageIonizedFuel_C -- [ ] Recipe_Alternate_Diamond_Turbo_C -- [ ] Recipe_SAMFluctuator_C -- [ ] Recipe_Converter_C -- [ ] Recipe_FicsiteMesh_C -- [ ] Recipe_FicsiteIngot_Iron_C -- [ ] Recipe_TimeCrystal_C -- [ ] Recipe_Diamond_C -- [ ] Recipe_IngotSAM_C -- [ ] Recipe_SpaceElevatorPart_10_C -- [ ] Recipe_FicsiteIngot_AL_C -- [ ] Recipe_FicsiteIngot_CAT_C -- [ ] Recipe_Bauxite_Caterium_C -- [ ] Recipe_Bauxite_Copper_C -- [ ] Recipe_Caterium_Copper_C -- [ ] Recipe_Caterium_Quartz_C -- [ ] Recipe_Coal_Iron_C -- [ ] Recipe_Coal_Limestone_C -- [ ] Recipe_Copper_Quartz_C -- [ ] Recipe_Copper_Sulfur_C -- [ ] Recipe_Iron_Limestone_C -- [ ] Recipe_Limestone_Sulfur_C -- [ ] Recipe_Nitrogen_Bauxite_C -- [ ] Recipe_Nitrogen_Caterium_C -- [ ] Recipe_Quartz_Bauxite_C -- [ ] Recipe_Quartz_Coal_C -- [ ] Recipe_Sulfur_Coal_C -- [ ] Recipe_Sulfur_Iron_C -- [ ] Recipe_Uranium_Bauxite_C -- [ ] Recipe_Alternate_Turbofuel_C -- [ ] Recipe_PackagedTurboFuel_C -- [ ] Recipe_UnpackageTurboFuel_C -- [ ] Recipe_Alternate_Coal_1_C -- [ ] Recipe_Alternate_Coal_2_C -- [ ] Recipe_Alternate_EnrichedCoal_C -- [ ] Recipe_CircuitBoard_C -- [ ] Recipe_OilPump_C -- [ ] Recipe_OilRefinery_C -- [ ] Recipe_Valve_C -- [ ] Recipe_LiquidFuel_C -- [ ] Recipe_PetroleumCoke_C -- [ ] Recipe_Plastic_C -- [ ] Recipe_Rubber_C -- [ ] Recipe_ResidualFuel_C -- [ ] Recipe_ResidualPlastic_C -- [ ] Recipe_ResidualRubber_C -- [ ] Recipe_Alternate_Diamond_Pink_C -- [ ] Recipe_Alternate_Diamond_Petroleum_C -- [ ] Recipe_Alternate_Diamond_OilBased_C -- [ ] Recipe_Alternate_Diamond_Cloudy_C -- [ ] Recipe_Alternate_DarkMatter_Trap_C -- [ ] Recipe_Alternate_DarkMatter_Crystallization_C -- [ ] Recipe_Alternate_WetConcrete_C -- [ ] Recipe_Alternate_TurboHeavyFuel_C -- [ ] Recipe_Alternate_SteelRod_C -- [ ] Recipe_SmelterMk1_C -- [ ] Recipe_SteelBeam_C -- [ ] Recipe_SteelPipe_C -- [ ] Recipe_IngotSteel_C -- [ ] Recipe_SpaceElevatorPart_2_C -- [ ] Recipe_Alternate_SteelCanister_C -- [ ] Recipe_Packager_C -- [ ] Recipe_FluidCanister_C -- [ ] Recipe_Fuel_C -- [ ] Recipe_LiquidBiofuel_C -- [ ] Recipe_PackagedBiofuel_C -- [ ] Recipe_PackagedCrudeOil_C -- [ ] Recipe_PackagedOilResidue_C -- [ ] Recipe_PackagedWater_C -- [ ] Recipe_UnpackageBioFuel_C -- [ ] Recipe_UnpackageFuel_C -- [ ] Recipe_UnpackageOil_C -- [ ] Recipe_UnpackageOilResidue_C -- [ ] Recipe_UnpackageWater_C -- [ ] Recipe_Alternate_SteamedCopperSheet_C -- [ ] Recipe_Alternate_RubberConcrete_C -- [ ] Recipe_Alternate_RecycledRubber_C -- [ ] Recipe_Alternate_PureQuartzCrystal_C -- [ ] Recipe_QuartzCrystal_C -- [ ] Recipe_Alternate_PureIronIngot_C -- [ ] Recipe_Alternate_PureCopperIngot_C -- [ ] Recipe_Alternate_PureCateriumIngot_C -- [ ] Recipe_PureAluminumIngot_C -- [ ] Recipe_AluminumCasing_C -- [ ] Recipe_AluminumSheet_C -- [ ] Recipe_AluminaSolution_C -- [ ] Recipe_AluminumScrap_C -- [ ] Recipe_PackagedAlumina_C -- [ ] Recipe_IngotAluminum_C -- [ ] Recipe_Silica_C -- [ ] Recipe_CrystalOscillator_C -- [ ] Recipe_UnpackageAlumina_C -- [ ] Recipe_Alternate_PolymerResin_C -- [ ] Recipe_Alternate_PlasticSmartPlating_C -- [ ] Recipe_Alternate_HighSpeedWiring_C -- [ ] Recipe_EncasedIndustrialBeam_C -- [ ] Recipe_Motor_C -- [ ] Recipe_Stator_C -- [ ] Recipe_MinerMk2_C -- [ ] Recipe_SpaceElevatorPart_3_C -- [ ] Recipe_AILimiter_C -- [ ] Recipe_Alternate_HeavyOilResidue_C -- [ ] Recipe_Alternate_HeavyFlexibleFrame_C -- [ ] Recipe_ManufacturerMk1_C -- [ ] Recipe_Computer_C -- [ ] Recipe_ModularFrameHeavy_C -- [ ] Recipe_SpaceElevatorPart_4_C -- [ ] Recipe_SpaceElevatorPart_5_C -- [ ] Recipe_Alternate_FusedWire_C -- [ ] Recipe_Alternate_FlexibleFramework_C -- [ ] Recipe_Alternate_ElectrodeCircuitBoard_C -- [ ] Recipe_Alternate_ElectroAluminumScrap_C -- [ ] Recipe_Alternate_DilutedPackagedFuel_C -- [ ] Recipe_Alternate_CopperRotor_C -- [ ] Recipe_ModularFrame_C -- [ ] Recipe_Rotor_C -- [ ] Recipe_AssemblerMk1_C -- [ ] Recipe_CopperSheet_C -- [ ] Recipe_SpaceElevatorPart_1_C -- [ ] Recipe_Alternate_CopperAlloyIngot_C -- [ ] Recipe_Alternate_CokeSteelIngot_C -- [ ] Recipe_Alternate_CoatedIronPlate_C -- [ ] Recipe_Alternate_CoatedIronCanister_C -- [ ] Recipe_Alternate_CoatedCable_C -- [ ] Recipe_Alternate_BoltedFrame_C -- [ ] Recipe_Alternate_AdheredIronPlate_C -- [ ] Recipe_Alternate_TurboPressureMotor_C -- [ ] Recipe_PlutoniumCell_C -- [ ] Recipe_PressureConversionCube_C -- [ ] Recipe_NitricAcid_C -- [ ] Recipe_NonFissileUranium_C -- [ ] Recipe_HadronCollider_C -- [ ] Recipe_CopperDust_C -- [ ] Recipe_Plutonium_C -- [ ] Recipe_PlutoniumFuelRod_C -- [ ] Recipe_PackagedNitricAcid_C -- [ ] Recipe_SpaceElevatorPart_9_C -- [ ] Recipe_UnpackageNitricAcid_C -- [ ] Recipe_Alternate_TurboBlendFuel_C -- [ ] Recipe_UraniumCell_C -- [ ] Recipe_CoolingSystem_C -- [ ] Recipe_Blender_C -- [ ] Recipe_Battery_C -- [ ] Recipe_ComputerSuper_C -- [ ] Recipe_RadioControlUnit_C -- [ ] Recipe_SulfuricAcid_C -- [ ] Recipe_PackagedSulfuricAcid_C -- [ ] Recipe_SpaceElevatorPart_7_C -- [ ] Recipe_HighSpeedConnector_C -- [ ] Recipe_UnpackageSulfuricAcid_C -- [ ] Recipe_Alternate_SuperStateComputer_C -- [ ] Recipe_ElectromagneticControlRod_C -- [ ] Recipe_GeneratorNuclear_C -- [ ] Recipe_NuclearFuelRod_C -- [ ] Recipe_SpaceElevatorPart_6_C -- [ ] Recipe_Alternate_SloppyAlumina_C -- [ ] Recipe_Alternate_RadioControlSystem_C -- [ ] Recipe_Alternate_PlutoniumFuelUnit_C -- [ ] Recipe_Alternate_OCSupercomputer_C -- [ ] Recipe_HeatSink_C -- [ ] Recipe_FusedModularFrame_C -- [ ] Recipe_FrackingExtractor_C -- [ ] Recipe_FrackingSmasher_C -- [ ] Recipe_GasTank_C -- [ ] Recipe_PackagedNitrogen_C -- [ ] Recipe_UnpackageNitrogen_C -- [ ] Recipe_Alternate_InstantScrap_C -- [ ] Recipe_Alternate_InstantPlutoniumCell_C -- [ ] Recipe_Alternate_HeatFusedFrame_C -- [ ] Recipe_Alternate_FertileUranium_C -- [ ] Recipe_Alternate_ElectricMotor_C -- [ ] Recipe_Alternate_DilutedFuel_C -- [ ] Recipe_Alternate_CoolingDevice_C -- [ ] Recipe_Alternate_ClassicBattery_C -- [ ] Recipe_Alternate_AutomatedMiner_C -- [ ] Recipe_Alternate_AlcladCasing_C -- [ ] Recipe_Alternate_SteelPipe_Molded_C -- [ ] Recipe_Alternate_SteelPipe_Iron_C -- [ ] Recipe_Alternate_SteelCastedPlate_C -- [ ] Recipe_Alternate_SteelBeam_Molded_C -- [ ] Recipe_Alternate_SteelBeam_Aluminum_C -- [ ] Recipe_Alternate_AluminumRod_C -- [ ] Recipe_Alternate_AILimiter_Plastic_C -- [ ] Recipe_Alternate_Silica_Distilled_C -- [ ] Recipe_Alternate_Quartz_Purified_C -- [ ] Recipe_Alternate_Quartz_Fused_C -- [ ] Recipe_Alternate_IronIngot_Leached_C -- [ ] Recipe_Alternate_IronIngot_Basic_C -- [ ] Recipe_Alternate_CopperIngot_Tempered_C -- [ ] Recipe_Alternate_CopperIngot_Leached_C -- [ ] Recipe_Alternate_CateriumIngot_Tempered_C -- [ ] Recipe_Alternate_CateriumIngot_Leached_C -- [ ] Recipe_Alternate_Wire_2_C -- [ ] Recipe_Alternate_Wire_1_C -- [ ] Recipe_Alternate_UraniumCell_1_C -- [ ] Recipe_DroneStation_C -- [ ] Recipe_DroneTransport_C -- [ ] Recipe_IngotCaterium_C -- [ ] Recipe_Alternate_TurboMotor_1_C -- [ ] Recipe_ConveyorBeltMk5_C -- [ ] Recipe_ConveyorLiftMk5_C -- [ ] Recipe_MinerMk3_C -- [ ] Recipe_MotorTurbo_C -- [ ] Recipe_SpaceElevatorPart_8_C -- [ ] Recipe_Alternate_Stator_C -- [ ] Recipe_Alternate_Silica_C -- [ ] Recipe_Alternate_Screw_2_C -- [ ] Recipe_Alternate_Screw_C -- [ ] Recipe_Alternate_Rotor_C -- [ ] Recipe_Alternate_EncasedIndustrialBeam_C -- [ ] Recipe_Alternate_ReinforcedIronPlate_2_C -- [ ] Recipe_Alternate_ReinforcedIronPlate_1_C -- [ ] Recipe_Alternate_RadioControlUnit_1_C -- [ ] Recipe_Alternate_Quickwire_C -- [ ] Recipe_Alternate_Plastic_1_C -- [ ] Recipe_Alternate_NuclearFuelRod_1_C -- [ ] Recipe_Alternate_Motor_1_C -- [ ] Recipe_Alternate_ModularFrame_C -- [ ] Recipe_Alternate_IngotSteel_2_C -- [ ] Recipe_Alternate_IngotSteel_1_C -- [ ] Recipe_Alternate_IngotIron_C -- [ ] Recipe_Alternate_HighSpeedConnector_C -- [ ] Recipe_Alternate_ModularFrameHeavy_C -- [ ] Recipe_Alternate_HeatSink_1_C -- [ ] Recipe_Alternate_Gunpowder_1_C -- [ ] Recipe_Alternate_ElectromagneticControlRod_1_C -- [ ] Recipe_Alternate_CrystalOscillator_C -- [ ] Recipe_Alternate_Concrete_C -- [ ] Recipe_Alternate_Computer_2_C -- [ ] Recipe_Alternate_Computer_1_C -- [ ] Recipe_Alternate_CircuitBoard_2_C -- [ ] Recipe_Alternate_CircuitBoard_1_C -- [ ] Recipe_Alternate_Cable_2_C -- [ ] Recipe_Alternate_Cable_1_C -- [ ] Recipe_ConveyorBeltMk6_C -- [ ] Recipe_ConveyorLiftMk6_C -- [ ] Recipe_Ficsonium_C -- [ ] Recipe_FicsoniumFuelRod_C -- [ ] Recipe_Portal_C -- [ ] Recipe_PortalSatellite_C -- [ ] Recipe_SingularityCell_C -- [ ] Recipe_SpaceElevatorPart_11_C -- [ ] Recipe_BlueprintDesigner_Mk3_C -- [ ] Recipe_Hoverpack_C -- [ ] Recipe_FilterHazmat_C -- [ ] Recipe_HazmatSuit_C -- [ ] Recipe_RailroadBlockSignal_C -- [ ] Recipe_RailroadPathSignal_C -- [ ] Recipe_BlueprintDesigner_Mk2_C -- [ ] Recipe_PipelineMK2_C -- [ ] Recipe_PipelinePumpMK2_C -- [ ] Recipe_TrainDockingStation_C -- [ ] Recipe_TrainDockingStationLiquid_C -- [ ] Recipe_TrainPlatformEmpty_C -- [ ] Recipe_TrainPlatformEmpty_02_C -- [ ] Recipe_TrainStation_C -- [ ] Recipe_RailroadTrack_C -- [ ] Recipe_FreightWagon_C -- [ ] Recipe_Locomotive_C -- [ ] Recipe_JetPack_C -- [ ] Recipe_ConveyorBeltMk4_C -- [ ] Recipe_ConveyorLiftMk4_C -- [ ] Recipe_Truck_C -- [ ] Recipe_GeneratorFuel_C -- [ ] Recipe_IndustrialTank_C -- [ ] Recipe_Quickwire_C -- [ ] Recipe_ConveyorBeltMk3_C -- [ ] Recipe_ConveyorLiftMk3_C -- [ ] Recipe_PipeSupportStackable_C -- [ ] Recipe_StorageContainerMk2_C -- [ ] Recipe_BlueprintDesigner_C -- [ ] Recipe_PipeHyperStart_C -- [ ] Recipe_HyperPoleStackable_C -- [ ] Recipe_HyperTubeWallSupport_C -- [ ] Recipe_PipeHyperSupport_C -- [ ] Recipe_PipeHyper_C -- [ ] Recipe_PowerStorageMk1_C -- [ ] Recipe_PowerTower_C -- [ ] Recipe_PowerTowerPlatform_C -- [ ] Recipe_XenoBasher_C -- [ ] Recipe_TruckStation_C -- [ ] Recipe_Tractor_C -- [ ] Recipe_ConveyorBeltMk2_C -- [ ] Recipe_ConveyorLiftMk2_C -- [ ] Recipe_ConveyorPoleStackable_C -- [ ] Recipe_JumpPadAdjustable_C -- [ ] Recipe_UJellyLandingPad_C -- [ ] Recipe_Biofuel_C -- [ ] Recipe_Chainsaw_C -- [ ] Recipe_Protein_Hog_C -- [ ] Recipe_Protein_Spitter_C -- [ ] Recipe_Biomass_Mycelia_C -- [ ] Recipe_PowerCrystalShard_1_C -- [ ] Recipe_Gunpowder_C -- [ ] Recipe_AlienPowerFuel_C -- [ ] Recipe_Mam_C -- [ ] Recipe_StoragePlayer_C -- [ ] Recipe_ObjectScanner_C -- [ ] Recipe_ConveyorAttachmentMerger_C -- [ ] Recipe_ConveyorAttachmentSplitter_C -- [ ] Recipe_ConveyorLiftMk1_C -- [ ] Recipe_QuarterPipeMiddle_Ficsit_4x1_C -- [ ] Recipe_QuarterPipeMiddle_Ficsit_4x2_C -- [ ] Recipe_QuarterPipeMiddle_Ficsit_4x4_C -- [ ] Recipe_QuarterPipeMiddleInCorner_Ficsit_8x1_C -- [ ] Recipe_QuarterPipeMiddleInCorner_Ficsit_8x2_C -- [ ] Recipe_QuarterPipeMiddleInCorner_Ficsit_8x4_C -- [ ] Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x1_C -- [ ] Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x2_C -- [ ] Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x4_C -- [ ] Recipe_Stair_FicsitSet_8x1_01_C -- [ ] Recipe_Stair_FicsitSet_8x2_01_C -- [ ] Recipe_Stair_FicsitSet_8x4_01_C -- [ ] Recipe_Foundation_8x1_01_C -- [ ] Recipe_Foundation_8x2_01_C -- [ ] Recipe_Foundation_8x4_01_C -- [ ] Recipe_QuarterPipe_C -- [ ] Recipe_QuarterPipe_02_C -- [ ] Recipe_QuarterPipeCorner_01_C -- [ ] Recipe_QuarterPipeCorner_02_C -- [ ] Recipe_QuarterPipeCorner_03_C -- [ ] Recipe_QuarterPipeCorner_04_C -- [ ] Recipe_Ramp_8x1_01_C -- [ ] Recipe_Ramp_8x2_01_C -- [ ] Recipe_Ramp_8x4_01_C -- [ ] Recipe_Ramp_8x4_Inverted_01_C -- [ ] Recipe_Ramp_8x8x8_C -- [ ] Recipe_Ramp_Diagonal_8x1_01_C -- [ ] Recipe_Ramp_Diagonal_8x1_02_C -- [ ] Recipe_Ramp_Diagonal_8x2_01_C -- [ ] Recipe_Ramp_Diagonal_8x2_02_C -- [ ] Recipe_Ramp_Diagonal_8x4_01_C -- [ ] Recipe_Ramp_Diagonal_8x4_02_C -- [ ] Recipe_RampDouble_C -- [ ] Recipe_RampDouble_8x1_C -- [ ] Recipe_RampInverted_8x1_C -- [ ] Recipe_RampInverted_8x1_Corner_01_C -- [ ] Recipe_RampInverted_8x1_Corner_02_C -- [ ] Recipe_RampInverted_8x2_01_C -- [ ] Recipe_RampInverted_8x2_Corner_01_C -- [ ] Recipe_RampInverted_8x2_Corner_02_C -- [ ] Recipe_RampInverted_8x4_Corner_01_C -- [ ] Recipe_RampInverted_8x4_Corner_02_C -- [ ] Recipe_LookoutTower_C -- [ ] Recipe_DownQuarterPipe_Concrete_8x4_C -- [ ] Recipe_DownQuarterPipe_ConcreteInCorner_8x4_C -- [ ] Recipe_DownQuarterPipe_ConcreteOutCorner_8x4_C -- [ ] Recipe_Foundation_Concrete_8x1_C -- [ ] Recipe_Foundation_Concrete_8x2_C -- [ ] Recipe_Foundation_Concrete_8x4_C -- [ ] Recipe_InvertedRamp_Concrete_8x1_C -- [ ] Recipe_InvertedRamp_Concrete_8x2_C -- [ ] Recipe_InvertedRamp_Concrete_8x4_C -- [ ] Recipe_InvertedRamp_DCorner_Concrete_8x1_C -- [ ] Recipe_InvertedRamp_DCorner_Concrete_8x2_C -- [ ] Recipe_InvertedRamp_DCorner_Concrete_8x4_C -- [ ] Recipe_InvertedRamp_UCorner_Concrete_8x1_C -- [ ] Recipe_InvertedRamp_UCorner_Concrete_8x2_C -- [ ] Recipe_InvertedRamp_UCorner_Concrete_8x4_C -- [ ] Recipe_QuarterPipe_Concrete_8x4_C -- [ ] Recipe_QuarterPipeInCorner_Concrete_8x4_C -- [ ] Recipe_QuarterPipeMiddle_Concrete_8x1_C -- [ ] Recipe_QuarterPipeMiddle_Concrete_8x2_C -- [ ] Recipe_QuarterPipeMiddle_Concrete_8x4_C -- [ ] Recipe_QuarterPipeMiddleInCorner_Concrete_8x1_C -- [ ] Recipe_QuarterPipeMiddleInCorner_Concrete_8x2_C -- [ ] Recipe_QuarterPipeMiddleInCorner_Concrete_8x4_C -- [ ] Recipe_QuarterPipeMiddleOutCorner_Concrete_4x1_C -- [ ] Recipe_QuarterPipeMiddleOutCorner_Concrete_4x2_C -- [ ] Recipe_QuarterPipeMiddleOutCorner_Concrete_4x4_C -- [ ] Recipe_QuarterPipeOutCorner_Concrete_8x4_C -- [ ] Recipe_Ramp_Concrete_8x1_C -- [ ] Recipe_Ramp_Concrete_8x2_C -- [ ] Recipe_Ramp_Concrete_8x4_C -- [ ] Recipe_Ramp_DownCorner_Concrete_8x1_C -- [ ] Recipe_Ramp_DownCorner_Concrete_8x2_C -- [ ] Recipe_Ramp_DownCorner_Concrete_8x4_C -- [ ] Recipe_Ramp_UpCorner_Concrete_8x1_C -- [ ] Recipe_Ramp_UpCorner_Concrete_8x2_C -- [ ] Recipe_Ramp_UpCorner_Concrete_8x4_C -- [ ] Recipe_RampDouble_Concrete_8x1_C -- [ ] Recipe_RampDouble_Concrete_8x2_C -- [ ] Recipe_RampDouble_Concrete_8x4_C -- [ ] Recipe_Stair_Concrete_8x1_C -- [ ] Recipe_Stair_Concrete_8x2_C -- [ ] Recipe_Stair_Concrete_8x4_C -- [ ] Recipe_DownQuarterPipe_Grip_8x4_C -- [ ] Recipe_DownQuarterPipe_GripInCorner_8x4_C -- [ ] Recipe_DownQuarterPipe_GripOutCorner_8x4_C -- [ ] Recipe_Foundation_Metal_8x1_C -- [ ] Recipe_Foundation_Metal_8x2_C -- [ ] Recipe_Foundation_Metal_8x4_C -- [ ] Recipe_InvertedRamp_DCorner_Metal_8x1_C -- [ ] Recipe_InvertedRamp_DCorner_Metal_8x2_C -- [ ] Recipe_InvertedRamp_DCorner_Metal_8x4_C -- [ ] Recipe_InvertedRamp_Metal_8x1_C -- [ ] Recipe_InvertedRamp_Metal_8x2_C -- [ ] Recipe_InvertedRamp_Metal_8x4_C -- [ ] Recipe_InvertedRamp_UCorner_Metal_8x1_C -- [ ] Recipe_InvertedRamp_UCorner_Metal_8x2_C -- [ ] Recipe_InvertedRamp_UCorner_Metal_8x4_C -- [ ] Recipe_QuarterPipe_Grip_8x4_C -- [ ] Recipe_QuarterPipeInCorner_Grip_8x4_C -- [ ] Recipe_QuarterPipeMiddle_Grip_8x1_C -- [ ] Recipe_QuarterPipeMiddle_Grip_8x2_C -- [ ] Recipe_QuarterPipeMiddle_Grip_8x4_C -- [ ] Recipe_QuarterPipeMiddleInCorner_Grip_8x1_C -- [ ] Recipe_QuarterPipeMiddleInCorner_Grip_8x2_C -- [ ] Recipe_QuarterPipeMiddleInCorner_Grip_8x4_C -- [ ] Recipe_QuarterPipeMiddleOutCorner_Grip_4x1_C -- [ ] Recipe_QuarterPipeMiddleOutCorner_Grip_4x2_C -- [ ] Recipe_QuarterPipeMiddleOutCorner_Grip_4x4_C -- [ ] Recipe_QuarterPipeOutCorner_Grip_8x4_C -- [ ] Recipe_Ramp_DownCorner_Metal_8x1_C -- [ ] Recipe_Ramp_DownCorner_Metal_8x2_C -- [ ] Recipe_Ramp_DownCorner_Metal_8x4_C -- [ ] Recipe_Ramp_Metal_8x1_C -- [ ] Recipe_Ramp_Metal_8x2_C -- [ ] Recipe_Ramp_Metal_8x4_C -- [ ] Recipe_Ramp_UpCorner_Metal_8x1_C -- [ ] Recipe_Ramp_UpCorner_Metal_8x2_C -- [ ] Recipe_Ramp_UpCorner_Metal_8x4_C -- [ ] Recipe_RampDouble_Metal_8x1_C -- [ ] Recipe_RampDouble_Metal_8x2_C -- [ ] Recipe_RampDouble_Metal_8x4_C -- [ ] Recipe_Stair_GripMetal_8x1_C -- [ ] Recipe_Stair_GripMetal_8x2_C -- [ ] Recipe_Stair_GripMetal_8x4_C -- [ ] Recipe_DownQuarterPipe_ConcretePolished_8x4_C -- [ ] Recipe_DownQuarterPipe_ConcretePolishedInCorner_8x4_C -- [ ] Recipe_DownQuarterPipe_ConcretePolishedOutCorner_8x4_C -- [ ] Recipe_Foundation_ConcretePolished_8x1_C -- [ ] Recipe_Foundation_ConcretePolished_8x2_C -- [ ] Recipe_Foundation_ConcretePolished_8x4_C -- [ ] Recipe_InvertedRamp_DCorner_Polished_8x1_C -- [ ] Recipe_InvertedRamp_DCorner_Polished_8x2_C -- [ ] Recipe_InvertedRamp_DCorner_Polished_8x4_C -- [ ] Recipe_InvertedRamp_Polished_8x1_C -- [ ] Recipe_InvertedRamp_Polished_8x2_C -- [ ] Recipe_InvertedRamp_Polished_8x4_C -- [ ] Recipe_InvertedRamp_UCorner_Polished_8x1_C -- [ ] Recipe_InvertedRamp_UCorner_Polished_8x2_C -- [ ] Recipe_InvertedRamp_UCorner_Polished_8x4_C -- [ ] Recipe_QuarterPipe_ConcretePolished_8x4_C -- [ ] Recipe_QuarterPipeInCorner_ConcretePolished_8x4_C -- [ ] Recipe_QuarterPipeMiddle_PolishedConcrete_8x1_C -- [ ] Recipe_QuarterPipeMiddle_PolishedConcrete_8x2_C -- [ ] Recipe_QuarterPipeMiddle_PolishedConcrete_8x4_C -- [ ] Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x1_C -- [ ] Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x2_C -- [ ] Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x4_C -- [ ] Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1_C -- [ ] Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2_C -- [ ] Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4_C -- [ ] Recipe_QuarterPipeOutCorner_ConcretePolished_8x4_C -- [ ] Recipe_Ramp_DownCorner_Polished_8x1_C -- [ ] Recipe_Ramp_DownCorner_Polished_8x2_C -- [ ] Recipe_Ramp_DownCorner_Polished_8x4_C -- [ ] Recipe_Ramp_Polished_8x1_C -- [ ] Recipe_Ramp_Polished_8x2_C -- [ ] Recipe_Ramp_Polished_8x4_C -- [ ] Recipe_Ramp_UpCorner_Polished_8x1_C -- [ ] Recipe_Ramp_UpCorner_Polished_8x2_C -- [ ] Recipe_Ramp_UpCorner_Polished_8x4_C -- [ ] Recipe_RampDouble_Polished_8x1_C -- [ ] Recipe_RampDouble_Polished_8x2_C -- [ ] Recipe_RampDouble_Polished_8x4_C -- [ ] Recipe_Stair_PolishedConcrete_8x1_C -- [ ] Recipe_Stair_PolishedConcrete_8x2_C -- [ ] Recipe_Stair_PolishedConcrete_8x4_C -- [ ] Recipe_DownQuarterPipe_Asphalt_8x4_C -- [ ] Recipe_DownQuarterPipe_AsphaltInCorner_8x4_C -- [ ] Recipe_DownQuarterPipe_AsphaltOutCorner_8x4_C -- [ ] Recipe_Foundation_Asphalt_8x1_C -- [ ] Recipe_Foundation_Asphalt_8x2_C -- [ ] Recipe_Foundation_Asphalt_8x4_C -- [ ] Recipe_InvertedRamp_Asphalt_8x1_C -- [ ] Recipe_InvertedRamp_Asphalt_8x2_C -- [ ] Recipe_InvertedRamp_Asphalt_8x4_C -- [ ] Recipe_InvertedRamp_DCorner_Asphalt_8x1_C -- [ ] Recipe_InvertedRamp_DCorner_Asphalt_8x2_C -- [ ] Recipe_InvertedRamp_DCorner_Asphalt_8x4_C -- [ ] Recipe_InvertedRamp_UCorner_Asphalt_8x1_C -- [ ] Recipe_InvertedRamp_UCorner_Asphalt_8x2_C -- [ ] Recipe_InvertedRamp_UCorner_Asphalt_8x4_C -- [ ] Recipe_QuarterPipe_Asphalt_8x4_C -- [ ] Recipe_QuarterPipeInCorner_Asphalt_8x4_C -- [ ] Recipe_QuarterPipeMiddle_Asphalt_8x1_C -- [ ] Recipe_QuarterPipeMiddle_Asphalt_8x2_C -- [ ] Recipe_QuarterPipeMiddle_Asphalt_8x4_C -- [ ] Recipe_QuarterPipeMiddleInCorner_Asphalt_8x1_C -- [ ] Recipe_QuarterPipeMiddleInCorner_Asphalt_8x2_C -- [ ] Recipe_QuarterPipeMiddleInCorner_Asphalt_8x4_C -- [ ] Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x1_C -- [ ] Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x2_C -- [ ] Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x4_C -- [ ] Recipe_QuarterPipeOutCorner_Asphalt_8x4_C -- [ ] Recipe_Ramp_Asphalt_8x1_C -- [ ] Recipe_Ramp_Asphalt_8x2_C -- [ ] Recipe_Ramp_Asphalt_8x4_C -- [ ] Recipe_Ramp_DownCorner_Asphalt_8x1_C -- [ ] Recipe_Ramp_DownCorner_Asphalt_8x2_C -- [ ] Recipe_Ramp_DownCorner_Asphalt_8x4_C -- [ ] Recipe_Ramp_UpCorner_Asphalt_8x1_C -- [ ] Recipe_Ramp_UpCorner_Asphalt_8x2_C -- [ ] Recipe_Ramp_UpCorner_Asphalt_8x4_C -- [ ] Recipe_RampDouble_Asphalt_8x1_C -- [ ] Recipe_RampDouble_Asphalt_8x2_C -- [ ] Recipe_RampDouble_Asphalt_8x4_C -- [ ] Recipe_Stair_Asphalt_8x1_C -- [ ] Recipe_Stair_Asphalt_8x2_C -- [ ] Recipe_Stair_Asphalt_8x4_C -- [ ] Recipe_Protein_Stinger_C -- [ ] Recipe_Protein_Crab_C -- [ ] Recipe_AlienDNACapsule_C -- [ ] Recipe_Biomass_AlienProtein_C -- [ ] Recipe_MedicinalInhalerAlienOrgans_C -- [ ] Recipe_SpikedRebar_C -- [ ] Recipe_RebarGun_C -- [ ] Recipe_AlienPowerBuilding_C -- [ ] Recipe_CentralStorage_C -- [ ] Recipe_GeneratorGeoThermal_C -- [ ] Recipe_ConveyorAttachmentSplitterProgrammable_C -- [ ] Recipe_CartridgeSmart_C -- [ ] Recipe_PowerPoleMk3_C -- [ ] Recipe_PriorityPowerSwitch_C -- [ ] Recipe_BladeRunners_C -- [ ] Recipe_PowerPoleMk2_C -- [ ] Recipe_PowerSwitch_C -- [ ] Recipe_ConveyorAttachmentSplitterSmart_C -- [ ] Recipe_Rebar_Stunshot_C -- [ ] Recipe_ZipLine_C -- [ ] Recipe_FilterGasMask_C -- [ ] Recipe_Gasmask_C -- [ ] Recipe_NobeliskGas_C -- [ ] Recipe_TherapeuticInhaler_C -- [ ] Recipe_MedicinalInhaler_C -- [ ] Recipe_Parachute_C -- [ ] Recipe_Alternate_PolyesterFabric_C -- [ ] Recipe_Fabric_C -- [ ] Recipe_NutritionalInhaler_C -- [ ] Recipe_SyntheticPowerShard_C -- [ ] Recipe_PowerCrystalShard_3_C -- [ ] Recipe_PowerCrystalShard_2_C -- [ ] Recipe_RadarTower_C -- [ ] Recipe_NobeliskShockwave_C -- [ ] Recipe_Explorer_C -- [ ] Recipe_Rebar_Spreadshot_C -- [ ] Recipe_CartridgeChaos_Packaged_C -- [ ] Recipe_CartridgeChaos_C -- [ ] Recipe_NobeliskNuke_C -- [ ] Recipe_Cartridge_C -- [ ] Recipe_Rebar_Explosive_C -- [ ] Recipe_SpaceRifleMk1_C -- [ ] Recipe_NobeliskCluster_C -- [ ] Recipe_Nobelisk_C -- [ ] Recipe_NobeliskDetonator_C -- [ ] Recipe_GunpowderMK2_C -- [ ] Recipe_Snowball_C -- [ ] Recipe_WreathDecor_C -- [ ] Recipe_XmasStar_C -- [ ] Recipe_SnowDispenser_C -- [ ] Recipe_XmasWreath_C -- [ ] Recipe_xmassLights_C -- [ ] Recipe_XmasBallCluster_C -- [ ] Recipe_XmasBall1_C -- [ ] Recipe_XmasBall2_C -- [ ] Recipe_XmasBall3_C -- [ ] Recipe_XmasBall4_C -- [ ] Recipe_TreeGiftProducer_C -- [ ] Recipe_Snowman_C -- [ ] Recipe_Snow_C -- [ ] Recipe_XMassTree_C -- [ ] Recipe_XmasBranch_C -- [ ] Recipe_CandyCaneDecor_C -- [ ] Recipe_XmasBow_C -- [ ] Recipe_CandyCane_C -- [ ] Recipe_CandyCaneBasher_C -- [ ] Recipe_Flat_Frame_01_C -- [ ] Recipe_Foundation_Frame_01_C -- [ ] Recipe_FoundationGlass_01_C -- [ ] Recipe_Ramp_Frame_01_C -- [ ] Recipe_Ramp_Frame_Inverted_01_C -- [ ] Recipe_Wall_Frame_01_C -- [ ] Recipe_Railing_01_C -- [ ] Recipe_Pillar_Small_Metal_C -- [ ] Recipe_PillarBase_Small_C -- [ ] Recipe_PillarBase_C -- [ ] Recipe_PillarMiddle_C -- [ ] Recipe_Ladder_C -- [ ] Recipe_FactoryCart_C -- [ ] Recipe_CyberWagon_C -- [ ] Recipe_Gate_Automated_8x4_C -- [ ] Recipe_HyperTubeWallHole_C -- [ ] Recipe_PipeSupportWallHole_C -- [ ] Recipe_FoundationPassthrough_Pipe_C -- [ ] Recipe_PowerPoleWallDouble_C -- [ ] Recipe_PowerPoleWallDoubleMk2_C -- [ ] Recipe_PowerPoleWallMk2_C -- [ ] Recipe_PowerPoleWallDoubleMk3_C -- [ ] Recipe_PowerPoleWallMk3_C -- [ ] Recipe_StreetLight_C -- [ ] Recipe_CeilingLight_C -- [ ] Recipe_FloodlightPole_C -- [ ] Recipe_FloodlightWall_C -- [ ] Recipe_Roof_Orange_01_C -- [ ] Recipe_Roof_Orange_02_C -- [ ] Recipe_Roof_Orange_03_C -- [ ] Recipe_Roof_Orange_04_C -- [ ] Recipe_Roof_Orange_InCorner_01_C -- [ ] Recipe_Roof_Orange_InCorner_02_C -- [ ] Recipe_Roof_Orange_InCorner_03_C -- [ ] Recipe_Roof_Orange_OutCorner_01_C -- [ ] Recipe_Roof_Orange_OutCorner_02_C -- [ ] Recipe_Roof_Orange_OutCorner_03_C -- [ ] Recipe_Roof_Window_01_C -- [ ] Recipe_Roof_Window_02_C -- [ ] Recipe_Roof_Window_03_C -- [ ] Recipe_Roof_Window_04_C -- [ ] Recipe_Roof_Window_InCorner_01_C -- [ ] Recipe_Roof_Window_InCorner_02_C -- [ ] Recipe_Roof_Window_InCorner_03_C -- [ ] Recipe_Roof_Window_OutCorner_01_C -- [ ] Recipe_Roof_Window_OutCorner_02_C -- [ ] Recipe_Roof_Window_OutCorner_03_C -- [ ] Recipe_Roof_A_01_C -- [ ] Recipe_Roof_A_02_C -- [ ] Recipe_Roof_A_03_C -- [ ] Recipe_Roof_A_04_C -- [ ] Recipe_Roof_Metal_InCorner_01_C -- [ ] Recipe_Roof_Metal_InCorner_02_C -- [ ] Recipe_Roof_Metal_InCorner_03_C -- [ ] Recipe_Roof_Metal_OutCorner_01_C -- [ ] Recipe_Roof_Metal_OutCorner_02_C -- [ ] Recipe_Roof_Metal_OutCorner_03_C -- [ ] Recipe_Roof_Tar_01_C -- [ ] Recipe_Roof_Tar_02_C -- [ ] Recipe_Roof_Tar_03_C -- [ ] Recipe_Roof_Tar_04_C -- [ ] Recipe_Roof_Tar_InCorner_01_C -- [ ] Recipe_Roof_Tar_InCorner_02_C -- [ ] Recipe_Roof_Tar_InCorner_03_C -- [ ] Recipe_Roof_Tar_OutCorner_01_C -- [ ] Recipe_Roof_Tar_OutCorner_02_C -- [ ] Recipe_Roof_Tar_OutCorner_03_C -- [ ] Recipe_PipelineMK2_NoIndicator_C -- [ ] Recipe_Pipeline_NoIndicator_C -- [ ] Recipe_StorageMedkit_C -- [ ] Recipe_LightsControlPanel_C -- [ ] Recipe_StandaloneWidgetSign_Small_C -- [ ] Recipe_StandaloneWidgetSign_SmallVeryWide_C -- [ ] Recipe_StandaloneWidgetSign_SmallWide_C -- [ ] Recipe_StandaloneWidgetSign_Square_Tiny_C -- [ ] Recipe_FoundationPassthrough_Hypertube_C -- [ ] Recipe_StorageHazard_C -- [ ] Recipe_GoldenCart_C -- [ ] Recipe_Wall_Window_8x4_05_C -- [ ] Recipe_Wall_Window_8x4_06_C -- [ ] Recipe_Wall_Window_8x4_07_C -- [ ] Recipe_Wall_Window_Thin_8x4_01_C -- [ ] Recipe_Wall_Window_Thin_8x4_02_C -- [ ] Recipe_Pillar_Small_Frame_C -- [ ] Recipe_PillarMiddle_Frame_C -- [ ] Recipe_ChainLinkFence_C -- [ ] Recipe_TarpFence_C -- [ ] Recipe_Barrier_Low_01_C -- [ ] Recipe_Barrier_Tall_01_C -- [ ] Recipe_Concrete_Barrier_01_C -- [ ] Recipe_StandaloneWidgetSign_Medium_C -- [ ] Recipe_StandaloneWidgetSign_Portrait_C -- [ ] Recipe_StandaloneWidgetSign_Square_C -- [ ] Recipe_StandaloneWidgetSign_Square_Small_C -- [ ] Recipe_FoundationPassthrough_Lift_C -- [ ] Recipe_Pillar_Small_Concrete_C -- [ ] Recipe_PillarMiddle_Concrete_C -- [ ] Recipe_Catwalk_Cross_C -- [ ] Recipe_Catwalk_Ramp_C -- [ ] Recipe_Catwalk_Stairs_C -- [ ] Recipe_Catwalk_Straight_C -- [ ] Recipe_Catwalk_T_C -- [ ] Recipe_Catwalk_Turn_C -- [ ] Recipe_StandaloneWidgetSign_Huge_C -- [ ] Recipe_StandaloneWidgetSign_Large_C -- [ ] Recipe_Beam_C -- [ ] Recipe_Beam_Connector_C -- [ ] Recipe_Beam_Connector_Double_C -- [ ] Recipe_Beam_Painted_C -- [ ] Recipe_Beam_Support_C -- [ ] Recipe_GeneratorBiomass_Automated_C -- [ ] Recipe_SpaceElevator_C -- [ ] Recipe_Biomass_Leaves_C -- [ ] Recipe_Biomass_Wood_C -- [ ] Recipe_MinerMk1_C -- [ ] Recipe_StorageContainerMk1_C -- [ ] Recipe_IronPlateReinforced_C -- [ ] Recipe_ConstructorMk1_C -- [ ] Recipe_Concrete_C -- [ ] Recipe_Screw_C -- [ ] Recipe_SmelterBasicMk1_C -- [ ] Recipe_Cable_C -- [ ] Recipe_Wire_C -- [ ] Recipe_IngotCopper_C -- [ ] Recipe_Workshop_C -- [ ] Recipe_PortableMiner_C -- [ ] Recipe_Fireworks_01_C -- [ ] Recipe_Fireworks_02_C -- [ ] Recipe_Fireworks_03_C +- [x] Recipe_Wall_Concrete_8x1_C +- [x] Recipe_Wall_Concrete_8x4_C +- [x] Recipe_Wall_Concrete_8x4_ConveyorHole_01_C +- [x] Recipe_Wall_Concrete_8x4_ConveyorHole_02_C +- [x] Recipe_Wall_Concrete_8x4_ConveyorHole_03_C +- [x] Recipe_Wall_Concrete_8x4_Corner_01_C +- [x] Recipe_Wall_Concrete_8x4_Corner_2_C +- [x] Recipe_Wall_Concrete_8x4_Window_01_C +- [x] Recipe_Wall_Concrete_8x4_Window_02_C +- [x] Recipe_Wall_Concrete_8x4_Window_03_C +- [x] Recipe_Wall_Concrete_8x4_Window_04_C +- [x] Recipe_Wall_Concrete_8x8_Corner_01_C +- [x] Recipe_Wall_Concrete_8x8_Corner_2_C +- [x] Recipe_Wall_Concrete_Angular_8x4_C +- [x] Recipe_Wall_Concrete_Angular_8x8_C +- [x] Recipe_Wall_Concrete_CDoor_8x4_C +- [x] Recipe_Wall_Concrete_FlipTris_8x1_C +- [x] Recipe_Wall_Concrete_FlipTris_8x2_C +- [x] Recipe_Wall_Concrete_FlipTris_8x4_C +- [x] Recipe_Wall_Concrete_FlipTris_8x8_C +- [x] Recipe_Wall_Concrete_Gate_8x4_C +- [x] Recipe_Wall_Concrete_SDoor_8x4_C +- [x] Recipe_Wall_Concrete_Tris_8x1_C +- [x] Recipe_Wall_Concrete_Tris_8x2_C +- [x] Recipe_Wall_Concrete_Tris_8x4_C +- [x] Recipe_Wall_Concrete_Tris_8x8_C +- [x] Recipe_Wall_8x4_01_C +- [x] Recipe_Wall_Conveyor_8x4_01_C +- [x] Recipe_Wall_Conveyor_8x4_02_C +- [x] Recipe_Wall_Conveyor_8x4_03_C +- [x] Recipe_Wall_Door_8x4_01_C +- [x] Recipe_Wall_Door_8x4_03_C +- [x] Recipe_Wall_Gate_8x4_01_C +- [x] Recipe_Wall_Orange_8x1_C +- [x] Recipe_Wall_Orange_8x4_Corner_01_C +- [x] Recipe_Wall_Orange_8x4_Corner_02_C +- [x] Recipe_Wall_Orange_8x8_Corner_01_C +- [x] Recipe_Wall_Orange_8x8_Corner_02_C +- [x] Recipe_Wall_Orange_Angular_8x4_C +- [x] Recipe_Wall_Orange_Angular_8x8_C +- [x] Recipe_Wall_Orange_FlipTris_8x1_C +- [x] Recipe_Wall_Orange_FlipTris_8x2_C +- [x] Recipe_Wall_Orange_FlipTris_8x4_C +- [x] Recipe_Wall_Orange_FlipTris_8x8_C +- [x] Recipe_Wall_Orange_Tris_8x1_C +- [x] Recipe_Wall_Orange_Tris_8x2_C +- [x] Recipe_Wall_Orange_Tris_8x4_C +- [x] Recipe_Wall_Orange_Tris_8x8_C +- [x] Recipe_Wall_Window_8x4_01_C +- [x] Recipe_Wall_Window_8x4_02_C +- [x] Recipe_Wall_Window_8x4_03_C +- [x] Recipe_Wall_Window_8x4_04_C +- [x] Recipe_SteelWall_8x4_Gate_01_C +- [x] Recipe_SteelWall_8x4_Window_01_C +- [x] Recipe_SteelWall_8x4_Window_02_C +- [x] Recipe_SteelWall_8x4_Window_03_C +- [x] Recipe_SteelWall_8x4_Window_04_C +- [x] Recipe_Wall_Steel_8x4_Corner_01_C +- [x] Recipe_Wall_Steel_8x4_Corner_2_C +- [x] Recipe_Wall_Steel_8x8_Corner_01_C +- [x] Recipe_Wall_Steel_8x8_Corner_2_C +- [x] Recipe_SteelWall_8x1_C +- [x] Recipe_SteelWall_FlipTris_8x1_C +- [x] Recipe_SteelWall_FlipTris_8x2_C +- [x] Recipe_SteelWall_FlipTris_8x4_C +- [x] Recipe_SteelWall_FlipTris_8x8_C +- [x] Recipe_SteelWall_Tris_8x1_C +- [x] Recipe_SteelWall_Tris_8x2_C +- [x] Recipe_SteelWall_Tris_8x4_C +- [x] Recipe_SteelWall_Tris_8x8_C +- [x] Recipe_Wall_8x4_02_C +- [x] Recipe_Wall_Conveyor_8x4_01_Steel_C +- [x] Recipe_Wall_Conveyor_8x4_02_Steel_C +- [x] Recipe_Wall_Conveyor_8x4_03_Steel_C +- [x] Recipe_Wall_Door_8x4_01_Steel_C +- [x] Recipe_Wall_Door_8x4_03_Steel_C +- [x] Recipe_WallSet_Steel_Angular_8x4_C +- [x] Recipe_WallSet_Steel_Angular_8x8_C +- [x] Recipe_ConveyorCeilingAttachment_C +- [x] Recipe_ConveyorPole_C +- [x] Recipe_ConveyorPoleWall_C +- [x] Recipe_ConveyorBeltMk1_C +- [x] Recipe_PowerLine_C +- [x] Recipe_PowerPoleMk1_C +- [x] Recipe_PowerPoleWall_C +- [x] Recipe_TradingPost_C +- [x] Recipe_WorkBench_C +- [x] Recipe_IronPlate_C +- [x] Recipe_IronRod_C +- [x] Recipe_XenoZapper_C +- [x] Recipe_IngotIron_C +- [x] Recipe_Fence_01_C +- [x] Recipe_PillarTop_C +- [x] Recipe_JumpPad_C +- [x] Recipe_JumpPadTilted_C +- [x] Recipe_Walkway_Cross_C +- [x] Recipe_Walkway_Ramp_C +- [x] Recipe_Walkway_Straight_C +- [x] Recipe_Walkway_T_C +- [x] Recipe_Walkway_Turn_C +- [x] Recipe_SteelWall_8x4_C +- [x] Recipe_Wall_Conveyor_8x4_04_C +- [x] Recipe_Wall_Conveyor_8x4_04_Steel_C +- [x] Recipe_Wall_Window_8x4_03_Steel_C +- [x] Recipe_Alternate_RocketFuel_Nitro_C +- [x] Recipe_GeneratorCoal_C +- [x] Recipe_PipeSupport_C +- [x] Recipe_PipeSupportWall_C +- [x] Recipe_Pipeline_C +- [x] Recipe_PipelineJunction_Cross_C +- [x] Recipe_PipelinePump_C +- [x] Recipe_PipeStorageTank_C +- [x] Recipe_WaterPump_C +- [x] Recipe_ResourceSink_C +- [x] Recipe_ResourceSinkShop_C +- [x] Recipe_RocketFuel_C +- [x] Recipe_PackagedRocketFuel_C +- [x] Recipe_UnpackageRocketFuel_C +- [x] Recipe_Alternate_IonizedFuel_Dark_C +- [x] Recipe_QuantumEncoder_C +- [x] Recipe_DarkEnergy_C +- [x] Recipe_QuantumEnergy_C +- [x] Recipe_DarkMatter_C +- [x] Recipe_SuperpositionOscillator_C +- [x] Recipe_TemporalProcessor_C +- [x] Recipe_SpaceElevatorPart_12_C +- [x] Recipe_IonizedFuel_C +- [x] Recipe_PackagedIonizedFuel_C +- [x] Recipe_UnpackageIonizedFuel_C +- [x] Recipe_Alternate_Diamond_Turbo_C +- [x] Recipe_SAMFluctuator_C +- [x] Recipe_Converter_C +- [x] Recipe_FicsiteMesh_C +- [x] Recipe_FicsiteIngot_Iron_C +- [x] Recipe_TimeCrystal_C +- [x] Recipe_Diamond_C +- [x] Recipe_IngotSAM_C +- [x] Recipe_SpaceElevatorPart_10_C +- [x] Recipe_FicsiteIngot_AL_C +- [x] Recipe_FicsiteIngot_CAT_C +- [x] Recipe_Bauxite_Caterium_C +- [x] Recipe_Bauxite_Copper_C +- [x] Recipe_Caterium_Copper_C +- [x] Recipe_Caterium_Quartz_C +- [x] Recipe_Coal_Iron_C +- [x] Recipe_Coal_Limestone_C +- [x] Recipe_Copper_Quartz_C +- [x] Recipe_Copper_Sulfur_C +- [x] Recipe_Iron_Limestone_C +- [x] Recipe_Limestone_Sulfur_C +- [x] Recipe_Nitrogen_Bauxite_C +- [x] Recipe_Nitrogen_Caterium_C +- [x] Recipe_Quartz_Bauxite_C +- [x] Recipe_Quartz_Coal_C +- [x] Recipe_Sulfur_Coal_C +- [x] Recipe_Sulfur_Iron_C +- [x] Recipe_Uranium_Bauxite_C +- [x] Recipe_Alternate_Turbofuel_C +- [x] Recipe_PackagedTurboFuel_C +- [x] Recipe_UnpackageTurboFuel_C +- [x] Recipe_Alternate_Coal_1_C +- [x] Recipe_Alternate_Coal_2_C +- [x] Recipe_Alternate_EnrichedCoal_C +- [x] Recipe_CircuitBoard_C +- [x] Recipe_OilPump_C +- [x] Recipe_OilRefinery_C +- [x] Recipe_Valve_C +- [x] Recipe_LiquidFuel_C +- [x] Recipe_PetroleumCoke_C +- [x] Recipe_Plastic_C +- [x] Recipe_Rubber_C +- [x] Recipe_ResidualFuel_C +- [x] Recipe_ResidualPlastic_C +- [x] Recipe_ResidualRubber_C +- [x] Recipe_Alternate_Diamond_Pink_C +- [x] Recipe_Alternate_Diamond_Petroleum_C +- [x] Recipe_Alternate_Diamond_OilBased_C +- [x] Recipe_Alternate_Diamond_Cloudy_C +- [x] Recipe_Alternate_DarkMatter_Trap_C +- [x] Recipe_Alternate_DarkMatter_Crystallization_C +- [x] Recipe_Alternate_WetConcrete_C +- [x] Recipe_Alternate_TurboHeavyFuel_C +- [x] Recipe_Alternate_SteelRod_C +- [x] Recipe_SmelterMk1_C +- [x] Recipe_SteelBeam_C +- [x] Recipe_SteelPipe_C +- [x] Recipe_IngotSteel_C +- [x] Recipe_SpaceElevatorPart_2_C +- [x] Recipe_Alternate_SteelCanister_C +- [x] Recipe_Packager_C +- [x] Recipe_FluidCanister_C +- [x] Recipe_Fuel_C +- [x] Recipe_LiquidBiofuel_C +- [x] Recipe_PackagedBiofuel_C +- [x] Recipe_PackagedCrudeOil_C +- [x] Recipe_PackagedOilResidue_C +- [x] Recipe_PackagedWater_C +- [x] Recipe_UnpackageBioFuel_C +- [x] Recipe_UnpackageFuel_C +- [x] Recipe_UnpackageOil_C +- [x] Recipe_UnpackageOilResidue_C +- [x] Recipe_UnpackageWater_C +- [x] Recipe_Alternate_SteamedCopperSheet_C +- [x] Recipe_Alternate_RubberConcrete_C +- [x] Recipe_Alternate_RecycledRubber_C +- [x] Recipe_Alternate_PureQuartzCrystal_C +- [x] Recipe_QuartzCrystal_C +- [x] Recipe_Alternate_PureIronIngot_C +- [x] Recipe_Alternate_PureCopperIngot_C +- [x] Recipe_Alternate_PureCateriumIngot_C +- [x] Recipe_PureAluminumIngot_C +- [x] Recipe_AluminumCasing_C +- [x] Recipe_AluminumSheet_C +- [x] Recipe_AluminaSolution_C +- [x] Recipe_AluminumScrap_C +- [x] Recipe_PackagedAlumina_C +- [x] Recipe_IngotAluminum_C +- [x] Recipe_Silica_C +- [x] Recipe_CrystalOscillator_C +- [x] Recipe_UnpackageAlumina_C +- [x] Recipe_Alternate_PolymerResin_C +- [x] Recipe_Alternate_PlasticSmartPlating_C +- [x] Recipe_Alternate_HighSpeedWiring_C +- [x] Recipe_EncasedIndustrialBeam_C +- [x] Recipe_Motor_C +- [x] Recipe_Stator_C +- [x] Recipe_MinerMk2_C +- [x] Recipe_SpaceElevatorPart_3_C +- [x] Recipe_AILimiter_C +- [x] Recipe_Alternate_HeavyOilResidue_C +- [x] Recipe_Alternate_HeavyFlexibleFrame_C +- [x] Recipe_ManufacturerMk1_C +- [x] Recipe_Computer_C +- [x] Recipe_ModularFrameHeavy_C +- [x] Recipe_SpaceElevatorPart_4_C +- [x] Recipe_SpaceElevatorPart_5_C +- [x] Recipe_Alternate_FusedWire_C +- [x] Recipe_Alternate_FlexibleFramework_C +- [x] Recipe_Alternate_ElectrodeCircuitBoard_C +- [x] Recipe_Alternate_ElectroAluminumScrap_C +- [x] Recipe_Alternate_DilutedPackagedFuel_C +- [x] Recipe_Alternate_CopperRotor_C +- [x] Recipe_ModularFrame_C +- [x] Recipe_Rotor_C +- [x] Recipe_AssemblerMk1_C +- [x] Recipe_CopperSheet_C +- [x] Recipe_SpaceElevatorPart_1_C +- [x] Recipe_Alternate_CopperAlloyIngot_C +- [x] Recipe_Alternate_CokeSteelIngot_C +- [x] Recipe_Alternate_CoatedIronPlate_C +- [x] Recipe_Alternate_CoatedIronCanister_C +- [x] Recipe_Alternate_CoatedCable_C +- [x] Recipe_Alternate_BoltedFrame_C +- [x] Recipe_Alternate_AdheredIronPlate_C +- [x] Recipe_Alternate_TurboPressureMotor_C +- [x] Recipe_PlutoniumCell_C +- [x] Recipe_PressureConversionCube_C +- [x] Recipe_NitricAcid_C +- [x] Recipe_NonFissileUranium_C +- [x] Recipe_HadronCollider_C +- [x] Recipe_CopperDust_C +- [x] Recipe_Plutonium_C +- [x] Recipe_PlutoniumFuelRod_C +- [x] Recipe_PackagedNitricAcid_C +- [x] Recipe_SpaceElevatorPart_9_C +- [x] Recipe_UnpackageNitricAcid_C +- [x] Recipe_Alternate_TurboBlendFuel_C +- [x] Recipe_UraniumCell_C +- [x] Recipe_CoolingSystem_C +- [x] Recipe_Blender_C +- [x] Recipe_Battery_C +- [x] Recipe_ComputerSuper_C +- [x] Recipe_RadioControlUnit_C +- [x] Recipe_SulfuricAcid_C +- [x] Recipe_PackagedSulfuricAcid_C +- [x] Recipe_SpaceElevatorPart_7_C +- [x] Recipe_HighSpeedConnector_C +- [x] Recipe_UnpackageSulfuricAcid_C +- [x] Recipe_Alternate_SuperStateComputer_C +- [x] Recipe_ElectromagneticControlRod_C +- [x] Recipe_GeneratorNuclear_C +- [x] Recipe_NuclearFuelRod_C +- [x] Recipe_SpaceElevatorPart_6_C +- [x] Recipe_Alternate_SloppyAlumina_C +- [x] Recipe_Alternate_RadioControlSystem_C +- [x] Recipe_Alternate_PlutoniumFuelUnit_C +- [x] Recipe_Alternate_OCSupercomputer_C +- [x] Recipe_HeatSink_C +- [x] Recipe_FusedModularFrame_C +- [x] Recipe_FrackingExtractor_C +- [x] Recipe_FrackingSmasher_C +- [x] Recipe_GasTank_C +- [x] Recipe_PackagedNitrogen_C +- [x] Recipe_UnpackageNitrogen_C +- [x] Recipe_Alternate_InstantScrap_C +- [x] Recipe_Alternate_InstantPlutoniumCell_C +- [x] Recipe_Alternate_HeatFusedFrame_C +- [x] Recipe_Alternate_FertileUranium_C +- [x] Recipe_Alternate_ElectricMotor_C +- [x] Recipe_Alternate_DilutedFuel_C +- [x] Recipe_Alternate_CoolingDevice_C +- [x] Recipe_Alternate_ClassicBattery_C +- [x] Recipe_Alternate_AutomatedMiner_C +- [x] Recipe_Alternate_AlcladCasing_C +- [x] Recipe_Alternate_SteelPipe_Molded_C +- [x] Recipe_Alternate_SteelPipe_Iron_C +- [x] Recipe_Alternate_SteelCastedPlate_C +- [x] Recipe_Alternate_SteelBeam_Molded_C +- [x] Recipe_Alternate_SteelBeam_Aluminum_C +- [x] Recipe_Alternate_AluminumRod_C +- [x] Recipe_Alternate_AILimiter_Plastic_C +- [x] Recipe_Alternate_Silica_Distilled_C +- [x] Recipe_Alternate_Quartz_Purified_C +- [x] Recipe_Alternate_Quartz_Fused_C +- [x] Recipe_Alternate_IronIngot_Leached_C +- [x] Recipe_Alternate_IronIngot_Basic_C +- [x] Recipe_Alternate_CopperIngot_Tempered_C +- [x] Recipe_Alternate_CopperIngot_Leached_C +- [x] Recipe_Alternate_CateriumIngot_Tempered_C +- [x] Recipe_Alternate_CateriumIngot_Leached_C +- [x] Recipe_Alternate_Wire_2_C +- [x] Recipe_Alternate_Wire_1_C +- [x] Recipe_Alternate_UraniumCell_1_C +- [x] Recipe_DroneStation_C +- [x] Recipe_DroneTransport_C +- [x] Recipe_IngotCaterium_C +- [x] Recipe_Alternate_TurboMotor_1_C +- [x] Recipe_ConveyorBeltMk5_C +- [x] Recipe_ConveyorLiftMk5_C +- [x] Recipe_MinerMk3_C +- [x] Recipe_MotorTurbo_C +- [x] Recipe_SpaceElevatorPart_8_C +- [x] Recipe_Alternate_Stator_C +- [x] Recipe_Alternate_Silica_C +- [x] Recipe_Alternate_Screw_2_C +- [x] Recipe_Alternate_Screw_C +- [x] Recipe_Alternate_Rotor_C +- [x] Recipe_Alternate_EncasedIndustrialBeam_C +- [x] Recipe_Alternate_ReinforcedIronPlate_2_C +- [x] Recipe_Alternate_ReinforcedIronPlate_1_C +- [x] Recipe_Alternate_RadioControlUnit_1_C +- [x] Recipe_Alternate_Quickwire_C +- [x] Recipe_Alternate_Plastic_1_C +- [x] Recipe_Alternate_NuclearFuelRod_1_C +- [x] Recipe_Alternate_Motor_1_C +- [x] Recipe_Alternate_ModularFrame_C +- [x] Recipe_Alternate_IngotSteel_2_C +- [x] Recipe_Alternate_IngotSteel_1_C +- [x] Recipe_Alternate_IngotIron_C +- [x] Recipe_Alternate_HighSpeedConnector_C +- [x] Recipe_Alternate_ModularFrameHeavy_C +- [x] Recipe_Alternate_HeatSink_1_C +- [x] Recipe_Alternate_Gunpowder_1_C +- [x] Recipe_Alternate_ElectromagneticControlRod_1_C +- [x] Recipe_Alternate_CrystalOscillator_C +- [x] Recipe_Alternate_Concrete_C +- [x] Recipe_Alternate_Computer_2_C +- [x] Recipe_Alternate_Computer_1_C +- [x] Recipe_Alternate_CircuitBoard_2_C +- [x] Recipe_Alternate_CircuitBoard_1_C +- [x] Recipe_Alternate_Cable_2_C +- [x] Recipe_Alternate_Cable_1_C +- [x] Recipe_ConveyorBeltMk6_C +- [x] Recipe_ConveyorLiftMk6_C +- [x] Recipe_Ficsonium_C +- [x] Recipe_FicsoniumFuelRod_C +- [x] Recipe_Portal_C +- [x] Recipe_PortalSatellite_C +- [x] Recipe_SingularityCell_C +- [x] Recipe_SpaceElevatorPart_11_C +- [x] Recipe_BlueprintDesigner_Mk3_C +- [x] Recipe_Hoverpack_C +- [x] Recipe_FilterHazmat_C +- [x] Recipe_HazmatSuit_C +- [x] Recipe_RailroadBlockSignal_C +- [x] Recipe_RailroadPathSignal_C +- [x] Recipe_BlueprintDesigner_Mk2_C +- [x] Recipe_PipelineMK2_C +- [x] Recipe_PipelinePumpMK2_C +- [x] Recipe_TrainDockingStation_C +- [x] Recipe_TrainDockingStationLiquid_C +- [x] Recipe_TrainPlatformEmpty_C +- [x] Recipe_TrainPlatformEmpty_02_C +- [x] Recipe_TrainStation_C +- [x] Recipe_RailroadTrack_C +- [x] Recipe_FreightWagon_C +- [x] Recipe_Locomotive_C +- [x] Recipe_JetPack_C +- [x] Recipe_ConveyorBeltMk4_C +- [x] Recipe_ConveyorLiftMk4_C +- [x] Recipe_Truck_C +- [x] Recipe_GeneratorFuel_C +- [x] Recipe_IndustrialTank_C +- [x] Recipe_Quickwire_C +- [x] Recipe_ConveyorBeltMk3_C +- [x] Recipe_ConveyorLiftMk3_C +- [x] Recipe_PipeSupportStackable_C +- [x] Recipe_StorageContainerMk2_C +- [x] Recipe_BlueprintDesigner_C +- [x] Recipe_PipeHyperStart_C +- [x] Recipe_HyperPoleStackable_C +- [x] Recipe_HyperTubeWallSupport_C +- [x] Recipe_PipeHyperSupport_C +- [x] Recipe_PipeHyper_C +- [x] Recipe_PowerStorageMk1_C +- [x] Recipe_PowerTower_C +- [x] Recipe_PowerTowerPlatform_C +- [x] Recipe_XenoBasher_C +- [x] Recipe_TruckStation_C +- [x] Recipe_Tractor_C +- [x] Recipe_ConveyorBeltMk2_C +- [x] Recipe_ConveyorLiftMk2_C +- [x] Recipe_ConveyorPoleStackable_C +- [x] Recipe_JumpPadAdjustable_C +- [x] Recipe_UJellyLandingPad_C +- [x] Recipe_Biofuel_C +- [x] Recipe_Chainsaw_C +- [x] Recipe_Protein_Hog_C +- [x] Recipe_Protein_Spitter_C +- [x] Recipe_Biomass_Mycelia_C +- [x] Recipe_PowerCrystalShard_1_C +- [x] Recipe_Gunpowder_C +- [x] Recipe_AlienPowerFuel_C +- [x] Recipe_Mam_C +- [x] Recipe_StoragePlayer_C +- [x] Recipe_ObjectScanner_C +- [x] Recipe_ConveyorAttachmentMerger_C +- [x] Recipe_ConveyorAttachmentSplitter_C +- [x] Recipe_ConveyorLiftMk1_C +- [x] Recipe_QuarterPipeMiddle_Ficsit_4x1_C +- [x] Recipe_QuarterPipeMiddle_Ficsit_4x2_C +- [x] Recipe_QuarterPipeMiddle_Ficsit_4x4_C +- [x] Recipe_QuarterPipeMiddleInCorner_Ficsit_8x1_C +- [x] Recipe_QuarterPipeMiddleInCorner_Ficsit_8x2_C +- [x] Recipe_QuarterPipeMiddleInCorner_Ficsit_8x4_C +- [x] Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x1_C +- [x] Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x2_C +- [x] Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x4_C +- [x] Recipe_Stair_FicsitSet_8x1_01_C +- [x] Recipe_Stair_FicsitSet_8x2_01_C +- [x] Recipe_Stair_FicsitSet_8x4_01_C +- [x] Recipe_Foundation_8x1_01_C +- [x] Recipe_Foundation_8x2_01_C +- [x] Recipe_Foundation_8x4_01_C +- [x] Recipe_QuarterPipe_C +- [x] Recipe_QuarterPipe_02_C +- [x] Recipe_QuarterPipeCorner_01_C +- [x] Recipe_QuarterPipeCorner_02_C +- [x] Recipe_QuarterPipeCorner_03_C +- [x] Recipe_QuarterPipeCorner_04_C +- [x] Recipe_Ramp_8x1_01_C +- [x] Recipe_Ramp_8x2_01_C +- [x] Recipe_Ramp_8x4_01_C +- [x] Recipe_Ramp_8x4_Inverted_01_C +- [x] Recipe_Ramp_8x8x8_C +- [x] Recipe_Ramp_Diagonal_8x1_01_C +- [x] Recipe_Ramp_Diagonal_8x1_02_C +- [x] Recipe_Ramp_Diagonal_8x2_01_C +- [x] Recipe_Ramp_Diagonal_8x2_02_C +- [x] Recipe_Ramp_Diagonal_8x4_01_C +- [x] Recipe_Ramp_Diagonal_8x4_02_C +- [x] Recipe_RampDouble_C +- [x] Recipe_RampDouble_8x1_C +- [x] Recipe_RampInverted_8x1_C +- [x] Recipe_RampInverted_8x1_Corner_01_C +- [x] Recipe_RampInverted_8x1_Corner_02_C +- [x] Recipe_RampInverted_8x2_01_C +- [x] Recipe_RampInverted_8x2_Corner_01_C +- [x] Recipe_RampInverted_8x2_Corner_02_C +- [x] Recipe_RampInverted_8x4_Corner_01_C +- [x] Recipe_RampInverted_8x4_Corner_02_C +- [x] Recipe_LookoutTower_C +- [x] Recipe_DownQuarterPipe_Concrete_8x4_C +- [x] Recipe_DownQuarterPipe_ConcreteInCorner_8x4_C +- [x] Recipe_DownQuarterPipe_ConcreteOutCorner_8x4_C +- [x] Recipe_Foundation_Concrete_8x1_C +- [x] Recipe_Foundation_Concrete_8x2_C +- [x] Recipe_Foundation_Concrete_8x4_C +- [x] Recipe_InvertedRamp_Concrete_8x1_C +- [x] Recipe_InvertedRamp_Concrete_8x2_C +- [x] Recipe_InvertedRamp_Concrete_8x4_C +- [x] Recipe_InvertedRamp_DCorner_Concrete_8x1_C +- [x] Recipe_InvertedRamp_DCorner_Concrete_8x2_C +- [x] Recipe_InvertedRamp_DCorner_Concrete_8x4_C +- [x] Recipe_InvertedRamp_UCorner_Concrete_8x1_C +- [x] Recipe_InvertedRamp_UCorner_Concrete_8x2_C +- [x] Recipe_InvertedRamp_UCorner_Concrete_8x4_C +- [x] Recipe_QuarterPipe_Concrete_8x4_C +- [x] Recipe_QuarterPipeInCorner_Concrete_8x4_C +- [x] Recipe_QuarterPipeMiddle_Concrete_8x1_C +- [x] Recipe_QuarterPipeMiddle_Concrete_8x2_C +- [x] Recipe_QuarterPipeMiddle_Concrete_8x4_C +- [x] Recipe_QuarterPipeMiddleInCorner_Concrete_8x1_C +- [x] Recipe_QuarterPipeMiddleInCorner_Concrete_8x2_C +- [x] Recipe_QuarterPipeMiddleInCorner_Concrete_8x4_C +- [x] Recipe_QuarterPipeMiddleOutCorner_Concrete_4x1_C +- [x] Recipe_QuarterPipeMiddleOutCorner_Concrete_4x2_C +- [x] Recipe_QuarterPipeMiddleOutCorner_Concrete_4x4_C +- [x] Recipe_QuarterPipeOutCorner_Concrete_8x4_C +- [x] Recipe_Ramp_Concrete_8x1_C +- [x] Recipe_Ramp_Concrete_8x2_C +- [x] Recipe_Ramp_Concrete_8x4_C +- [x] Recipe_Ramp_DownCorner_Concrete_8x1_C +- [x] Recipe_Ramp_DownCorner_Concrete_8x2_C +- [x] Recipe_Ramp_DownCorner_Concrete_8x4_C +- [x] Recipe_Ramp_UpCorner_Concrete_8x1_C +- [x] Recipe_Ramp_UpCorner_Concrete_8x2_C +- [x] Recipe_Ramp_UpCorner_Concrete_8x4_C +- [x] Recipe_RampDouble_Concrete_8x1_C +- [x] Recipe_RampDouble_Concrete_8x2_C +- [x] Recipe_RampDouble_Concrete_8x4_C +- [x] Recipe_Stair_Concrete_8x1_C +- [x] Recipe_Stair_Concrete_8x2_C +- [x] Recipe_Stair_Concrete_8x4_C +- [x] Recipe_DownQuarterPipe_Grip_8x4_C +- [x] Recipe_DownQuarterPipe_GripInCorner_8x4_C +- [x] Recipe_DownQuarterPipe_GripOutCorner_8x4_C +- [x] Recipe_Foundation_Metal_8x1_C +- [x] Recipe_Foundation_Metal_8x2_C +- [x] Recipe_Foundation_Metal_8x4_C +- [x] Recipe_InvertedRamp_DCorner_Metal_8x1_C +- [x] Recipe_InvertedRamp_DCorner_Metal_8x2_C +- [x] Recipe_InvertedRamp_DCorner_Metal_8x4_C +- [x] Recipe_InvertedRamp_Metal_8x1_C +- [x] Recipe_InvertedRamp_Metal_8x2_C +- [x] Recipe_InvertedRamp_Metal_8x4_C +- [x] Recipe_InvertedRamp_UCorner_Metal_8x1_C +- [x] Recipe_InvertedRamp_UCorner_Metal_8x2_C +- [x] Recipe_InvertedRamp_UCorner_Metal_8x4_C +- [x] Recipe_QuarterPipe_Grip_8x4_C +- [x] Recipe_QuarterPipeInCorner_Grip_8x4_C +- [x] Recipe_QuarterPipeMiddle_Grip_8x1_C +- [x] Recipe_QuarterPipeMiddle_Grip_8x2_C +- [x] Recipe_QuarterPipeMiddle_Grip_8x4_C +- [x] Recipe_QuarterPipeMiddleInCorner_Grip_8x1_C +- [x] Recipe_QuarterPipeMiddleInCorner_Grip_8x2_C +- [x] Recipe_QuarterPipeMiddleInCorner_Grip_8x4_C +- [x] Recipe_QuarterPipeMiddleOutCorner_Grip_4x1_C +- [x] Recipe_QuarterPipeMiddleOutCorner_Grip_4x2_C +- [x] Recipe_QuarterPipeMiddleOutCorner_Grip_4x4_C +- [x] Recipe_QuarterPipeOutCorner_Grip_8x4_C +- [x] Recipe_Ramp_DownCorner_Metal_8x1_C +- [x] Recipe_Ramp_DownCorner_Metal_8x2_C +- [x] Recipe_Ramp_DownCorner_Metal_8x4_C +- [x] Recipe_Ramp_Metal_8x1_C +- [x] Recipe_Ramp_Metal_8x2_C +- [x] Recipe_Ramp_Metal_8x4_C +- [x] Recipe_Ramp_UpCorner_Metal_8x1_C +- [x] Recipe_Ramp_UpCorner_Metal_8x2_C +- [x] Recipe_Ramp_UpCorner_Metal_8x4_C +- [x] Recipe_RampDouble_Metal_8x1_C +- [x] Recipe_RampDouble_Metal_8x2_C +- [x] Recipe_RampDouble_Metal_8x4_C +- [x] Recipe_Stair_GripMetal_8x1_C +- [x] Recipe_Stair_GripMetal_8x2_C +- [x] Recipe_Stair_GripMetal_8x4_C +- [x] Recipe_DownQuarterPipe_ConcretePolished_8x4_C +- [x] Recipe_DownQuarterPipe_ConcretePolishedInCorner_8x4_C +- [x] Recipe_DownQuarterPipe_ConcretePolishedOutCorner_8x4_C +- [x] Recipe_Foundation_ConcretePolished_8x1_C +- [x] Recipe_Foundation_ConcretePolished_8x2_C +- [x] Recipe_Foundation_ConcretePolished_8x4_C +- [x] Recipe_InvertedRamp_DCorner_Polished_8x1_C +- [x] Recipe_InvertedRamp_DCorner_Polished_8x2_C +- [x] Recipe_InvertedRamp_DCorner_Polished_8x4_C +- [x] Recipe_InvertedRamp_Polished_8x1_C +- [x] Recipe_InvertedRamp_Polished_8x2_C +- [x] Recipe_InvertedRamp_Polished_8x4_C +- [x] Recipe_InvertedRamp_UCorner_Polished_8x1_C +- [x] Recipe_InvertedRamp_UCorner_Polished_8x2_C +- [x] Recipe_InvertedRamp_UCorner_Polished_8x4_C +- [x] Recipe_QuarterPipe_ConcretePolished_8x4_C +- [x] Recipe_QuarterPipeInCorner_ConcretePolished_8x4_C +- [x] Recipe_QuarterPipeMiddle_PolishedConcrete_8x1_C +- [x] Recipe_QuarterPipeMiddle_PolishedConcrete_8x2_C +- [x] Recipe_QuarterPipeMiddle_PolishedConcrete_8x4_C +- [x] Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x1_C +- [x] Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x2_C +- [x] Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x4_C +- [x] Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1_C +- [x] Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2_C +- [x] Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4_C +- [x] Recipe_QuarterPipeOutCorner_ConcretePolished_8x4_C +- [x] Recipe_Ramp_DownCorner_Polished_8x1_C +- [x] Recipe_Ramp_DownCorner_Polished_8x2_C +- [x] Recipe_Ramp_DownCorner_Polished_8x4_C +- [x] Recipe_Ramp_Polished_8x1_C +- [x] Recipe_Ramp_Polished_8x2_C +- [x] Recipe_Ramp_Polished_8x4_C +- [x] Recipe_Ramp_UpCorner_Polished_8x1_C +- [x] Recipe_Ramp_UpCorner_Polished_8x2_C +- [x] Recipe_Ramp_UpCorner_Polished_8x4_C +- [x] Recipe_RampDouble_Polished_8x1_C +- [x] Recipe_RampDouble_Polished_8x2_C +- [x] Recipe_RampDouble_Polished_8x4_C +- [x] Recipe_Stair_PolishedConcrete_8x1_C +- [x] Recipe_Stair_PolishedConcrete_8x2_C +- [x] Recipe_Stair_PolishedConcrete_8x4_C +- [x] Recipe_DownQuarterPipe_Asphalt_8x4_C +- [x] Recipe_DownQuarterPipe_AsphaltInCorner_8x4_C +- [x] Recipe_DownQuarterPipe_AsphaltOutCorner_8x4_C +- [x] Recipe_Foundation_Asphalt_8x1_C +- [x] Recipe_Foundation_Asphalt_8x2_C +- [x] Recipe_Foundation_Asphalt_8x4_C +- [x] Recipe_InvertedRamp_Asphalt_8x1_C +- [x] Recipe_InvertedRamp_Asphalt_8x2_C +- [x] Recipe_InvertedRamp_Asphalt_8x4_C +- [x] Recipe_InvertedRamp_DCorner_Asphalt_8x1_C +- [x] Recipe_InvertedRamp_DCorner_Asphalt_8x2_C +- [x] Recipe_InvertedRamp_DCorner_Asphalt_8x4_C +- [x] Recipe_InvertedRamp_UCorner_Asphalt_8x1_C +- [x] Recipe_InvertedRamp_UCorner_Asphalt_8x2_C +- [x] Recipe_InvertedRamp_UCorner_Asphalt_8x4_C +- [x] Recipe_QuarterPipe_Asphalt_8x4_C +- [x] Recipe_QuarterPipeInCorner_Asphalt_8x4_C +- [x] Recipe_QuarterPipeMiddle_Asphalt_8x1_C +- [x] Recipe_QuarterPipeMiddle_Asphalt_8x2_C +- [x] Recipe_QuarterPipeMiddle_Asphalt_8x4_C +- [x] Recipe_QuarterPipeMiddleInCorner_Asphalt_8x1_C +- [x] Recipe_QuarterPipeMiddleInCorner_Asphalt_8x2_C +- [x] Recipe_QuarterPipeMiddleInCorner_Asphalt_8x4_C +- [x] Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x1_C +- [x] Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x2_C +- [x] Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x4_C +- [x] Recipe_QuarterPipeOutCorner_Asphalt_8x4_C +- [x] Recipe_Ramp_Asphalt_8x1_C +- [x] Recipe_Ramp_Asphalt_8x2_C +- [x] Recipe_Ramp_Asphalt_8x4_C +- [x] Recipe_Ramp_DownCorner_Asphalt_8x1_C +- [x] Recipe_Ramp_DownCorner_Asphalt_8x2_C +- [x] Recipe_Ramp_DownCorner_Asphalt_8x4_C +- [x] Recipe_Ramp_UpCorner_Asphalt_8x1_C +- [x] Recipe_Ramp_UpCorner_Asphalt_8x2_C +- [x] Recipe_Ramp_UpCorner_Asphalt_8x4_C +- [x] Recipe_RampDouble_Asphalt_8x1_C +- [x] Recipe_RampDouble_Asphalt_8x2_C +- [x] Recipe_RampDouble_Asphalt_8x4_C +- [x] Recipe_Stair_Asphalt_8x1_C +- [x] Recipe_Stair_Asphalt_8x2_C +- [x] Recipe_Stair_Asphalt_8x4_C +- [x] Recipe_Protein_Stinger_C +- [x] Recipe_Protein_Crab_C +- [x] Recipe_AlienDNACapsule_C +- [x] Recipe_Biomass_AlienProtein_C +- [x] Recipe_MedicinalInhalerAlienOrgans_C +- [x] Recipe_SpikedRebar_C +- [x] Recipe_RebarGun_C +- [x] Recipe_AlienPowerBuilding_C +- [x] Recipe_CentralStorage_C +- [x] Recipe_GeneratorGeoThermal_C +- [x] Recipe_ConveyorAttachmentSplitterProgrammable_C +- [x] Recipe_CartridgeSmart_C +- [x] Recipe_PowerPoleMk3_C +- [x] Recipe_PriorityPowerSwitch_C +- [x] Recipe_BladeRunners_C +- [x] Recipe_PowerPoleMk2_C +- [x] Recipe_PowerSwitch_C +- [x] Recipe_ConveyorAttachmentSplitterSmart_C +- [x] Recipe_Rebar_Stunshot_C +- [x] Recipe_ZipLine_C +- [x] Recipe_FilterGasMask_C +- [x] Recipe_Gasmask_C +- [x] Recipe_NobeliskGas_C +- [x] Recipe_TherapeuticInhaler_C +- [x] Recipe_MedicinalInhaler_C +- [x] Recipe_Parachute_C +- [x] Recipe_Alternate_PolyesterFabric_C +- [x] Recipe_Fabric_C +- [x] Recipe_NutritionalInhaler_C +- [x] Recipe_SyntheticPowerShard_C +- [x] Recipe_PowerCrystalShard_3_C +- [x] Recipe_PowerCrystalShard_2_C +- [x] Recipe_RadarTower_C +- [x] Recipe_NobeliskShockwave_C +- [x] Recipe_Explorer_C +- [x] Recipe_Rebar_Spreadshot_C +- [x] Recipe_CartridgeChaos_Packaged_C +- [x] Recipe_CartridgeChaos_C +- [x] Recipe_NobeliskNuke_C +- [x] Recipe_Cartridge_C +- [x] Recipe_Rebar_Explosive_C +- [x] Recipe_SpaceRifleMk1_C +- [x] Recipe_NobeliskCluster_C +- [x] Recipe_Nobelisk_C +- [x] Recipe_NobeliskDetonator_C +- [x] Recipe_GunpowderMK2_C +- [x] Recipe_Snowball_C +- [x] Recipe_WreathDecor_C +- [x] Recipe_XmasStar_C +- [x] Recipe_SnowDispenser_C +- [x] Recipe_XmasWreath_C +- [x] Recipe_xmassLights_C +- [x] Recipe_XmasBallCluster_C +- [x] Recipe_XmasBall1_C +- [x] Recipe_XmasBall2_C +- [x] Recipe_XmasBall3_C +- [x] Recipe_XmasBall4_C +- [x] Recipe_TreeGiftProducer_C +- [x] Recipe_Snowman_C +- [x] Recipe_Snow_C +- [x] Recipe_XMassTree_C +- [x] Recipe_XmasBranch_C +- [x] Recipe_CandyCaneDecor_C +- [x] Recipe_XmasBow_C +- [x] Recipe_CandyCane_C +- [x] Recipe_CandyCaneBasher_C +- [x] Recipe_Flat_Frame_01_C +- [x] Recipe_Foundation_Frame_01_C +- [x] Recipe_FoundationGlass_01_C +- [x] Recipe_Ramp_Frame_01_C +- [x] Recipe_Ramp_Frame_Inverted_01_C +- [x] Recipe_Wall_Frame_01_C +- [x] Recipe_Railing_01_C +- [x] Recipe_Pillar_Small_Metal_C +- [x] Recipe_PillarBase_Small_C +- [x] Recipe_PillarBase_C +- [x] Recipe_PillarMiddle_C +- [x] Recipe_Ladder_C +- [x] Recipe_FactoryCart_C +- [x] Recipe_CyberWagon_C +- [x] Recipe_Gate_Automated_8x4_C +- [x] Recipe_HyperTubeWallHole_C +- [x] Recipe_PipeSupportWallHole_C +- [x] Recipe_FoundationPassthrough_Pipe_C +- [x] Recipe_PowerPoleWallDouble_C +- [x] Recipe_PowerPoleWallDoubleMk2_C +- [x] Recipe_PowerPoleWallMk2_C +- [x] Recipe_PowerPoleWallDoubleMk3_C +- [x] Recipe_PowerPoleWallMk3_C +- [x] Recipe_StreetLight_C +- [x] Recipe_CeilingLight_C +- [x] Recipe_FloodlightPole_C +- [x] Recipe_FloodlightWall_C +- [x] Recipe_Roof_Orange_01_C +- [x] Recipe_Roof_Orange_02_C +- [x] Recipe_Roof_Orange_03_C +- [x] Recipe_Roof_Orange_04_C +- [x] Recipe_Roof_Orange_InCorner_01_C +- [x] Recipe_Roof_Orange_InCorner_02_C +- [x] Recipe_Roof_Orange_InCorner_03_C +- [x] Recipe_Roof_Orange_OutCorner_01_C +- [x] Recipe_Roof_Orange_OutCorner_02_C +- [x] Recipe_Roof_Orange_OutCorner_03_C +- [x] Recipe_Roof_Window_01_C +- [x] Recipe_Roof_Window_02_C +- [x] Recipe_Roof_Window_03_C +- [x] Recipe_Roof_Window_04_C +- [x] Recipe_Roof_Window_InCorner_01_C +- [x] Recipe_Roof_Window_InCorner_02_C +- [x] Recipe_Roof_Window_InCorner_03_C +- [x] Recipe_Roof_Window_OutCorner_01_C +- [x] Recipe_Roof_Window_OutCorner_02_C +- [x] Recipe_Roof_Window_OutCorner_03_C +- [x] Recipe_Roof_A_01_C +- [x] Recipe_Roof_A_02_C +- [x] Recipe_Roof_A_03_C +- [x] Recipe_Roof_A_04_C +- [x] Recipe_Roof_Metal_InCorner_01_C +- [x] Recipe_Roof_Metal_InCorner_02_C +- [x] Recipe_Roof_Metal_InCorner_03_C +- [x] Recipe_Roof_Metal_OutCorner_01_C +- [x] Recipe_Roof_Metal_OutCorner_02_C +- [x] Recipe_Roof_Metal_OutCorner_03_C +- [x] Recipe_Roof_Tar_01_C +- [x] Recipe_Roof_Tar_02_C +- [x] Recipe_Roof_Tar_03_C +- [x] Recipe_Roof_Tar_04_C +- [x] Recipe_Roof_Tar_InCorner_01_C +- [x] Recipe_Roof_Tar_InCorner_02_C +- [x] Recipe_Roof_Tar_InCorner_03_C +- [x] Recipe_Roof_Tar_OutCorner_01_C +- [x] Recipe_Roof_Tar_OutCorner_02_C +- [x] Recipe_Roof_Tar_OutCorner_03_C +- [x] Recipe_PipelineMK2_NoIndicator_C +- [x] Recipe_Pipeline_NoIndicator_C +- [x] Recipe_StorageMedkit_C +- [x] Recipe_LightsControlPanel_C +- [x] Recipe_StandaloneWidgetSign_Small_C +- [x] Recipe_StandaloneWidgetSign_SmallVeryWide_C +- [x] Recipe_StandaloneWidgetSign_SmallWide_C +- [x] Recipe_StandaloneWidgetSign_Square_Tiny_C +- [x] Recipe_FoundationPassthrough_Hypertube_C +- [x] Recipe_StorageHazard_C +- [x] Recipe_GoldenCart_C +- [x] Recipe_Wall_Window_8x4_05_C +- [x] Recipe_Wall_Window_8x4_06_C +- [x] Recipe_Wall_Window_8x4_07_C +- [x] Recipe_Wall_Window_Thin_8x4_01_C +- [x] Recipe_Wall_Window_Thin_8x4_02_C +- [x] Recipe_Pillar_Small_Frame_C +- [x] Recipe_PillarMiddle_Frame_C +- [x] Recipe_ChainLinkFence_C +- [x] Recipe_TarpFence_C +- [x] Recipe_Barrier_Low_01_C +- [x] Recipe_Barrier_Tall_01_C +- [x] Recipe_Concrete_Barrier_01_C +- [x] Recipe_StandaloneWidgetSign_Medium_C +- [x] Recipe_StandaloneWidgetSign_Portrait_C +- [x] Recipe_StandaloneWidgetSign_Square_C +- [x] Recipe_StandaloneWidgetSign_Square_Small_C +- [x] Recipe_FoundationPassthrough_Lift_C +- [x] Recipe_Pillar_Small_Concrete_C +- [x] Recipe_PillarMiddle_Concrete_C +- [x] Recipe_Catwalk_Cross_C +- [x] Recipe_Catwalk_Ramp_C +- [x] Recipe_Catwalk_Stairs_C +- [x] Recipe_Catwalk_Straight_C +- [x] Recipe_Catwalk_T_C +- [x] Recipe_Catwalk_Turn_C +- [x] Recipe_StandaloneWidgetSign_Huge_C +- [x] Recipe_StandaloneWidgetSign_Large_C +- [x] Recipe_Beam_C +- [x] Recipe_Beam_Connector_C +- [x] Recipe_Beam_Connector_Double_C +- [x] Recipe_Beam_Painted_C +- [x] Recipe_Beam_Support_C +- [x] Recipe_GeneratorBiomass_Automated_C +- [x] Recipe_SpaceElevator_C +- [x] Recipe_Biomass_Leaves_C +- [x] Recipe_Biomass_Wood_C +- [x] Recipe_MinerMk1_C +- [x] Recipe_StorageContainerMk1_C +- [x] Recipe_IronPlateReinforced_C +- [x] Recipe_ConstructorMk1_C +- [x] Recipe_Concrete_C +- [x] Recipe_Screw_C +- [x] Recipe_SmelterBasicMk1_C +- [x] Recipe_Cable_C +- [x] Recipe_Wire_C +- [x] Recipe_IngotCopper_C +- [x] Recipe_Workshop_C +- [x] Recipe_PortableMiner_C +- [x] Recipe_Fireworks_01_C +- [x] Recipe_Fireworks_02_C +- [x] Recipe_Fireworks_03_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGResourceDescriptor' -- [ ] Desc_OreIron_C -- [ ] Desc_Coal_C -- [ ] Desc_Water_C -- [ ] Desc_NitrogenGas_C -- [ ] Desc_Sulfur_C -- [ ] Desc_SAM_C -- [ ] Desc_OreBauxite_C -- [ ] Desc_OreGold_C -- [ ] Desc_OreCopper_C -- [ ] Desc_RawQuartz_C -- [ ] Desc_Stone_C -- [ ] Desc_OreUranium_C -- [ ] Desc_LiquidOil_C +- [x] Desc_OreIron_C +- [x] Desc_Coal_C +- [x] Desc_Water_C +- [x] Desc_NitrogenGas_C +- [x] Desc_Sulfur_C +- [x] Desc_SAM_C +- [x] Desc_OreBauxite_C +- [x] Desc_OreGold_C +- [x] Desc_OreCopper_C +- [x] Desc_RawQuartz_C +- [x] Desc_Stone_C +- [x] Desc_OreUranium_C +- [x] Desc_LiquidOil_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGSchematic' -- [ ] ResourceSink_CyberWagon_Unlock_C -- [ ] ResourceSink_GoldenCart_Unlock_C -- [ ] Schematic_StartingRecipes_C -- [ ] Schematic_SaveCompatibility_C -- [ ] ResourceSink_Checkmark_C -- [ ] CustomizerUnlock_ColourSwatches_C -- [ ] CustomizerUnlock_PipelineSwatch_C -- [ ] Schematic_2-5_C -- [ ] Schematic_3-1_C -- [ ] Research_Quartz_4_1_C -- [ ] Research_Sulfur_RocketFuel_C -- [ ] Schematic_Alternate_RocketFuel_Nitro_C -- [ ] Schematic_9-2_C -- [ ] Research_Sulfur_IonizedFuel_C -- [ ] Schematic_Alternate_IonizedFuel_Dark_C -- [ ] Schematic_9-1-1_C -- [ ] Schematic_9-1_C -- [ ] Research_Sulfur_0_C -- [ ] Schematic_Alternate_EnrichedCoal_C -- [ ] Schematic_5-1-1_C -- [ ] Schematic_5-1_C -- [ ] Schematic_Alternate_TurboFuel_C -- [ ] Research_Sulfur_TurboFuel_C -- [ ] Schematic_Alternate_Diamond_Turbo_C -- [ ] Schematic_Alternate_Diamond_Pink_C -- [ ] Schematic_Alternate_Diamond_Petroleum_C -- [ ] Schematic_Alternate_Diamond_OilBased_C -- [ ] Schematic_Alternate_Diamond_Cloudy_C -- [ ] Schematic_Alternate_DarkMatter_Trap_C -- [ ] Schematic_Alternate_DarkMatter_Crystallization_C -- [ ] Schematic_Alternate_WetConcrete_C -- [ ] Schematic_Alternate_TurboHeavyFuel_C -- [ ] Schematic_3-4_C -- [ ] Schematic_Alternate_SteelRod_C -- [ ] Schematic_5-4-1_C -- [ ] Schematic_5-4_C -- [ ] Schematic_Alternate_SteelCanister_C -- [ ] Schematic_Alternate_SteamedCopperSheet_C -- [ ] Schematic_Alternate_RubberConcrete_C -- [ ] Schematic_Alternate_RecycledRubber_C -- [ ] Research_Quartz_1_1_C -- [ ] Schematic_Alternate_PureQuartzCrystal_C -- [ ] Schematic_Alternate_PureIronIngot_C -- [ ] Schematic_Alternate_PureCopperIngot_C -- [ ] Research_Caterium_0_C -- [ ] Schematic_Alternate_PureCateriumIngot_C -- [ ] Schematic_7-1-1_C -- [ ] Schematic_7-1_C -- [ ] Schematic_Alternate_PureAluminumIngot_C -- [ ] Schematic_Alternate_PolymerResin_C -- [ ] Schematic_Alternate_PlasticSmartPlating_C -- [ ] Schematic_4-1_C -- [ ] Research_Caterium_4_1_C -- [ ] Schematic_Alternate_HighSpeedWiring_C -- [ ] Schematic_Alternate_HeavyOilResidue_C -- [ ] Schematic_5-2_C -- [ ] Schematic_Alternate_HeavyFlexibleFrame_C -- [ ] Schematic_Alternate_FusedWire_C -- [ ] Schematic_Alternate_FlexibleFramework_C -- [ ] Schematic_Alternate_ElectrodeCircuitBoard_C -- [ ] Schematic_Alternate_ElectroAluminumScrap_C -- [ ] Schematic_Alternate_DilutedPackagedFuel_C -- [ ] Schematic_2-1_C -- [ ] Schematic_Alternate_CopperRotor_C -- [ ] Schematic_Alternate_CopperAlloyIngot_C -- [ ] Schematic_Alternate_CokeSteelIngot_C -- [ ] Schematic_Alternate_CoatedIronPlate_C -- [ ] Schematic_Alternate_CoatedIronCanister_C -- [ ] Schematic_Alternate_CoatedCable_C -- [ ] Schematic_Alternate_BoltedFrame_C -- [ ] Schematic_Alternate_AdheredIronPlate_C -- [ ] Schematic_8-5-1_C -- [ ] Schematic_8-5_C -- [ ] Schematic_Alternate_TurboPressureMotor_C -- [ ] Schematic_7-4-1_C -- [ ] Schematic_7-5_C -- [ ] Schematic_Alternate_TurboBlendFuel_C -- [ ] Schematic_8-1_C -- [ ] Schematic_Alternate_SuperStateComputer_C -- [ ] Schematic_Alternate_SloppyAlumina_C -- [ ] Schematic_Alternate_RadioControlSystem_C -- [ ] Schematic_Alternate_PlutoniumFuelUnit_C -- [ ] Schematic_8-2-1_C -- [ ] Schematic_8-2_C -- [ ] Schematic_Alternate_OCSupercomputer_C -- [ ] Schematic_Alternate_InstantScrap_C -- [ ] Schematic_Alternate_InstantPlutoniumCell_C -- [ ] Schematic_Alternate_HeatFusedFrame_C -- [ ] Schematic_Alternate_FertileUranium_C -- [ ] Schematic_Alternate_ElectricMotor_C -- [ ] Schematic_Alternate_DilutedFuel_C -- [ ] Schematic_Alternate_CoolingDevice_C -- [ ] Schematic_Alternate_ClassicBattery_C -- [ ] Schematic_Alternate_AutomatedMiner_C -- [ ] Schematic_Alternate_AlcladCasing_C -- [ ] Schematic_Alternate_SteelPipe_Molded_C -- [ ] Schematic_Alternate_SteelPipe_Iron_C -- [ ] Schematic_Alternate_SteelCastedPlate_C -- [ ] Schematic_Alternate_SteelBeam_Molded_C -- [ ] Schematic_Alternate_SteelBeam_Aluminum_C -- [ ] Schematic_Alternate_AluminumRod_C -- [ ] Schematic_Alternate_AILimiter_Plastic_C -- [ ] Schematic_Alternate_Silica_Distilled_C -- [ ] Schematic_Alternate_Quartz_Purified_C -- [ ] Schematic_Alternate_Quartz_Fused_C -- [ ] Schematic_Alternate_IronIngot_Leached_C -- [ ] Schematic_Alternate_IronIngot_Basic_C -- [ ] Schematic_Alternate_CopperIngot_Tempered_C -- [ ] Schematic_Alternate_CopperIngot_Leached_C -- [ ] Schematic_Alternate_CateriumIngot_Tempered_C -- [ ] Schematic_Alternate_CateriumIngot_Leached_C -- [ ] Schematic_Alternate_Wire2_C -- [ ] Schematic_Alternate_Wire1_C -- [ ] Schematic_7-4_C -- [ ] Research_Caterium_1_C -- [ ] Research_Quartz_0_C -- [ ] Schematic_Alternate_UraniumCell1_C -- [ ] Schematic_7-2_C -- [ ] Schematic_8-4_C -- [ ] Research_Caterium_3_C -- [ ] Schematic_Alternate_TurboMotor1_C -- [ ] Schematic_Alternate_Stator_C -- [ ] Research_Quartz_1_2_C -- [ ] Schematic_Alternate_Silica_C -- [ ] Schematic_Alternate_Screw2_C -- [ ] Schematic_Alternate_Screw_C -- [ ] Schematic_Alternate_Rotor_C -- [ ] Schematic_Alternate_ReinforcedSteelPlate_C -- [ ] Schematic_Alternate_ReinforcedIronPlate2_C -- [ ] Schematic_Alternate_ReinforcedIronPlate1_C -- [ ] Research_Caterium_5_C -- [ ] Research_Quartz_3_3_C -- [ ] Schematic_Alternate_RadioControlUnit1_C -- [ ] Schematic_Alternate_Quickwire_C -- [ ] Schematic_Alternate_Plastic1_C -- [ ] Schematic_Alternate_NuclearFuelRod1_C -- [ ] Schematic_Alternate_Motor1_C -- [ ] Schematic_Alternate_ModularFrame_C -- [ ] Schematic_Alternate_IngotSteel2_C -- [ ] Schematic_Alternate_IngotSteel1_C -- [ ] Schematic_Alternate_IngotIron_C -- [ ] Schematic_Alternate_HighSpeedConnector_C -- [ ] Schematic_Alternate_HeavyModularFrame_C -- [ ] Schematic_Alternate_HeatSink1_C -- [ ] Schematic_Alternate_Gunpowder1_C -- [ ] Schematic_Alternate_ElectromagneticControlRod1_C -- [ ] Research_Quartz_2_C -- [ ] Schematic_Alternate_CrystalOscillator_C -- [ ] Schematic_Alternate_Concrete_C -- [ ] Schematic_Alternate_Computer2_C -- [ ] Schematic_Alternate_Computer1_C -- [ ] Schematic_Alternate_Coal2_C -- [ ] Schematic_Alternate_Coal1_C -- [ ] Schematic_Alternate_CircuitBoard2_C -- [ ] Schematic_Alternate_CircuitBoard1_C -- [ ] Schematic_Alternate_Cable2_C -- [ ] Schematic_Alternate_Cable1_C -- [ ] Schematic_Alternate_InventorySlots2_C -- [ ] Schematic_Alternate_InventorySlots1_C -- [ ] Schematic_Skin_Buildgun_Striped_C -- [ ] Schematic_Skin_Buildgun_HalfNHalf_C -- [ ] Schematic_Skin_Buildgun_Golden_C -- [ ] Schematic_Skin_Buildgun_Default_C -- [ ] Schematic_Skin_Buildgun_ColoredSides_C -- [ ] Schematic_Skin_Buildgun_Camo_C -- [ ] Schematic_Helmet_Welder_C -- [ ] Schematic_Helmet_Scout_C -- [ ] Schematic_Helmet_Golden_C -- [ ] Schematic_Helmet_Default_C -- [ ] Schematic_Helmet_Bobble_C -- [ ] Schematic_Helmet_Beta_C -- [ ] Schematic_Trinket_Somersloop_C -- [ ] Schematic_Trinket_Nut_C -- [ ] Schematic_Trinket_NuclearWaste_C -- [ ] Schematic_Trinket_FicsitCoupon_C -- [ ] Schematic_Trinket_Default_C -- [ ] Schematic_Trinket_Checkit_C -- [ ] Schematic_9-5_C -- [ ] Schematic_9-4_C -- [ ] Schematic_9-3_C -- [ ] Schematic_8-3_C -- [ ] Schematic_7-3_C -- [ ] Schematic_6-7_C -- [ ] Schematic_6-6_C -- [ ] Schematic_6-5_C -- [ ] Schematic_6-3_C -- [ ] Schematic_6-2_C -- [ ] Schematic_6-1_C -- [ ] Schematic_5-5-1_C -- [ ] Schematic_5-5_C -- [ ] Schematic_5-3_C -- [ ] Schematic_4-5_C -- [ ] Schematic_4-4_C -- [ ] Schematic_4-3_C -- [ ] Schematic_4-2_C -- [ ] Schematic_3-3_C -- [ ] Schematic_3-2_C -- [ ] Schematic_2-3_C -- [ ] Schematic_2-2_C -- [ ] Research_ACarapace_0_C -- [ ] Research_AOrgans_0_C -- [ ] Research_Alien_Somersloop_C -- [ ] Research_Mycelia_1_C -- [ ] Research_Nutrients_0_C -- [ ] Research_PowerSlugs_3_C -- [ ] Research_PowerSlugs_1_C -- [ ] Research_Sulfur_1_C -- [ ] Research_HardDrive_0_C -- [ ] Schematic_1-3_C -- [ ] Schematic_1-2_C -- [ ] Schematic_1-1_C -- [ ] Research_AO_Stinger_C -- [ ] Research_AO_Pre_Rebar_C -- [ ] Research_AO_Hatcher_C -- [ ] Research_AO_DNACapsule_C -- [ ] Research_AOrgans_3_C -- [ ] Research_AOrgans_2_C -- [ ] Research_AOrgans_1_C -- [ ] Research_AOrganisms_2_C -- [ ] Research_AOrganisms_1_C -- [ ] Research_ACarapace_3_C -- [ ] Research_ACarapace_2_1_C -- [ ] Research_ACarapace_2_C -- [ ] Research_ACarapace_1_C -- [ ] Research_Alien_SAMFluctuator_C -- [ ] Research_Alien_SAM_C -- [ ] Research_Alien_ProductionBooster_C -- [ ] Research_Alien_BoosterFuel_C -- [ ] Research_Alien_PowerBooster_C -- [ ] Research_Alien_MercerSphere_C -- [ ] Research_Alien_CentralUploadBoost_04_C -- [ ] Research_Alien_CentralUploadBoost_03_C -- [ ] Research_Alien_CentralUploadBoost_02_C -- [ ] Research_Alien_CentralUploadBoost_01_C -- [ ] Research_Alien_CentralStorage_C -- [ ] Research_Alien_CentralStackExpansion_04_C -- [ ] Research_Alien_CentralStackExpansion_03_C -- [ ] Research_Alien_CentralStackExpansion_02_C -- [ ] Research_Alien_CentralStackExpansion_01_C -- [ ] Research_Alien_CentralInventory_C -- [ ] Research_Alien_BoosterBlocker_C -- [ ] Research_Alien_ActiveSAM_C -- [ ] Research_Caterium_7_2_C -- [ ] Research_Caterium_7_1_C -- [ ] Research_Caterium_6_3_C -- [ ] Research_Caterium_6_2_C -- [ ] Research_Caterium_5_1_C -- [ ] Research_Caterium_4_3_C -- [ ] Research_Caterium_4_2_C -- [ ] Research_Caterium_4_1_2_C -- [ ] Research_Caterium_4_1_1_C -- [ ] Research_Caterium_3_2_C -- [ ] Research_Caterium_3_1_C -- [ ] Research_Caterium_2_1_C -- [ ] Research_Caterium_2_C -- [ ] Research_Mycelia_GasMask_C -- [ ] Research_Mycelia_8_C -- [ ] Research_Mycelia_7_C -- [ ] Research_Nutrients_2_C -- [ ] Research_Mycelia_6_C -- [ ] Research_Mycelia_5_C -- [ ] Research_Mycelia_4_C -- [ ] Research_Mycelia_3_C -- [ ] Research_Mycelia_2_1_C -- [ ] Research_Mycelia_2_C -- [ ] Research_Nutrients_4_C -- [ ] Research_Nutrients_3_C -- [ ] Research_Nutrients_1_C -- [ ] Research_PowerSlugs_6_C -- [ ] Research_PowerSlugs_5_C -- [ ] Research_PowerSlugs_4_C -- [ ] Research_PowerSlugs_2_C -- [ ] Research_Quartz_4_C -- [ ] Research_Quartz_3_4_C -- [ ] Research_Quartz_3_1_C -- [ ] Research_Quartz_3_C -- [ ] Research_Quartz_2_1_C -- [ ] Research_Sulfur_ExperimentalPower_C -- [ ] Research_Sulfur_CompactedCoal_C -- [ ] Research_Sulfur_6_C -- [ ] Research_Sulfur_5_2_Hidden_C -- [ ] Research_Sulfur_5_2_C -- [ ] Research_Sulfur_5_1_C -- [ ] Research_Sulfur_5_C -- [ ] Research_Sulfur_4_2_1_C -- [ ] Research_Sulfur_4_2_C -- [ ] Research_Sulfur_4_1_C -- [ ] Research_Sulfur_4_C -- [ ] Research_Sulfur_3_2_1_C -- [ ] Research_Sulfur_3_2_C -- [ ] Research_Sulfur_3_1_C -- [ ] Research_Sulfur_3_C -- [ ] Research_Sulfur_2_C -- [ ] Schematic_XMassTree_T4_C -- [ ] Research_XMas_5_C -- [ ] Schematic_XMassTree_T3_C -- [ ] Research_XMas_4_C -- [ ] Research_XMas_4-2_C -- [ ] Research_XMas_4-1_C -- [ ] Schematic_XMassTree_T2_C -- [ ] Research_XMas_3_C -- [ ] Research_XMas_3-2_C -- [ ] Research_XMas_3-1_C -- [ ] Schematic_XMassTree_T1_C -- [ ] Research_XMas_2_C -- [ ] Research_XMas_2-2_C -- [ ] Research_XMas_2-1_C -- [ ] Research_XMas_1_C -- [ ] Research_XMas_1-2_C -- [ ] Research_XMas_1-1_C -- [ ] CBG_Colour_ConcreteSwatch_C -- [ ] CBG_Concrete_Walls_Basic_C -- [ ] ResourceSink_Customizer_ConcreteWallMaterial_C -- [ ] CBG_Concrete_Walls_Conveyor_C -- [ ] CBG_Steel_Walls_Basic_C -- [ ] CBG_Steel_Walls_Conveyor_C -- [ ] ResourceSink_Customizer_SteelWallMaterial_C -- [ ] ResourceSink_Diagonal_Down_Wallset_C -- [ ] CBG_Concrete_Walls_DiagonalDown_C -- [ ] CBG_Steel_Walls_DiagonalDown_C -- [ ] ResourceSink_Diagonal_Up_WallSet_C -- [ ] CBG_Concrete_Walls_DiagonalUp_C -- [ ] CBG_Steel_Walls_DiagonalUp_C -- [ ] ResourceSink_DoorWalls_Normal_C -- [ ] CBG_Concrete_Walls_Doors_C -- [ ] CBG_Steel_Walls_Doors_C -- [ ] ResourceSink_FactoryRailing_C -- [ ] ResourceSink_FactoryFence_C -- [ ] ResourceSink_FrameworkFoundations_C -- [ ] ResourceSink_FoudationPillar_C -- [ ] ResourceSink_Customizer_Asphalt_FoundationMaterial_C -- [ ] CBG_ExtensionQuarterPipes_Asphalt_C -- [ ] CBG_Foundations_Asphalt_C -- [ ] CBG_Ramps_Corners_Asphalt_C -- [ ] ResourceSink_DiagonalRamps_C -- [ ] ResourceSink_Customizer_Concrete_FoundationMaterial_C -- [ ] CBG_ExtensionQuarterPipes_Concrete_C -- [ ] CBG_Foundations_Concrete_C -- [ ] CBG_Ramps_Corners_Concrete_C -- [ ] ResourceSink_FoundationExpansionPack_C -- [ ] CBG_Ramps_Double_Asphalt_C -- [ ] CBG_Ramps_Double_Concrete_C -- [ ] ResourceSink_Customizer_GripMetal_FoundationMaterial_C -- [ ] CBG_ExtensionQuarterPipes_GripMetal_C -- [ ] CBG_Foundations_Metal_C -- [ ] CBG_Ramps_Corners_Metal_C -- [ ] CBG_Ramps_Double_Metal_C -- [ ] ResourceSink_InvertedCornerRamps_C -- [ ] CBG_Ramps_InvCorners_Asphalt_C -- [ ] CBG_Ramps_InvCorners_Concrete_C -- [ ] CBG_Ramps_InvCorners_Metal_C -- [ ] ResourceSink_Customizer_PolishedConcrete_FoundationMaterial_C -- [ ] CBG_ExtensionQuarterPipes_Polished_C -- [ ] CBG_Foundations_Coated_C -- [ ] CBG_Ramps_Corners_Coated_C -- [ ] CBG_Ramps_Double_Coated_C -- [ ] CBG_Ramps_InvCorners_Coated_C -- [ ] CBG_Ramps_Inverted_Coated_C -- [ ] ResourceSink_InvertedRampPack_C -- [ ] CBG_Ramps_Inverted_Concrete_C -- [ ] CBG_Ramps_Inverted_Metal_C -- [ ] ResourceSink_Ladders_C -- [ ] ResourceSink_Walkways_C -- [ ] ResourceSink_CurvedFoundationPack_C -- [ ] CBG_QuarterPipes_Asphalt_C -- [ ] CBG_QuarterPipes_Concrete_C -- [ ] CBG_QuarterPipes_GripMetal_C -- [ ] CBG_QuarterPipes_Coated_C -- [ ] ResourceSink_FactoryCart_C -- [ ] ResourceSink_CyberWagon_C -- [ ] ResourceSink_HalfFoundations_C -- [ ] CBG_Half_Foundations_Asphalt_C -- [ ] CBG_Half_Foundations_Concrete_C -- [ ] CBG_Half_Foundations_Metal_C -- [ ] CBG_Half_Foundations_Polished_C -- [ ] ResourceSink_QuarterPipeExtensions_C -- [ ] ResourceSink_FoundationStairs_C -- [ ] CBG_Stairs_Asphalt_C -- [ ] CBG_Stairs_Coated_C -- [ ] CBG_Stairs_Concrete_C -- [ ] CBG_Stairs_Metal_C -- [ ] CBG_Ramps_Inverted_Asphalt_C -- [ ] ResourceSink_WindowedWalls_C -- [ ] CBG_Concrete_Walls_Windows_C -- [ ] CBG_Steel_Walls_WIndows_C -- [ ] ResourceSink_GateWalls_C -- [ ] CBG_Concrete_Walls_Gates_C -- [ ] CBG_Steel_Walls_Gates_C -- [ ] ResourceSink_Tilted_Walls_C -- [ ] CBG_Concrete_Walls_Tilted_C -- [ ] CBG_Steel_Walls_Tilted_C -- [ ] ResourceSink_ConveryWalls_Normal_C -- [ ] ResourceSink_ConveyorWallMount_C -- [ ] ResourceSink_ConveyorCeilingMount_C -- [ ] ResourceSink_HyperTubeWallAttachements_C -- [ ] ResourceSink_PipelineWallAttachments_C -- [ ] ResourceSink_PipelineFloorHole_C -- [ ] ResourceSink_WallPowerPoles_C -- [ ] ResourceSink_WallPowerPolesMK2_C -- [ ] ResourceSink_WallPowerPolesMK3_C -- [ ] ResourceSink_CeilingLight_C -- [ ] ResourceSink_LightTower_C -- [ ] ResourceSink_StreetLight_C -- [ ] ResourceSink_Statue_Hoggo_C -- [ ] ResourceSink_StatueLizardDoggo_C -- [ ] ResourceSink_StatueSpaceGiraffe_C -- [ ] ResourceSink_StatueBronzePioneer_C -- [ ] ResourceSink_StatueGoldPioneer_C -- [ ] ResourceSink_StatueSilverPioneer_C -- [ ] ResourceSink_StatueGoldenNut_C -- [ ] ResourceSink_Customizer_GlassRoofMaterial_C -- [ ] CBG_Roofs_Basic_Glass_C -- [ ] ResourceSink_Roofs_Basic_C -- [ ] CBG_Roofs_Corners_Glass_C -- [ ] ResourceSink_Roofs_Corners_C -- [ ] ResourceSink_Customizer_SteelRoofMaterial_C -- [ ] CBG_Roofs_Basic_Steel_C -- [ ] CBG_Roofs_Corners_Steel_C -- [ ] ResourceSink_Customizer_TarRoofMaterial_C -- [ ] CBG_Roofs_Basic_Tar_C -- [ ] CBG_Roofs_Corners_Tar_C -- [ ] ResourceSink_NoIndicator_PipelineMK2_C -- [ ] ResourceSink_NoIndicator_PipelineMK1_C -- [ ] ResourceSink_MedicalBoxSkin_C -- [ ] ResourceSink_LightControlPanel_C -- [ ] ResourceSink_LabelSigns_C -- [ ] ResourceSink_HyperTubeFloorHole_C -- [ ] ResourceSink_HazardBoxSkin_C -- [ ] ResourceSink_GoldenCup_C -- [ ] ResourceSink_GoldenCart_C -- [ ] ResourceSink_FrameWindows_C -- [ ] ResourceSink_FramePillarSet_C -- [ ] ResourceSink_Fences_C -- [ ] ResourceSink_FactoryBarrier2_C -- [ ] ResourceSink_FactoryBarrier_C -- [ ] ResourceSink_DisplaySigns_C -- [ ] ResourceSink_ConveyorLiftHole_C -- [ ] ResourceSink_ConcretePillarSet_C -- [ ] ResourceSink_Catwalks_C -- [ ] ResourceSink_Boombox_C -- [ ] ResourceSink_BillboardSigns_C -- [ ] ResourceSink_BeamSet_C -- [ ] ResourceSink_Purchasable_HardDrive_C -- [ ] ResourceSink_RifleAmmoTurbo_C -- [ ] ResourceSink_RifleAmmoHoming_C -- [ ] ResourceSink_RebarStun_C -- [ ] ResourceSink_RebarShatter_C -- [ ] ResourceSink_RebarExplosive_C -- [ ] ResourceSink_RadiationFilters_C -- [ ] ResourceSink_NobeliskPulse_C -- [ ] ResourceSink_NobeliskGas_C -- [ ] ResourceSink_NobeliskCluster_C -- [ ] ResourceSink_HealthPack_C -- [ ] ResourceSink_GasFilters_C -- [ ] ResourceSink_Explosives_C -- [ ] ResourceSink_CoffeeCup_C -- [ ] ResourceSink_AmmoPack_C -- [ ] ResourceSink_AdvancedAmmoPack_C -- [ ] ResourceSink_Wire_C -- [ ] ResourceSink_Screw_C -- [ ] ResourceSink_Rod_C -- [ ] ResourceSink_QuartzCrystal_C -- [ ] ResourceSink_Plate_C -- [ ] ResourceSink_Concrete_C -- [ ] ResourceSink_Cable_C -- [ ] ResourceSink_Biomass_C -- [ ] ResourceSink_Rotor_C -- [ ] ResourceSink_ReinforcedIronPlate_C -- [ ] ResourceSink_Quickwire_C -- [ ] ResourceSink_ModularFrame_C -- [ ] ResourceSink_Fabric_C -- [ ] ResourceSink_CopperSheet_C -- [ ] ResourceSink_Biofuel_C -- [ ] ResourceSink_AILimiter_C -- [ ] ResourceSink_SteelPipe_C -- [ ] ResourceSink_SteelBeam_C -- [ ] ResourceSink_BlackPowder_C -- [ ] ResourceSink_Stator_C -- [ ] ResourceSink_EncasedIndustrialBeam_C -- [ ] ResourceSink_CompactedCoal_C -- [ ] ResourceSink_SmokelessPowder_C -- [ ] ResourceSink_Rubber_C -- [ ] ResourceSink_Plastic_C -- [ ] ResourceSink_PetroleumCoke_C -- [ ] ResourceSink_Motor_C -- [ ] ResourceSink_HighSpeedConnector_C -- [ ] ResourceSink_EmptyCanister_C -- [ ] ResourceSink_CrystalOscillator_C -- [ ] ResourceSink_CircuitBoard_C -- [ ] ResourceSink_PolymerResin_C -- [ ] ResourceSink_PackagedTurboFuel_C -- [ ] ResourceSink_PackagedFuel_C -- [ ] ResourceSink_PackagedBiofuel_C -- [ ] ResourceSink_HeavyModularFrame_C -- [ ] ResourceSink_Computer_C -- [ ] ResourceSink_TurboMotor_C -- [ ] ResourceSink_SuperComputer_C -- [ ] ResourceSink_Silica_C -- [ ] ResourceSink_RadioControlUnit_C -- [ ] ResourceSink_HeatSink_C -- [ ] ResourceSink_Battery_C -- [ ] ResourceSink_AluminumCasing_C -- [ ] ResourceSink_AlcladSheet_C -- [ ] ResourceSink_PressureConversionCube_C -- [ ] ResourceSink_FusedModularFrame_C -- [ ] ResourceSink_EmptyFluidTank_C -- [ ] ResourceSink_ElectromagneticControlRod_C -- [ ] ResourceSink_CopperPowder_C -- [ ] ResourceSink_CoolingSystem_C -- [ ] ResourceSink_TimeCrystal_C -- [ ] ResourceSink_SyntheticPowerShard_C -- [ ] ResourceSink_SuperPositionOscillator_C -- [ ] ResourceSink_RocketFuel_C -- [ ] ResourceSink_NeuralQuantumProcessor_C -- [ ] ResourceSink_IonizedFuel_C -- [ ] ResourceSink_FicsiteTrigon_C -- [ ] ResourceSink_Zones_FoundationPatterns_C -- [ ] ResourceSink_UnPainted_PaintFinish_C -- [ ] ResourceSink_Pathways_FoundationPatterns_C -- [ ] ResourceSink_Number_FoundationPatterns_C -- [ ] ResourceSink_IconsTransport_FoundationPatterns_C -- [ ] ResourceSink_IconsFactory_FoundationPatterns_C -- [ ] ResourceSink_FullLines_FoundationPatterns_C -- [ ] ResourceSink_DotLines_FoundationPatterns_C -- [ ] ResourceSink_Copper_PaintFinish_C -- [ ] ResourceSink_Chrome_PaintFinish_C -- [ ] ResourceSink_Caterium_PaintFinish_C -- [ ] ResourceSink_CarbonSteel_PaintFinish_C -- [ ] ResourceSink_Arrows_FoundationPatterns_C -- [ ] CBG_PatternRemoval_C -- [ ] Schematic_SongsOfConquest_C -- [ ] Schematic_Sanctum2_C -- [ ] Schematic_Sanctum_C -- [ ] Schematic_LeMichael_C -- [ ] Schematic_JoelSyntholm_C -- [ ] Schematic_Huntdown_C -- [ ] Schematic_Goat_C -- [ ] Schematic_DeepRockGalactic_C -- [ ] Schematic_AbsoluteFicsit_C -- [ ] Schematic_Tutorial1_C -- [ ] Schematic_Tutorial1_5_C -- [ ] Schematic_Tutorial2_C -- [ ] Schematic_Tutorial3_C -- [ ] Schematic_Tutorial4_C -- [ ] Schematic_Tutorial5_C -- [ ] Schematic_XMassTree_C -- [ ] Ficsmas_Schematic_SkinBundle_2_C -- [ ] Ficsmas_Schematic_SkinBundle_1_C -- [ ] Ficsmas_Schematic_Fireworks_C -- [ ] Ficsmas_Schematic_FingerGun_Emote_C +- [x] ResourceSink_CyberWagon_Unlock_C +- [x] ResourceSink_GoldenCart_Unlock_C +- [x] Schematic_StartingRecipes_C +- [x] Schematic_SaveCompatibility_C +- [x] ResourceSink_Checkmark_C +- [x] CustomizerUnlock_ColourSwatches_C +- [x] CustomizerUnlock_PipelineSwatch_C +- [x] Schematic_2-5_C +- [x] Schematic_3-1_C +- [x] Research_Quartz_4_1_C +- [x] Research_Sulfur_RocketFuel_C +- [x] Schematic_Alternate_RocketFuel_Nitro_C +- [x] Schematic_9-2_C +- [x] Research_Sulfur_IonizedFuel_C +- [x] Schematic_Alternate_IonizedFuel_Dark_C +- [x] Schematic_9-1-1_C +- [x] Schematic_9-1_C +- [x] Research_Sulfur_0_C +- [x] Schematic_Alternate_EnrichedCoal_C +- [x] Schematic_5-1-1_C +- [x] Schematic_5-1_C +- [x] Schematic_Alternate_TurboFuel_C +- [x] Research_Sulfur_TurboFuel_C +- [x] Schematic_Alternate_Diamond_Turbo_C +- [x] Schematic_Alternate_Diamond_Pink_C +- [x] Schematic_Alternate_Diamond_Petroleum_C +- [x] Schematic_Alternate_Diamond_OilBased_C +- [x] Schematic_Alternate_Diamond_Cloudy_C +- [x] Schematic_Alternate_DarkMatter_Trap_C +- [x] Schematic_Alternate_DarkMatter_Crystallization_C +- [x] Schematic_Alternate_WetConcrete_C +- [x] Schematic_Alternate_TurboHeavyFuel_C +- [x] Schematic_3-4_C +- [x] Schematic_Alternate_SteelRod_C +- [x] Schematic_5-4-1_C +- [x] Schematic_5-4_C +- [x] Schematic_Alternate_SteelCanister_C +- [x] Schematic_Alternate_SteamedCopperSheet_C +- [x] Schematic_Alternate_RubberConcrete_C +- [x] Schematic_Alternate_RecycledRubber_C +- [x] Research_Quartz_1_1_C +- [x] Schematic_Alternate_PureQuartzCrystal_C +- [x] Schematic_Alternate_PureIronIngot_C +- [x] Schematic_Alternate_PureCopperIngot_C +- [x] Research_Caterium_0_C +- [x] Schematic_Alternate_PureCateriumIngot_C +- [x] Schematic_7-1-1_C +- [x] Schematic_7-1_C +- [x] Schematic_Alternate_PureAluminumIngot_C +- [x] Schematic_Alternate_PolymerResin_C +- [x] Schematic_Alternate_PlasticSmartPlating_C +- [x] Schematic_4-1_C +- [x] Research_Caterium_4_1_C +- [x] Schematic_Alternate_HighSpeedWiring_C +- [x] Schematic_Alternate_HeavyOilResidue_C +- [x] Schematic_5-2_C +- [x] Schematic_Alternate_HeavyFlexibleFrame_C +- [x] Schematic_Alternate_FusedWire_C +- [x] Schematic_Alternate_FlexibleFramework_C +- [x] Schematic_Alternate_ElectrodeCircuitBoard_C +- [x] Schematic_Alternate_ElectroAluminumScrap_C +- [x] Schematic_Alternate_DilutedPackagedFuel_C +- [x] Schematic_2-1_C +- [x] Schematic_Alternate_CopperRotor_C +- [x] Schematic_Alternate_CopperAlloyIngot_C +- [x] Schematic_Alternate_CokeSteelIngot_C +- [x] Schematic_Alternate_CoatedIronPlate_C +- [x] Schematic_Alternate_CoatedIronCanister_C +- [x] Schematic_Alternate_CoatedCable_C +- [x] Schematic_Alternate_BoltedFrame_C +- [x] Schematic_Alternate_AdheredIronPlate_C +- [x] Schematic_8-5-1_C +- [x] Schematic_8-5_C +- [x] Schematic_Alternate_TurboPressureMotor_C +- [x] Schematic_7-4-1_C +- [x] Schematic_7-5_C +- [x] Schematic_Alternate_TurboBlendFuel_C +- [x] Schematic_8-1_C +- [x] Schematic_Alternate_SuperStateComputer_C +- [x] Schematic_Alternate_SloppyAlumina_C +- [x] Schematic_Alternate_RadioControlSystem_C +- [x] Schematic_Alternate_PlutoniumFuelUnit_C +- [x] Schematic_8-2-1_C +- [x] Schematic_8-2_C +- [x] Schematic_Alternate_OCSupercomputer_C +- [x] Schematic_Alternate_InstantScrap_C +- [x] Schematic_Alternate_InstantPlutoniumCell_C +- [x] Schematic_Alternate_HeatFusedFrame_C +- [x] Schematic_Alternate_FertileUranium_C +- [x] Schematic_Alternate_ElectricMotor_C +- [x] Schematic_Alternate_DilutedFuel_C +- [x] Schematic_Alternate_CoolingDevice_C +- [x] Schematic_Alternate_ClassicBattery_C +- [x] Schematic_Alternate_AutomatedMiner_C +- [x] Schematic_Alternate_AlcladCasing_C +- [x] Schematic_Alternate_SteelPipe_Molded_C +- [x] Schematic_Alternate_SteelPipe_Iron_C +- [x] Schematic_Alternate_SteelCastedPlate_C +- [x] Schematic_Alternate_SteelBeam_Molded_C +- [x] Schematic_Alternate_SteelBeam_Aluminum_C +- [x] Schematic_Alternate_AluminumRod_C +- [x] Schematic_Alternate_AILimiter_Plastic_C +- [x] Schematic_Alternate_Silica_Distilled_C +- [x] Schematic_Alternate_Quartz_Purified_C +- [x] Schematic_Alternate_Quartz_Fused_C +- [x] Schematic_Alternate_IronIngot_Leached_C +- [x] Schematic_Alternate_IronIngot_Basic_C +- [x] Schematic_Alternate_CopperIngot_Tempered_C +- [x] Schematic_Alternate_CopperIngot_Leached_C +- [x] Schematic_Alternate_CateriumIngot_Tempered_C +- [x] Schematic_Alternate_CateriumIngot_Leached_C +- [x] Schematic_Alternate_Wire2_C +- [x] Schematic_Alternate_Wire1_C +- [x] Schematic_7-4_C +- [x] Research_Caterium_1_C +- [x] Research_Quartz_0_C +- [x] Schematic_Alternate_UraniumCell1_C +- [x] Schematic_7-2_C +- [x] Schematic_8-4_C +- [x] Research_Caterium_3_C +- [x] Schematic_Alternate_TurboMotor1_C +- [x] Schematic_Alternate_Stator_C +- [x] Research_Quartz_1_2_C +- [x] Schematic_Alternate_Silica_C +- [x] Schematic_Alternate_Screw2_C +- [x] Schematic_Alternate_Screw_C +- [x] Schematic_Alternate_Rotor_C +- [x] Schematic_Alternate_ReinforcedSteelPlate_C +- [x] Schematic_Alternate_ReinforcedIronPlate2_C +- [x] Schematic_Alternate_ReinforcedIronPlate1_C +- [x] Research_Caterium_5_C +- [x] Research_Quartz_3_3_C +- [x] Schematic_Alternate_RadioControlUnit1_C +- [x] Schematic_Alternate_Quickwire_C +- [x] Schematic_Alternate_Plastic1_C +- [x] Schematic_Alternate_NuclearFuelRod1_C +- [x] Schematic_Alternate_Motor1_C +- [x] Schematic_Alternate_ModularFrame_C +- [x] Schematic_Alternate_IngotSteel2_C +- [x] Schematic_Alternate_IngotSteel1_C +- [x] Schematic_Alternate_IngotIron_C +- [x] Schematic_Alternate_HighSpeedConnector_C +- [x] Schematic_Alternate_HeavyModularFrame_C +- [x] Schematic_Alternate_HeatSink1_C +- [x] Schematic_Alternate_Gunpowder1_C +- [x] Schematic_Alternate_ElectromagneticControlRod1_C +- [x] Research_Quartz_2_C +- [x] Schematic_Alternate_CrystalOscillator_C +- [x] Schematic_Alternate_Concrete_C +- [x] Schematic_Alternate_Computer2_C +- [x] Schematic_Alternate_Computer1_C +- [x] Schematic_Alternate_Coal2_C +- [x] Schematic_Alternate_Coal1_C +- [x] Schematic_Alternate_CircuitBoard2_C +- [x] Schematic_Alternate_CircuitBoard1_C +- [x] Schematic_Alternate_Cable2_C +- [x] Schematic_Alternate_Cable1_C +- [x] Schematic_Alternate_InventorySlots2_C +- [x] Schematic_Alternate_InventorySlots1_C +- [x] Schematic_Skin_Buildgun_Striped_C +- [x] Schematic_Skin_Buildgun_HalfNHalf_C +- [x] Schematic_Skin_Buildgun_Golden_C +- [x] Schematic_Skin_Buildgun_Default_C +- [x] Schematic_Skin_Buildgun_ColoredSides_C +- [x] Schematic_Skin_Buildgun_Camo_C +- [x] Schematic_Helmet_Welder_C +- [x] Schematic_Helmet_Scout_C +- [x] Schematic_Helmet_Golden_C +- [x] Schematic_Helmet_Default_C +- [x] Schematic_Helmet_Bobble_C +- [x] Schematic_Helmet_Beta_C +- [x] Schematic_Trinket_Somersloop_C +- [x] Schematic_Trinket_Nut_C +- [x] Schematic_Trinket_NuclearWaste_C +- [x] Schematic_Trinket_FicsitCoupon_C +- [x] Schematic_Trinket_Default_C +- [x] Schematic_Trinket_Checkit_C +- [x] Schematic_9-5_C +- [x] Schematic_9-4_C +- [x] Schematic_9-3_C +- [x] Schematic_8-3_C +- [x] Schematic_7-3_C +- [x] Schematic_6-7_C +- [x] Schematic_6-6_C +- [x] Schematic_6-5_C +- [x] Schematic_6-3_C +- [x] Schematic_6-2_C +- [x] Schematic_6-1_C +- [x] Schematic_5-5-1_C +- [x] Schematic_5-5_C +- [x] Schematic_5-3_C +- [x] Schematic_4-5_C +- [x] Schematic_4-4_C +- [x] Schematic_4-3_C +- [x] Schematic_4-2_C +- [x] Schematic_3-3_C +- [x] Schematic_3-2_C +- [x] Schematic_2-3_C +- [x] Schematic_2-2_C +- [x] Research_ACarapace_0_C +- [x] Research_AOrgans_0_C +- [x] Research_Alien_Somersloop_C +- [x] Research_Mycelia_1_C +- [x] Research_Nutrients_0_C +- [x] Research_PowerSlugs_3_C +- [x] Research_PowerSlugs_1_C +- [x] Research_Sulfur_1_C +- [x] Research_HardDrive_0_C +- [x] Schematic_1-3_C +- [x] Schematic_1-2_C +- [x] Schematic_1-1_C +- [x] Research_AO_Stinger_C +- [x] Research_AO_Pre_Rebar_C +- [x] Research_AO_Hatcher_C +- [x] Research_AO_DNACapsule_C +- [x] Research_AOrgans_3_C +- [x] Research_AOrgans_2_C +- [x] Research_AOrgans_1_C +- [x] Research_AOrganisms_2_C +- [x] Research_AOrganisms_1_C +- [x] Research_ACarapace_3_C +- [x] Research_ACarapace_2_1_C +- [x] Research_ACarapace_2_C +- [x] Research_ACarapace_1_C +- [x] Research_Alien_SAMFluctuator_C +- [x] Research_Alien_SAM_C +- [x] Research_Alien_ProductionBooster_C +- [x] Research_Alien_BoosterFuel_C +- [x] Research_Alien_PowerBooster_C +- [x] Research_Alien_MercerSphere_C +- [x] Research_Alien_CentralUploadBoost_04_C +- [x] Research_Alien_CentralUploadBoost_03_C +- [x] Research_Alien_CentralUploadBoost_02_C +- [x] Research_Alien_CentralUploadBoost_01_C +- [x] Research_Alien_CentralStorage_C +- [x] Research_Alien_CentralStackExpansion_04_C +- [x] Research_Alien_CentralStackExpansion_03_C +- [x] Research_Alien_CentralStackExpansion_02_C +- [x] Research_Alien_CentralStackExpansion_01_C +- [x] Research_Alien_CentralInventory_C +- [x] Research_Alien_BoosterBlocker_C +- [x] Research_Alien_ActiveSAM_C +- [x] Research_Caterium_7_2_C +- [x] Research_Caterium_7_1_C +- [x] Research_Caterium_6_3_C +- [x] Research_Caterium_6_2_C +- [x] Research_Caterium_5_1_C +- [x] Research_Caterium_4_3_C +- [x] Research_Caterium_4_2_C +- [x] Research_Caterium_4_1_2_C +- [x] Research_Caterium_4_1_1_C +- [x] Research_Caterium_3_2_C +- [x] Research_Caterium_3_1_C +- [x] Research_Caterium_2_1_C +- [x] Research_Caterium_2_C +- [x] Research_Mycelia_GasMask_C +- [x] Research_Mycelia_8_C +- [x] Research_Mycelia_7_C +- [x] Research_Nutrients_2_C +- [x] Research_Mycelia_6_C +- [x] Research_Mycelia_5_C +- [x] Research_Mycelia_4_C +- [x] Research_Mycelia_3_C +- [x] Research_Mycelia_2_1_C +- [x] Research_Mycelia_2_C +- [x] Research_Nutrients_4_C +- [x] Research_Nutrients_3_C +- [x] Research_Nutrients_1_C +- [x] Research_PowerSlugs_6_C +- [x] Research_PowerSlugs_5_C +- [x] Research_PowerSlugs_4_C +- [x] Research_PowerSlugs_2_C +- [x] Research_Quartz_4_C +- [x] Research_Quartz_3_4_C +- [x] Research_Quartz_3_1_C +- [x] Research_Quartz_3_C +- [x] Research_Quartz_2_1_C +- [x] Research_Sulfur_ExperimentalPower_C +- [x] Research_Sulfur_CompactedCoal_C +- [x] Research_Sulfur_6_C +- [x] Research_Sulfur_5_2_Hidden_C +- [x] Research_Sulfur_5_2_C +- [x] Research_Sulfur_5_1_C +- [x] Research_Sulfur_5_C +- [x] Research_Sulfur_4_2_1_C +- [x] Research_Sulfur_4_2_C +- [x] Research_Sulfur_4_1_C +- [x] Research_Sulfur_4_C +- [x] Research_Sulfur_3_2_1_C +- [x] Research_Sulfur_3_2_C +- [x] Research_Sulfur_3_1_C +- [x] Research_Sulfur_3_C +- [x] Research_Sulfur_2_C +- [x] Schematic_XMassTree_T4_C +- [x] Research_XMas_5_C +- [x] Schematic_XMassTree_T3_C +- [x] Research_XMas_4_C +- [x] Research_XMas_4-2_C +- [x] Research_XMas_4-1_C +- [x] Schematic_XMassTree_T2_C +- [x] Research_XMas_3_C +- [x] Research_XMas_3-2_C +- [x] Research_XMas_3-1_C +- [x] Schematic_XMassTree_T1_C +- [x] Research_XMas_2_C +- [x] Research_XMas_2-2_C +- [x] Research_XMas_2-1_C +- [x] Research_XMas_1_C +- [x] Research_XMas_1-2_C +- [x] Research_XMas_1-1_C +- [x] CBG_Colour_ConcreteSwatch_C +- [x] CBG_Concrete_Walls_Basic_C +- [x] ResourceSink_Customizer_ConcreteWallMaterial_C +- [x] CBG_Concrete_Walls_Conveyor_C +- [x] CBG_Steel_Walls_Basic_C +- [x] CBG_Steel_Walls_Conveyor_C +- [x] ResourceSink_Customizer_SteelWallMaterial_C +- [x] ResourceSink_Diagonal_Down_Wallset_C +- [x] CBG_Concrete_Walls_DiagonalDown_C +- [x] CBG_Steel_Walls_DiagonalDown_C +- [x] ResourceSink_Diagonal_Up_WallSet_C +- [x] CBG_Concrete_Walls_DiagonalUp_C +- [x] CBG_Steel_Walls_DiagonalUp_C +- [x] ResourceSink_DoorWalls_Normal_C +- [x] CBG_Concrete_Walls_Doors_C +- [x] CBG_Steel_Walls_Doors_C +- [x] ResourceSink_FactoryRailing_C +- [x] ResourceSink_FactoryFence_C +- [x] ResourceSink_FrameworkFoundations_C +- [x] ResourceSink_FoudationPillar_C +- [x] ResourceSink_Customizer_Asphalt_FoundationMaterial_C +- [x] CBG_ExtensionQuarterPipes_Asphalt_C +- [x] CBG_Foundations_Asphalt_C +- [x] CBG_Ramps_Corners_Asphalt_C +- [x] ResourceSink_DiagonalRamps_C +- [x] ResourceSink_Customizer_Concrete_FoundationMaterial_C +- [x] CBG_ExtensionQuarterPipes_Concrete_C +- [x] CBG_Foundations_Concrete_C +- [x] CBG_Ramps_Corners_Concrete_C +- [x] ResourceSink_FoundationExpansionPack_C +- [x] CBG_Ramps_Double_Asphalt_C +- [x] CBG_Ramps_Double_Concrete_C +- [x] ResourceSink_Customizer_GripMetal_FoundationMaterial_C +- [x] CBG_ExtensionQuarterPipes_GripMetal_C +- [x] CBG_Foundations_Metal_C +- [x] CBG_Ramps_Corners_Metal_C +- [x] CBG_Ramps_Double_Metal_C +- [x] ResourceSink_InvertedCornerRamps_C +- [x] CBG_Ramps_InvCorners_Asphalt_C +- [x] CBG_Ramps_InvCorners_Concrete_C +- [x] CBG_Ramps_InvCorners_Metal_C +- [x] ResourceSink_Customizer_PolishedConcrete_FoundationMaterial_C +- [x] CBG_ExtensionQuarterPipes_Polished_C +- [x] CBG_Foundations_Coated_C +- [x] CBG_Ramps_Corners_Coated_C +- [x] CBG_Ramps_Double_Coated_C +- [x] CBG_Ramps_InvCorners_Coated_C +- [x] CBG_Ramps_Inverted_Coated_C +- [x] ResourceSink_InvertedRampPack_C +- [x] CBG_Ramps_Inverted_Concrete_C +- [x] CBG_Ramps_Inverted_Metal_C +- [x] ResourceSink_Ladders_C +- [x] ResourceSink_Walkways_C +- [x] ResourceSink_CurvedFoundationPack_C +- [x] CBG_QuarterPipes_Asphalt_C +- [x] CBG_QuarterPipes_Concrete_C +- [x] CBG_QuarterPipes_GripMetal_C +- [x] CBG_QuarterPipes_Coated_C +- [x] ResourceSink_FactoryCart_C +- [x] ResourceSink_CyberWagon_C +- [x] ResourceSink_HalfFoundations_C +- [x] CBG_Half_Foundations_Asphalt_C +- [x] CBG_Half_Foundations_Concrete_C +- [x] CBG_Half_Foundations_Metal_C +- [x] CBG_Half_Foundations_Polished_C +- [x] ResourceSink_QuarterPipeExtensions_C +- [x] ResourceSink_FoundationStairs_C +- [x] CBG_Stairs_Asphalt_C +- [x] CBG_Stairs_Coated_C +- [x] CBG_Stairs_Concrete_C +- [x] CBG_Stairs_Metal_C +- [x] CBG_Ramps_Inverted_Asphalt_C +- [x] ResourceSink_WindowedWalls_C +- [x] CBG_Concrete_Walls_Windows_C +- [x] CBG_Steel_Walls_WIndows_C +- [x] ResourceSink_GateWalls_C +- [x] CBG_Concrete_Walls_Gates_C +- [x] CBG_Steel_Walls_Gates_C +- [x] ResourceSink_Tilted_Walls_C +- [x] CBG_Concrete_Walls_Tilted_C +- [x] CBG_Steel_Walls_Tilted_C +- [x] ResourceSink_ConveryWalls_Normal_C +- [x] ResourceSink_ConveyorWallMount_C +- [x] ResourceSink_ConveyorCeilingMount_C +- [x] ResourceSink_HyperTubeWallAttachements_C +- [x] ResourceSink_PipelineWallAttachments_C +- [x] ResourceSink_PipelineFloorHole_C +- [x] ResourceSink_WallPowerPoles_C +- [x] ResourceSink_WallPowerPolesMK2_C +- [x] ResourceSink_WallPowerPolesMK3_C +- [x] ResourceSink_CeilingLight_C +- [x] ResourceSink_LightTower_C +- [x] ResourceSink_StreetLight_C +- [x] ResourceSink_Statue_Hoggo_C +- [x] ResourceSink_StatueLizardDoggo_C +- [x] ResourceSink_StatueSpaceGiraffe_C +- [x] ResourceSink_StatueBronzePioneer_C +- [x] ResourceSink_StatueGoldPioneer_C +- [x] ResourceSink_StatueSilverPioneer_C +- [x] ResourceSink_StatueGoldenNut_C +- [x] ResourceSink_Customizer_GlassRoofMaterial_C +- [x] CBG_Roofs_Basic_Glass_C +- [x] ResourceSink_Roofs_Basic_C +- [x] CBG_Roofs_Corners_Glass_C +- [x] ResourceSink_Roofs_Corners_C +- [x] ResourceSink_Customizer_SteelRoofMaterial_C +- [x] CBG_Roofs_Basic_Steel_C +- [x] CBG_Roofs_Corners_Steel_C +- [x] ResourceSink_Customizer_TarRoofMaterial_C +- [x] CBG_Roofs_Basic_Tar_C +- [x] CBG_Roofs_Corners_Tar_C +- [x] ResourceSink_NoIndicator_PipelineMK2_C +- [x] ResourceSink_NoIndicator_PipelineMK1_C +- [x] ResourceSink_MedicalBoxSkin_C +- [x] ResourceSink_LightControlPanel_C +- [x] ResourceSink_LabelSigns_C +- [x] ResourceSink_HyperTubeFloorHole_C +- [x] ResourceSink_HazardBoxSkin_C +- [x] ResourceSink_GoldenCup_C +- [x] ResourceSink_GoldenCart_C +- [x] ResourceSink_FrameWindows_C +- [x] ResourceSink_FramePillarSet_C +- [x] ResourceSink_Fences_C +- [x] ResourceSink_FactoryBarrier2_C +- [x] ResourceSink_FactoryBarrier_C +- [x] ResourceSink_DisplaySigns_C +- [x] ResourceSink_ConveyorLiftHole_C +- [x] ResourceSink_ConcretePillarSet_C +- [x] ResourceSink_Catwalks_C +- [x] ResourceSink_Boombox_C +- [x] ResourceSink_BillboardSigns_C +- [x] ResourceSink_BeamSet_C +- [x] ResourceSink_Purchasable_HardDrive_C +- [x] ResourceSink_RifleAmmoTurbo_C +- [x] ResourceSink_RifleAmmoHoming_C +- [x] ResourceSink_RebarStun_C +- [x] ResourceSink_RebarShatter_C +- [x] ResourceSink_RebarExplosive_C +- [x] ResourceSink_RadiationFilters_C +- [x] ResourceSink_NobeliskPulse_C +- [x] ResourceSink_NobeliskGas_C +- [x] ResourceSink_NobeliskCluster_C +- [x] ResourceSink_HealthPack_C +- [x] ResourceSink_GasFilters_C +- [x] ResourceSink_Explosives_C +- [x] ResourceSink_CoffeeCup_C +- [x] ResourceSink_AmmoPack_C +- [x] ResourceSink_AdvancedAmmoPack_C +- [x] ResourceSink_Wire_C +- [x] ResourceSink_Screw_C +- [x] ResourceSink_Rod_C +- [x] ResourceSink_QuartzCrystal_C +- [x] ResourceSink_Plate_C +- [x] ResourceSink_Concrete_C +- [x] ResourceSink_Cable_C +- [x] ResourceSink_Biomass_C +- [x] ResourceSink_Rotor_C +- [x] ResourceSink_ReinforcedIronPlate_C +- [x] ResourceSink_Quickwire_C +- [x] ResourceSink_ModularFrame_C +- [x] ResourceSink_Fabric_C +- [x] ResourceSink_CopperSheet_C +- [x] ResourceSink_Biofuel_C +- [x] ResourceSink_AILimiter_C +- [x] ResourceSink_SteelPipe_C +- [x] ResourceSink_SteelBeam_C +- [x] ResourceSink_BlackPowder_C +- [x] ResourceSink_Stator_C +- [x] ResourceSink_EncasedIndustrialBeam_C +- [x] ResourceSink_CompactedCoal_C +- [x] ResourceSink_SmokelessPowder_C +- [x] ResourceSink_Rubber_C +- [x] ResourceSink_Plastic_C +- [x] ResourceSink_PetroleumCoke_C +- [x] ResourceSink_Motor_C +- [x] ResourceSink_HighSpeedConnector_C +- [x] ResourceSink_EmptyCanister_C +- [x] ResourceSink_CrystalOscillator_C +- [x] ResourceSink_CircuitBoard_C +- [x] ResourceSink_PolymerResin_C +- [x] ResourceSink_PackagedTurboFuel_C +- [x] ResourceSink_PackagedFuel_C +- [x] ResourceSink_PackagedBiofuel_C +- [x] ResourceSink_HeavyModularFrame_C +- [x] ResourceSink_Computer_C +- [x] ResourceSink_TurboMotor_C +- [x] ResourceSink_SuperComputer_C +- [x] ResourceSink_Silica_C +- [x] ResourceSink_RadioControlUnit_C +- [x] ResourceSink_HeatSink_C +- [x] ResourceSink_Battery_C +- [x] ResourceSink_AluminumCasing_C +- [x] ResourceSink_AlcladSheet_C +- [x] ResourceSink_PressureConversionCube_C +- [x] ResourceSink_FusedModularFrame_C +- [x] ResourceSink_EmptyFluidTank_C +- [x] ResourceSink_ElectromagneticControlRod_C +- [x] ResourceSink_CopperPowder_C +- [x] ResourceSink_CoolingSystem_C +- [x] ResourceSink_TimeCrystal_C +- [x] ResourceSink_SyntheticPowerShard_C +- [x] ResourceSink_SuperPositionOscillator_C +- [x] ResourceSink_RocketFuel_C +- [x] ResourceSink_NeuralQuantumProcessor_C +- [x] ResourceSink_IonizedFuel_C +- [x] ResourceSink_FicsiteTrigon_C +- [x] ResourceSink_Zones_FoundationPatterns_C +- [x] ResourceSink_UnPainted_PaintFinish_C +- [x] ResourceSink_Pathways_FoundationPatterns_C +- [x] ResourceSink_Number_FoundationPatterns_C +- [x] ResourceSink_IconsTransport_FoundationPatterns_C +- [x] ResourceSink_IconsFactory_FoundationPatterns_C +- [x] ResourceSink_FullLines_FoundationPatterns_C +- [x] ResourceSink_DotLines_FoundationPatterns_C +- [x] ResourceSink_Copper_PaintFinish_C +- [x] ResourceSink_Chrome_PaintFinish_C +- [x] ResourceSink_Caterium_PaintFinish_C +- [x] ResourceSink_CarbonSteel_PaintFinish_C +- [x] ResourceSink_Arrows_FoundationPatterns_C +- [x] CBG_PatternRemoval_C +- [x] Schematic_SongsOfConquest_C +- [x] Schematic_Sanctum2_C +- [x] Schematic_Sanctum_C +- [x] Schematic_LeMichael_C +- [x] Schematic_JoelSyntholm_C +- [x] Schematic_Huntdown_C +- [x] Schematic_Goat_C +- [x] Schematic_DeepRockGalactic_C +- [x] Schematic_AbsoluteFicsit_C +- [x] Schematic_Tutorial1_C +- [x] Schematic_Tutorial1_5_C +- [x] Schematic_Tutorial2_C +- [x] Schematic_Tutorial3_C +- [x] Schematic_Tutorial4_C +- [x] Schematic_Tutorial5_C +- [x] Schematic_XMassTree_C +- [x] Ficsmas_Schematic_SkinBundle_2_C +- [x] Ficsmas_Schematic_SkinBundle_1_C +- [x] Ficsmas_Schematic_Fireworks_C +- [x] Ficsmas_Schematic_FingerGun_Emote_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGSuitBase' -- [ ] Equip_HazmatSuit_C +- [x] Equip_HazmatSuit_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGVehicleDescriptor' -- [ ] Desc_DroneTransport_C -- [ ] Desc_FreightWagon_C -- [ ] Desc_Locomotive_C -- [ ] Desc_Truck_C -- [ ] Desc_Tractor_C -- [ ] Desc_Explorer_C -- [ ] Desc_CyberWagon_C +- [x] Desc_DroneTransport_C +- [x] Desc_FreightWagon_C +- [x] Desc_Locomotive_C +- [x] Desc_Truck_C +- [x] Desc_Tractor_C +- [x] Desc_Explorer_C +- [x] Desc_CyberWagon_C ## /Script/CoreUObject.Class'/Script/FactoryGame.FGWeapon' -- [ ] Equip_RebarGun_Projectile_C -- [ ] Equip_Rifle_C +- [x] Equip_RebarGun_Projectile_C +- [x] Equip_Rifle_C diff --git a/generated-types/1.0/classes/CoreUObject/FGAmmoTypeInstantHit.ts b/generated-types/1.0/classes/CoreUObject/FGAmmoTypeInstantHit.ts new file mode 100644 index 00000000..adfaf9a1 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGAmmoTypeInstantHit.ts @@ -0,0 +1,29 @@ +import {boolean__type, decimal_string__type} from '../../common/scalar'; + +import {xyz__type, NativeClass__type} from '../../common/unassigned'; + +import {FGAmmoTypeProjectile__base__type} from './FGAmmoTypeProjectile'; + +export type FGAmmoTypeInstantHit__base__type = + FGAmmoTypeProjectile__base__type & { + mPlayFireEffects: boolean__type; + }; + +export type FGAmmoTypeInstantHit__chaos__type = + FGAmmoTypeInstantHit__base__type & { + ClassName: 'Desc_CartridgeChaos_C'; + Location: xyz__type; + Trail_Velocity: decimal_string__type; + }; + +export type FGAmmoTypeInstantHit__standard__type = + FGAmmoTypeInstantHit__base__type & { + ClassName: 'Desc_CartridgeStandard_C'; + }; + +export type FGAmmoTypeInstantHit__NativeClass = NativeClass__type & { + Classes: [ + FGAmmoTypeInstantHit__chaos__type | FGAmmoTypeInstantHit__standard__type, + FGAmmoTypeInstantHit__chaos__type | FGAmmoTypeInstantHit__standard__type, + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGAmmoTypeProjectile.ts b/generated-types/1.0/classes/CoreUObject/FGAmmoTypeProjectile.ts new file mode 100644 index 00000000..a59b4d35 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGAmmoTypeProjectile.ts @@ -0,0 +1,129 @@ +import { + boolean__type, + decimal_string__type, + decimal_string__signed__type, + integer_string__type, +} from '../../common/scalar'; + +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import { + MaterialSlotName__type, + EditorCurveData__type, + empty_object__type, + transformation__type, + xyz__type, + color_decimal__type, + mDamageTypes__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGItemDescriptor__FGResourceDescriptor__type} from './FGItemDescriptor'; + +export type FGAmmoTypeProjectile__type = FGAmmoTypeProjectile__base__type & { + mInitialProjectileSpeedOverride: decimal_string__signed__type; + mProjectileMaxSpeedOverride: decimal_string__signed__type; + mProjectileHealthOverride: decimal_string__signed__type; + mProjectileLifespan: decimal_string__signed__type; + mProjectileStickspan: decimal_string__signed__type; + mCanTakeDamageBySameProjectileOrChild: boolean__type; + mDamageTypesAtEndOfLife: '' | mDamageTypes__type; + mGravityScaleOverLifespan: EditorCurveData__type; + mHomingProjectile: boolean__type; + mHomingNeedsValidTarget: boolean__type; + mMaxHomingAccelerationMagnitudeOverride: decimal_string__signed__type; + mHomingMagnitudeMultiplierOverLifespan: EditorCurveData__type; + mHomingMagnitudeMultiplierOverDistanceToTarget: EditorCurveData__type; + mHomingOverlapSize: decimal_string__type; + mHomingAngleLimit: decimal_string__type; + mHomingOverrideTargets: + | '' + | [ + { + ActorClass: UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/Character/Creature/Enemy/'> + >; + }, + ...{ + ActorClass: UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/Character/Creature/Enemy/'> + >; + }[], + ]; +}; + +export type FGAmmoTypeProjectile__base__type = + FGItemDescriptor__FGResourceDescriptor__type & { + AmmoFiredDelegate: empty_object__type; + mFiringTransform: transformation__type; + mFiringDirection: xyz__type; + mMagazineSize: integer_string__type; + mMaxAmmoEffectiveRange: decimal_string__type; + mReloadTimeMultiplier: decimal_string__type; + mFireRate: decimal_string__type; + mFiringTransformIgnoresDispersion: boolean__type; + mDispersionFireRateMultiplier: decimal_string__type; + mDispersionPerShot: decimal_string__type; + mRestingDispersion: decimal_string__type; + mFiringDispersion: decimal_string__type; + mDispersionRecoveryTime: decimal_string__type; + mHasBeenInitialized: boolean__type; + mWeaponDamageMultiplier: decimal_string__type; + mMagazineMeshMaterials: [ + { + MaterialInterface: UnrealEngineString< + '/Script/Engine.MaterialInstanceConstant' | '/Script/Engine.Material' + >; + MaterialSlotName: MaterialSlotName__type; + ImportedMaterialSlotName: MaterialSlotName__type; + UVChannelData: { + bInitialized: boolean__type; + ['LocalUVDensities[0]']: decimal_string__type; + ['LocalUVDensities[1]']?: decimal_string__type; + }; + }, + ...{ + MaterialInterface: UnrealEngineString< + '/Script/Engine.MaterialInstanceConstant' | '/Script/Engine.Material' + >; + MaterialSlotName: MaterialSlotName__type; + ImportedMaterialSlotName: MaterialSlotName__type; + UVChannelData: { + bInitialized: boolean__type; + ['LocalUVDensities[0]']: decimal_string__type; + ['LocalUVDensities[1]']?: decimal_string__type; + }; + }[], + ]; + mMagazineMeshMaterials1p: [ + UnrealEngineString<'/Script/Engine.MaterialInstanceConstant'>, + ...UnrealEngineString<'/Script/Engine.MaterialInstanceConstant'>[], + ]; + mDamageTypesOnImpact: '' | mDamageTypes__type; + mAmmoDamageFalloff: EditorCurveData__type; + mMuzzleFlashScale: xyz__type; + mFiringSounds: + | '' + | [ + UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/'> + >, + ...UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/'> + >[], + ]; + mFiringSounds1P: ''; + mAmmoColor: color_decimal__type; + mAmmoScale: decimal_string__type; + mAmmoTickFunction: { + bAllowTickOnDedicatedServer: boolean__type; + }; + }; + +export type FGAmmoTypeProjectile__NativeClass = NativeClass__type & { + Classes: [FGAmmoTypeProjectile__type, ...FGAmmoTypeProjectile__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGAmmoTypeSpreadshot.ts b/generated-types/1.0/classes/CoreUObject/FGAmmoTypeSpreadshot.ts new file mode 100644 index 00000000..9546e55f --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGAmmoTypeSpreadshot.ts @@ -0,0 +1,18 @@ +import {integer_string__type, decimal_string__type} from '../../common/scalar'; + +import {FGAmmoTypeProjectile__base__type} from './FGAmmoTypeProjectile'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGAmmoTypeSpreadshot__type = FGAmmoTypeProjectile__base__type & { + SpreadTrail_Velocity: decimal_string__type; + mNumShots: { + Min: integer_string__type; + Max: integer_string__type; + }; + mSpreadAngleDegrees: decimal_string__type; +}; + +export type FGAmmoTypeSpreadshot__NativeClass = NativeClass__type & { + Classes: [FGAmmoTypeSpreadshot__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildable.ts b/generated-types/1.0/classes/CoreUObject/FGBuildable.ts new file mode 100644 index 00000000..459537be --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildable.ts @@ -0,0 +1,400 @@ +import { + decimal_string__signed__type, + boolean__type, + decimal_string__type, + integer_string__type, + integer_string__signed__type, +} from '../../common/scalar'; + +import { + mClearanceData__type, + empty_object__type, + xyz__type, + UnrealEngineString__array__type, + None__type, + class__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {StringPassedRegExp} from '../../utils/validators'; + +export type FGBuildable__base__type = class__type & { + MaxRenderDistance: decimal_string__signed__type; + mAlternativeMaterialRecipes: + | '' + | [ + { + mMaterial: + | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_Asphalt.MaterialDesc_Foundation_Asphalt_C' + | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_Concrete.MaterialDesc_Foundation_Concrete_C' + | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_Default.MaterialDesc_Foundation_Default_C' + | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_GripMetal.MaterialDesc_Foundation_GripMetal_C' + | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_PolishedConcrete.MaterialDesc_Foundation_PolishedConcrete_C'; + mRecipe: + | '/Game/FactoryGame/Recipes/Buildings/Foundations/Recipe_QuarterPipeCorner_01.Recipe_QuarterPipeCorner_01_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddle_Asphalt_8x1.Recipe_QuarterPipeMiddle_Asphalt_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddle_Asphalt_8x2.Recipe_QuarterPipeMiddle_Asphalt_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddle_Asphalt_8x4.Recipe_QuarterPipeMiddle_Asphalt_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleInCorner_Asphalt_8x1.Recipe_QuarterPipeMiddleInCorner_Asphalt_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleInCorner_Asphalt_8x2.Recipe_QuarterPipeMiddleInCorner_Asphalt_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleInCorner_Asphalt_8x4.Recipe_QuarterPipeMiddleInCorner_Asphalt_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x1.Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x2.Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x4.Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeInCorner_Asphalt_8x4.Recipe_QuarterPipeInCorner_Asphalt_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddle_Concrete_8x1.Recipe_QuarterPipeMiddle_Concrete_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddle_Concrete_8x2.Recipe_QuarterPipeMiddle_Concrete_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddle_Concrete_8x4.Recipe_QuarterPipeMiddle_Concrete_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleInCorner_Concrete_8x1.Recipe_QuarterPipeMiddleInCorner_Concrete_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleInCorner_Concrete_8x2.Recipe_QuarterPipeMiddleInCorner_Concrete_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleInCorner_Concrete_8x4.Recipe_QuarterPipeMiddleInCorner_Concrete_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleOutCorner_Concrete_4x1.Recipe_QuarterPipeMiddleOutCorner_Concrete_4x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleOutCorner_Concrete_4x2.Recipe_QuarterPipeMiddleOutCorner_Concrete_4x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleOutCorner_Concrete_4x4.Recipe_QuarterPipeMiddleOutCorner_Concrete_4x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddle_Ficsit_4x1.Recipe_QuarterPipeMiddle_Ficsit_4x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddle_Ficsit_4x2.Recipe_QuarterPipeMiddle_Ficsit_4x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddle_Ficsit_4x4.Recipe_QuarterPipeMiddle_Ficsit_4x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleInCorner_Ficsit_8x1.Recipe_QuarterPipeMiddleInCorner_Ficsit_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleInCorner_Ficsit_8x2.Recipe_QuarterPipeMiddleInCorner_Ficsit_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleInCorner_Ficsit_8x4.Recipe_QuarterPipeMiddleInCorner_Ficsit_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x1.Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x2.Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x4.Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddle_Grip_8x1.Recipe_QuarterPipeMiddle_Grip_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddle_Grip_8x2.Recipe_QuarterPipeMiddle_Grip_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddle_Grip_8x4.Recipe_QuarterPipeMiddle_Grip_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleInCorner_Grip_8x1.Recipe_QuarterPipeMiddleInCorner_Grip_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleInCorner_Grip_8x2.Recipe_QuarterPipeMiddleInCorner_Grip_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleInCorner_Grip_8x4.Recipe_QuarterPipeMiddleInCorner_Grip_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleOutCorner_Grip_4x1.Recipe_QuarterPipeMiddleOutCorner_Grip_4x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleOutCorner_Grip_4x2.Recipe_QuarterPipeMiddleOutCorner_Grip_4x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleOutCorner_Grip_4x4.Recipe_QuarterPipeMiddleOutCorner_Grip_4x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeInCorner_Grip_8x4.Recipe_QuarterPipeInCorner_Grip_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddle_PolishedConcrete_8x1.Recipe_QuarterPipeMiddle_PolishedConcrete_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddle_PolishedConcrete_8x2.Recipe_QuarterPipeMiddle_PolishedConcrete_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddle_PolishedConcrete_8x4.Recipe_QuarterPipeMiddle_PolishedConcrete_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x1.Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x2.Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x4.Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1.Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2.Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4.Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeInCorner_ConcretePolished_8x4.Recipe_QuarterPipeInCorner_ConcretePolished_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_Stair_Concrete_8x1.Recipe_Stair_Concrete_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x1_01.Recipe_Stair_FicsitSet_8x1_01_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x1.Recipe_Stair_GripMetal_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x1.Recipe_Stair_PolishedConcrete_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_Stair_Concrete_8x2.Recipe_Stair_Concrete_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x2_01.Recipe_Stair_FicsitSet_8x2_01_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x2.Recipe_Stair_GripMetal_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x2.Recipe_Stair_PolishedConcrete_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_Stair_Concrete_8x4.Recipe_Stair_Concrete_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x4_01.Recipe_Stair_FicsitSet_8x4_01_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x4.Recipe_Stair_GripMetal_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x4.Recipe_Stair_PolishedConcrete_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_Stair_Asphalt_8x1.Recipe_Stair_Asphalt_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x1_01.Recipe_Stair_FicsitSet_8x1_01_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x1.Recipe_Stair_GripMetal_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x1.Recipe_Stair_PolishedConcrete_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_Stair_Asphalt_8x2.Recipe_Stair_Asphalt_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x2_01.Recipe_Stair_FicsitSet_8x2_01_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x2.Recipe_Stair_GripMetal_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x2.Recipe_Stair_PolishedConcrete_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_Stair_Asphalt_8x4.Recipe_Stair_Asphalt_8x4_C'; + }, + ...{ + mMaterial: + | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_Asphalt.MaterialDesc_Foundation_Asphalt_C' + | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_Concrete.MaterialDesc_Foundation_Concrete_C' + | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_Default.MaterialDesc_Foundation_Default_C' + | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_GripMetal.MaterialDesc_Foundation_GripMetal_C' + | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_PolishedConcrete.MaterialDesc_Foundation_PolishedConcrete_C'; + mRecipe: + | '/Game/FactoryGame/Recipes/Buildings/Foundations/Recipe_QuarterPipeCorner_01.Recipe_QuarterPipeCorner_01_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddle_Asphalt_8x1.Recipe_QuarterPipeMiddle_Asphalt_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddle_Asphalt_8x2.Recipe_QuarterPipeMiddle_Asphalt_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddle_Asphalt_8x4.Recipe_QuarterPipeMiddle_Asphalt_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleInCorner_Asphalt_8x1.Recipe_QuarterPipeMiddleInCorner_Asphalt_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleInCorner_Asphalt_8x2.Recipe_QuarterPipeMiddleInCorner_Asphalt_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleInCorner_Asphalt_8x4.Recipe_QuarterPipeMiddleInCorner_Asphalt_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x1.Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x2.Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x4.Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeInCorner_Asphalt_8x4.Recipe_QuarterPipeInCorner_Asphalt_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddle_Concrete_8x1.Recipe_QuarterPipeMiddle_Concrete_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddle_Concrete_8x2.Recipe_QuarterPipeMiddle_Concrete_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddle_Concrete_8x4.Recipe_QuarterPipeMiddle_Concrete_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleInCorner_Concrete_8x1.Recipe_QuarterPipeMiddleInCorner_Concrete_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleInCorner_Concrete_8x2.Recipe_QuarterPipeMiddleInCorner_Concrete_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleInCorner_Concrete_8x4.Recipe_QuarterPipeMiddleInCorner_Concrete_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleOutCorner_Concrete_4x1.Recipe_QuarterPipeMiddleOutCorner_Concrete_4x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleOutCorner_Concrete_4x2.Recipe_QuarterPipeMiddleOutCorner_Concrete_4x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleOutCorner_Concrete_4x4.Recipe_QuarterPipeMiddleOutCorner_Concrete_4x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddle_Ficsit_4x1.Recipe_QuarterPipeMiddle_Ficsit_4x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddle_Ficsit_4x2.Recipe_QuarterPipeMiddle_Ficsit_4x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddle_Ficsit_4x4.Recipe_QuarterPipeMiddle_Ficsit_4x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleInCorner_Ficsit_8x1.Recipe_QuarterPipeMiddleInCorner_Ficsit_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleInCorner_Ficsit_8x2.Recipe_QuarterPipeMiddleInCorner_Ficsit_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleInCorner_Ficsit_8x4.Recipe_QuarterPipeMiddleInCorner_Ficsit_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x1.Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x2.Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x4.Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddle_Grip_8x1.Recipe_QuarterPipeMiddle_Grip_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddle_Grip_8x2.Recipe_QuarterPipeMiddle_Grip_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddle_Grip_8x4.Recipe_QuarterPipeMiddle_Grip_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleInCorner_Grip_8x1.Recipe_QuarterPipeMiddleInCorner_Grip_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleInCorner_Grip_8x2.Recipe_QuarterPipeMiddleInCorner_Grip_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleInCorner_Grip_8x4.Recipe_QuarterPipeMiddleInCorner_Grip_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleOutCorner_Grip_4x1.Recipe_QuarterPipeMiddleOutCorner_Grip_4x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleOutCorner_Grip_4x2.Recipe_QuarterPipeMiddleOutCorner_Grip_4x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleOutCorner_Grip_4x4.Recipe_QuarterPipeMiddleOutCorner_Grip_4x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeInCorner_Grip_8x4.Recipe_QuarterPipeInCorner_Grip_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddle_PolishedConcrete_8x1.Recipe_QuarterPipeMiddle_PolishedConcrete_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddle_PolishedConcrete_8x2.Recipe_QuarterPipeMiddle_PolishedConcrete_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddle_PolishedConcrete_8x4.Recipe_QuarterPipeMiddle_PolishedConcrete_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x1.Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x2.Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x4.Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1.Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2.Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4.Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeInCorner_ConcretePolished_8x4.Recipe_QuarterPipeInCorner_ConcretePolished_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_Stair_Concrete_8x1.Recipe_Stair_Concrete_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x1_01.Recipe_Stair_FicsitSet_8x1_01_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x1.Recipe_Stair_GripMetal_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x1.Recipe_Stair_PolishedConcrete_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_Stair_Concrete_8x2.Recipe_Stair_Concrete_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x2_01.Recipe_Stair_FicsitSet_8x2_01_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x2.Recipe_Stair_GripMetal_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x2.Recipe_Stair_PolishedConcrete_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_Stair_Concrete_8x4.Recipe_Stair_Concrete_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x4_01.Recipe_Stair_FicsitSet_8x4_01_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x4.Recipe_Stair_GripMetal_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x4.Recipe_Stair_PolishedConcrete_8x4_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_Stair_Asphalt_8x1.Recipe_Stair_Asphalt_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x1_01.Recipe_Stair_FicsitSet_8x1_01_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x1.Recipe_Stair_GripMetal_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x1.Recipe_Stair_PolishedConcrete_8x1_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_Stair_Asphalt_8x2.Recipe_Stair_Asphalt_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x2_01.Recipe_Stair_FicsitSet_8x2_01_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x2.Recipe_Stair_GripMetal_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x2.Recipe_Stair_PolishedConcrete_8x2_C' + | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_Stair_Asphalt_8x4.Recipe_Stair_Asphalt_8x4_C'; + }[], + ]; + mContainsComponents: boolean__type; + mIsConsideredForBaseWeightValue: decimal_string__type; + bForceLegacyBuildEffect: boolean__type; + bForceBuildEffectSolo: boolean__type; + mBuildEffectSpeed: decimal_string__type; + mAllowColoring: boolean__type; + mAllowPatterning: boolean__type; + mInteractionRegisterPlayerWithCircuit: boolean__type; + mSkipBuildEffect: boolean__type; + mForceNetUpdateOnRegisterPlayer: boolean__type; + mToggleDormancyOnInteraction: boolean__type; + mIsMultiSpawnedBuildable: boolean__type; + mShouldShowAttachmentPointVisuals: boolean__type; + mCanContainLightweightInstances: boolean__type; + mManagedByLightweightBuildableSubsystem: boolean__type; + mRemoveBuildableFromSubsystemOnDismantle: boolean__type; + mHasBeenRemovedFromSubsystem: boolean__type; + mAffectsOcclusion: boolean__type; + mOcclusionShape: + | 'ROCS_Box' + | 'ROCS_Ramp' + | 'ROCS_Box_Special' + | 'ROCS_CornerRamp'; + mScaleCustomOffset: decimal_string__type; + mCustomScaleType: 'ROCSS_Center' | 'ROCSS_Top' | 'ROCSS_Bot'; + mOcclusionBoxInfo: + | '' + | [ + { + Min: xyz__type; + Max: xyz__type; + IsValid: boolean__type; + }, + ...{ + Min: xyz__type; + Max: xyz__type; + IsValid: boolean__type; + }[], + ]; + mAttachmentPoints: ''; + mReplicatedBuiltInsideBlueprintDesigner: boolean__type; + mInteractingPlayers: ''; + mIsUseable: boolean__type; + mClearanceData: mClearanceData__type; + mHideOnBuildEffectStart: boolean__type; + mShouldModifyWorldGrid: boolean__type; + mTimelapseBucketId: integer_string__type; + mTimelapseDelay: decimal_string__type; + mAlienOverClockingZOffset: decimal_string__type; + mAlienOverClockingAttenuationScalingFactor: decimal_string__type; + mAlienOverClockingVolumeDB_RTPC: decimal_string__type; + mAlienOverClockingHighpass_RTPC: decimal_string__type; + mAlienOverClockingPitch_RTPC: decimal_string__type; + mBlueprintBuildEffectID: integer_string__signed__type; +}; + +export type FGBuildable__circuits_base__type = FGBuildable__base__type & { + mOnCircuitsChanged: empty_object__type; + mIsBridgeConnected: boolean__type; + mConnections: ''; +}; + +export type FGBuildable__consumes_power_base__type = + FGBuildable__base__type & { + mPowerConsumption: decimal_string__type; + mPowerConsumptionExponent: decimal_string__type; + mDoesHaveShutdownAnimation: boolean__type; + mOnHasPowerChanged: empty_object__type; + mOnHasProductionChanged: empty_object__type; + mOnHasStandbyChanged: empty_object__type; + mMinimumProducingTime: decimal_string__type; + mMinimumStoppedTime: decimal_string__type; + mCanEverMonitorProductivity: boolean__type; + mCanChangePotential: boolean__type; + mMinPotential: decimal_string__type; + mMaxPotential: decimal_string__type; + mFluidStackSizeDefault: 'SS_FLUID'; + mFluidStackSizeMultiplier: integer_string__type; + mEffectUpdateInterval: decimal_string__type; + mDefaultProductivityMeasurementDuration: decimal_string__type; + mLastProductivityMeasurementProduceDuration: decimal_string__type; + mLastProductivityMeasurementDuration: decimal_string__type; + mCurrentProductivityMeasurementProduceDuration: decimal_string__type; + mCurrentProductivityMeasurementDuration: decimal_string__type; + mProductivityMonitorEnabled: boolean__type; + mCachedSkeletalMeshes: ''; + mAddToSignificanceManager: boolean__type; + mAlienOverClockingParticleEffects: ''; + mSignificanceRange: decimal_string__type; + mTickExponent: decimal_string__type; + mProductionBoostPowerConsumptionExponent: decimal_string__type; + mOnPendingPotentialChanged: empty_object__type; + mOnPendingProductionBoostChanged: empty_object__type; + mOnCurrentProductivityChanged: empty_object__type; + mCanChangeProductionBoost: boolean__type; + mBaseProductionBoost: decimal_string__type; + mPotentialShardSlots: integer_string__type; + mProductionShardSlotSize: integer_string__type; + mProductionShardBoostMultiplier: decimal_string__type; + mHasInventoryPotential: boolean__type; + mIsTickRateManaged: boolean__type; + mOverridePotentialShardSlots: boolean__type; + mOverrideProductionShardSlotSize: boolean__type; + }; + +export type FGBuildable__docking_station_base__type = + FGBuildable__consumes_power_base__type & { + mStorageSizeX: integer_string__type; + mStorageSizeY: integer_string__type; + mTransferSpeed: decimal_string__type; + mStackTransferSize: decimal_string__type; + }; + +export type FGBuildable__extractor_base__type = + FGBuildable__extractor_base__shared__type & { + mPipeOutputConnections: ''; + mExtractStartupTime: decimal_string__signed__type; + mExtractStartupTimer: decimal_string__type; + mExtractCycleTime: decimal_string__type; + mItemsPerCycle: integer_string__type; + }; + +export type FGBuildable__extractor_base__shared__type = + FGBuildable__consumes_power_base__type & { + mAllowedResourceForms: [ + 'RF_LIQUID' | 'RF_SOLID' | 'RF_GAS' | 'RF_HEAT', + ...('RF_LIQUID' | 'RF_SOLID' | 'RF_GAS' | 'RF_HEAT')[], + ]; + mOnlyAllowCertainResources: boolean__type; + mAllowedResources: '' | UnrealEngineString__array__type; + mExtractorTypeName: None__type | 'Miner'; + mTryFindMissingResource: boolean__type; + }; + +export type FGBuildable__occupied__type = FGBuildable__base__type & { + mOccupiedText: StringPassedRegExp<' occupied!?$'>; +}; + +export type FGBuildable__pipeline_accessory__type = + FGBuildable__pipeline_accessory__base__type & { + mRadius: decimal_string__type; + mFluidBoxVolume: decimal_string__type; + mFluidBox: empty_object__type; + mPipeConnections: ''; + }; + +export type FGBuildable__pipeline_accessory__base__type = + FGBuildable__consumes_power_base__type & { + mFluidBox: empty_object__type; + mPipeConnections: ''; + }; + +export type FGBuildable__pipeline_flow_accessory__type = + FGBuildable__pipeline_accessory__type & { + mLastFlowUpdate: decimal_string__type; + mUpdateFlowTime: decimal_string__type; + mAnimSpeed: decimal_string__type; + mLastFlowValue: decimal_string__type; + mTimeScaleOffset: decimal_string__type; + mMaxPressure: decimal_string__type; + mDesignPressure: decimal_string__type; + mDefaultFlowLimit: decimal_string__type; + mUserFlowLimit: decimal_string__signed__type; + mMinimumFlowPercentForStandby: decimal_string__type; + mIndicatorData: empty_object__type; + mPistonAudioTimer?: empty_object__type; + mUpdateAudioFlowTime: decimal_string__type; + }; + +export type FGBuildable__pole__base__type = + FGBuildable__pole__base__no_static__type & { + mUseStaticHeight: boolean__type; + }; + +export type FGBuildable__pole__base__no_static__type = + FGBuildable__base__type & { + mCanStack: boolean__type; + mStackHeight: decimal_string__type; + }; + +export type FGBuildable__power_switch__base__type = + FGBuildable__circuits_base__type & { + mTextRenderers: ''; + bIsSignificant: boolean__type; + mMaxCharacters: integer_string__type; + mOnIsSwitchOnChanged: empty_object__type; + mOnIsConnectedChanged: empty_object__type; + mOnBuildingTagChanged: empty_object__type; + mIsSwitchOn: boolean__type; + mHasBuildingTag: boolean__type; + mBuildingTag: ''; + }; + +export type FGBuildable__splitter__base__type = FGBuildable__base__type & { + mCurrentOutputIndex: integer_string__signed__type; + mInventorySize: integer_string__type; +}; + +export type FGBuildable__tiered__type = FGBuildable__base__type & { + Tier: integer_string__type; +}; + +export type FGBuildable__NativeClass = NativeClass__type & { + Classes: [ + ( + | FGBuildable__base__type + | FGBuildable__occupied__type + | FGBuildable__tiered__type + ), + ...( + | FGBuildable__base__type + | FGBuildable__occupied__type + | FGBuildable__tiered__type + )[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableAttachmentMerger.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableAttachmentMerger.ts new file mode 100644 index 00000000..1b002037 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableAttachmentMerger.ts @@ -0,0 +1,17 @@ +import { + integer_string__signed__type, + integer_string__type, +} from '../../common/scalar'; + +import {FGBuildable__base__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableAttachmentMerger__type = FGBuildable__base__type & { + mCurrentInputIndex: integer_string__signed__type; + mInventorySize: integer_string__type; +}; + +export type FGBuildableAttachmentMerger__NativeClass = NativeClass__type & { + Classes: [FGBuildableAttachmentMerger__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableAttachmentSplitter.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableAttachmentSplitter.ts new file mode 100644 index 00000000..0cb67b58 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableAttachmentSplitter.ts @@ -0,0 +1,10 @@ +import {FGBuildable__splitter__base__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableAttachmentSplitter__type = + FGBuildable__splitter__base__type; + +export type FGBuildableAttachmentSplitter__NativeClass = NativeClass__type & { + Classes: [FGBuildableAttachmentSplitter__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableBeamLightweight.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableBeamLightweight.ts new file mode 100644 index 00000000..64ae23f4 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableBeamLightweight.ts @@ -0,0 +1,19 @@ +import {decimal_string__type} from '../../common/scalar'; + +import {FGBuildable__base__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableBeamLightweight__type = FGBuildable__base__type & { + mSize: decimal_string__type; + mDefaultLength: decimal_string__type; + mMaxLength: decimal_string__type; + mLength: decimal_string__type; +}; + +export type FGBuildableBeamLightweight__NativeClass = NativeClass__type & { + Classes: [ + FGBuildableBeamLightweight__type, + ...FGBuildableBeamLightweight__type[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableBlueprintDesigner.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableBlueprintDesigner.ts new file mode 100644 index 00000000..bf8c1edb --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableBlueprintDesigner.ts @@ -0,0 +1,44 @@ +import { + FGBuildableBlueprintDesigner__mk3__type, + FGBuildableBlueprintDesigner__mk2__type, + FGBuildableBlueprintDesigner__mk1__type, + color_decimal__type, + xyz__integer__type, + empty_object__type, + NativeClass__type, +} from '../../common/unassigned'; + +import { + integer_string__signed__type, + decimal_string__type, + boolean__type, +} from '../../common/scalar'; + +import {FGBuildable__base__type} from './FGBuildable'; + +export type FGBuildableBlueprintDesigner__base__type = + FGBuildable__base__type & { + mTerminalDistanceFromEdge: decimal_string__type; + mTerminalHalfDepth: decimal_string__type; + mDimensions: xyz__integer__type; + OnRecordDataChanged: empty_object__type; + OnBlueprintCostChanged: empty_object__type; + mCurrentCost: ''; + mBuildables: ''; + mCurrentRecordData: { + IconID: { + IconLibrary: 'None'; + IconID: integer_string__signed__type; + }; + Color: color_decimal__type; + }; + mIsDismantlingAll: boolean__type; + }; + +export type FGBuildableBlueprintDesigner__NativeClass = NativeClass__type & { + Classes: [ + FGBuildableBlueprintDesigner__mk3__type, + FGBuildableBlueprintDesigner__mk2__type, + FGBuildableBlueprintDesigner__mk1__type, + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableCircuitSwitch.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableCircuitSwitch.ts new file mode 100644 index 00000000..1890c834 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableCircuitSwitch.ts @@ -0,0 +1,12 @@ +import {FGBuildable__power_switch__base__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableCircuitSwitch__type = + FGBuildable__power_switch__base__type & { + ClassName: 'Build_PowerSwitch_C'; + }; + +export type FGBuildableCircuitSwitch__NativeClass = NativeClass__type & { + Classes: [FGBuildableCircuitSwitch__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableConveyorBelt.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableConveyorBelt.ts new file mode 100644 index 00000000..ac39684d --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableConveyorBelt.ts @@ -0,0 +1,33 @@ +import { + integer_string__signed__type, + decimal_string__type, + integer_string__type, +} from '../../common/scalar'; + +import {empty_object__type, NativeClass__type} from '../../common/unassigned'; + +import {FGBuildable__base__type} from './FGBuildable'; + +export type FGBuildableConveyorBelt__type = + FGBuildableConveyorBelt__base__type & { + mMeshLength: decimal_string__type; + mSplineData: ''; + mCustomSkins: [ + '/Game/FactoryGame/Buildable/-Shared/Customization/Skins/SkinDesc_Test1.SkinDesc_Test1_C', + ...'/Game/FactoryGame/Buildable/-Shared/Customization/Skins/SkinDesc_Test1.SkinDesc_Test1_C'[], + ]; + }; + +export type FGBuildableConveyorBelt__base__type = FGBuildable__base__type & { + mItemMeshMap: empty_object__type; + mSpeed: decimal_string__type; + mItems: { + ArrayReplicationKey: integer_string__signed__type; + }; + mConveyorChainFlags: integer_string__type; + mChainSegmentIndex: integer_string__signed__type; +}; + +export type FGBuildableConveyorBelt__NativeClass = NativeClass__type & { + Classes: [FGBuildableConveyorBelt__type, ...FGBuildableConveyorBelt__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableConveyorLift.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableConveyorLift.ts new file mode 100644 index 00000000..aa80055e --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableConveyorLift.ts @@ -0,0 +1,23 @@ +import {decimal_string__type, boolean__type} from '../../common/scalar'; + +import { + transformation__type, + mSnappedPassthroughs__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGBuildableConveyorBelt__base__type} from './FGBuildableConveyorBelt'; + +export type FGBuildableConveyorLift__type = + FGBuildableConveyorBelt__base__type & { + mMeshHeight: decimal_string__type; + mIsReversed: boolean__type; + mFlipMeshOnReverse: boolean__type; + mTopTransform: transformation__type; + mSnappedPassthroughs: mSnappedPassthroughs__type; + mOpposingConnectionClearance: decimal_string__type; + }; + +export type FGBuildableConveyorLift__NativeClass = NativeClass__type & { + Classes: [FGBuildableConveyorLift__type, ...FGBuildableConveyorLift__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableCornerWall.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableCornerWall.ts new file mode 100644 index 00000000..aa7c0b41 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableCornerWall.ts @@ -0,0 +1,14 @@ +import {decimal_string__type, boolean__type} from '../../common/scalar'; + +import {FGBuildableWall__base__type} from './FGBuildableWall'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableCornerWall__type = FGBuildableWall__base__type & { + mSize: decimal_string__type; + mIsInverted: boolean__type; +}; + +export type FGBuildableCornerWall__NativeClass = NativeClass__type & { + Classes: [FGBuildableCornerWall__type, ...FGBuildableCornerWall__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableCornerWallLightweight.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableCornerWallLightweight.ts new file mode 100644 index 00000000..0b2e5edb --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableCornerWallLightweight.ts @@ -0,0 +1,8 @@ +import {FGBuildableCornerWall__type} from './FGBuildableCornerWall'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableCornerWallLightweight__NativeClass = + NativeClass__type & { + Classes: [FGBuildableCornerWall__type, ...FGBuildableCornerWall__type[]]; + }; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableDockingStation.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableDockingStation.ts new file mode 100644 index 00000000..4548fcbc --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableDockingStation.ts @@ -0,0 +1,34 @@ +import { + empty_object__type, + xy__type, + NativeClass__type, +} from '../../common/unassigned'; + +import { + decimal_string__type, + integer_string__type, + boolean__type, +} from '../../common/scalar'; + +import {FGBuildable__docking_station_base__type} from './FGBuildable'; + +export type FGBuildableDockingStation__type = + FGBuildable__docking_station_base__type & { + VehicleFuelConsumptionRateChangedDelegate: empty_object__type; + ItemTransferRateChangedDelegate: empty_object__type; + MaximumStackTransferRateChangedDelegate: empty_object__type; + mDockPosition: xy__type; + mMinimumDockingTime: decimal_string__type; + mFuelInventorySizeX: integer_string__type; + mFuelInventorySizeY: integer_string__type; + mFuelTransferSpeed: decimal_string__type; + mForceSignificance: boolean__type; + mVehicleFuelConsumptionRate: decimal_string__type; + mItemTransferRate: decimal_string__type; + mMaximumStackTransferRate: decimal_string__type; + mDockingVehicleStatistics: empty_object__type; + }; + +export type FGBuildableDockingStation__NativeClass = NativeClass__type & { + Classes: [FGBuildableDockingStation__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableDoor.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableDoor.ts new file mode 100644 index 00000000..711ac1a3 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableDoor.ts @@ -0,0 +1,34 @@ +import { + boolean__type, + decimal_string__type, + integer_string__type, +} from '../../common/scalar'; + +import {FGBuildableWall__base__rectangle__type} from './FGBuildableWall'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableDoor__type = FGBuildableDoor__base__type & { + IsDoorOpen: boolean__type; +}; + +export type FGBuildableDoor__automated__type = FGBuildableDoor__base__type & { + bigOverlapList: ''; +}; + +export type FGBuildableDoor__base__type = + FGBuildableWall__base__rectangle__type & { + mCanBeLocked: boolean__type; + mAnimationRate: decimal_string__type; + mMovementRate: decimal_string__type; + EasingFunction: 'ExpoInOut' | 'Linear'; + BlendExp: decimal_string__type; + Steps: integer_string__type; + }; + +export type FGBuildableDoor__NativeClass = NativeClass__type & { + Classes: [ + FGBuildableDoor__type | FGBuildableDoor__automated__type, + ...(FGBuildableDoor__type | FGBuildableDoor__automated__type)[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableDroneStation.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableDroneStation.ts new file mode 100644 index 00000000..5a27a173 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableDroneStation.ts @@ -0,0 +1,40 @@ +import { + boolean__type, + boolean_extended__type, + decimal_string__type, + integer_string__type, +} from '../../common/scalar'; + +import {xyz__type, NativeClass__type} from '../../common/unassigned'; + +import {FGBuildable__docking_station_base__type} from './FGBuildable'; + +export type FGBuildableDroneStation__type = + FGBuildable__docking_station_base__type & { + ClassName?: 'Build_DroneStation_C'; + mDisplayName?: 'Drone Port'; + mStoppedProducingAnimationSounds: boolean__type; + mStoppedAkComponents: boolean_extended__type; + mSocketStoppedAkComponents: ''; + m_DockingStates: 'DS_UNDOCKED'; + m_OffsetTime: decimal_string__type; + mDroneDockingStartLocationLocal: xyz__type; + mDroneDockingLocationLocal: xyz__type; + mDroneDockingQueue: ''; + mStationHasDronesInQueue: boolean__type; + mItemTransferringStage: 'ITS_NONE'; + mTransferProgress: decimal_string__type; + mDroneQueueRadius: decimal_string__type; + mDroneQueueSeparationRadius: decimal_string__type; + mDroneQueueVerticalSeparation: decimal_string__type; + mTripPowerCost: decimal_string__type; + mTripPowerPerMeterCost: decimal_string__type; + mTripInformationSampleCount: integer_string__type; + mFuelStorageSizeX: integer_string__type; + mFuelStorageSizeY: integer_string__type; + mMapText: ''; + }; + +export type FGBuildableDroneStation__NativeClass = NativeClass__type & { + Classes: [FGBuildableDroneStation__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableFactory.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableFactory.ts new file mode 100644 index 00000000..01ece58f --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableFactory.ts @@ -0,0 +1,50 @@ +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +import {decimal_string__type} from '../../common/scalar'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableFactory__generic__type = + FGBuildable__consumes_power_base__type; + +export type FGBuildableFactory__jump_pad__type = + FGBuildable__consumes_power_base__type & { + JumpForceCharacter: decimal_string__type; + JumpForcePhysics: decimal_string__type; + }; + +export type FGBuildableFactory__landing_pad__type = + FGBuildable__consumes_power_base__type & { + mDampeningFactor: decimal_string__type; + mPlayerList: ''; + }; + +export type FGBuildableFactory__NativeClass = NativeClass__type & { + Classes: [ + ( + | FGBuildableFactory__jump_pad__type + | FGBuildableFactory__landing_pad__type + | FGBuildableFactory__generic__type + ), + ( + | FGBuildableFactory__jump_pad__type + | FGBuildableFactory__landing_pad__type + | FGBuildableFactory__generic__type + ), + ( + | FGBuildableFactory__jump_pad__type + | FGBuildableFactory__landing_pad__type + | FGBuildableFactory__generic__type + ), + ( + | FGBuildableFactory__jump_pad__type + | FGBuildableFactory__landing_pad__type + | FGBuildableFactory__generic__type + ), + ( + | FGBuildableFactory__jump_pad__type + | FGBuildableFactory__landing_pad__type + | FGBuildableFactory__generic__type + ), + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableFactoryBuilding.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableFactoryBuilding.ts new file mode 100644 index 00000000..cd32588d --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableFactoryBuilding.ts @@ -0,0 +1,24 @@ +import { + FGBuildable__base__type, + FGBuildable__occupied__type, + FGBuildable__tiered__type, +} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableFactoryBuilding__type = FGBuildable__base__type; + +export type FGBuildableFactoryBuilding__NativeClass = NativeClass__type & { + Classes: [ + ( + | FGBuildable__base__type + | FGBuildable__occupied__type + | FGBuildable__tiered__type + ), + ...( + | FGBuildable__base__type + | FGBuildable__occupied__type + | FGBuildable__tiered__type + )[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableFactorySimpleProducer.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableFactorySimpleProducer.ts new file mode 100644 index 00000000..65b19e7f --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableFactorySimpleProducer.ts @@ -0,0 +1,16 @@ +import {decimal_string__type} from '../../common/scalar'; + +import {mEventType__type, NativeClass__type} from '../../common/unassigned'; + +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +export type FGBuildableFactorySimpleProducer__type = + FGBuildable__consumes_power_base__type & { + mTimeToProduceItem: decimal_string__type; + mEventType: mEventType__type; + }; + +export type FGBuildableFactorySimpleProducer__NativeClass = + NativeClass__type & { + Classes: [FGBuildableFactorySimpleProducer__type]; + }; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableFloodlight.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableFloodlight.ts new file mode 100644 index 00000000..65932472 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableFloodlight.ts @@ -0,0 +1,14 @@ +import {integer_string__type} from '../../common/scalar'; + +import {FGBuildableLightSource__base__type} from './FGBuildableLightSource'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableFloodlight__type = + FGBuildableLightSource__base__type & { + mFixtureAngle: integer_string__type; + }; + +export type FGBuildableFloodlight__NativeClass = NativeClass__type & { + Classes: [FGBuildableFloodlight__type, ...FGBuildableFloodlight__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableFoundation.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableFoundation.ts new file mode 100644 index 00000000..41936ae1 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableFoundation.ts @@ -0,0 +1,20 @@ +import {decimal_string__type, boolean__type} from '../../common/scalar'; + +import { + empty_object__type, + mDisableSnapOn__type, +} from '../../common/unassigned'; + +import {FGBuildable__base__type} from './FGBuildable'; + +export type FGBuildableFoundation__type = FGBuildableFoundation__base__type; + +export type FGBuildableFoundation__base__type = FGBuildable__base__type & { + mWidth: decimal_string__type; + mDepth: decimal_string__type; + mHeight: decimal_string__type; + mElevation: decimal_string__type; + mIsFrame: boolean__type; + mDisableSnapOn: empty_object__type | mDisableSnapOn__type; + mDisableAttachmentSnapOn: empty_object__type | mDisableSnapOn__type; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableFoundationLightweight.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableFoundationLightweight.ts new file mode 100644 index 00000000..3195b6c0 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableFoundationLightweight.ts @@ -0,0 +1,8 @@ +import {FGBuildableFoundation__type} from './FGBuildableFoundation'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableFoundationLightweight__NativeClass = + NativeClass__type & { + Classes: [FGBuildableFoundation__type, ...FGBuildableFoundation__type[]]; + }; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableFrackingActivator.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableFrackingActivator.ts new file mode 100644 index 00000000..4f1db17b --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableFrackingActivator.ts @@ -0,0 +1,32 @@ +import { + None__type, + empty_object__type, + UnrealEngineString__array__type, + NativeClass__type, +} from '../../common/unassigned'; + +import { + decimal_string__type, + boolean__type, + integer_string__type, +} from '../../common/scalar'; + +import {FGBuildable__extractor_base__shared__type} from './FGBuildable'; + +export type FGBuildableFrackingActivator__type = + FGBuildable__extractor_base__shared__type & { + mExtractorTypeName?: None__type; + CurrentPotentialChangedDelegate: empty_object__type; + ConnectedExtractorCountChangedDelegate: empty_object__type; + mActivationStartupTime: decimal_string__type; + mActivationStartupTimer: decimal_string__type; + mSatelliteActivationComplete: boolean__type; + mSatelliteNodeCount: integer_string__type; + mConnectedExtractorCount: integer_string__type; + mDefaultPotentialExtractionPerMinute: decimal_string__type; + mAllowedResources: UnrealEngineString__array__type; + }; + +export type FGBuildableFrackingActivator__NativeClass = NativeClass__type & { + Classes: [FGBuildableFrackingActivator__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableFrackingExtractor.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableFrackingExtractor.ts new file mode 100644 index 00000000..f2b60bcb --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableFrackingExtractor.ts @@ -0,0 +1,21 @@ +import { + None__type, + UnrealEngineString__array__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGBuildable__extractor_base__type} from './FGBuildable'; + +export type FGBuildableFrackingExtractor__type = + FGBuildable__extractor_base__type & { + mAllowedResourceForms: [ + 'RF_LIQUID' | 'RF_GAS', + ...('RF_LIQUID' | 'RF_GAS')[], + ]; + mExtractorTypeName: None__type; + mAllowedResources: UnrealEngineString__array__type; + }; + +export type FGBuildableFrackingExtractor__NativeClass = NativeClass__type & { + Classes: [FGBuildableFrackingExtractor__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableGenerator.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableGenerator.ts new file mode 100644 index 00000000..852feb57 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableGenerator.ts @@ -0,0 +1,9 @@ +import {decimal_string__type} from '../../common/scalar'; + +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +export type FGBuildableGenerator__base__type = + FGBuildable__consumes_power_base__type & { + mPowerProduction: decimal_string__type; + mLoadPercentage: decimal_string__type; + }; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorFuel.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorFuel.ts new file mode 100644 index 00000000..60bb5a8c --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorFuel.ts @@ -0,0 +1,172 @@ +import { + integer_string__type, + boolean__type, + decimal_string__type, +} from '../../common/scalar'; + +import {FGBuildableGenerator__base__type} from './FGBuildableGenerator'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableGeneratorFuel__base__type = + FGBuildableGenerator__base__type & { + mFuelClasses: ''; + mFuelClassesInInventory: ''; + mAvailableFuelClasses: ''; + mFuelLoadAmount: integer_string__type; + mRequiresSupplementalResource: boolean__type; + mSupplementalLoadAmount: integer_string__type; + mSupplementalToPowerRatio: decimal_string__type; + mIsFullBlast: boolean__type; + mCachedInputConnections: ''; + mCachedPipeInputConnections: ''; + }; + +export type FGBuildableGeneratorFuel__biogen__type = + FGBuildableGeneratorFuel__base__type & { + mDefaultFuelClasses: [ + ( + | '/Game/FactoryGame/Resource/Parts/GenericBiomass/Desc_Leaves.Desc_Leaves_C' + | '/Game/FactoryGame/Resource/Parts/GenericBiomass/Desc_Wood.Desc_Wood_C' + | '/Game/FactoryGame/Resource/Parts/GenericBiomass/Desc_Mycelia.Desc_Mycelia_C' + | '/Game/FactoryGame/Resource/Parts/GenericBiomass/Desc_GenericBiomass.Desc_GenericBiomass_C' + | '/Game/FactoryGame/Resource/Parts/BioFuel/Desc_Biofuel.Desc_Biofuel_C' + | '/Game/FactoryGame/Resource/Parts/BioFuel/Desc_PackagedBiofuel.Desc_PackagedBiofuel_C' + ), + ...( + | '/Game/FactoryGame/Resource/Parts/GenericBiomass/Desc_Leaves.Desc_Leaves_C' + | '/Game/FactoryGame/Resource/Parts/GenericBiomass/Desc_Wood.Desc_Wood_C' + | '/Game/FactoryGame/Resource/Parts/GenericBiomass/Desc_Mycelia.Desc_Mycelia_C' + | '/Game/FactoryGame/Resource/Parts/GenericBiomass/Desc_GenericBiomass.Desc_GenericBiomass_C' + | '/Game/FactoryGame/Resource/Parts/BioFuel/Desc_Biofuel.Desc_Biofuel_C' + | '/Game/FactoryGame/Resource/Parts/BioFuel/Desc_PackagedBiofuel.Desc_PackagedBiofuel_C' + )[], + ]; + mFuel: [ + { + mFuelClass: + | 'Desc_Leaves_C' + | 'Desc_Wood_C' + | 'Desc_Mycelia_C' + | 'Desc_GenericBiomass_C' + | 'Desc_Biofuel_C' + | 'Desc_PackagedBiofuel_C'; + mSupplementalResourceClass: ''; + mByproduct: ''; + mByproductAmount: ''; + }, + ...{ + mFuelClass: + | 'Desc_Leaves_C' + | 'Desc_Wood_C' + | 'Desc_Mycelia_C' + | 'Desc_GenericBiomass_C' + | 'Desc_Biofuel_C' + | 'Desc_PackagedBiofuel_C'; + mSupplementalResourceClass: ''; + mByproduct: ''; + mByproductAmount: ''; + }[], + ]; + mCachedLoadPercentage: decimal_string__type; + }; + +export type FGBuildableGeneratorFuel__liquid__type = + FGBuildableGeneratorFuel__base__type & { + m_SFXSockets: [ + 'AudioSocket_Exhaust' | 'AudioSocket_Root', + ...('AudioSocket_Exhaust' | 'AudioSocket_Root')[], + ]; + m_CurrentPotential: integer_string__type; + mDefaultFuelClasses: [ + ( + | '/Game/FactoryGame/Resource/Parts/Fuel/Desc_LiquidFuel.Desc_LiquidFuel_C' + | '/Game/FactoryGame/Resource/Parts/Turbofuel/Desc_LiquidTurboFuel.Desc_LiquidTurboFuel_C' + | '/Game/FactoryGame/Resource/Parts/BioFuel/Desc_LiquidBiofuel.Desc_LiquidBiofuel_C' + | '/Game/FactoryGame/Resource/Parts/RocketFuel/Desc_RocketFuel.Desc_RocketFuel_C' + | '/Game/FactoryGame/Resource/Parts/IonizedFuel/Desc_IonizedFuel.Desc_IonizedFuel_C' + ), + ...( + | '/Game/FactoryGame/Resource/Parts/Fuel/Desc_LiquidFuel.Desc_LiquidFuel_C' + | '/Game/FactoryGame/Resource/Parts/Turbofuel/Desc_LiquidTurboFuel.Desc_LiquidTurboFuel_C' + | '/Game/FactoryGame/Resource/Parts/BioFuel/Desc_LiquidBiofuel.Desc_LiquidBiofuel_C' + | '/Game/FactoryGame/Resource/Parts/RocketFuel/Desc_RocketFuel.Desc_RocketFuel_C' + | '/Game/FactoryGame/Resource/Parts/IonizedFuel/Desc_IonizedFuel.Desc_IonizedFuel_C' + )[], + ]; + mFuel?: [ + { + mFuelClass: + | 'Desc_LiquidFuel_C' + | 'Desc_LiquidTurboFuel_C' + | 'Desc_LiquidBiofuel_C' + | 'Desc_RocketFuel_C' + | 'Desc_IonizedFuel_C'; + mSupplementalResourceClass: ''; + mByproduct: ''; + mByproductAmount: ''; + }, + ...{ + mFuelClass: + | 'Desc_LiquidFuel_C' + | 'Desc_LiquidTurboFuel_C' + | 'Desc_LiquidBiofuel_C' + | 'Desc_RocketFuel_C' + | 'Desc_IonizedFuel_C'; + mSupplementalResourceClass: ''; + mByproduct: ''; + mByproductAmount: ''; + }[], + ]; + mRTPCInterval: decimal_string__type; + mCachedLoadPercentage: decimal_string__type; + }; + +export type FGBuildableGeneratorFuel__solid__type = + FGBuildableGeneratorFuel__base__type & { + m_SFXSockets: [ + 'AudioSocketTurbine' | 'CoalGeneratorPotential', + ...('AudioSocketTurbine' | 'CoalGeneratorPotential')[], + ]; + m_CurrentPotential: integer_string__type; + mDefaultFuelClasses: [ + ( + | '/Game/FactoryGame/Resource/RawResources/Coal/Desc_Coal.Desc_Coal_C' + | '/Game/FactoryGame/Resource/Parts/CompactedCoal/Desc_CompactedCoal.Desc_CompactedCoal_C' + | '/Game/FactoryGame/Resource/Parts/PetroleumCoke/Desc_PetroleumCoke.Desc_PetroleumCoke_C' + ), + ...( + | '/Game/FactoryGame/Resource/RawResources/Coal/Desc_Coal.Desc_Coal_C' + | '/Game/FactoryGame/Resource/Parts/CompactedCoal/Desc_CompactedCoal.Desc_CompactedCoal_C' + | '/Game/FactoryGame/Resource/Parts/PetroleumCoke/Desc_PetroleumCoke.Desc_PetroleumCoke_C' + )[], + ]; + mFuel: [ + { + mFuelClass: + | 'Desc_Coal_C' + | 'Desc_CompactedCoal_C' + | 'Desc_PetroleumCoke_C'; + mSupplementalResourceClass: 'Desc_Water_C'; + mByproduct: ''; + mByproductAmount: ''; + }, + ...{ + mFuelClass: + | 'Desc_Coal_C' + | 'Desc_CompactedCoal_C' + | 'Desc_PetroleumCoke_C'; + mSupplementalResourceClass: 'Desc_Water_C'; + mByproduct: ''; + mByproductAmount: ''; + }[], + ]; + }; + +export type FGBuildableGeneratorFuel__NativeClass = NativeClass__type & { + Classes: [ + FGBuildableGeneratorFuel__solid__type, + FGBuildableGeneratorFuel__liquid__type, + FGBuildableGeneratorFuel__biogen__type, + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorGeoThermal.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorGeoThermal.ts new file mode 100644 index 00000000..0ae7e342 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorGeoThermal.ts @@ -0,0 +1,20 @@ +import {boolean__type, decimal_string__type} from '../../common/scalar'; + +import {FGBuildableGenerator__base__type} from './FGBuildableGenerator'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableGeneratorGeoThermal__type = + FGBuildableGenerator__base__type & { + mProductionEffectsRunning: boolean__type; + mVariablePowerProductionConstant: decimal_string__type; + mVariablePowerProductionFactor: decimal_string__type; + mVariablePowerProductionCycleLength: decimal_string__type; + mMinPowerProduction: decimal_string__type; + mMaxPowerProduction: decimal_string__type; + mVariablePowerProductionCycleOffset: decimal_string__type; + }; + +export type FGBuildableGeneratorGeoThermal__NativeClass = NativeClass__type & { + Classes: [FGBuildableGeneratorGeoThermal__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorNuclear.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorNuclear.ts new file mode 100644 index 00000000..e32a766b --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorNuclear.ts @@ -0,0 +1,54 @@ +import {integer_string__type, decimal_string__type} from '../../common/scalar'; + +import {FGBuildableGeneratorFuel__base__type} from './FGBuildableGeneratorFuel'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableGeneratorNuclear__type = + FGBuildableGeneratorFuel__base__type & { + mWasteLeftFromCurrentFuel: integer_string__type; + mCurrentGeneratorNuclearWarning: 'GNW_None'; + mDefaultFuelClasses: [ + ( + | '/Game/FactoryGame/Resource/Parts/NuclearFuelRod/Desc_NuclearFuelRod.Desc_NuclearFuelRod_C' + | '/Game/FactoryGame/Resource/Parts/PlutoniumFuelRods/Desc_PlutoniumFuelRod.Desc_PlutoniumFuelRod_C' + | '/Game/FactoryGame/Resource/Parts/FicsoniumFuelRod/Desc_FicsoniumFuelRod.Desc_FicsoniumFuelRod_C' + ), + ...( + | '/Game/FactoryGame/Resource/Parts/NuclearFuelRod/Desc_NuclearFuelRod.Desc_NuclearFuelRod_C' + | '/Game/FactoryGame/Resource/Parts/PlutoniumFuelRods/Desc_PlutoniumFuelRod.Desc_PlutoniumFuelRod_C' + | '/Game/FactoryGame/Resource/Parts/FicsoniumFuelRod/Desc_FicsoniumFuelRod.Desc_FicsoniumFuelRod_C' + )[], + ]; + mFuel: [ + FGBuildableGeneratorNuclear__mFuel__NuclearFuelRod__type, + FGBuildableGeneratorNuclear__mFuel__PlutoniumFuelRod__type, + FGBuildableGeneratorNuclear__mFuel__FicsoniumFuelRod__type, + ]; + mCachedLoadPercentage: decimal_string__type; + }; + +export type FGBuildableGeneratorNuclear__mFuel__FicsoniumFuelRod__type = { + mFuelClass: 'Desc_FicsoniumFuelRod_C'; + mSupplementalResourceClass: 'Desc_Water_C'; + mByproduct: ''; + mByproductAmount: ''; +}; + +export type FGBuildableGeneratorNuclear__mFuel__NuclearFuelRod__type = { + mFuelClass: 'Desc_NuclearFuelRod_C'; + mSupplementalResourceClass: 'Desc_Water_C'; + mByproduct: 'Desc_NuclearWaste_C'; + mByproductAmount: integer_string__type; +}; + +export type FGBuildableGeneratorNuclear__mFuel__PlutoniumFuelRod__type = { + mFuelClass: 'Desc_PlutoniumFuelRod_C'; + mSupplementalResourceClass: 'Desc_Water_C'; + mByproduct: 'Desc_PlutoniumWaste_C'; + mByproductAmount: integer_string__type; +}; + +export type FGBuildableGeneratorNuclear__NativeClass = NativeClass__type & { + Classes: [FGBuildableGeneratorNuclear__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableJumppad.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableJumppad.ts new file mode 100644 index 00000000..32e06ef1 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableJumppad.ts @@ -0,0 +1,50 @@ +import { + integer_string__type, + integer_string__signed__type, + decimal_string__type, + decimal_string__signed__type, + boolean__type, +} from '../../common/scalar'; + +import { + empty_object__type, + xyz__type, + pitch_yaw_roll__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +export type FGBuildableJumppad__type = + FGBuildable__consumes_power_base__type & { + mPowerBankCapacity: decimal_string__type; + mLaunchPowerCost: decimal_string__type; + mChargeRateMultiplier: decimal_string__type; + mCurrentPowerLevel: decimal_string__type; + mLaunchVelocity: decimal_string__type; + mLaunchAngle: decimal_string__signed__type; + mPlayerChainJumpResetTime: decimal_string__type; + mHasPowerForLaunch: boolean__type; + ComponentsToLaunch: ''; + CharactersToLaunch: ''; + VehiclesToLaunch: ''; + mTrajectoryData: empty_object__type; + mTrajectoryMeshScale: xyz__type; + mTrajectoryMeshRotation: pitch_yaw_roll__type; + mDestinationMeshHeightOffset: decimal_string__type; + mTrajectorySplineMeshNumPrimitiveDataFloats: integer_string__type; + mTrajectorySplineMeshSplineDataSettings: { + StartTangentPrimitiveDataStartIndex: integer_string__type; + EndPositionPrimitiveDataStartIndex: integer_string__type; + EndTangentPrimitiveDataStartIndex: integer_string__type; + InstanceScaleIndex: integer_string__signed__type; + }; + mNumArrows: integer_string__type; + mKillTimer: empty_object__type; + mTrajectoryGravityMultiplier: decimal_string__type; + mShowTrajectoryCounter: integer_string__type; + }; + +export type FGBuildableJumppad__NativeClass = NativeClass__type & { + Classes: [FGBuildableJumppad__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableLadder.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableLadder.ts new file mode 100644 index 00000000..19aedf8f --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableLadder.ts @@ -0,0 +1,17 @@ +import {decimal_string__type, integer_string__type} from '../../common/scalar'; + +import {FGBuildable__base__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableLadder__type = FGBuildable__base__type & { + mWidth: decimal_string__type; + mMeshHeight: decimal_string__type; + mMaxSegmentCount: integer_string__type; + mNumSegments: integer_string__type; + mLadderMeshes: ''; +}; + +export type FGBuildableLadder__NativeClass = NativeClass__type & { + Classes: [FGBuildableLadder__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableLightSource.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableLightSource.ts new file mode 100644 index 00000000..025b32f2 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableLightSource.ts @@ -0,0 +1,33 @@ +import { + color_decimal__type, + empty_object__type, + mLightControlData__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {boolean__type, decimal_string__type} from '../../common/scalar'; + +import {FGBuildable__base__type} from './FGBuildable'; + +export type FGBuildableLightSource__type = + FGBuildableLightSource__base__type & { + newCustomizationData?: { + OverrideColorData: { + PrimaryColor: color_decimal__type; + SecondaryColor: color_decimal__type; + }; + }; + }; + +export type FGBuildableLightSource__base__type = FGBuildable__base__type & { + OnBuildableLightSourceStateChanged: empty_object__type; + mIsEnabled: boolean__type; + mLightControlData: mLightControlData__type; + mPowerConsumption: decimal_string__type; + mHasPower: boolean__type; + mIsDay: boolean__type; +}; + +export type FGBuildableLightSource__NativeClass = NativeClass__type & { + Classes: [FGBuildableLightSource__type, ...FGBuildableLightSource__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableLightsControlPanel.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableLightsControlPanel.ts new file mode 100644 index 00000000..ef677029 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableLightsControlPanel.ts @@ -0,0 +1,22 @@ +import { + empty_object__type, + mLightControlData__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {boolean__type} from '../../common/scalar'; + +import {FGBuildable__circuits_base__type} from './FGBuildable'; + +export type FGBuildableLightsControlPanel__type = + FGBuildable__circuits_base__type & { + OnLightControlPanelStateChanged: empty_object__type; + mLightControlData: mLightControlData__type; + mIsEnabled: boolean__type; + mOnControlledBuildablesChanged: empty_object__type; + mControlledBuildables: ''; + }; + +export type FGBuildableLightsControlPanel__NativeClass = NativeClass__type & { + Classes: [FGBuildableLightsControlPanel__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableMAM.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableMAM.ts new file mode 100644 index 00000000..9f49af4b --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableMAM.ts @@ -0,0 +1,18 @@ +import {decimal_string__type} from '../../common/scalar'; + +import {FGBuildable__occupied__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableMAM__type = FGBuildable__occupied__type & { + mCurrentResearchState: 'ERS_NotResearching'; + mSignificanceRange: decimal_string__type; + Centrifuge_NewTrack_1_BB49BD99478F0FC67F8D7E9A54C7E849: decimal_string__type; + Centrifuge_NewTrack_0_BB49BD99478F0FC67F8D7E9A54C7E849: decimal_string__type; + Centrifuge__Direction_BB49BD99478F0FC67F8D7E9A54C7E849: 'Forward'; + ['Centrifuge Duration']: decimal_string__type; +}; + +export type FGBuildableMAM__NativeClass = NativeClass__type & { + Classes: [FGBuildableMAM__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableManufacturer.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableManufacturer.ts new file mode 100644 index 00000000..7775d664 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableManufacturer.ts @@ -0,0 +1,89 @@ +import { + integer_string__type, + decimal_string__type, + boolean__type, + boolean_extended__type, +} from '../../common/scalar'; + +import { + empty_object__type, + color_decimal__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +export type FGBuildableManufacturer__type = + FGBuildableManufacturer__base__type; + +export type FGBuildableManufacturer__base__type = + FGBuildable__consumes_power_base__type & { + IsPowered?: boolean__type; + bIsPendingToKillVfx?: boolean__type; + mProductionEffectsRunning?: boolean__type; + mCurrentRecipeChanged: empty_object__type; + mManufacturingSpeed: decimal_string__type; + mFactoryInputConnections: ''; + mPipeInputConnections: ''; + mFactoryOutputConnections: ''; + mPipeOutputConnections: ''; + mStoppedProducingAnimationSounds?: boolean__type; + mStoppedAkComponents?: boolean_extended__type; + mSocketStoppedAkComponents?: ''; + }; + +export type FGBuildableManufacturer__blender__type = + FGBuildableManufacturer__base__type & { + ClassName?: 'Build_Blender_C'; + mCurrentColorVFX: color_decimal__type; + m_NotifyNameREferences: [ + 'Arm_04_ClawBase' | 'Arm_02_SFXSocket', + 'Arm_04_ClawBase' | 'Arm_02_SFXSocket', + ...('Arm_04_ClawBase' | 'Arm_02_SFXSocket')[], + ]; + mColor: ''; + mIsRadioActive: boolean__type; + }; + +export type FGBuildableManufacturer__constructor__type = + FGBuildableManufacturer__base__type & { + ClassName?: 'Build_ConstructorMk1_C'; + mCurrentRecipeCheck: ''; + mPreviousRecipeCheck: ''; + CurrentPotentialConvert: [ + [integer_string__type, decimal_string__type], + ...[integer_string__type, decimal_string__type][], + ]; + mAOAttenuationScalingFactor: decimal_string__type; + mAOLayerZOffset: decimal_string__type; + RTPC_AO_VolumeDB: decimal_string__type; + RTPC_AO_HighpassValue: decimal_string__type; + RTPC_AO_Pitch: decimal_string__type; + }; + +export type FGBuildableManufacturer__packager__type = + FGBuildableManufacturer__base__type & { + ClassName?: 'Build_Packager_C'; + mCurrentColor_VFX: color_decimal__type; + CurrentPackagingMode: ''; + }; + +export type FGBuildableManufacturer__smelter__type = + FGBuildableManufacturer__base__type & { + ClassName?: 'Build_SmelterMk1_C'; + mIsPendingToKillVFX: boolean__type; + mCachedCurrentPotential: integer_string__type; + }; + +export type FGBuildableManufacturer__NativeClass = NativeClass__type & { + Classes: [ + FGBuildableManufacturer__type, + FGBuildableManufacturer__type, + FGBuildableManufacturer__packager__type, + FGBuildableManufacturer__type, + FGBuildableManufacturer__type, + FGBuildableManufacturer__blender__type, + FGBuildableManufacturer__smelter__type, + FGBuildableManufacturer__constructor__type, + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableManufacturerVariablePower.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableManufacturerVariablePower.ts new file mode 100644 index 00000000..405c8874 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableManufacturerVariablePower.ts @@ -0,0 +1,45 @@ +import {decimal_string__type, boolean__type} from '../../common/scalar'; + +import { + empty_object__type, + xyz_array__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGBuildableManufacturer__base__type} from './FGBuildableManufacturer'; + +export type FGBuildableManufacturerVariablePower__base__type = + FGBuildableManufacturer__base__type & { + mEstimatedMininumPowerConsumption: decimal_string__type; + mEstimatedMaximumPowerConsumption: decimal_string__type; + }; + +export type FGBuildableManufacturerVariablePower__HadronCollider__type = + FGBuildableManufacturerVariablePower__base__type & { + mSequenceDuration: decimal_string__type; + mLightningTimer: empty_object__type; + mGameTimeAtProducing: decimal_string__type; + mCurrentProducingSeekTime: decimal_string__type; + mStartVector_VFX_Small_Start: xyz_array__type; + mStartVector_VFX_Small_End: xyz_array__type; + mStartVector_VFX_Medium_Start: xyz_array__type; + mStartVector_VFX_Medium_End: xyz_array__type; + mStartVector_VFX_Large_Start: xyz_array__type; + mStartVector_VFX_Large_End: xyz_array__type; + mEstimatedMininumPowerConsumption: decimal_string__type; + mEstimatedMaximumPowerConsumption: decimal_string__type; + }; + +export type FGBuildableManufacturerVariablePower__QuantumEncoder__type = + FGBuildableManufacturerVariablePower__base__type & { + IsAnimProducing: boolean__type; + }; + +export type FGBuildableManufacturerVariablePower__NativeClass = + NativeClass__type & { + Classes: [ + FGBuildableManufacturerVariablePower__QuantumEncoder__type, + FGBuildableManufacturerVariablePower__base__type, + FGBuildableManufacturerVariablePower__HadronCollider__type, + ]; + }; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePassthrough.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePassthrough.ts new file mode 100644 index 00000000..9aab4f74 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePassthrough.ts @@ -0,0 +1,26 @@ +import {decimal_string__type, boolean__type} from '../../common/scalar'; + +import { + pitch_yaw_roll__type, + xyz__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGBuildable__base__type} from './FGBuildable'; + +export type FGBuildablePassthrough__type = FGBuildable__base__type & { + mSnappedBuildingThickness: decimal_string__type; + mMidMeshLength: decimal_string__type; + mGenerateTunnelCollision: boolean__type; + mEndCapRotation: pitch_yaw_roll__type; + mMidMeshRotation: pitch_yaw_roll__type; + mEndCapTranslation: xyz__type; + mClearanceHeightMin: decimal_string__type; + mClearanceThickness: decimal_string__type; + mCostSegmentLength: decimal_string__type; + mGeneratedMeshComponents: ''; +}; + +export type FGBuildablePassthrough__NativeClass = NativeClass__type & { + Classes: [FGBuildablePassthrough__type, ...FGBuildablePassthrough__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePassthroughPipeHyper.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePassthroughPipeHyper.ts new file mode 100644 index 00000000..fce826a4 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePassthroughPipeHyper.ts @@ -0,0 +1,8 @@ +import {FGBuildablePassthrough__type} from './FGBuildablePassthrough'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildablePassthroughPipeHyper__NativeClass = + NativeClass__type & { + Classes: [FGBuildablePassthrough__type, ...FGBuildablePassthrough__type[]]; + }; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePillarLightweight.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePillarLightweight.ts new file mode 100644 index 00000000..62f71158 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePillarLightweight.ts @@ -0,0 +1,17 @@ +import {xyz__type, NativeClass__type} from '../../common/unassigned'; + +import {boolean__type} from '../../common/scalar'; + +import {FGBuildable__base__type} from './FGBuildable'; + +export type FGBuildablePillarLightweight__type = FGBuildable__base__type & { + mSize: xyz__type; + mIsSupport: boolean__type; +}; + +export type FGBuildablePillarLightweight__NativeClass = NativeClass__type & { + Classes: [ + FGBuildablePillarLightweight__type, + ...FGBuildablePillarLightweight__type[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePipeHyper.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePipeHyper.ts new file mode 100644 index 00000000..a1529ab7 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePipeHyper.ts @@ -0,0 +1,15 @@ +import {decimal_string__type} from '../../common/scalar'; + +import {FGBuildable__base__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildablePipeHyper__type = FGBuildable__base__type & { + mMeshLength: decimal_string__type; + mSplineData: ''; + mSnappedPassthroughs: ''; +}; + +export type FGBuildablePipeHyper__NativeClass = NativeClass__type & { + Classes: [FGBuildablePipeHyper__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePipeReservoir.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePipeReservoir.ts new file mode 100644 index 00000000..21edf582 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePipeReservoir.ts @@ -0,0 +1,16 @@ +import {decimal_string__type} from '../../common/scalar'; + +import {empty_object__type, NativeClass__type} from '../../common/unassigned'; + +import {FGBuildable__pipeline_accessory__base__type} from './FGBuildable'; + +export type FGBuildablePipeReservoir__type = + FGBuildable__pipeline_accessory__base__type & { + mStackingHeight: decimal_string__type; + mStorageCapacity: decimal_string__type; + mIndicatorData: empty_object__type; + }; + +export type FGBuildablePipeReservoir__NativeClass = NativeClass__type & { + Classes: [FGBuildablePipeReservoir__type, FGBuildablePipeReservoir__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePipeline.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePipeline.ts new file mode 100644 index 00000000..55999187 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePipeline.ts @@ -0,0 +1,49 @@ +import {StringPassedRegExp} from '../../utils/validators'; + +import {decimal_string__type, boolean__type} from '../../common/scalar'; + +import { + empty_object__type, + mSnappedPassthroughs__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGBuildable__base__type} from './FGBuildable'; + +export type FGBuildablePipeline__type = FGBuildable__base__type & { + mMeshLength: decimal_string__type; + mSplineData: ''; + mRadius: decimal_string__type; + mFlowLimit: decimal_string__type; + mFlowIndicatorMinimumPipeLength: decimal_string__type; + mSoundSplineComponentEmitterInterval: decimal_string__type; + mPipeConnections: ''; + mFluidBox: empty_object__type; + mIndicatorData: empty_object__type; + mMaxIndicatorTurnAngle: decimal_string__type; + mIgnoreActorsForIndicator: ''; + mFluidNames: [ + { + WwiseSafeName: StringPassedRegExp<'^[A-Z][A-Za-z]+(_[A-Z][A-Za-z]+)*$'>; + ActualName?: StringPassedRegExp<'^[A-Z][A-Za-z]+( [A-Z][A-Za-z]+)*$'>; + }, + ...{ + WwiseSafeName: StringPassedRegExp<'^[A-Z][A-Za-z]+(_[A-Z][A-Za-z]+)*$'>; + ActualName?: StringPassedRegExp<'^[A-Z][A-Za-z]+( [A-Z][A-Za-z]+)*$'>; + }[], + ]; + mCurrentFluid: ''; + mLastContentForSound: decimal_string__type; + mLastFlowForSound: decimal_string__type; + mLastElapsedTime: decimal_string__type; + mLastFlowForSoundUpdateThreshold: decimal_string__type; + mRattleLimit: decimal_string__type; + mIsRattling: boolean__type; + mUpdateSoundsHandle: empty_object__type; + mUpdateSoundsTimerInterval: decimal_string__type; + mSnappedPassthroughs: mSnappedPassthroughs__type; +}; + +export type FGBuildablePipeline__NativeClass = NativeClass__type & { + Classes: [FGBuildablePipeline__type, ...FGBuildablePipeline__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePipelineJunction.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePipelineJunction.ts new file mode 100644 index 00000000..41fe04d2 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePipelineJunction.ts @@ -0,0 +1,10 @@ +import {FGBuildable__pipeline_accessory__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildablePipelineJunction__type = + FGBuildable__pipeline_accessory__type; + +export type FGBuildablePipelineJunction__NativeClass = NativeClass__type & { + Classes: [FGBuildablePipelineJunction__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePipelinePump.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePipelinePump.ts new file mode 100644 index 00000000..e1fcc5bd --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePipelinePump.ts @@ -0,0 +1,23 @@ +import {FGBuildable__pipeline_flow_accessory__type} from './FGBuildable'; + +import {boolean__type, decimal_string__type} from '../../common/scalar'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildablePipelinePump__type = + FGBuildable__pipeline_flow_accessory__type & { + mIsPipePumpPlaying: boolean__type; + mIsExceedingHeadLift: boolean__type; + mCurrentAudioHeadLift: decimal_string__type; + }; + +export type FGBuildablePipelinePump__valve__type = + FGBuildable__pipeline_flow_accessory__type; + +export type FGBuildablePipelinePump__NativeClass = NativeClass__type & { + Classes: [ + FGBuildablePipelinePump__valve__type | FGBuildablePipelinePump__type, + FGBuildablePipelinePump__valve__type | FGBuildablePipelinePump__type, + FGBuildablePipelinePump__valve__type | FGBuildablePipelinePump__type, + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePipelineSupport.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePipelineSupport.ts new file mode 100644 index 00000000..60501772 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePipelineSupport.ts @@ -0,0 +1,18 @@ +import {decimal_string__type} from '../../common/scalar'; + +import {FGBuildable__pole__base__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildablePipelineSupport__type = + FGBuildable__pole__base__type & { + mLength: decimal_string__type; + mVerticalAngle: decimal_string__type; + }; + +export type FGBuildablePipelineSupport__NativeClass = NativeClass__type & { + Classes: [ + FGBuildablePipelineSupport__type, + ...FGBuildablePipelineSupport__type[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePoleBase.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePoleBase.ts new file mode 100644 index 00000000..e4002f34 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePoleBase.ts @@ -0,0 +1,7 @@ +import {FGBuildable__pole__base__no_static__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildablePoleBase__NativeClass = NativeClass__type & { + Classes: [FGBuildable__pole__base__no_static__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePoleLightweight.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePoleLightweight.ts new file mode 100644 index 00000000..cae8fbf2 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePoleLightweight.ts @@ -0,0 +1,18 @@ +import { + decimal_string__type, + integer_string__signed__type, +} from '../../common/scalar'; + +import {FGBuildable__pole__base__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildablePoleLightweight__type = + FGBuildable__pole__base__type & { + mHeight: decimal_string__type; + mSelectedPoleVersion: integer_string__signed__type; + }; + +export type FGBuildablePoleLightweight__NativeClass = NativeClass__type & { + Classes: [FGBuildablePoleLightweight__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePortal.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePortal.ts new file mode 100644 index 00000000..0ef1ae24 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePortal.ts @@ -0,0 +1,137 @@ +import { + decimal_string__type, + integer_string__type, + boolean__type, +} from '../../common/scalar'; + +import { + xyz_array__type, + xyz__type, + empty_object__type, + color_decimal__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +export type FGBuildablePortal__type = FGBuildablePortal__base__type & { + ClassName?: 'Build_Portal_C'; + OffsetFromPortalSurface: decimal_string__type; + LightningStartVector: xyz_array__type; + LightningEndVector: xyz_array__type; + ['In Value']: decimal_string__type; + mFuelSlotSize: integer_string__type; + mMinFuelToStartProducing: integer_string__type; + mMinFuelToStartProducingAfterAbruptStop: integer_string__type; + mPortalDisconnectedCooldownTime?: decimal_string__type; + mCachedInputConnections: ''; + mHeatUpComplete: boolean__type; + mHeatUpCycleTime: decimal_string__type; + mCurrentHeatUpProgress: decimal_string__type; + mCurrentProductionProgress: decimal_string__type; + mLinkedPortalDisconnectCooldownTimeLeft: decimal_string__type; + mCurrentProductionCycleTime: decimal_string__type; + mTrippedProductionStop: boolean__type; + mCachedHasEnoughFuelForProduce: boolean__type; + mPortalName?: 'Portal'; +}; + +export type FGBuildablePortal__base__type = + FGBuildable__consumes_power_base__type & { + ['HeatingUpPlaying ID']: integer_string__type; + LightningEndLoc: xyz__type; + LightningStartLoc: xyz__type; + LightningStartSocket: [ + ( + | 'LightningStartLocSocket' + | 'LightningStartLocSocketL' + | 'LightningStartLocSocketR' + | 'LightningStartLocSocketA' + | 'LightningStartLocSocketB' + ), + ( + | 'LightningStartLocSocket' + | 'LightningStartLocSocketL' + | 'LightningStartLocSocketR' + | 'LightningStartLocSocketA' + | 'LightningStartLocSocketB' + ), + ( + | 'LightningStartLocSocket' + | 'LightningStartLocSocketL' + | 'LightningStartLocSocketR' + | 'LightningStartLocSocketA' + | 'LightningStartLocSocketB' + ), + ( + | 'LightningStartLocSocket' + | 'LightningStartLocSocketL' + | 'LightningStartLocSocketR' + | 'LightningStartLocSocketA' + | 'LightningStartLocSocketB' + ), + ( + | 'LightningStartLocSocket' + | 'LightningStartLocSocketL' + | 'LightningStartLocSocketR' + | 'LightningStartLocSocketA' + | 'LightningStartLocSocketB' + ), + ]; + LightningEndSocket?: [ + ( + | 'LightningEndLocSocket' + | 'LightningEndLocSocketL' + | 'LightningEndLocSocketR' + | 'LightningEndLocSocketA' + | 'LightningEndLocSocketB' + ), + ( + | 'LightningEndLocSocket' + | 'LightningEndLocSocketL' + | 'LightningEndLocSocketR' + | 'LightningEndLocSocketA' + | 'LightningEndLocSocketB' + ), + ( + | 'LightningEndLocSocket' + | 'LightningEndLocSocketL' + | 'LightningEndLocSocketR' + | 'LightningEndLocSocketA' + | 'LightningEndLocSocketB' + ), + ( + | 'LightningEndLocSocket' + | 'LightningEndLocSocketL' + | 'LightningEndLocSocketR' + | 'LightningEndLocSocketA' + | 'LightningEndLocSocketB' + ), + ( + | 'LightningEndLocSocket' + | 'LightningEndLocSocketL' + | 'LightningEndLocSocketR' + | 'LightningEndLocSocketA' + | 'LightningEndLocSocketB' + ), + ]; + mTeleportationCompleteRepNotify: integer_string__type; + mTeleportationBeginRepNotify?: integer_string__type; + PortalActive: decimal_string__type; + PortalFluctuation: decimal_string__type; + mOnLinkedPortalChanged: empty_object__type; + mOnPortalTraversableChanged: empty_object__type; + mOnHeatUpStateChanged: empty_object__type; + mMaxPortalTravelTime: decimal_string__type; + mIsPortalTraversable: boolean__type; + mActorRepresentationColor: color_decimal__type; + mActorRepresentationViewDistance: 'CVD_Far'; + mActorRepresentationFogOfWarRevealRadius: decimal_string__type; + mTeleportPowerConsumptionTimeLeft: decimal_string__type; + mTeleportPowerConsumption: decimal_string__type; + mCachedFactoryTickData: empty_object__type; + }; + +export type FGBuildablePortal__NativeClass = NativeClass__type & { + Classes: [FGBuildablePortal__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePortalSatellite.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePortalSatellite.ts new file mode 100644 index 00000000..e8b139db --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePortalSatellite.ts @@ -0,0 +1,18 @@ +import {boolean__type} from '../../common/scalar'; + +import {FGBuildablePortal__base__type} from './FGBuildablePortal'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildablePortalSatellite__type = + FGBuildablePortal__base__type & { + ClassName?: 'Build_PortalSatellite_C'; + mPortalName?: 'Satellite Portal'; + ['Lightning End Socket']: ''; + ['Lightning Start Socket']: ''; + mWasHeatingUpLastTick: boolean__type; + }; + +export type FGBuildablePortalSatellite__NativeClass = NativeClass__type & { + Classes: [FGBuildablePortalSatellite__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePowerBooster.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePowerBooster.ts new file mode 100644 index 00000000..9cdb7230 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePowerBooster.ts @@ -0,0 +1,45 @@ +import {boolean__type, decimal_string__type} from '../../common/scalar'; + +import {xyz__type, NativeClass__type} from '../../common/unassigned'; + +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +export type FGBuildablePowerBooster__type = + FGBuildable__consumes_power_base__type & { + IsInProducingAnimState: boolean__type; + LaserSocketNames: [ + ( + | 'LeftArmLaser01_Vfx_Socket' + | 'LeftArmLaser02_Vfx_Socket' + | 'RightArmLaser01_Vfx_Socket' + | 'RightArmLaser02_Vfx_Socket' + ), + ...( + | 'LeftArmLaser01_Vfx_Socket' + | 'LeftArmLaser02_Vfx_Socket' + | 'RightArmLaser01_Vfx_Socket' + | 'RightArmLaser02_Vfx_Socket' + )[], + ]; + mVFX_LaserSubtract: decimal_string__type; + mVFX_SummerSloop_Loc_Offset: xyz__type; + mVFX_SubVector: xyz__type; + m_Beam_TargetLoc: xyz__type; + mShrine_location: xyz__type; + bFirstRun: boolean__type; + mBasePowerProduction: decimal_string__type; + mBaseBoostPercentage: decimal_string__type; + mCurrentFuelBoostPercentage: decimal_string__type; + mDefaultFuelClasses: [ + '/Game/FactoryGame/Resource/Parts/AlienPowerFuel/Desc_AlienPowerFuel.Desc_AlienPowerFuel_C', + ...'/Game/FactoryGame/Resource/Parts/AlienPowerFuel/Desc_AlienPowerFuel.Desc_AlienPowerFuel_C'[], + ]; + mAvailableFuelClasses: ''; + mCachedInputConnections: ''; + mCurrentFuelDuration: decimal_string__type; + mCurrentFuelDurationLeft: decimal_string__type; + }; + +export type FGBuildablePowerBooster__NativeClass = NativeClass__type & { + Classes: [FGBuildablePowerBooster__type, ...FGBuildablePowerBooster__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePowerPole.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePowerPole.ts new file mode 100644 index 00000000..daf4792f --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePowerPole.ts @@ -0,0 +1,16 @@ +import {decimal_string__type, boolean__type} from '../../common/scalar'; + +import {FGBuildable__base__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildablePowerPole__type = FGBuildable__base__type & { + mPowerConnections: ''; + mPowerPoleType: 'PPT_POLE' | 'PPT_WALL' | 'PPT_TOWER' | 'PPT_WALL_DOUBLE'; + mPowerTowerWireMaxLength: decimal_string__type; + mHasPower: boolean__type; +}; + +export type FGBuildablePowerPole__NativeClass = NativeClass__type & { + Classes: [FGBuildablePowerPole__type, ...FGBuildablePowerPole__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePowerStorage.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePowerStorage.ts new file mode 100644 index 00000000..b9df1aaf --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePowerStorage.ts @@ -0,0 +1,28 @@ +import { + mBatteryStatus__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {decimal_string__type, integer_string__type} from '../../common/scalar'; + +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +export type FGBuildablePowerStorage__type = + FGBuildable__consumes_power_base__type & { + m_PreviousBatteryStatus: mBatteryStatus__type; + mCurrentGameTimeSinceStateChange: decimal_string__type; + mActivationEventID: integer_string__type; + mStatusPrimitiveID: integer_string__type; + mChargePrimitiveID: integer_string__type; + mBatteryStatus: mBatteryStatus__type; + mPowerStore: decimal_string__type; + mPowerStoreCapacity: decimal_string__type; + mPowerInput: decimal_string__type; + mPowerInputCapacity: decimal_string__type; + mIndicatorLevelMax: integer_string__type; + mIndicatorLevel: integer_string__type; + }; + +export type FGBuildablePowerStorage__NativeClass = NativeClass__type & { + Classes: [FGBuildablePowerStorage__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildablePriorityPowerSwitch.ts b/generated-types/1.0/classes/CoreUObject/FGBuildablePriorityPowerSwitch.ts new file mode 100644 index 00000000..1efa3ac5 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildablePriorityPowerSwitch.ts @@ -0,0 +1,15 @@ +import {empty_object__type, NativeClass__type} from '../../common/unassigned'; + +import {integer_string__type} from '../../common/scalar'; + +import {FGBuildable__power_switch__base__type} from './FGBuildable'; + +export type FGBuildablePriorityPowerSwitch__type = + FGBuildable__power_switch__base__type & { + mOnPriorityChanged: empty_object__type; + mPriority: integer_string__type; + }; + +export type FGBuildablePriorityPowerSwitch__NativeClass = NativeClass__type & { + Classes: [FGBuildablePriorityPowerSwitch__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableRadarTower.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableRadarTower.ts new file mode 100644 index 00000000..2a063308 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableRadarTower.ts @@ -0,0 +1,19 @@ +import {decimal_string__type} from '../../common/scalar'; + +import { + UnrealEngineString__array__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +export type FGBuildableRadarTower__type = + FGBuildable__consumes_power_base__type & { + mMapText: 'Radar Tower'; + mRevealRadius: decimal_string__type; + mScannableDescriptors: UnrealEngineString__array__type; + }; + +export type FGBuildableRadarTower__NativeClass = NativeClass__type & { + Classes: [FGBuildableRadarTower__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableRailroadSignal.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableRailroadSignal.ts new file mode 100644 index 00000000..540b6ab1 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableRailroadSignal.ts @@ -0,0 +1,35 @@ +import { + mAspect__type, + empty_object__type, + NativeClass__type, +} from '../../common/unassigned'; + +import { + boolean__type, + integer_string__type, + decimal_string__type, +} from '../../common/scalar'; + +import {FGBuildable__base__type} from './FGBuildable'; + +export type FGBuildableRailroadSignal__type = FGBuildable__base__type & { + mPreviousAspect?: mAspect__type; + mOnAspectChangedDelegate: empty_object__type; + mOnBlockValidationChangedDelegate: empty_object__type; + mDrawDebugVisualState: boolean__type; + mGuardedConnections: ''; + mObservedConnections: ''; + mAspect: mAspect__type; + mBlockValidation: 'RBV_Unvalidated'; + mIsPathSignal: boolean__type; + mIsBiDirectional: boolean__type; + mVisualState: integer_string__type; + mSignificanceRange: decimal_string__type; +}; + +export type FGBuildableRailroadSignal__NativeClass = NativeClass__type & { + Classes: [ + FGBuildableRailroadSignal__type, + ...FGBuildableRailroadSignal__type[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableRailroadStation.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableRailroadStation.ts new file mode 100644 index 00000000..0d3abf99 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableRailroadStation.ts @@ -0,0 +1,20 @@ +import {boolean__type} from '../../common/scalar'; + +import { + mDockingRuleSet__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGBuildableTrainPlatformCargo__FGBuildableRailroadStation__type} from './FGBuildableTrainPlatformCargo'; + +export type FGBuildableRailroadStation__type = + FGBuildableTrainPlatformCargo__FGBuildableRailroadStation__type & { + mMapText: 'Train Station'; + mShouldTeleportHere: boolean__type; + mDockedPlatformList: ''; + mCurrentDockedWithRuleSet: mDockingRuleSet__type; + }; + +export type FGBuildableRailroadStation__NativeClass = NativeClass__type & { + Classes: [FGBuildableRailroadStation__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableRailroadTrack.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableRailroadTrack.ts new file mode 100644 index 00000000..5fdda274 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableRailroadTrack.ts @@ -0,0 +1,46 @@ +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import { + integer_string__type, + integer_string__signed__type, + decimal_string__type, + boolean__type, +} from '../../common/scalar'; + +import {empty_object__type, NativeClass__type} from '../../common/unassigned'; + +import {FGBuildable__base__type} from './FGBuildable'; + +export type FGBuildableRailroadTrack__type = FGBuildable__base__type & { + ClassName?: 'Build_RailroadTrack_C'; + mMeshLength: decimal_string__type; + mConnections: [ + UnrealEngineString< + '/Script/FactoryGame.FGRailroadTrackConnectionComponent', + StringStartsWith<'/Game/FactoryGame/Buildable/Factory/Train/Track/'> + >, + ...UnrealEngineString< + '/Script/FactoryGame.FGRailroadTrackConnectionComponent', + StringStartsWith<'/Game/FactoryGame/Buildable/Factory/Train/Track/'> + >[], + ]; + mIsOwnedByPlatform: boolean__type; + mTrackGraphID: integer_string__signed__type; + mOverlappingTracks: ''; + mVehicles: empty_object__type; + mSignalBlockID: integer_string__type; + mBlockVisualizationMeshLength: decimal_string__type; + mBlockVisualizationNumPrimitiveDataFloats: integer_string__type; + mBlockVisualizationNumPerInstancePrimitiveDataCountOffset: integer_string__type; + mBlockVisualizationSplineDataSettings: { + StartTangentPrimitiveDataStartIndex: integer_string__type; + EndPositionPrimitiveDataStartIndex: integer_string__type; + EndTangentPrimitiveDataStartIndex: integer_string__type; + InstanceScaleIndex: integer_string__signed__type; + }; + mBlockVisualizationColorDataStartIndex: integer_string__type; +}; + +export type FGBuildableRailroadTrack__NativeClass = NativeClass__type & { + Classes: [FGBuildableRailroadTrack__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableRamp.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableRamp.ts new file mode 100644 index 00000000..f7992b3b --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableRamp.ts @@ -0,0 +1,9 @@ +import {boolean__type} from '../../common/scalar'; + +import {FGBuildableFoundation__base__type} from './FGBuildableFoundation'; + +export type FGBuildableRamp__type = FGBuildableFoundation__base__type & { + mIsDoubleRamp: boolean__type; + mIsRoof: boolean__type; + mIsInverted: boolean__type; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableRampLightweight.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableRampLightweight.ts new file mode 100644 index 00000000..ad60d67a --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableRampLightweight.ts @@ -0,0 +1,7 @@ +import {FGBuildableRamp__type} from './FGBuildableRamp'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableRampLightweight__NativeClass = NativeClass__type & { + Classes: [FGBuildableRamp__type, ...FGBuildableRamp__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableResourceExtractor.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableResourceExtractor.ts new file mode 100644 index 00000000..6708ff70 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableResourceExtractor.ts @@ -0,0 +1,92 @@ +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import { + FGBuildableResourceExtractor__miner_mk1__type, + FGBuildableResourceExtractor__miner_mk3__type, + None__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {boolean__type} from '../../common/scalar'; + +import {FGBuildable__extractor_base__type} from './FGBuildable'; + +export type FGBuildableResourceExtractor__miner__type = + FGBuildableResourceExtractor__miner__base__type; + +export type FGBuildableResourceExtractor__miner__base__type = + FGBuildable__extractor_base__type & { + mParticleMap: [ + { + ResourceNode_16_2100B5C34EE8DF7958D78A974512F3C3: + | '/Game/FactoryGame/Resource/RawResources/Coal/Desc_Coal.Desc_Coal_C' + | '/Game/FactoryGame/Resource/RawResources/Stone/Desc_Stone.Desc_Stone_C' + | '/Game/FactoryGame/Resource/RawResources/OreIron/Desc_OreIron.Desc_OreIron_C' + | '/Game/FactoryGame/Resource/RawResources/OreBauxite/Desc_OreBauxite.Desc_OreBauxite_C' + | '/Game/FactoryGame/Resource/RawResources/OreCopper/Desc_OreCopper.Desc_OreCopper_C' + | '/Game/FactoryGame/Resource/RawResources/CrudeOil/Desc_LiquidOil.Desc_LiquidOil_C' + | '/Game/FactoryGame/Resource/RawResources/OreGold/Desc_OreGold.Desc_OreGold_C' + | '/Game/FactoryGame/Resource/RawResources/RawQuartz/Desc_RawQuartz.Desc_RawQuartz_C' + | '/Game/FactoryGame/Resource/RawResources/Sulfur/Desc_Sulfur.Desc_Sulfur_C' + | '/Game/FactoryGame/Resource/RawResources/OreUranium/Desc_OreUranium.Desc_OreUranium_C'; + ParticleSystem1_9_F0CF81514E1E1C5007AC99B0C59C63CD: UnrealEngineString< + '/Script/Engine.ParticleSystem', + StringStartsWith< + | '/Game/FactoryGame/VFX/Factory/' + | '/Game/FactoryGame/Buildable/Factory/' + > + >; + }, + ...{ + ResourceNode_16_2100B5C34EE8DF7958D78A974512F3C3: + | '/Game/FactoryGame/Resource/RawResources/Coal/Desc_Coal.Desc_Coal_C' + | '/Game/FactoryGame/Resource/RawResources/Stone/Desc_Stone.Desc_Stone_C' + | '/Game/FactoryGame/Resource/RawResources/OreIron/Desc_OreIron.Desc_OreIron_C' + | '/Game/FactoryGame/Resource/RawResources/OreBauxite/Desc_OreBauxite.Desc_OreBauxite_C' + | '/Game/FactoryGame/Resource/RawResources/OreCopper/Desc_OreCopper.Desc_OreCopper_C' + | '/Game/FactoryGame/Resource/RawResources/CrudeOil/Desc_LiquidOil.Desc_LiquidOil_C' + | '/Game/FactoryGame/Resource/RawResources/OreGold/Desc_OreGold.Desc_OreGold_C' + | '/Game/FactoryGame/Resource/RawResources/RawQuartz/Desc_RawQuartz.Desc_RawQuartz_C' + | '/Game/FactoryGame/Resource/RawResources/Sulfur/Desc_Sulfur.Desc_Sulfur_C' + | '/Game/FactoryGame/Resource/RawResources/OreUranium/Desc_OreUranium.Desc_OreUranium_C'; + ParticleSystem1_9_F0CF81514E1E1C5007AC99B0C59C63CD: UnrealEngineString< + '/Script/Engine.ParticleSystem', + StringStartsWith< + | '/Game/FactoryGame/VFX/Factory/' + | '/Game/FactoryGame/Buildable/Factory/' + > + >; + }[], + ]; + mCanPlayAfterStartUpStopped?: boolean__type; + CanPlayAfterStartUpStopped?: boolean__type; + SAMReference?: '/Game/FactoryGame/Resource/RawResources/SAM/Desc_SAM.Desc_SAM_C'; + mAllowedResourceForms?: ['RF_SOLID', ...'RF_SOLID'[]]; + mExtractorTypeName?: 'Miner'; + mAllowedResources: ''; + }; + +export type FGBuildableResourceExtractor__oil_extractor__type = + FGBuildable__extractor_base__type & { + mAllowedResourceForms: ['RF_LIQUID', ...'RF_LIQUID'[]]; + mAllowedResources: [ + UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + '/Game/FactoryGame/Resource/RawResources/CrudeOil/Desc_LiquidOil.Desc_LiquidOil_C' + >, + ...UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + '/Game/FactoryGame/Resource/RawResources/CrudeOil/Desc_LiquidOil.Desc_LiquidOil_C' + >[], + ]; + mExtractorTypeName: None__type; + }; + +export type FGBuildableResourceExtractor__NativeClass = NativeClass__type & { + Classes: [ + FGBuildableResourceExtractor__oil_extractor__type, + FGBuildableResourceExtractor__miner__type, + FGBuildableResourceExtractor__miner_mk1__type, + FGBuildableResourceExtractor__miner_mk3__type, + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableResourceSink.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableResourceSink.ts new file mode 100644 index 00000000..67c8ecd9 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableResourceSink.ts @@ -0,0 +1,20 @@ +import {boolean__type, decimal_string__type} from '../../common/scalar'; + +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableResourceSink__type = + FGBuildable__consumes_power_base__type & { + IsAnimationProducing: boolean__type; + EnableTickGrinder: boolean__type; + EnableTickEngine: boolean__type; + mGrinderInterpDuration: decimal_string__type; + mEngineInterpDuration: decimal_string__type; + mProcessingTime: decimal_string__type; + mProducingTimer: decimal_string__type; + }; + +export type FGBuildableResourceSink__NativeClass = NativeClass__type & { + Classes: [FGBuildableResourceSink__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableResourceSinkShop.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableResourceSinkShop.ts new file mode 100644 index 00000000..8f94c555 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableResourceSinkShop.ts @@ -0,0 +1,14 @@ +import {integer_string__type} from '../../common/scalar'; + +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableResourceSinkShop__type = + FGBuildable__consumes_power_base__type & { + mShopInventoryDefaultSize: integer_string__type; + }; + +export type FGBuildableResourceSinkShop__NativeClass = NativeClass__type & { + Classes: [FGBuildableResourceSinkShop__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableSnowDispenser.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableSnowDispenser.ts new file mode 100644 index 00000000..6f166774 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableSnowDispenser.ts @@ -0,0 +1,24 @@ +import { + FGBuildable__base__type, + FGBuildable__occupied__type, + FGBuildable__tiered__type, +} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableSnowDispenser__type = FGBuildable__base__type; + +export type FGBuildableSnowDispenser__NativeClass = NativeClass__type & { + Classes: [ + ( + | FGBuildable__base__type + | FGBuildable__occupied__type + | FGBuildable__tiered__type + ), + ...( + | FGBuildable__base__type + | FGBuildable__occupied__type + | FGBuildable__tiered__type + )[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableSpaceElevator.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableSpaceElevator.ts new file mode 100644 index 00000000..17c87eb6 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableSpaceElevator.ts @@ -0,0 +1,15 @@ +import {empty_object__type, NativeClass__type} from '../../common/unassigned'; + +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +export type FGBuildableSpaceElevator__type = + FGBuildable__consumes_power_base__type & { + mOnSpaceElevatorStateUpdated: empty_object__type; + mSpaceElevatorState: FGBuildableSpaceElevator__mSpaceElevatorState__type; + }; + +export type FGBuildableSpaceElevator__mSpaceElevatorState__type = 'ESES_Load'; + +export type FGBuildableSpaceElevator__NativeClass = NativeClass__type & { + Classes: [FGBuildableSpaceElevator__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableSplitterSmart.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableSplitterSmart.ts new file mode 100644 index 00000000..c3389d5b --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableSplitterSmart.ts @@ -0,0 +1,25 @@ +import {empty_object__type, NativeClass__type} from '../../common/unassigned'; + +import {integer_string__type} from '../../common/scalar'; + +import {FGBuildable__splitter__base__type} from './FGBuildable'; + +export type FGBuildableSplitterSmart__type = + FGBuildable__splitter__base__type & { + OnSortRulesChangedDelegate: empty_object__type; + mMaxNumSortRules: integer_string__type; + mLastItem: { + ItemState: empty_object__type; + }; + mItemToLastOutputMap: empty_object__type; + mLastOutputIndex: integer_string__type; + mCurrentInventoryIndex: integer_string__type; + mDistributionTable: ''; + }; + +export type FGBuildableSplitterSmart__NativeClass = NativeClass__type & { + Classes: [ + FGBuildableSplitterSmart__type, + ...FGBuildableSplitterSmart__type[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableStorage.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableStorage.ts new file mode 100644 index 00000000..69013fb5 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableStorage.ts @@ -0,0 +1,16 @@ +import {decimal_string__type, integer_string__type} from '../../common/scalar'; + +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableStorage__type = + FGBuildable__consumes_power_base__type & { + mStackingHeight: decimal_string__type; + mInventorySizeX: integer_string__type; + mInventorySizeY: integer_string__type; + }; + +export type FGBuildableStorage__NativeClass = NativeClass__type & { + Classes: [FGBuildableStorage__type, ...FGBuildableStorage__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableTradingPost.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableTradingPost.ts new file mode 100644 index 00000000..5c33224b --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableTradingPost.ts @@ -0,0 +1,125 @@ +import {UnrealEngineString} from '../../utils/validators'; + +import {integer_string__type, decimal_string__type} from '../../common/scalar'; + +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableTradingPost__type = + FGBuildable__consumes_power_base__type & { + mWorkBenchOccupied: 'Crafting Bench occupied'; + mWorkBenchFree: 'Use Crafting Bench'; + Meshes: [ + UnrealEngineString< + '/Script/Engine.StaticMesh', + '/Game/Geometry/Meshes/1M_Cube_Chamfer.1M_Cube_Chamfer' + >, + UnrealEngineString< + '/Script/Engine.StaticMesh', + '/Game/Geometry/Meshes/1M_Cube_Chamfer.1M_Cube_Chamfer' + >, + UnrealEngineString< + '/Script/Engine.StaticMesh', + '/Game/Geometry/Meshes/1M_Cube_Chamfer.1M_Cube_Chamfer' + >, + UnrealEngineString< + '/Script/Engine.StaticMesh', + '/Game/Geometry/Meshes/1M_Cube_Chamfer.1M_Cube_Chamfer' + >, + UnrealEngineString< + '/Script/Engine.StaticMesh', + '/Game/Geometry/Meshes/1M_Cube_Chamfer.1M_Cube_Chamfer' + >, + UnrealEngineString< + '/Script/Engine.StaticMesh', + '/Game/Geometry/Meshes/1M_Cube_Chamfer.1M_Cube_Chamfer' + >, + ]; + mShipUpgradeLevel: integer_string__type; + mStorageText: 'Open Storage'; + mMamFreeText: 'Use the MAM'; + mMamOccupiedText: 'The MAM is occupied'; + mMeshes: [ + '/Game/Geometry/Meshes/1M_Cube_Chamfer.1M_Cube_Chamfer', + '/Game/Geometry/Meshes/1M_Cube_Chamfer.1M_Cube_Chamfer', + '/Game/Geometry/Meshes/1M_Cube_Chamfer.1M_Cube_Chamfer', + '/Game/Geometry/Meshes/1M_Cube_Chamfer.1M_Cube_Chamfer', + '/Game/Geometry/Meshes/1M_Cube_Chamfer.1M_Cube_Chamfer', + '/Game/Geometry/Meshes/1M_Cube_Chamfer.1M_Cube_Chamfer', + ]; + ABClass: '/Game/FactoryGame/Buildable/Factory/TradingPost/BPA_Tradingpost.BPA_Tradingpost_C'; + mSkeletalMeshSoftPtr: '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SK_Tradingpost.SK_Tradingpost'; + mStages: [ + ( + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_01.SM_Hub_Stg_01' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_02.SM_Hub_Stg_02' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_03.SM_Hub_Stg_03' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_04.SM_Hub_Stg_04' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_05.SM_Hub_Stg_05' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_06.SM_Hub_Stg_06' + ), + ( + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_01.SM_Hub_Stg_01' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_02.SM_Hub_Stg_02' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_03.SM_Hub_Stg_03' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_04.SM_Hub_Stg_04' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_05.SM_Hub_Stg_05' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_06.SM_Hub_Stg_06' + ), + ( + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_01.SM_Hub_Stg_01' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_02.SM_Hub_Stg_02' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_03.SM_Hub_Stg_03' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_04.SM_Hub_Stg_04' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_05.SM_Hub_Stg_05' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_06.SM_Hub_Stg_06' + ), + ( + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_01.SM_Hub_Stg_01' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_02.SM_Hub_Stg_02' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_03.SM_Hub_Stg_03' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_04.SM_Hub_Stg_04' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_05.SM_Hub_Stg_05' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_06.SM_Hub_Stg_06' + ), + ( + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_01.SM_Hub_Stg_01' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_02.SM_Hub_Stg_02' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_03.SM_Hub_Stg_03' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_04.SM_Hub_Stg_04' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_05.SM_Hub_Stg_05' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_06.SM_Hub_Stg_06' + ), + ( + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_01.SM_Hub_Stg_01' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_02.SM_Hub_Stg_02' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_03.SM_Hub_Stg_03' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_04.SM_Hub_Stg_04' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_05.SM_Hub_Stg_05' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_06.SM_Hub_Stg_06' + ), + ...( + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_01.SM_Hub_Stg_01' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_02.SM_Hub_Stg_02' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_03.SM_Hub_Stg_03' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_04.SM_Hub_Stg_04' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_05.SM_Hub_Stg_05' + | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SM_Hub_Stg_06.SM_Hub_Stg_06' + )[], + ]; + mLadderVisibilityLevel: integer_string__type; + mGenerators: ''; + mStorageInventorySize: integer_string__type; + mStorageVisibilityLevel: integer_string__type; + mLockerVisibilityLevel: integer_string__type; + mMiniGameAndCalendarVisibilityLevel: integer_string__type; + mSpawningGroundZOffset: decimal_string__type; + mGroundSearchZDistance: decimal_string__type; + mDefaultResources: ''; + mRepresentationText: 'The HUB'; + }; + +export type FGBuildableTradingPost__NativeClass = NativeClass__type & { + Classes: [FGBuildableTradingPost__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatform.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatform.ts new file mode 100644 index 00000000..77d5c936 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatform.ts @@ -0,0 +1,30 @@ +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {boolean__type} from '../../common/scalar'; + +import { + mPlatformDockingStatus__type, + empty_object__type, +} from '../../common/unassigned'; + +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +export type FGBuildableTrainPlatform__base__type = + FGBuildable__consumes_power_base__type & { + mPlatformConnections: [ + UnrealEngineString< + '/Script/FactoryGame.FGTrainPlatformConnection', + StringStartsWith<'/Game/FactoryGame/Buildable/Factory/Train/Station/'> + >, + ...UnrealEngineString< + '/Script/FactoryGame.FGTrainPlatformConnection', + StringStartsWith<'/Game/FactoryGame/Buildable/Factory/Train/Station/'> + >[], + ]; + mIsOrientationReversed: boolean__type; + mPlatformDockingStatus: mPlatformDockingStatus__type; + mSavedDockingStatus: mPlatformDockingStatus__type; + mDockingSequenceTimerHandle: empty_object__type; + mIdleUpdateTimerHandle: empty_object__type; + mDockWasCancelled: boolean__type; + }; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatformCargo.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatformCargo.ts new file mode 100644 index 00000000..d072f8c8 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatformCargo.ts @@ -0,0 +1,62 @@ +import { + integer_string__type, + boolean__type, + decimal_string__type, +} from '../../common/scalar'; + +import { + empty_object__type, + mDockingRuleSet__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGBuildableTrainPlatform__base__type} from './FGBuildableTrainPlatform'; + +export type FGBuildableTrainPlatformCargo__type = + FGBuildableTrainPlatformCargo__FGBuildableRailroadStation__type & { + mStorageSizeX: integer_string__type; + mStorageSizeY: integer_string__type; + mOnTransferRateUpdated: empty_object__type; + mFreightCargoType: 'FCT_Standard' | 'FCT_Liquid'; + mCanUnloadAny: boolean__type; + mIsFullUnload: boolean__type; + mCanLoadAny: boolean__type; + mIsFullLoad: boolean__type; + mTimeToCompleteLoad: decimal_string__type; + mTimeToSwapLoadVisibility: decimal_string__type; + mTimeToCompleteUnload: decimal_string__type; + mTimeToSwapUnloadVisibility: decimal_string__type; + mWaitForConditionUpdatePeriod: decimal_string__type; + mStorageInputConnections: ''; + mPipeInputConnections: ''; + mPipeOutputConnections: ''; + mDockingRuleSet: mDockingRuleSet__type; + mLoadItemFilter: ''; + mUnloadItemFilter: ''; + mHasFullyLoadUnloadRule: boolean__type; + mDockForDuration: decimal_string__type; + mMustDockForDuration: boolean__type; + mHasAnyRelevantStacksToMove: boolean__type; + mAllowDepartureNoValidItemsToTransfer: boolean__type; + mShouldExecuteLoadOrUnload: boolean__type; + mRanCompleteBeforeNone: boolean__type; + mSwapCargoVisibilityTimerHandle: empty_object__type; + mTimeSinceLastLoadTransferUpdate: decimal_string__type; + mTimeSinceLastUnloadTransferUpdate: decimal_string__type; + mSmoothedLoadRate: decimal_string__type; + mSmoothedUnloadRate: decimal_string__type; + mReplicatedOutflowRate: decimal_string__type; + mReplicatedInflowRate: decimal_string__type; + }; + +export type FGBuildableTrainPlatformCargo__FGBuildableRailroadStation__type = + FGBuildableTrainPlatform__base__type & { + mCurrentDockForDuration: decimal_string__type; + }; + +export type FGBuildableTrainPlatformCargo__NativeClass = NativeClass__type & { + Classes: [ + FGBuildableTrainPlatformCargo__type, + ...FGBuildableTrainPlatformCargo__type[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatformEmpty.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatformEmpty.ts new file mode 100644 index 00000000..a8daca0e --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatformEmpty.ts @@ -0,0 +1,13 @@ +import {FGBuildableTrainPlatform__base__type} from './FGBuildableTrainPlatform'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableTrainPlatformEmpty__type = + FGBuildableTrainPlatform__base__type; + +export type FGBuildableTrainPlatformEmpty__NativeClass = NativeClass__type & { + Classes: [ + FGBuildableTrainPlatformEmpty__type, + ...FGBuildableTrainPlatformEmpty__type[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableWalkway.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableWalkway.ts new file mode 100644 index 00000000..c77c49a7 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableWalkway.ts @@ -0,0 +1,28 @@ +import {FGBuildableWalkwayLightweight__type} from './FGBuildableWalkwayLightweight'; + +import {boolean__type, decimal_string__type} from '../../common/scalar'; + +import {FGBuildable__base__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableWalkway__type = FGBuildableWalkway__base__type & { + mDisableSnapOn: { + Right: boolean__type; + Left: boolean__type; + Top: boolean__type; + Bottom: boolean__type; + }; +}; + +export type FGBuildableWalkway__base__type = FGBuildable__base__type & { + mSize: decimal_string__type; + mElevation: decimal_string__type; +}; + +export type FGBuildableWalkway__NativeClass = NativeClass__type & { + Classes: [ + FGBuildableWalkwayLightweight__type, + ...FGBuildableWalkwayLightweight__type[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableWalkwayLightweight.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableWalkwayLightweight.ts new file mode 100644 index 00000000..92b8c48b --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableWalkwayLightweight.ts @@ -0,0 +1,18 @@ +import { + mDisableSnapOn__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGBuildableWalkway__base__type} from './FGBuildableWalkway'; + +export type FGBuildableWalkwayLightweight__type = + FGBuildableWalkway__base__type & { + mDisableSnapOn: mDisableSnapOn__type; + }; + +export type FGBuildableWalkwayLightweight__NativeClass = NativeClass__type & { + Classes: [ + FGBuildableWalkwayLightweight__type, + ...FGBuildableWalkwayLightweight__type[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableWall.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableWall.ts new file mode 100644 index 00000000..39b493fa --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableWall.ts @@ -0,0 +1,45 @@ +import {FGBuildableWallLightweight__type} from './FGBuildableWallLightweight'; + +import {decimal_string__type} from '../../common/scalar'; + +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {FGBuildable__base__type} from './FGBuildable'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableWall__base__type = FGBuildable__base__type & { + mHeight: decimal_string__type; +}; + +export type FGBuildableWall__base__rectangle__type = + FGBuildableWall__base__type & { + mWidth: decimal_string__type; + mElevation: decimal_string__type; + mAngularDepth: decimal_string__type; + mWallType: + | 'BWT_Normal' + | 'BWT_Glass' + | 'BWT_DiagonalDown' + | 'BWT_DiagonalUp' + | 'BWT_Frame'; + mAngledVariants: + | '' + | [ + UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/Buildable/Building/Fence/'> + >, + ...UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/Buildable/Building/Fence/'> + >[], + ]; + }; + +export type FGBuildableWall__NativeClass = NativeClass__type & { + Classes: [ + FGBuildableWallLightweight__type, + ...FGBuildableWallLightweight__type[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableWallLightweight.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableWallLightweight.ts new file mode 100644 index 00000000..3e59198d --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableWallLightweight.ts @@ -0,0 +1,13 @@ +import {FGBuildableWall__base__rectangle__type} from './FGBuildableWall'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildableWallLightweight__type = + FGBuildableWall__base__rectangle__type; + +export type FGBuildableWallLightweight__NativeClass = NativeClass__type & { + Classes: [ + FGBuildableWallLightweight__type, + ...FGBuildableWallLightweight__type[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableWaterPump.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableWaterPump.ts new file mode 100644 index 00000000..30b32637 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableWaterPump.ts @@ -0,0 +1,35 @@ +import {UnrealEngineString} from '../../utils/validators'; + +import {decimal_string__type, boolean__type} from '../../common/scalar'; + +import { + xyz__type, + None__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGBuildable__extractor_base__type} from './FGBuildable'; + +export type FGBuildableWaterPump__type = FGBuildable__extractor_base__type & { + mWaterpumpTimeline_RTPC_B8FA6F944E717E3B7A286E84901F620E: decimal_string__type; + mWaterpumpTimeline__Direction_B8FA6F944E717E3B7A286E84901F620E: 'Forward'; + HasLostSignificance: boolean__type; + mMinimumDepthForPlacement: decimal_string__type; + mDepthTraceOriginOffset: xyz__type; + mAllowedResourceForms: ['RF_LIQUID', ...'RF_LIQUID'[]]; + mAllowedResources: [ + UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + '/Game/FactoryGame/Resource/RawResources/Water/Desc_Water.Desc_Water_C' + >, + ...UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + '/Game/FactoryGame/Resource/RawResources/Water/Desc_Water.Desc_Water_C' + >[], + ]; + mExtractorTypeName?: None__type; +}; + +export type FGBuildableWaterPump__NativeClass = NativeClass__type & { + Classes: [FGBuildableWaterPump__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableWidgetSign.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableWidgetSign.ts new file mode 100644 index 00000000..26bdd5d4 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableWidgetSign.ts @@ -0,0 +1,40 @@ +import {decimal_string__type, integer_string__type} from '../../common/scalar'; + +import { + empty_object__type, + xy__integer__type, + color_decimal__type, + xy__type, + xyz__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGBuildable__base__type} from './FGBuildable'; + +export type FGBuildableWidgetSign__type = FGBuildable__base__type & { + mGainSignificanceDistance: decimal_string__type; + mTextElementToDataMap: empty_object__type; + mTextElementToLocDataMap: empty_object__type; + mIconElementToDataMap: empty_object__type; + mSignDrawSize: xy__integer__type; + mSoftActivePrefabLayout: 'None'; + mActivePrefabLayout: empty_object__type; + mPrefabTextElementSaveData: ''; + mPrefabIconElementSaveData: ''; + mGlobalPrefabIconElementSaveData: ''; + mForegroundColor: color_decimal__type; + mBackgroundColor: color_decimal__type; + mAuxilaryColor: color_decimal__type; + mEmissive: decimal_string__type; + mGlossiness: decimal_string__type; + mDataVersion: integer_string__type; + mSignPoles: ''; + mWorldDimensions: xy__type; + mPoleOffset: xyz__type; + mPoleScale: xy__type; + mSignToSignOffset: decimal_string__type; +}; + +export type FGBuildableWidgetSign__NativeClass = NativeClass__type & { + Classes: [FGBuildableWidgetSign__type, ...FGBuildableWidgetSign__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildableWire.ts b/generated-types/1.0/classes/CoreUObject/FGBuildableWire.ts new file mode 100644 index 00000000..447da5c0 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildableWire.ts @@ -0,0 +1,23 @@ +import {decimal_string__type} from '../../common/scalar'; + +import { + None__type, + xyz__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGBuildable__base__type} from './FGBuildable'; + +export type FGBuildableWire__type = FGBuildable__base__type & { + mMaxLength: decimal_string__type; + mMaxPowerTowerLength: decimal_string__type; + mLengthPerCost: decimal_string__type; + mConnections: None__type; + mConnectionLocations: xyz__type; + mWireInstances: ''; + mCachedLength: decimal_string__type; +}; + +export type FGBuildableWire__NativeClass = NativeClass__type & { + Classes: [FGBuildableWire__type, FGBuildableWire__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGBuildingDescriptor.ts b/generated-types/1.0/classes/CoreUObject/FGBuildingDescriptor.ts new file mode 100644 index 00000000..4aa52367 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGBuildingDescriptor.ts @@ -0,0 +1,48 @@ +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {FGItemDescriptor__FGBuildingDescriptor__FGResourceDescriptor__type} from './FGItemDescriptor'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGBuildingDescriptor__type = + FGItemDescriptor__FGBuildingDescriptor__FGResourceDescriptor__type & { + ClassName: Exclude< + string, + | '' + | 'Desc_ConveyorPole_C' + | 'Desc_PipelineSupport_C' + | 'Desc_PipeSupportStackable_C' + | 'Desc_HyperPoleStackable_C' + | 'Desc_PipeHyperSupport_C' + | 'Desc_ConveyorPoleStackable_C' + >; + mForm: 'RF_INVALID'; + mSubCategories: [ + UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith< + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Special/' + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Walls/' + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Transport/' + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Power/' + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Production/' + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Organisation/' + > + >, + ...UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith< + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Special/' + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Walls/' + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Transport/' + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Power/' + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Production/' + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Organisation/' + > + >[], + ]; + }; + +export type FGBuildingDescriptor__NativeClass = NativeClass__type & { + Classes: [FGBuildingDescriptor__type, ...FGBuildingDescriptor__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGCentralStorageContainer.ts b/generated-types/1.0/classes/CoreUObject/FGCentralStorageContainer.ts new file mode 100644 index 00000000..fc50af23 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGCentralStorageContainer.ts @@ -0,0 +1,18 @@ +import {decimal_string__type} from '../../common/scalar'; + +import {FGBuildableStorage__type} from './FGBuildableStorage'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGCentralStorageContainer__type = FGBuildableStorage__type & { + TimeToExecuteCheckAfterItemAdded: decimal_string__type; + mUploadTimer: decimal_string__type; + mTimeToUpload: decimal_string__type; +}; + +export type FGCentralStorageContainer__NativeClass = NativeClass__type & { + Classes: [ + FGCentralStorageContainer__type, + ...FGCentralStorageContainer__type[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGChainsaw.ts b/generated-types/1.0/classes/CoreUObject/FGChainsaw.ts new file mode 100644 index 00000000..a1672dbe --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGChainsaw.ts @@ -0,0 +1,72 @@ +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import { + Montage_1P__type, + Montage_3P__type, + mChainsawState__type, + empty_object__type, + NativeClass__type, +} from '../../common/unassigned'; + +import { + decimal_string__type, + integer_string__type, + boolean__type, +} from '../../common/scalar'; + +import {FGEquipment__base__type} from './FGEquipment'; + +export type FGChainsaw__type = FGEquipment__base__type & { + mInterpSawProgress: decimal_string__type; + mCurrentOutputDataSFX: decimal_string__type; + StartUpToIdleID: integer_string__type; + mCurrentHasFuel: boolean__type; + mPreviousState: mChainsawState__type; + mChainsawEngageMontage: { + Montage_1P: Montage_1P__type; + Montage_Equipment: FGChainsaw__Montage_Equipment__type; + }; + mChainsawSawingMontage: { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: FGChainsaw__Montage_Equipment__type; + }; + mChainsawEquipFuelMontage: { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: FGChainsaw__Montage_Equipment__type; + }; + mChainsawEquipNoFuelMontage: { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: FGChainsaw__Montage_Equipment__type; + }; + mChainsawEquipStingerMontage: { + Montage_1P: Montage_1P__type; + Montage_Equipment: FGChainsaw__Montage_Equipment__type; + }; + mShowAOESelectorUITimer: empty_object__type; + EngagePlayingID: integer_string__type; + ['IdlePlaying ID']: integer_string__type; + ['Playing ID']: integer_string__type; + SawingPlayingID: integer_string__type; + mEnergyConsumption: decimal_string__type; + mSawDownTreeTime: decimal_string__type; + mCollateralPickupRadius: decimal_string__type; + mIsAOEOn: boolean__type; + mEnergyStored: decimal_string__type; + mSawingProgress: decimal_string__type; + mChainsawState: mChainsawState__type; + mEquipMontage?: empty_object__type; + mStingerMontage?: empty_object__type; + mUnEquipMontage?: empty_object__type; +}; + +export type FGChainsaw__Montage_Equipment__type = UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/Chainsaw/Animation/'> +>; + +export type FGChainsaw__NativeClass = NativeClass__type & { + Classes: [FGChainsaw__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGChargedWeapon.ts b/generated-types/1.0/classes/CoreUObject/FGChargedWeapon.ts new file mode 100644 index 00000000..719f4820 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGChargedWeapon.ts @@ -0,0 +1,261 @@ +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import { + Montage_1P__type, + Montage_3P__type, + FilterMontageTag__type, + FilterMontageTag__charged__type, + CameraAnim__type, + empty_object__type, + NativeClass__type, +} from '../../common/unassigned'; + +import { + boolean__type, + decimal_string__type, + integer_string__type, +} from '../../common/scalar'; + +import {FGWeapon__base__type} from './FGWeapon'; + +export type FGChargedWeapon__type = FGWeapon__base__type & { + AmmoTypeToAkEvent: [ + [ + ( + | UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/'> + > + | UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/'> + > + ), + ( + | UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/'> + > + | UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/'> + > + ), + ], + ...[ + ( + | UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/'> + > + | UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/'> + > + ), + ( + | UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/'> + > + | UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/'> + > + ), + ][], + ]; + mRadialMenuShowUpTime: decimal_string__type; + mPrimaryFireStartMontageList: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/NobeliskDetonator/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Nobelisk/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Nobelisk/'> + >; + }, + ]; + }; + mReloadMontageList: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/NobeliskDetonator/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Nobelisk/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Nobelisk/'> + >; + }, + ]; + }; + mSecondaryFireMontageList: { + Montages: [ + { + Filter: boolean__type; + FilterMontageTag: FilterMontageTag__type; + InvertFilter?: boolean__type; + Exclusive: boolean__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/NobeliskDetonator/Animation/'> + >; + }, + ...{ + Filter: boolean__type; + FilterMontageTag: FilterMontageTag__type; + InvertFilter?: boolean__type; + Exclusive: boolean__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/NobeliskDetonator/Animation/'> + >; + }[], + ]; + }; + mPrimaryFireEndMontageList: { + Montages: [ + { + Filter: boolean__type; + FilterMontageTag: FilterMontageTag__charged__type; + Exclusive: boolean__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/NobeliskDetonator/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Nobelisk/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Nobelisk/'> + >; + CameraAnim?: CameraAnim__type; + }, + { + Filter: boolean__type; + FilterMontageTag: FilterMontageTag__charged__type; + Exclusive: boolean__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/NobeliskDetonator/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Nobelisk/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Nobelisk/'> + >; + CameraAnim?: CameraAnim__type; + }, + { + Filter: boolean__type; + FilterMontageTag: FilterMontageTag__charged__type; + Exclusive: boolean__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/NobeliskDetonator/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Nobelisk/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Nobelisk/'> + >; + CameraAnim?: CameraAnim__type; + }, + ]; + }; + mEquipMontage?: { + Montages: [ + { + Filter: boolean__type; + FilterMontageTag: FilterMontageTag__type; + InvertFilter?: boolean__type; + Exclusive: boolean__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/NobeliskDetonator/Animation/'> + >; + }, + { + Filter: boolean__type; + FilterMontageTag: FilterMontageTag__type; + InvertFilter?: boolean__type; + Exclusive: boolean__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/NobeliskDetonator/Animation/'> + >; + }, + ]; + }; + mStingerMontage?: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/NobeliskDetonator/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Nobelisk/'> + >; + }, + ]; + }; + mUnEquipMontage?: empty_object__type; + mDispensedProjectiles: ''; + mMaxChargeTime: decimal_string__type; + mReleaseCooldown: decimal_string__type; + mMaxThrowForce: integer_string__type; + mMinThrowForce: integer_string__type; + mDelayBetweenSecondaryTriggers: decimal_string__type; +}; + +export type FGChargedWeapon__NativeClass = NativeClass__type & { + Classes: [FGChargedWeapon__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGConsumableDescriptor.ts b/generated-types/1.0/classes/CoreUObject/FGConsumableDescriptor.ts new file mode 100644 index 00000000..bfc24a66 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGConsumableDescriptor.ts @@ -0,0 +1,33 @@ +import {decimal_string__type} from '../../common/scalar'; + +import { + pitch_yaw_roll__type, + xyz__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGEquipmentDescriptor__base__type} from './FGEquipmentDescriptor'; + +export type FGConsumableDescriptor__type = FGConsumableDescriptor__base__type; + +export type FGConsumableDescriptor__base__type = + FGEquipmentDescriptor__base__type & { + mCustomHandsMeshScale: decimal_string__type; + mCustomRotation: pitch_yaw_roll__type; + mCustomLocation: xyz__type; + }; + +export type FGConsumableDescriptor__healing__type = + FGConsumableDescriptor__base__type & { + mHealthGain: decimal_string__type; + }; + +export type FGConsumableDescriptor__NativeClass = NativeClass__type & { + Classes: [ + FGConsumableDescriptor__type | FGConsumableDescriptor__healing__type, + ...( + | FGConsumableDescriptor__type + | FGConsumableDescriptor__healing__type + )[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGConsumableEquipment.ts b/generated-types/1.0/classes/CoreUObject/FGConsumableEquipment.ts new file mode 100644 index 00000000..71a11989 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGConsumableEquipment.ts @@ -0,0 +1,94 @@ +import { + Montage_1P__type, + Montage_3P__type, + CameraAnim__type, + empty_object__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {decimal_string__type} from '../../common/scalar'; + +import {FGEquipment__base__type} from './FGEquipment'; + +export type FGConsumableEquipment__base__type = FGEquipment__base__type & { + mStingerMontage?: empty_object__type; + mUnEquipMontage?: empty_object__type; +}; + +export type FGConsumableEquipment__equipment__type = + FGConsumableEquipment__base__type & { + mEatMontage: { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + CameraAnim: CameraAnim__type; + }; + mReEquipAfterEatMontage: { + Montage_1P: Montage_1P__type; + }; + mEquipMontage?: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + }, + ]; + }; + }; + +export type FGConsumableEquipment__medkit__type = + FGConsumableEquipment__base__type & { + mEquipMontage?: { + Montages: [ + { + Montage_1P: Montage_1P__type; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/'> + >; + }, + ]; + }; + mMedkitUseMontages: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/'> + >; + CameraAnim: CameraAnim__type; + }, + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/'> + >; + CameraAnim: CameraAnim__type; + }, + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/'> + >; + CameraAnim: CameraAnim__type; + }, + ]; + }; + mCurrentMedkitUseMontage: { + Weight: decimal_string__type; + }; + }; + +export type FGConsumableEquipment__NativeClass = NativeClass__type & { + Classes: [ + FGConsumableEquipment__equipment__type, + FGConsumableEquipment__medkit__type, + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGConveyorPoleStackable.ts b/generated-types/1.0/classes/CoreUObject/FGConveyorPoleStackable.ts new file mode 100644 index 00000000..f566f4c5 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGConveyorPoleStackable.ts @@ -0,0 +1,7 @@ +import {FGBuildablePoleLightweight__type} from './FGBuildablePoleLightweight'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGConveyorPoleStackable__NativeClass = NativeClass__type & { + Classes: [FGBuildablePoleLightweight__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGCustomizationRecipe.ts b/generated-types/1.0/classes/CoreUObject/FGCustomizationRecipe.ts new file mode 100644 index 00000000..3c882190 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGCustomizationRecipe.ts @@ -0,0 +1,127 @@ +import {StringPassedRegExp} from '../../utils/validators'; + +import {decimal_string__type} from '../../common/scalar'; + +import { + mEventType__optional_csv__type, + ItemClass__type, + class__no_description__type, + NativeClass__type, +} from '../../common/unassigned'; + +export type FGCustomizationRecipe__FGRecipe__type = + class__no_description__type & { + FullName: StringPassedRegExp<'^BlueprintGeneratedClass /Game/FactoryGame/(?:-?[A-Z][A-Za-z0-9_]+/)*(Recipe_[A-Za-z0-9_]+)\\.\\1_C$'>; + mDisplayName: Exclude; + mIngredients: '' | ItemClass__type; + mProduct: '' | ItemClass__type; + mManufacturingMenuPriority: decimal_string__type; + mManufactoringDuration: decimal_string__type; + mManualManufacturingMultiplier: decimal_string__type; + mProducedIn: + | '' + | [ + ( + | '/Game/FactoryGame/Buildable/-Shared/WorkBench/BP_WorkBenchComponent.BP_WorkBenchComponent_C' + | '/Game/FactoryGame/Buildable/-Shared/WorkBench/BP_WorkshopComponent.BP_WorkshopComponent_C' + | '/Game/FactoryGame/Buildable/Factory/AssemblerMk1/Build_AssemblerMk1.Build_AssemblerMk1_C' + | '/Game/FactoryGame/Buildable/Factory/AutomatedWorkBench/Build_AutomatedWorkBench.Build_AutomatedWorkBench_C' + | '/Game/FactoryGame/Buildable/Factory/Blender/Build_Blender.Build_Blender_C' + | '/Game/FactoryGame/Buildable/Factory/ConstructorMk1/Build_ConstructorMk1.Build_ConstructorMk1_C' + | '/Game/FactoryGame/Buildable/Factory/FoundryMk1/Build_FoundryMk1.Build_FoundryMk1_C' + | '/Game/FactoryGame/Buildable/Factory/HadronCollider/Build_HadronCollider.Build_HadronCollider_C' + | '/Game/FactoryGame/Buildable/Factory/ManufacturerMk1/Build_ManufacturerMk1.Build_ManufacturerMk1_C' + | '/Game/FactoryGame/Buildable/Factory/OilRefinery/Build_OilRefinery.Build_OilRefinery_C' + | '/Game/FactoryGame/Buildable/Factory/Packager/Build_Packager.Build_Packager_C' + | '/Game/FactoryGame/Buildable/Factory/SmelterMk1/Build_SmelterMk1.Build_SmelterMk1_C' + | '/Game/FactoryGame/Equipment/BuildGun/BP_BuildGun.BP_BuildGun_C' + | '/Script/FactoryGame.FGBuildGun' + | '/Script/FactoryGame.FGBuildableAutomatedWorkBench' + | '/Game/FactoryGame/Buildable/Factory/Converter/Build_Converter.Build_Converter_C' + | '/Game/FactoryGame/Buildable/Factory/QuantumEncoder/Build_QuantumEncoder.Build_QuantumEncoder_C' + ), + ...( + | '/Game/FactoryGame/Buildable/-Shared/WorkBench/BP_WorkBenchComponent.BP_WorkBenchComponent_C' + | '/Game/FactoryGame/Buildable/-Shared/WorkBench/BP_WorkshopComponent.BP_WorkshopComponent_C' + | '/Game/FactoryGame/Buildable/Factory/AssemblerMk1/Build_AssemblerMk1.Build_AssemblerMk1_C' + | '/Game/FactoryGame/Buildable/Factory/AutomatedWorkBench/Build_AutomatedWorkBench.Build_AutomatedWorkBench_C' + | '/Game/FactoryGame/Buildable/Factory/Blender/Build_Blender.Build_Blender_C' + | '/Game/FactoryGame/Buildable/Factory/ConstructorMk1/Build_ConstructorMk1.Build_ConstructorMk1_C' + | '/Game/FactoryGame/Buildable/Factory/FoundryMk1/Build_FoundryMk1.Build_FoundryMk1_C' + | '/Game/FactoryGame/Buildable/Factory/HadronCollider/Build_HadronCollider.Build_HadronCollider_C' + | '/Game/FactoryGame/Buildable/Factory/ManufacturerMk1/Build_ManufacturerMk1.Build_ManufacturerMk1_C' + | '/Game/FactoryGame/Buildable/Factory/OilRefinery/Build_OilRefinery.Build_OilRefinery_C' + | '/Game/FactoryGame/Buildable/Factory/Packager/Build_Packager.Build_Packager_C' + | '/Game/FactoryGame/Buildable/Factory/SmelterMk1/Build_SmelterMk1.Build_SmelterMk1_C' + | '/Game/FactoryGame/Equipment/BuildGun/BP_BuildGun.BP_BuildGun_C' + | '/Script/FactoryGame.FGBuildGun' + | '/Script/FactoryGame.FGBuildableAutomatedWorkBench' + | '/Game/FactoryGame/Buildable/Factory/Converter/Build_Converter.Build_Converter_C' + | '/Game/FactoryGame/Buildable/Factory/QuantumEncoder/Build_QuantumEncoder.Build_QuantumEncoder_C' + )[], + ]; + mRelevantEvents: mEventType__optional_csv__type; + mVariablePowerConsumptionConstant: decimal_string__type; + mVariablePowerConsumptionFactor: decimal_string__type; + }; + +export type FGCustomizationRecipe__NativeClass = NativeClass__type & { + Classes: [ + FGCustomizationRecipe__FGRecipe__type & { + mDisplayName: + | 'N/A' + | 'Custom Slot' + | 'Swatch 1' + | 'Swatch 2' + | 'Swatch 3' + | 'Swatch 4' + | 'Swatch 5' + | 'Swatch 6' + | 'Swatch 7' + | 'Swatch 8' + | 'Swatch 9' + | 'Swatch 10' + | 'Swatch 11' + | 'Swatch 12' + | 'Swatch 13' + | 'Swatch 14' + | 'Swatch 15' + | 'Unpainted metal' + | 'Copper Finish' + | 'Chrome Finish' + | 'Caterium Finish' + | 'Carbon Steel Finish'; + mProducedIn: [ + '/Game/FactoryGame/Equipment/BuildGun/BP_BuildGun.BP_BuildGun_C', + ]; + }, + ...(FGCustomizationRecipe__FGRecipe__type & { + mDisplayName: + | 'N/A' + | 'Custom Slot' + | 'Swatch 1' + | 'Swatch 2' + | 'Swatch 3' + | 'Swatch 4' + | 'Swatch 5' + | 'Swatch 6' + | 'Swatch 7' + | 'Swatch 8' + | 'Swatch 9' + | 'Swatch 10' + | 'Swatch 11' + | 'Swatch 12' + | 'Swatch 13' + | 'Swatch 14' + | 'Swatch 15' + | 'Unpainted metal' + | 'Copper Finish' + | 'Chrome Finish' + | 'Caterium Finish' + | 'Carbon Steel Finish'; + mProducedIn: [ + '/Game/FactoryGame/Equipment/BuildGun/BP_BuildGun.BP_BuildGun_C', + ]; + })[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGEquipment.ts b/generated-types/1.0/classes/CoreUObject/FGEquipment.ts new file mode 100644 index 00000000..055c224f --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGEquipment.ts @@ -0,0 +1,160 @@ +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import { + integer_string__type, + boolean__type, + decimal_string__type, +} from '../../common/scalar'; + +import { + empty_object__type, + ItemClass__type, + class__no_description_or_display_name__type, +} from '../../common/unassigned'; + +export type FGEquipment__base__type = + class__no_description_or_display_name__type & { + mRandomAnim?: integer_string__type; + mCanPress?: boolean__type; + mAnimData?: [ + { + Montage_7_2E66F6A948A8606E71185682EA2AC4EC: UnrealEngineString< + '/Script/Engine.AnimMontage', + | '/Game/FactoryGame/Character/Player/Animation/FirstPerson/MedkitUse_01_Montage.MedkitUse_01_Montage' + | '/Game/FactoryGame/Character/Player/Animation/FirstPerson/MedkitUse_02_Montage.MedkitUse_02_Montage' + | '/Game/FactoryGame/Character/Player/Animation/FirstPerson/MedkitUse_03_Montage.MedkitUse_03_Montage' + >; + CameraAnimationSequence_11_920C446448786C507704569A05006500: UnrealEngineString< + '/Script/TemplateSequence.CameraAnimationSequence', + | '/Game/FactoryGame/Character/Player/CameraShake/MedkitUse_01_CameraAnimSequence.MedkitUse_01_CameraAnimSequence' + | '/Game/FactoryGame/Character/Player/CameraShake/MedkitUse_02_CameraAnimSequence.MedkitUse_02_CameraAnimSequence' + | '/Game/FactoryGame/Character/Player/CameraShake/MedkitUse_03_CameraAnimSequence.MedkitUse_03_CameraAnimSequence' + >; + }, + { + Montage_7_2E66F6A948A8606E71185682EA2AC4EC: UnrealEngineString< + '/Script/Engine.AnimMontage', + | '/Game/FactoryGame/Character/Player/Animation/FirstPerson/MedkitUse_01_Montage.MedkitUse_01_Montage' + | '/Game/FactoryGame/Character/Player/Animation/FirstPerson/MedkitUse_02_Montage.MedkitUse_02_Montage' + | '/Game/FactoryGame/Character/Player/Animation/FirstPerson/MedkitUse_03_Montage.MedkitUse_03_Montage' + >; + CameraAnimationSequence_11_920C446448786C507704569A05006500: UnrealEngineString< + '/Script/TemplateSequence.CameraAnimationSequence', + | '/Game/FactoryGame/Character/Player/CameraShake/MedkitUse_01_CameraAnimSequence.MedkitUse_01_CameraAnimSequence' + | '/Game/FactoryGame/Character/Player/CameraShake/MedkitUse_02_CameraAnimSequence.MedkitUse_02_CameraAnimSequence' + | '/Game/FactoryGame/Character/Player/CameraShake/MedkitUse_03_CameraAnimSequence.MedkitUse_03_CameraAnimSequence' + >; + }, + { + Montage_7_2E66F6A948A8606E71185682EA2AC4EC: UnrealEngineString< + '/Script/Engine.AnimMontage', + | '/Game/FactoryGame/Character/Player/Animation/FirstPerson/MedkitUse_01_Montage.MedkitUse_01_Montage' + | '/Game/FactoryGame/Character/Player/Animation/FirstPerson/MedkitUse_02_Montage.MedkitUse_02_Montage' + | '/Game/FactoryGame/Character/Player/Animation/FirstPerson/MedkitUse_03_Montage.MedkitUse_03_Montage' + >; + CameraAnimationSequence_11_920C446448786C507704569A05006500: UnrealEngineString< + '/Script/TemplateSequence.CameraAnimationSequence', + | '/Game/FactoryGame/Character/Player/CameraShake/MedkitUse_01_CameraAnimSequence.MedkitUse_01_CameraAnimSequence' + | '/Game/FactoryGame/Character/Player/CameraShake/MedkitUse_02_CameraAnimSequence.MedkitUse_02_CameraAnimSequence' + | '/Game/FactoryGame/Character/Player/CameraShake/MedkitUse_03_CameraAnimSequence.MedkitUse_03_CameraAnimSequence' + >; + }, + ]; + mCurrentAnimData?: empty_object__type; + mEquipmentSlot: 'ES_ARMS' | 'ES_BACK' | 'ES_BODY' | 'ES_HEAD' | 'ES_LEGS'; + mAttachSocket: + | 'hand_lSocket' + | 'hand_rSocket' + | 'root' + | 'None' + | 'helmetSocket' + | 'jumpingStilt_lSocket' + | 'backpack'; + mComponentNameToFirstPersonMaterials: + | empty_object__type + | [ + [ + ( + | 'PortableMiner' + | 'Chainsaw_skl' + | 'NobeliskDetonator_Skl_01' + | 'RebarGun_skl' + | 'Rifle' + | 'ScannerSkeletalMesh' + | 'ShockShank_skl' + | 'SK_1pHoverPack_01' + | 'SK_Medkit' + | 'SK_JumpingStiltLeft_02' + | 'SkeletalMesh' + | 'SM_Gasmask_01' + | 'SM_GolfcartEquipment_01' + | 'StunSpear_skl' + ), + { + FirstPersonMaterials: [ + UnrealEngineString< + '/Script/Engine.MaterialInstanceConstant', + StringStartsWith<'/Game/FactoryGame/'> + >, + ...UnrealEngineString< + '/Script/Engine.MaterialInstanceConstant', + StringStartsWith<'/Game/FactoryGame/'> + >[], + ]; + }, + ], + ...[ + ( + | 'PortableMiner' + | 'Chainsaw_skl' + | 'NobeliskDetonator_Skl_01' + | 'RebarGun_skl' + | 'Rifle' + | 'ScannerSkeletalMesh' + | 'ShockShank_skl' + | 'SK_1pHoverPack_01' + | 'SK_Medkit' + | 'SK_JumpingStiltLeft_02' + | 'SkeletalMesh' + | 'SM_Gasmask_01' + | 'SM_GolfcartEquipment_01' + | 'StunSpear_skl' + ), + { + FirstPersonMaterials: [ + UnrealEngineString< + '/Script/Engine.MaterialInstanceConstant', + StringStartsWith<'/Game/FactoryGame/'> + >, + ...UnrealEngineString< + '/Script/Engine.MaterialInstanceConstant', + StringStartsWith<'/Game/FactoryGame/'> + >[], + ]; + }, + ][], + ]; + mNeedsDefaultEquipmentMappingContext: boolean__type; + mCostToUse: '' | ItemClass__type; + mArmAnimation: + | 'AE_ShockShank' + | 'AE_StunSpear' + | 'AE_Generic2Hand' + | 'AE_Generic1Hand' + | 'AE_None' + | 'AE_ChainSaw' + | 'AE_RebarGun' + | 'AE_Rifle' + | 'AE_Nobelisk'; + mBackAnimation: 'BE_None' | 'BE_Jetpack'; + mDefaultEquipmentActions: integer_string__type; + mReceivedDamageModifiers: ''; + mSwappedOutThirdPersonMaterials: empty_object__type; + mHasStingerMontage: boolean__type; + mMontageBlendOutTime: decimal_string__type; + mEquipmentLookAtDescOverride: string; + }; + +export type FGEquipment__placeable__type = FGEquipment__base__type & { + mAllowedResourceForms: ['RF_SOLID', ...'RF_SOLID'[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGEquipmentDescriptor.ts b/generated-types/1.0/classes/CoreUObject/FGEquipmentDescriptor.ts new file mode 100644 index 00000000..6f0064e3 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGEquipmentDescriptor.ts @@ -0,0 +1,22 @@ +import { + FGItemDescriptor__FGResourceDescriptor__type, + FGItemDescriptor__FGResourceDescriptor__FGPoleDescriptor__type, +} from './FGItemDescriptor'; + +import {integer_string__type} from '../../common/scalar'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGEquipmentDescriptor__type = FGEquipmentDescriptor__base__type; + +export type FGEquipmentDescriptor__base__type = + FGItemDescriptor__FGResourceDescriptor__FGPoleDescriptor__type & { + mResourceSinkPoints: integer_string__type; + }; + +export type FGEquipmentDescriptor__NativeClass = NativeClass__type & { + Classes: [ + FGItemDescriptor__FGResourceDescriptor__type, + ...FGItemDescriptor__FGResourceDescriptor__type[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGEquipmentStunSpear.ts b/generated-types/1.0/classes/CoreUObject/FGEquipmentStunSpear.ts new file mode 100644 index 00000000..5767759f --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGEquipmentStunSpear.ts @@ -0,0 +1,302 @@ +import { + Montage_1P__type, + Montage_3P__type, + CameraAnim__type, + mDamageTypes__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {decimal_string__type, boolean__type} from '../../common/scalar'; + +import {FGEquipment__base__type} from './FGEquipment'; + +export type FGEquipmentStunSpear__type = FGEquipmentStunSpear__base__type & { + mSecondSwingMontageList: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/StunSpear/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockBaton/'> + >; + CameraAnim: CameraAnim__type; + }, + ]; + }; + mFirstSwingMontageList: { + Montages: [ + { + Weight?: decimal_string__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment?: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/StunSpear/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockBaton/'> + >; + CameraAnim: CameraAnim__type; + }, + ...{ + Weight?: decimal_string__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment?: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/StunSpear/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockBaton/'> + >; + CameraAnim: CameraAnim__type; + }[], + ]; + }; + mEquipMontage: { + Montages: [ + { + Weight?: decimal_string__type; + Filter?: boolean__type; + Exclusive?: boolean__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/StunSpear/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockBaton/'> + >; + }, + { + Weight?: decimal_string__type; + Filter?: boolean__type; + Exclusive?: boolean__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/StunSpear/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockBaton/'> + >; + }, + { + Weight?: decimal_string__type; + Filter?: boolean__type; + Exclusive?: boolean__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/StunSpear/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockBaton/'> + >; + }, + ]; + }; + mStingerMontage: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/StunSpear/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockBaton/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockBaton/'> + >; + CameraAnim: CameraAnim__type; + }, + ]; + }; + mUnEquipMontage: { + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockBaton/'> + >; + }; + mDamageTypes: mDamageTypes__type; + mArmAnimation: 'AE_StunSpear'; +}; + +export type FGEquipmentStunSpear__base__type = FGEquipment__base__type & { + mDamageTypes: mDamageTypes__type; + mSecondSwingMinDelay: decimal_string__type; + mSecondSwingMaxDelay: decimal_string__type; + mSecondSwingUseCoolDown: decimal_string__type; + mAttackDistance: decimal_string__type; + mAttackSweepRadius: decimal_string__type; +}; + +export type FGEquipmentStunSpear__xeno_zapper__type = + FGEquipmentStunSpear__base__type & { + mFirstSwingMontageList: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/ShockShank/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockShank/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockShank/'> + >; + CameraAnim: CameraAnim__type; + }, + ...{ + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/ShockShank/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockShank/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockShank/'> + >; + CameraAnim: CameraAnim__type; + }[], + ]; + }; + mSecondSwingMontageList: { + Montages: [ + { + Weight: decimal_string__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/ShockShank/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockShank/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockShank/'> + >; + CameraAnim: CameraAnim__type; + }, + ...{ + Weight: decimal_string__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/ShockShank/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockShank/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockShank/'> + >; + CameraAnim: CameraAnim__type; + }[], + ]; + }; + mDamageTypes: mDamageTypes__type; + mArmAnimation: 'AE_ShockShank'; + mEquipMontage: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/ShockShank/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockShank/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockShank/'> + >; + }, + ]; + }; + mStingerMontage: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/ShockShank/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockShank/'> + >; + }, + ...{ + Montage_1P: Montage_1P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/ShockShank/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockShank/'> + >; + }[], + ]; + }; + mUnEquipMontage: { + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ShockShank/'> + >; + }; + }; + +export type FGEquipmentStunSpear__NativeClass = NativeClass__type & { + Classes: [ + FGEquipmentStunSpear__xeno_zapper__type, + FGEquipmentStunSpear__type, + FGEquipmentStunSpear__type, + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGEquipmentZipline.ts b/generated-types/1.0/classes/CoreUObject/FGEquipmentZipline.ts new file mode 100644 index 00000000..4bb7c68d --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGEquipmentZipline.ts @@ -0,0 +1,77 @@ +import { + Montage_1P__type, + Montage_3P__type, + CameraAnim__type, + empty_object__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {boolean__type, decimal_string__type} from '../../common/scalar'; + +import {FGEquipment__base__type} from './FGEquipment'; + +export type FGEquipmentZipline__type = FGEquipment__base__type & { + mZiplineAttachMontage: { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + CameraAnim: CameraAnim__type; + }; + mZiplineDetachMontage: { + Montage_1P: Montage_1P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/Zipline/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Zipline/'> + >; + CameraAnim: CameraAnim__type; + }; + mZiplineTryAttachMontage: { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/Zipline/Animation/'> + >; + }; + mWantToGrab: boolean__type; + mZiplineJumpLaunchVelocity: decimal_string__type; + mMaxZiplineAngle: decimal_string__type; + mTraceDistance: decimal_string__type; + mTraceStartOffset: decimal_string__type; + mTraceRadius: decimal_string__type; + mVisualizeTraceDistance: boolean__type; + mActiveNoiseFrequency: decimal_string__type; + mZiplineReattachCooldown: decimal_string__type; + mEquipMontage?: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/Zipline/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Zipline/'> + >; + }, + ]; + }; + mStingerMontage?: empty_object__type; + mUnEquipMontage?: { + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Zipline/'> + >; + }; +}; + +export type FGEquipmentZipline__NativeClass = NativeClass__type & { + Classes: [FGEquipmentZipline__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGGasMask.ts b/generated-types/1.0/classes/CoreUObject/FGGasMask.ts new file mode 100644 index 00000000..4dd9d2c5 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGGasMask.ts @@ -0,0 +1,46 @@ +import { + Montage_1P__type, + Montage_3P__type, + CameraAnim__type, + mDamageTypes__type, + empty_object__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {boolean__type, decimal_string__type} from '../../common/scalar'; + +import {FGEquipment__base__type} from './FGEquipment'; + +export type FGGasMask__type = FGEquipment__base__type & { + mDamageTypesToProtectAgainst: mDamageTypes__type; + mPostProcessEnabled: boolean__type; + mFilterCountdown: decimal_string__type; + mFilterDuration: decimal_string__type; + mIsInPoisonGas: boolean__type; + mEquipMontage?: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/GasMask/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/GasMask/'> + >; + CameraAnim: CameraAnim__type; + }, + ]; + }; + mStingerMontage?: empty_object__type; + mUnEquipMontage?: empty_object__type; +}; + +export type FGGasMask__NativeClass = NativeClass__type & { + Classes: [FGGasMask__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGGolfCartDispenser.ts b/generated-types/1.0/classes/CoreUObject/FGGolfCartDispenser.ts new file mode 100644 index 00000000..05a6fadb --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGGolfCartDispenser.ts @@ -0,0 +1,45 @@ +import { + Montage_1P__type, + Montage_3P__type, + xyz__type, + empty_object__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {boolean__type, decimal_string__type} from '../../common/scalar'; + +import {FGEquipment__base__type} from './FGEquipment'; + +export type FGGolfCartDispenser__type = FGEquipment__base__type & { + mBuildDisqualifierText: 'Vehicles cannot be built or deployed on top of existing vehicles!'; + canDisplayDisqualifier: boolean__type; + mChristmasMaterial: + | 'None' + | '/Game/FactoryGame/Buildable/Vehicle/Golfcart/Material/MI_ChrismasCart_Inst.MI_ChrismasCart_Inst'; + mChristmasMaterial1P: + | 'None' + | '/Game/FactoryGame/Buildable/Vehicle/Golfcart/Material/MI_ChrismasCart_Inst_1p.MI_ChrismasCart_Inst_1p'; + mCartPlacementClearance: xyz__type; + mCartPlacementDistance: decimal_string__type; + mEquipMontage?: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + }, + ]; + }; + mStingerMontage?: empty_object__type; + mUnEquipMontage?: { + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Character/Player/ResourcePickUp/'> + >; + }; +}; + +export type FGGolfCartDispenser__NativeClass = NativeClass__type & { + Classes: [FGGolfCartDispenser__type, FGGolfCartDispenser__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGHoverPack.ts b/generated-types/1.0/classes/CoreUObject/FGHoverPack.ts new file mode 100644 index 00000000..c58f4964 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGHoverPack.ts @@ -0,0 +1,74 @@ +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {boolean__type, decimal_string__type} from '../../common/scalar'; + +import { + FilterMontageTag__type, + empty_object__type, + xyz__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGEquipment__base__type} from './FGEquipment'; + +export type FGHoverPack__type = FGEquipment__base__type & { + mCurrentPlayerVelocity_SFX: decimal_string__type; + mCurrentMouseDelta_SFX: decimal_string__type; + mLowBatteryWarningActive_SFX: boolean__type; + mPropellerVFX: ''; + ConnectionLocationUpdatedDelegate: empty_object__type; + ConnectionStatusUpdatedDelegate: empty_object__type; + HoverModeChangedDelegate: empty_object__type; + RangeWarningToggleDelegate: empty_object__type; + mHoverSpeed: decimal_string__type; + mHoverAccelerationSpeed: decimal_string__type; + mHoverSprintMultiplier: decimal_string__type; + mHoverFriction: decimal_string__type; + mJumpKeyHoldActivationTime: decimal_string__type; + mFallSpeedLimitWhenPowered: decimal_string__type; + mPowerConnectionSearchRadius: decimal_string__type; + mPowerConnectionSearchTickRate: decimal_string__type; + mPowerConnectionDisconnectionTime: decimal_string__type; + mPowerCapacity: decimal_string__type; + mPowerDrainRate: decimal_string__type; + mPowerConsumption: decimal_string__type; + mCurrentPowerLevel: decimal_string__type; + mRangeWarningNormalizedDistanceThreshold: decimal_string__type; + mDisplayRangeWarning: boolean__type; + mCurrentHoverMode: 'HPM_Inactive'; + mHasConnection: boolean__type; + mShouldAutomaticallyHoverWhenConnected: boolean__type; + mCrouchHoverCancelTime: decimal_string__type; + mCharacterUseDistanceWhenActive: decimal_string__type; + mActiveNoiseFrequency: decimal_string__type; + mCurrentConnectionLocation: xyz__type; + mEquipMontage?: { + Montages: [ + { + Filter?: boolean__type; + FilterMontageTag?: FilterMontageTag__type; + Exclusive?: boolean__type; + AudioEvent: FGHoverPack__AudioEvent__type; + }, + { + Filter?: boolean__type; + FilterMontageTag?: FilterMontageTag__type; + Exclusive?: boolean__type; + AudioEvent: FGHoverPack__AudioEvent__type; + }, + ]; + }; + mStingerMontage?: empty_object__type; + mUnEquipMontage?: { + AudioEvent: FGHoverPack__AudioEvent__type; + }; +}; + +export type FGHoverPack__AudioEvent__type = UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/HoverPack/'> +>; + +export type FGHoverPack__NativeClass = NativeClass__type & { + Classes: [FGHoverPack__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGItemDescriptor.ts b/generated-types/1.0/classes/CoreUObject/FGItemDescriptor.ts new file mode 100644 index 00000000..2359c87e --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGItemDescriptor.ts @@ -0,0 +1,105 @@ +import { + boolean__type, + decimal_string__type, + integer_string__type, +} from '../../common/scalar'; + +import { + Texture2D__type, + color__type, + mGasType__type, + mForm__type, + UnrealEngineString__array__type, + None__type, + class__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +export type FGItemDescriptor__FGBuildingDescriptor__FGResourceDescriptor__type = + class__type & { + mAbbreviatedDisplayName: string; + mStackSize: + | 'SS_ONE' + | 'SS_FLUID' + | 'SS_SMALL' + | 'SS_MEDIUM' + | 'SS_BIG' + | 'SS_HUGE'; + mCanBeDiscarded: boolean__type; + mRememberPickUp: boolean__type; + mEnergyValue: decimal_string__type; + mRadioactiveDecay: decimal_string__type; + mSmallIcon: Texture2D__type; + mPersistentBigIcon: Texture2D__type; + mCrosshairMaterial: + | ('' | 'None') + | StringStartsWith<'/Game/FactoryGame/Interface/UI/Material/Crosshairs/'>; + mDescriptorStatBars: + | '' + | [ + { + Value: integer_string__type; + }, + ...{ + Value: integer_string__type; + }[], + ]; + mMenuPriority: decimal_string__type; + mFluidColor: color__type; + mGasColor: color__type; + mGasType: mGasType__type; + mCompatibleItemDescriptors: + | '' + | [ + { + CompatibleItemType: 'CIT_AMMO' | 'CIT_WEAPON'; + CompatibleItemDescriptors: UnrealEngineString__array__type; + }, + ...{ + CompatibleItemType: 'CIT_AMMO' | 'CIT_WEAPON'; + CompatibleItemDescriptors: UnrealEngineString__array__type; + }[], + ]; + mClassToScanFor: + | None__type + | StringStartsWith<'/Game/FactoryGame/Resource/Environment/'> + | StringStartsWith<'/Game/FactoryGame/World/Benefit/'> + | StringStartsWith<'/Game/FactoryGame/Prototype/WAT/'>; + mScannableType: 'RTWOT_Default' | 'RTWOT_WeakSignal' | 'RTWOT_Flora'; + mShouldOverrideScannerDisplayText: boolean__type; + mScannerDisplayText: string; + mScannerLightColor: color__type; + mIsAlienItem: boolean__type; + mNeedsPickUpMarker: boolean__type; + }; + +export type FGItemDescriptor__FGResourceDescriptor__type = + FGItemDescriptor__FGResourceDescriptor__FGPoleDescriptor__type & { + mResourceSinkPoints: integer_string__type; + }; + +export type FGItemDescriptor__FGResourceDescriptor__FGPoleDescriptor__type = + FGItemDescriptor__FGBuildingDescriptor__FGResourceDescriptor__type & { + mSubCategories: + | '' + | [ + UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Transport/'> + >, + ...UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Transport/'> + >[], + ]; + mForm: mForm__type; + }; + +export type FGItemDescriptor__NativeClass = NativeClass__type & { + Classes: [ + FGItemDescriptor__FGResourceDescriptor__type, + ...FGItemDescriptor__FGResourceDescriptor__type[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGItemDescriptorBiomass.ts b/generated-types/1.0/classes/CoreUObject/FGItemDescriptorBiomass.ts new file mode 100644 index 00000000..325f456a --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGItemDescriptorBiomass.ts @@ -0,0 +1,13 @@ +import {FGItemDescriptor__FGResourceDescriptor__type} from './FGItemDescriptor'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGItemDescriptorBiomass__type = + FGItemDescriptor__FGResourceDescriptor__type; + +export type FGItemDescriptorBiomass__NativeClass = NativeClass__type & { + Classes: [ + FGItemDescriptor__FGResourceDescriptor__type, + ...FGItemDescriptor__FGResourceDescriptor__type[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGItemDescriptorNuclearFuel.ts b/generated-types/1.0/classes/CoreUObject/FGItemDescriptorNuclearFuel.ts new file mode 100644 index 00000000..b30cd23a --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGItemDescriptorNuclearFuel.ts @@ -0,0 +1,26 @@ +import {integer_string__type} from '../../common/scalar'; + +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {FGItemDescriptor__FGResourceDescriptor__type} from './FGItemDescriptor'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGItemDescriptorNuclearFuel__type = + FGItemDescriptor__FGResourceDescriptor__type & { + mSpentFuelClass: + | UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/Resource/Parts/NuclearWaste/'> + > + | 'None'; + mAmountOfWaste: integer_string__type; + }; + +export type FGItemDescriptorNuclearFuel__NativeClass = NativeClass__type & { + Classes: [ + FGItemDescriptorNuclearFuel__type, + FGItemDescriptorNuclearFuel__type, + FGItemDescriptorNuclearFuel__type, + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGItemDescriptorPowerBoosterFuel.ts b/generated-types/1.0/classes/CoreUObject/FGItemDescriptorPowerBoosterFuel.ts new file mode 100644 index 00000000..dd396bdd --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGItemDescriptorPowerBoosterFuel.ts @@ -0,0 +1,16 @@ +import {decimal_string__type} from '../../common/scalar'; + +import {FGItemDescriptor__FGResourceDescriptor__type} from './FGItemDescriptor'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGItemDescriptorPowerBoosterFuel__type = + FGItemDescriptor__FGResourceDescriptor__type & { + mBoostPercentage: decimal_string__type; + mBoostDuration: decimal_string__type; + }; + +export type FGItemDescriptorPowerBoosterFuel__NativeClass = + NativeClass__type & { + Classes: [FGItemDescriptorPowerBoosterFuel__type]; + }; diff --git a/generated-types/1.0/classes/CoreUObject/FGJetPack.ts b/generated-types/1.0/classes/CoreUObject/FGJetPack.ts new file mode 100644 index 00000000..6a15199d --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGJetPack.ts @@ -0,0 +1,58 @@ +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {empty_object__type, NativeClass__type} from '../../common/unassigned'; + +import { + decimal_string__type, + boolean__type, + integer_string__type, +} from '../../common/scalar'; + +import {FGEquipment__base__type} from './FGEquipment'; + +export type FGJetPack__type = FGEquipment__base__type & { + FuelTypeDescriptos: ''; + mOnFuelAmountChanged: empty_object__type; + mOnBurnPercentChanged: empty_object__type; + mOnFuelTypeChanged: empty_object__type; + mDefaultAirControl: decimal_string__type; + mRTPCInterval: decimal_string__type; + mCurrentFuel: decimal_string__type; + mIsThrusting: boolean__type; + mAllowedFuelTypes: [ + UnrealEngineString< + '/Script/FactoryGame.FGJetPackFuelParameters', + StringStartsWith<'/Game/FactoryGame/Equipment/JetPack/FuelTypes/'> + >, + ...UnrealEngineString< + '/Script/FactoryGame.FGJetPackFuelParameters', + StringStartsWith<'/Game/FactoryGame/Equipment/JetPack/FuelTypes/'> + >[], + ]; + mSelectedFuelType: integer_string__type; + mCurrentFuelType: integer_string__type; + mUnlockedFuelTypes: ''; + mAvailableFuelTypes: ''; + mActiveNoiseFrequency: decimal_string__type; + mEquipMontage?: { + Montages: [ + { + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/HoverPack/'> + >; + }, + ]; + }; + mStingerMontage?: empty_object__type; + mUnEquipMontage?: { + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/JetPack/'> + >; + }; +}; + +export type FGJetPack__NativeClass = NativeClass__type & { + Classes: [FGJetPack__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGJumpingStilts.ts b/generated-types/1.0/classes/CoreUObject/FGJumpingStilts.ts new file mode 100644 index 00000000..83a38a1b --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGJumpingStilts.ts @@ -0,0 +1,32 @@ +import {boolean__type, decimal_string__type} from '../../common/scalar'; + +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {empty_object__type, NativeClass__type} from '../../common/unassigned'; + +import {FGEquipment__base__type} from './FGEquipment'; + +export type FGJumpingStilts__type = FGEquipment__base__type & { + mSprintSpeedFactor: decimal_string__type; + mJumpSpeedFactor: decimal_string__type; + mEquipMontage?: { + Montages: [FGJumpingStilts__Montage__type]; + }; + mStingerMontage?: empty_object__type; + mUnEquipMontage?: FGJumpingStilts__Montage__type; +}; + +export type FGJumpingStilts__AudioEvent__type = UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/BladeRunners/'> +>; + +export type FGJumpingStilts__Montage__type = { + AudioEvent: FGJumpingStilts__AudioEvent__type; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: FGJumpingStilts__AudioEvent__type; +}; + +export type FGJumpingStilts__NativeClass = NativeClass__type & { + Classes: [FGJumpingStilts__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGObjectScanner.ts b/generated-types/1.0/classes/CoreUObject/FGObjectScanner.ts new file mode 100644 index 00000000..5123b783 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGObjectScanner.ts @@ -0,0 +1,67 @@ +import { + Montage_1P__type, + Montage_3P__type, + empty_object__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {decimal_string__type, boolean__type} from '../../common/scalar'; + +import {FGEquipment__base__type} from './FGEquipment'; + +export type FGObjectScanner__type = FGEquipment__base__type & { + mScannerCycleLeftMontage: { + Montage_1P: Montage_1P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/ObjectScanner/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ObjectScanner/'> + >; + }; + mScannerCycleRightMontage: { + Montage_1P: Montage_1P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/ObjectScanner/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ObjectScanner/'> + >; + }; + mBeepDelayMax: decimal_string__type; + mBeepDelayMin: decimal_string__type; + mDetectionRange: decimal_string__type; + mUpdateClosestObjectTime: decimal_string__type; + mClosestObjectInScanRange: boolean__type; + mNormalizedDistanceToClosestObject: decimal_string__type; + mAngleToClosestObject: decimal_string__type; + mEquipMontage?: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Character/Player/ResourcePickUp/'> + >; + }, + ]; + }; + mStingerMontage?: empty_object__type; + mUnEquipMontage?: { + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/ObjectScanner/'> + >; + }; +}; + +export type FGObjectScanner__NativeClass = NativeClass__type & { + Classes: [FGObjectScanner__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGParachute.ts b/generated-types/1.0/classes/CoreUObject/FGParachute.ts new file mode 100644 index 00000000..028bbe0b --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGParachute.ts @@ -0,0 +1,145 @@ +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {boolean__type, decimal_string__type} from '../../common/scalar'; + +import { + FilterMontageTag__type, + Montage_1P__type, + Montage_3P__type, + CameraAnim__type, + empty_object__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGEquipment__base__type} from './FGEquipment'; + +export type FGParachute__type = FGEquipment__base__type & { + DeployedVFXComponents: ''; + mParachuteDeployMontageList: { + Montages: [ + ( + | { + Filter: boolean__type; + FilterMontageTag: FilterMontageTag__type; + Exclusive: boolean__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + AudioEvent: FGParachute__AudioEvent__type; + CameraAnim: CameraAnim__type; + } + | { + Filter: boolean__type; + FilterMontageTag: FilterMontageTag__type; + Exclusive: boolean__type; + Montage_3P: Montage_3P__type; + AudioEvent: FGParachute__AudioEvent__type; + CameraAnim: CameraAnim__type; + } + | { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + AudioEvent: FGParachute__AudioEvent__type; + CameraAnim: CameraAnim__type; + } + ), + ( + | { + Filter: boolean__type; + FilterMontageTag: FilterMontageTag__type; + Exclusive: boolean__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + AudioEvent: FGParachute__AudioEvent__type; + CameraAnim: CameraAnim__type; + } + | { + Filter: boolean__type; + FilterMontageTag: FilterMontageTag__type; + Exclusive: boolean__type; + Montage_3P: Montage_3P__type; + AudioEvent: FGParachute__AudioEvent__type; + CameraAnim: CameraAnim__type; + } + | { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + AudioEvent: FGParachute__AudioEvent__type; + CameraAnim: CameraAnim__type; + } + ), + ( + | { + Filter: boolean__type; + FilterMontageTag: FilterMontageTag__type; + Exclusive: boolean__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + AudioEvent: FGParachute__AudioEvent__type; + CameraAnim: CameraAnim__type; + } + | { + Filter: boolean__type; + FilterMontageTag: FilterMontageTag__type; + Exclusive: boolean__type; + Montage_3P: Montage_3P__type; + AudioEvent: FGParachute__AudioEvent__type; + CameraAnim: CameraAnim__type; + } + | { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + AudioEvent: FGParachute__AudioEvent__type; + CameraAnim: CameraAnim__type; + } + ), + ]; + }; + mParachuteDetachMontageList: { + Montages: [ + ( + | { + Filter: boolean__type; + FilterMontageTag: FilterMontageTag__type; + InvertFilter: boolean__type; + Exclusive: boolean__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + AudioEvent: FGParachute__AudioEvent__type; + } + | { + Montage_3P: Montage_3P__type; + AudioEvent: FGParachute__AudioEvent__type; + } + ), + ( + | { + Filter: boolean__type; + FilterMontageTag: FilterMontageTag__type; + InvertFilter: boolean__type; + Exclusive: boolean__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + AudioEvent: FGParachute__AudioEvent__type; + } + | { + Montage_3P: Montage_3P__type; + AudioEvent: FGParachute__AudioEvent__type; + } + ), + ]; + }; + mUseDistanceOverride: decimal_string__type; + mIsDeployed: boolean__type; + mEquipMontage?: empty_object__type; + mStingerMontage?: empty_object__type; + mUnEquipMontage?: empty_object__type; +}; + +export type FGParachute__AudioEvent__type = UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Parachute/'> +>; + +export type FGParachute__NativeClass = NativeClass__type & { + Classes: [FGParachute__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGPipeHyperStart.ts b/generated-types/1.0/classes/CoreUObject/FGPipeHyperStart.ts new file mode 100644 index 00000000..b1246d96 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGPipeHyperStart.ts @@ -0,0 +1,23 @@ +import {empty_object__type, NativeClass__type} from '../../common/unassigned'; + +import {boolean__type, decimal_string__type} from '../../common/scalar'; + +import {FGBuildable__consumes_power_base__type} from './FGBuildable'; + +export type FGPipeHyperStart__type = FGBuildable__consumes_power_base__type & { + mWindDirectionFromTurbine: empty_object__type; + ['mIsWindSoundPlaying?']: boolean__type; + mAudioTimerCounter: decimal_string__type; + AudioCounterTimer: empty_object__type; + IsEnginePlaying: boolean__type; + mOpeningOffset: decimal_string__type; + mInitialMinSpeedFactor: decimal_string__type; + mLength: decimal_string__type; + mCanStack: boolean__type; + mStackHeight: decimal_string__type; + mUseStaticHeight: boolean__type; +}; + +export type FGPipeHyperStart__NativeClass = NativeClass__type & { + Classes: [FGPipeHyperStart__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGPoleDescriptor.ts b/generated-types/1.0/classes/CoreUObject/FGPoleDescriptor.ts new file mode 100644 index 00000000..265f5f00 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGPoleDescriptor.ts @@ -0,0 +1,28 @@ +import {UnrealEngineString} from '../../utils/validators'; + +import {FGItemDescriptor__FGResourceDescriptor__FGPoleDescriptor__type} from './FGItemDescriptor'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGPoleDescriptor__type = + FGItemDescriptor__FGResourceDescriptor__FGPoleDescriptor__type & { + mForm: 'RF_INVALID'; + mSubCategories: [ + UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Transport/SC_ConverPole.SC_ConverPole_C' + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Transport/SC_PipeSupport.SC_PipeSupport_C' + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Transport/SC_HyperTubes.SC_HyperTubes_C' + >, + ...UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Transport/SC_ConverPole.SC_ConverPole_C' + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Transport/SC_PipeSupport.SC_PipeSupport_C' + | '/Game/FactoryGame/Interface/UI/InGame/BuildMenu/BuildCategories/Sub_Transport/SC_HyperTubes.SC_HyperTubes_C' + >[], + ]; + }; + +export type FGPoleDescriptor__NativeClass = NativeClass__type & { + Classes: [FGPoleDescriptor__type, ...FGPoleDescriptor__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGPortableMinerDispenser.ts b/generated-types/1.0/classes/CoreUObject/FGPortableMinerDispenser.ts new file mode 100644 index 00000000..fb8e76e5 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGPortableMinerDispenser.ts @@ -0,0 +1,51 @@ +import { + Montage_1P__type, + Montage_3P__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {FGEquipment__placeable__type} from './FGEquipment'; + +export type FGPortableMinerDispenser__type = FGEquipment__placeable__type & { + mEquipMontage: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/PortableMiner/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/PortableMiner/'> + >; + }, + ]; + }; + mStingerMontage: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: Montage_1P__type; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/PortableMiner/'> + >; + }, + ]; + }; + mUnEquipMontage: { + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Character/Player/ResourcePickUp/'> + >; + }; +}; + +export type FGPortableMinerDispenser__NativeClass = NativeClass__type & { + Classes: [FGPortableMinerDispenser__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGPowerShardDescriptor.ts b/generated-types/1.0/classes/CoreUObject/FGPowerShardDescriptor.ts new file mode 100644 index 00000000..5c929ff0 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGPowerShardDescriptor.ts @@ -0,0 +1,16 @@ +import {decimal_string__type} from '../../common/scalar'; + +import {FGItemDescriptor__FGResourceDescriptor__type} from './FGItemDescriptor'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGPowerShardDescriptor__type = + FGItemDescriptor__FGResourceDescriptor__type & { + mPowerShardType: 'PST_Overclock' | 'PST_ProductionBoost'; + mExtraPotential: decimal_string__type; + mExtraProductionBoost: decimal_string__type; + }; + +export type FGPowerShardDescriptor__NativeClass = NativeClass__type & { + Classes: [FGPowerShardDescriptor__type, FGPowerShardDescriptor__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGRecipe.ts b/generated-types/1.0/classes/CoreUObject/FGRecipe.ts new file mode 100644 index 00000000..58243d04 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGRecipe.ts @@ -0,0 +1,15 @@ +import { + ItemClass__amount_required__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {FGCustomizationRecipe__FGRecipe__type} from './FGCustomizationRecipe'; + +export type FGRecipe__type = FGCustomizationRecipe__FGRecipe__type & { + mIngredients: ItemClass__amount_required__type | ''; + mProduct: ItemClass__amount_required__type; +}; + +export type FGRecipe__NativeClass = NativeClass__type & { + Classes: [FGRecipe__type, ...FGRecipe__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGResourceDescriptor.ts b/generated-types/1.0/classes/CoreUObject/FGResourceDescriptor.ts new file mode 100644 index 00000000..c96b7bce --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGResourceDescriptor.ts @@ -0,0 +1,17 @@ +import {decimal_string__type} from '../../common/scalar'; + +import {color_decimal__type, NativeClass__type} from '../../common/unassigned'; + +import {FGItemDescriptor__FGResourceDescriptor__type} from './FGItemDescriptor'; + +export type FGResourceDescriptor__type = + FGItemDescriptor__FGResourceDescriptor__type & { + mDecalSize: decimal_string__type; + mPingColor: color_decimal__type; + mCollectSpeedMultiplier: decimal_string__type; + mManualMiningAudioName: 'Metal' | 'Sam'; + }; + +export type FGResourceDescriptor__NativeClass = NativeClass__type & { + Classes: [FGResourceDescriptor__type, ...FGResourceDescriptor__type[]]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGSchematic.ts b/generated-types/1.0/classes/CoreUObject/FGSchematic.ts new file mode 100644 index 00000000..dc3be7b2 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGSchematic.ts @@ -0,0 +1,333 @@ +import { + UnrealEngineString, + StringStartsWith, + StringPassedRegExp, +} from '../../utils/validators'; + +import { + integer_string__type, + decimal_string__type, + boolean__type, + decimal_string__signed__type, +} from '../../common/scalar'; + +import { + UnrealEngineString__array__type, + ItemClass__type, + quaternion__type, + SpecifiedColor__type, + xy__type, + empty_object__type, + Texture2D__type, + mEventType__optional_csv__type, + None__type, + class__type, + NativeClass__type, +} from '../../common/unassigned'; + +export type FGSchematic__type = FGSchematic__base__type; + +export type FGSchematic__base__type = class__type & { + FullName: StringPassedRegExp<'^BlueprintGeneratedClass /Game/FactoryGame/(Schematics|Events/Christmas)/'>; + mType: + | 'EST_Custom' + | 'EST_Customization' + | 'EST_ResourceSink' + | 'EST_Milestone' + | 'EST_Alternate' + | 'EST_MAM' + | 'EST_HardDrive' + | 'EST_Tutorial'; + mStatisticGameplayTag: + | empty_object__type + | { + TagName: + | 'Stats.Gameplay.Schematics.Schematic2-5' + | 'Stats.Gameplay.Schematics.Schematic3-1' + | 'Stats.Gameplay.Schematics.Schematic9-2' + | 'Stats.Gameplay.Schematics.Schematic9-1' + | 'Stats.Gameplay.Schematics.Schematic5-1' + | 'Stats.Gameplay.Schematics.Schematic3-4' + | 'Stats.Gameplay.Schematics.Schematic5-4' + | 'Stats.Gameplay.Schematics.Schematic7-1' + | 'Stats.Gameplay.Schematics.Schematic4-1' + | 'Stats.Gameplay.Schematics.Schematic5-2' + | 'Stats.Gameplay.Schematics.Schematic2-1' + | 'Stats.Gameplay.Schematics.Schematic8-5' + | 'Stats.Gameplay.Schematics.Schematic7-5' + | 'Stats.Gameplay.Schematics.Schematic8-1' + | 'Stats.Gameplay.Schematics.Schematic8-2' + | 'Stats.Gameplay.Schematics.Schematic7-4' + | 'Stats.Gameplay.Schematics.Schematic7-2' + | 'Stats.Gameplay.Schematics.Schematic8-4' + | 'Stats.Gameplay.Schematics.Schematic9-5' + | 'Stats.Gameplay.Schematics.Schematic9-4' + | 'Stats.Gameplay.Schematics.Schematic9-3' + | 'Stats.Gameplay.Schematics.Schematic8-3' + | 'Stats.Gameplay.Schematics.Schematic7-3' + | 'Stats.Gameplay.Schematics.Schematic6-7' + | 'Stats.Gameplay.Schematics.Schematic6-6' + | 'Stats.Gameplay.Schematics.Schematic6-5' + | 'Stats.Gameplay.Schematics.Schematic6-3' + | 'Stats.Gameplay.Schematics.Schematic6-2' + | 'Stats.Gameplay.Schematics.Schematic6-1' + | 'Stats.Gameplay.Schematics.Schematic5-5' + | 'Stats.Gameplay.Schematics.Schematic5-3' + | 'Stats.Gameplay.Schematics.Schematic4-5' + | 'Stats.Gameplay.Schematics.Schematic4-4' + | 'Stats.Gameplay.Schematics.Schematic4-3' + | 'Stats.Gameplay.Schematics.Schematic4-2' + | 'Stats.Gameplay.Schematics.Schematic3-3' + | 'Stats.Gameplay.Schematics.Schematic3-2' + | 'Stats.Gameplay.Schematics.Schematic2-3' + | 'Stats.Gameplay.Schematics.Schematic2-2' + | 'Stats.Gameplay.Schematics.Schematic1-3' + | 'Stats.Gameplay.Schematics.Schematic1-2' + | 'Stats.Gameplay.Schematics.Schematic1-1'; + }; + mSchematicUnlockTag: + | empty_object__type + | { + TagName: 'Stats.Gameplay.UnlockedGoldenNut'; + }; + mSubCategories: + | '' + | [None__type, ...None__type[]] + | [ + UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/Schematics/'> + >, + ...UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/Schematics/'> + >[], + ]; + mMenuPriority: decimal_string__signed__type; + mTechTier: integer_string__type; + mCost: '' | ItemClass__type; + mTimeToComplete: decimal_string__type; + mRelevantShopSchematics: + | '' + | [ + ( + | UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/Schematics/ResourceSink/'> + > + | None__type + ), + ...( + | UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/Schematics/ResourceSink/'> + > + | None__type + )[], + ]; + mIsPlayerSpecific: boolean__type; + mUnlocks: [ + ...( + | FGSchematic__mUnlocks_Class__type + | FGSchematic__mUnlocks_mTapeUnlocks__type + | FGSchematic__mUnlocks_mRecipes__type + | FGSchematic__mUnlocks_resources_to_scan__type + | FGSchematic__mUnlocks_mEmotes__type + | FGSchematic__mUnlocks_mSchematics__type + | FGSchematic__mUnlocks_inventory_slots__type + | FGSchematic__mUnlocks_equipment_slots__type + | FGSchematic__mUnlocks_mScannableObjects__type + | FGSchematic__mUnlocks_mItemsToGive__type + | FGSchematic__mUnlocks_mCustomizationUnlocks__type + | FGSchematic__mUploadSpeedPercentageDecrease__type + | FGSchematic__mItemStackLimitIncrease__type + | FGSchematic__mNumSlotsToUnlock__type + )[], + ]; + mSchematicIcon: { + DrawAs: 'Image'; + ImageSize: xy__type; + Margin: empty_object__type; + TintColor: SpecifiedColor__type; + OutlineSettings: { + CornerRadii: quaternion__type; + Color: SpecifiedColor__type; + RoundingType: 'HalfHeightRadius'; + }; + ResourceObject?: Texture2D__type; + UVRegion: { + Min: xy__type; + Max: xy__type; + bIsValid: boolean__type; + }; + }; + mSmallSchematicIcon: Texture2D__type; + mSchematicDependencies: [ + ...( + | { + Class: StringPassedRegExp<'BP_[A-Z][A-z]+_C$'>; + mSchematics: [ + FGSchematic__mUnlocks_mSchematics__mSchematics__type, + ...FGSchematic__mUnlocks_mSchematics__mSchematics__type[], + ]; + mRequireAllSchematicsToBePurchased: boolean__type; + } + | { + Class: 'BP_GamePhaseReachedDependency_C'; + mGamePhase: 'EGP_Victory'; + mOnlyAllowInSelectedPhase: boolean__type; + } + )[], + ]; + mDependenciesBlocksSchematicAccess: boolean__type; + mHiddenUntilDependenciesMet: boolean__type; + mRelevantEvents: mEventType__optional_csv__type; + mIncludeInBuilds: 'IIB_PublicBuilds'; +}; + +export type FGSchematic__mItemStackLimitIncrease__type = { + Class: 'BP_UnlockCentralStorageItemLimit_C'; + mItemStackLimitIncrease: integer_string__type; +}; + +export type FGSchematic__mNumSlotsToUnlock__type = { + Class: 'BP_UnlockCentralStorageUploadSlots_C'; + mNumSlotsToUnlock: integer_string__type; +}; + +export type FGSchematic__mUnlocks_Class__type = { + Class: + | 'BP_UnlockInfoOnly_C' + | 'BP_UnlockCheckmark_C' + | 'BP_UnlockCustomizer_C' + | 'BP_UnlockMap_C' + | 'BP_UnlockBuildEfficiency_C' + | 'BP_UnlockBuildOverclock_C' + | 'BP_UnlockBuildProductionBoost_C'; +}; + +export type FGSchematic__mUnlocks_equipment_slots__type = { + Class: 'BP_UnlockArmEquipmentSlot_C'; + mNumArmEquipmentSlotsToUnlock: integer_string__type; +}; + +export type FGSchematic__mUnlocks_inventory_slots__type = { + Class: 'BP_UnlockInventorySlot_C'; + mNumInventorySlotsToUnlock: integer_string__type; +}; + +export type FGSchematic__mUnlocks_mCustomizationUnlocks__type = { + Class: 'FGUnlockCustomization'; + mCustomizationUnlocks: UnrealEngineString__array__type; +}; + +export type FGSchematic__mUnlocks_mEmotes__type = { + Class: 'BP_UnlockEmote_C'; + mEmotes: UnrealEngineString__array__type; +}; + +export type FGSchematic__mUnlocks_mItemsToGive__type = { + Class: 'BP_UnlockGiveItem_C'; + mItemsToGive: ItemClass__type; +}; + +export type FGSchematic__mUnlocks_mRecipes__type = { + Class: 'BP_UnlockRecipe_C' | 'BP_UnlockBlueprints_C'; + mRecipes: UnrealEngineString__array__type; +}; + +export type FGSchematic__mUnlocks_mScannableObjects__type = { + Class: 'BP_UnlockScannableObject_C'; + mScannableObjects: [ + { + ItemDescriptor: UnrealEngineString; + ActorsAllowedToScan: [ + UnrealEngineString<'/Script/CoreUObject.Class'>, + ...UnrealEngineString<'/Script/CoreUObject.Class'>[], + ]; + }, + ...{ + ItemDescriptor: UnrealEngineString; + ActorsAllowedToScan: [ + UnrealEngineString<'/Script/CoreUObject.Class'>, + ...UnrealEngineString<'/Script/CoreUObject.Class'>[], + ]; + }[], + ]; +}; + +export type FGSchematic__mUnlocks_mSchematics__type = { + Class: 'BP_UnlockSchematic_C'; + mSchematics: [ + FGSchematic__mUnlocks_mSchematics__mSchematics__type, + ...FGSchematic__mUnlocks_mSchematics__mSchematics__type[], + ]; +}; + +export type FGSchematic__mUnlocks_mSchematics__mSchematics__type = + UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith< + '/Game/FactoryGame/Schematics/' | '/Game/FactoryGame/Events/Christmas/' + > + >; + +export type FGSchematic__mUnlocks_mTapeUnlocks__type = { + Class: 'FGUnlockTape'; + mTapeUnlocks: [ + UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/Resource/Tape/'> + >, + ...UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/Resource/Tape/'> + >[], + ]; +}; + +export type FGSchematic__mUnlocks_resources_to_scan__type = { + Class: 'BP_UnlockScannableResource_C'; + mResourcesToAddToScanner: + | '' + | [ + UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/Resource/'> + >, + ...UnrealEngineString< + '/Script/Engine.BlueprintGeneratedClass', + StringStartsWith<'/Game/FactoryGame/Resource/'> + >[], + ]; + mResourcePairsToAddToScanner: [ + { + ResourceDescriptor: UnrealEngineString; + ResourceNodeType?: 'FrackingCore' | 'Geyser'; + }, + ...{ + ResourceDescriptor: UnrealEngineString; + ResourceNodeType?: 'FrackingCore' | 'Geyser'; + }[], + ]; +}; + +export type FGSchematic__mUploadSpeedPercentageDecrease__type = { + Class: 'BP_UnlockCentralStorageUploadSpeed_C'; + mUploadSpeedPercentageDecrease: decimal_string__type; +}; + +export type FGSchematic__with_unlocks__type = FGSchematic__base__type & { + mUnlockName: Exclude; + mUnlockDescription: string; + mUnlockIconBig: 'Unsupported texture. Contact developer for support'; + mUnlockIconSmall: 'Unsupported texture. Contact developer for support'; + mUnlockIconCategory: 'Unsupported texture. Contact developer for support'; +}; + +export type FGSchematic__NativeClass = NativeClass__type & { + Classes: [ + FGSchematic__type | FGSchematic__with_unlocks__type, + ...(FGSchematic__type | FGSchematic__with_unlocks__type)[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGSuitBase.ts b/generated-types/1.0/classes/CoreUObject/FGSuitBase.ts new file mode 100644 index 00000000..6141bf28 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGSuitBase.ts @@ -0,0 +1,63 @@ +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {decimal_string__type, boolean__type} from '../../common/scalar'; + +import {empty_object__type, NativeClass__type} from '../../common/unassigned'; + +import {FGEquipment__base__type} from './FGEquipment'; + +export type FGSuitBase__type = FGEquipment__base__type & { + mImmunity: decimal_string__type; + mIsWorking: boolean__type; + mHasNegatedDamage: boolean__type; + mDamageNegated: decimal_string__type; + mFilterDuration: decimal_string__type; + mCountdown: decimal_string__type; + mDisableEffectTimer: decimal_string__type; + mIsBurningFuel: boolean__type; + mSuitMeshMaterials: [ + { + SlotName: 'Pioneer_torso' | 'Pioneer_Legs'; + Material: UnrealEngineString< + '/Script/Engine.MaterialInstanceConstant', + StringStartsWith<'/Game/FactoryGame/Character/Player/Material/'> + >; + Material3P: UnrealEngineString< + '/Script/Engine.MaterialInstanceConstant', + StringStartsWith<'/Game/FactoryGame/Character/Player/Material/'> + >; + }, + ...{ + SlotName: 'Pioneer_torso' | 'Pioneer_Legs'; + Material: UnrealEngineString< + '/Script/Engine.MaterialInstanceConstant', + StringStartsWith<'/Game/FactoryGame/Character/Player/Material/'> + >; + Material3P: UnrealEngineString< + '/Script/Engine.MaterialInstanceConstant', + StringStartsWith<'/Game/FactoryGame/Character/Player/Material/'> + >; + }[], + ]; + mEquipMontage?: { + Montages: [ + { + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/HazmatSuit/'> + >; + }, + ]; + }; + mStingerMontage?: empty_object__type; + mUnEquipMontage?: { + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/HazmatSuit/'> + >; + }; +}; + +export type FGSuitBase__NativeClass = NativeClass__type & { + Classes: [FGSuitBase__type]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGVehicleDescriptor.ts b/generated-types/1.0/classes/CoreUObject/FGVehicleDescriptor.ts new file mode 100644 index 00000000..005436d8 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGVehicleDescriptor.ts @@ -0,0 +1,41 @@ +import {decimal_string__type, integer_string__type} from '../../common/scalar'; + +import {FGItemDescriptor__FGResourceDescriptor__FGPoleDescriptor__type} from './FGItemDescriptor'; + +import {NativeClass__type} from '../../common/unassigned'; + +export type FGVehicleDescriptor__fueled_with_inventory__type = + FGVehicleDescriptor__with_inventory__type & { + mFuelConsumption: decimal_string__type; + }; + +export type FGVehicleDescriptor__powered_no_inventory__type = + FGItemDescriptor__FGResourceDescriptor__FGPoleDescriptor__type & { + mPowerConsumption: { + Min: decimal_string__type; + Max: decimal_string__type; + }; + }; + +export type FGVehicleDescriptor__unfueled_with_inventory__type = + FGVehicleDescriptor__with_inventory__type; + +export type FGVehicleDescriptor__with_inventory__type = + FGItemDescriptor__FGResourceDescriptor__FGPoleDescriptor__type & { + mInventorySize: integer_string__type; + }; + +export type FGVehicleDescriptor__NativeClass = NativeClass__type & { + Classes: [ + ( + | FGVehicleDescriptor__powered_no_inventory__type + | FGVehicleDescriptor__unfueled_with_inventory__type + | FGVehicleDescriptor__fueled_with_inventory__type + ), + ...( + | FGVehicleDescriptor__powered_no_inventory__type + | FGVehicleDescriptor__unfueled_with_inventory__type + | FGVehicleDescriptor__fueled_with_inventory__type + )[], + ]; +}; diff --git a/generated-types/1.0/classes/CoreUObject/FGWeapon.ts b/generated-types/1.0/classes/CoreUObject/FGWeapon.ts new file mode 100644 index 00000000..75a17685 --- /dev/null +++ b/generated-types/1.0/classes/CoreUObject/FGWeapon.ts @@ -0,0 +1,248 @@ +import { + decimal_string__type, + boolean__type, + integer_string__type, +} from '../../common/scalar'; + +import { + Montage_1P__type, + Montage_3P__type, + CameraAnim__type, + empty_object__type, + weaponState__type, + UnrealEngineString__array__type, + NativeClass__type, +} from '../../common/unassigned'; + +import {UnrealEngineString, StringStartsWith} from '../../utils/validators'; + +import {FGEquipment__base__type} from './FGEquipment'; + +export type FGWeapon__base__type = FGEquipment__base__type & { + mShowCycleAmmoRadialMenuTimer: empty_object__type; + mOnWeaponStateChanged: empty_object__type; + mWeaponState: weaponState__type; + mAutomaticallyReload: boolean__type; + mAutoReloadDelay: decimal_string__type; + mAutoReloadTimerHandle: empty_object__type; + mCurrentAmmoCount: integer_string__type; + mAllowedAmmoClasses: UnrealEngineString__array__type; + mAttachMagazineToPlayer: boolean__type; + mMuzzleSocketName: 'muzzleSocket' | 'MuzzleSocket' | 'None'; + mCurrentMagazineBoneName: 'CurrentMagazine' | 'hand_rSocket'; + mEjectMagazineBoneName: 'EjectMagazine' | 'hand_rSocket'; + mDispersionOnNoMagazine: decimal_string__type; + mWeaponDamageMultiplier: decimal_string__type; + mFiringBlocksDispersionReduction: boolean__type; + mCurrentDispersion: decimal_string__type; + mReloadTime: decimal_string__type; + mAmmoSwitchUsedRadialMenu: boolean__type; + mOnAmmoCyclingPressed: empty_object__type; + mOnAmmoCyclingReleased: empty_object__type; + mBlockSprintWhenFiring: boolean__type; +}; + +export type FGWeapon__gun_base__type = FGWeapon__base__type & { + mFireMontage: { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/'> + >; + CameraAnim: CameraAnim__type; + }; + mSupressDryFireMontage: boolean__type; +}; + +export type FGWeapon__rebar_gun__type = FGWeapon__gun_base__type & { + ClassName: 'Equip_RebarGun_Projectile_C'; + mReloadMontageList: { + Montages: [ + { + Weight?: decimal_string__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/RebarGun/Animation/'> + >; + CameraAnim: CameraAnim__type; + }, + { + Weight?: decimal_string__type; + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/RebarGun/Animation/'> + >; + CameraAnim: CameraAnim__type; + }, + ]; + }; + mAmmoSwapMontageList: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/RebarGun/Animation/'> + >; + CameraAnim: CameraAnim__type; + }, + ]; + }; + mFailedToFireMontageList: { + Montages: [ + { + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/RebarGun/'> + >; + }, + ]; + }; + mEquipMontage: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/RebarGun/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/RebarGun/'> + >; + }, + ]; + }; + mStingerMontage: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/RebarGun/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/RebarGun/'> + >; + }, + ]; + }; + mUnEquipMontage: { + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/RebarGun/'> + >; + }; +}; + +export type FGWeapon__rifle__type = FGWeapon__gun_base__type & { + ClassName?: 'Equip_Rifle_C'; + Fire: empty_object__type; + mHasReloadedOnce: boolean__type; + mReloadMontageList?: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/Rifle/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Rifle/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Rifle/'> + >; + }, + ]; + }; + mAmmoSwapMontageList?: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/Rifle/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Rifle/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Rifle/'> + >; + }, + ]; + }; + mFailedToFireMontageList?: empty_object__type; + mEquipMontage?: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/Rifle/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Rifle/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Rifle/'> + >; + }, + ]; + }; + mStingerMontage?: { + Montages: [ + { + Montage_1P: Montage_1P__type; + Montage_3P: Montage_3P__type; + Montage_Equipment: UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Equipment/Rifle/Animation/'> + >; + AudioEvent: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Rifle/'> + >; + bSeparate3PAudioEvent: boolean__type; + AudioEvent3P: UnrealEngineString< + '/Script/AkAudio.AkAudioEvent', + StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Rifle/'> + >; + }, + ]; + }; + mUnEquipMontage?: empty_object__type; +}; + +export type FGWeapon__NativeClass = NativeClass__type & { + Classes: [ + FGWeapon__rebar_gun__type | FGWeapon__rifle__type, + ...(FGWeapon__rebar_gun__type | FGWeapon__rifle__type)[], + ]; +}; diff --git a/generated-types/1.0/common/scalar.ts b/generated-types/1.0/common/scalar.ts new file mode 100644 index 00000000..8d28c2cc --- /dev/null +++ b/generated-types/1.0/common/scalar.ts @@ -0,0 +1,14 @@ +import {StringPassedRegExp} from '../utils/validators'; + +export type boolean__type = boolean; + +export type boolean_extended__type = boolean | null; + +export type decimal_string__type = StringPassedRegExp<'^\\d+\\.\\d{6}$'>; + +export type decimal_string__signed__type = + StringPassedRegExp<'^-?\\d+\\.\\d{6}$'>; + +export type integer_string__type = StringPassedRegExp<'^\\d+$'>; + +export type integer_string__signed__type = StringPassedRegExp<'^-?\\d+$'>; diff --git a/generated-types/1.0/common/unassigned.ts b/generated-types/1.0/common/unassigned.ts new file mode 100644 index 00000000..6cf66771 --- /dev/null +++ b/generated-types/1.0/common/unassigned.ts @@ -0,0 +1,447 @@ +import {UnrealEngineString, StringStartsWith} from '../utils/validators'; + +import { + integer_string__type, + decimal_string__type, + decimal_string__signed__type, + boolean__type, +} from './scalar'; + +import {FGBuildableBlueprintDesigner__base__type} from '../classes/CoreUObject/FGBuildableBlueprintDesigner'; + +import {FGBuildableResourceExtractor__miner__base__type} from '../classes/CoreUObject/FGBuildableResourceExtractor'; + +export type CameraAnim__type = UnrealEngineString< + '/Script/TemplateSequence.CameraAnimationSequence', + StringStartsWith<'/Game/FactoryGame/Character/Player/CameraShake/'> +>; + +export type class__type = class__no_description__type & { + mDescription: string; +}; + +export type class__no_description__type = + class__no_description_or_display_name__type & { + mDisplayName: string; + }; + +export type class__no_description_or_display_name__type = { + ClassName: Exclude; +}; + +export type color__type = { + B: integer_string__type; + G: integer_string__type; + R: integer_string__type; + A: integer_string__type; +}; + +export type color_decimal__type = { + R: decimal_string__type; + G: decimal_string__type; + B: decimal_string__type; + A: decimal_string__type; +}; + +export type EditorCurveData__type = { + EditorCurveData: { + DefaultValue: decimal_string__type; + PreInfinityExtrap: InfinityExtrap__type; + PostInfinityExtrap: InfinityExtrap__type; + }; + ExternalCurve?: UnrealEngineString< + '/Script/Engine.CurveFloat', + | '/Game/FactoryGame/Resource/Parts/SpikedRebar/SpikedRebar_Falloff.SpikedRebar_Falloff' + | '/Game/FactoryGame/Resource/Parts/CartridgeStandard/LinearDamageFalloff.LinearDamageFalloff' + >; +}; + +export type empty_object__type = '()'; + +export type FGBuildableBlueprintDesigner__mk1__type = + FGBuildableBlueprintDesigner__base__type & { + ClassName: 'Build_BlueprintDesigner_C'; + mDisplayName: 'Blueprint Designer Mk.1'; + }; + +export type FGBuildableBlueprintDesigner__mk2__type = + FGBuildableBlueprintDesigner__base__type & { + ClassName: 'Build_BlueprintDesigner_MK2_C'; + mDisplayName: 'Blueprint Designer Mk.2'; + }; + +export type FGBuildableBlueprintDesigner__mk3__type = + FGBuildableBlueprintDesigner__base__type & { + ClassName: 'Build_BlueprintDesigner_Mk3_C'; + mDisplayName: 'Blueprint Designer Mk.3'; + }; + +export type FGBuildableResourceExtractor__miner_mk1__type = + FGBuildableResourceExtractor__miner__base__type & { + InternalStartUpTimer: decimal_string__type; + }; + +export type FGBuildableResourceExtractor__miner_mk3__type = + FGBuildableResourceExtractor__miner__base__type & { + mInternalMiningState_0: 'NewEnumerator0'; + mToggleMiningStateHandle_0: empty_object__type; + mMinimumDrillTime_0: decimal_string__type; + mMaximumDrillTime_0: decimal_string__type; + }; + +export type FilterMontageTag__type = + | 'HasAmmunition' + | 'EquipmentInHand_None' + | 'EquipmentInHand_TwoHanded'; + +export type FilterMontageTag__charged__type = + | 'LowCharged' + | 'MediumCharged' + | 'FullyCharged'; + +export type InfinityExtrap__type = 'RCCE_Constant'; + +export type ItemClass__type = [ + { + ItemClass: UnrealEngineString; + Amount?: integer_string__type; + }, + ...{ + ItemClass: UnrealEngineString; + Amount?: integer_string__type; + }[], +]; + +export type ItemClass__amount_required__type = [ + { + ItemClass: UnrealEngineString; + Amount: integer_string__type; + }, + ...{ + ItemClass: UnrealEngineString; + Amount: integer_string__type; + }[], +]; + +export type mAspect__type = 'RSA_None'; + +export type MaterialSlotName__type = + | 'lambert1' + | 'lambert10' + | 'lambert9_001' + | 'lambert2' + | 'Material_002' + | 'Material_003' + | 'Rocket1' + | 'Rocket2' + | 'Rifle' + | '01 - Default'; + +export type mBatteryStatus__type = 'BS_Idle'; + +export type mChainsawState__type = None__type; + +export type mClearanceData__type = + | '' + | [ + { + Type?: 'CT_Soft'; + ClearanceBox: { + Min: xyz__type; + Max: xyz__type; + IsValid: boolean__type; + }; + RelativeTransform?: { + Rotation: quaternion__type; + Translation: xyz__type; + Scale3D: xyz__type; + }; + ExcludeForSnapping?: boolean__type; + }, + ...{ + Type?: 'CT_Soft'; + ClearanceBox: { + Min: xyz__type; + Max: xyz__type; + IsValid: boolean__type; + }; + RelativeTransform?: { + Rotation: quaternion__type; + Translation: xyz__type; + Scale3D: xyz__type; + }; + ExcludeForSnapping?: boolean__type; + }[], + ]; + +export type mDamageTypes__type = [ + UnrealEngineString< + | '/Game/FactoryGame/-Shared/Blueprint/DamageTypes/BP_PointDamageType_Energy.BP_PointDamageType_Energy_C' + | '/Game/FactoryGame/-Shared/Blueprint/DamageTypes/BP_PointDamageType_Gas.BP_PointDamageType_Gas_C' + | '/Game/FactoryGame/-Shared/Blueprint/DamageTypes/BP_RadialDamageType_Gas.BP_RadialDamageType_Gas_C' + | '/Game/FactoryGame/-Shared/Blueprint/DamageTypes/BP_PointDamageType_Physical.BP_PointDamageType_Physical_C' + | '/Game/FactoryGame/-Shared/Blueprint/DamageTypes/BP_RadialDamageType_Explosive.BP_RadialDamageType_Explosive_C' + >, + ...UnrealEngineString< + | '/Game/FactoryGame/-Shared/Blueprint/DamageTypes/BP_PointDamageType_Energy.BP_PointDamageType_Energy_C' + | '/Game/FactoryGame/-Shared/Blueprint/DamageTypes/BP_PointDamageType_Gas.BP_PointDamageType_Gas_C' + | '/Game/FactoryGame/-Shared/Blueprint/DamageTypes/BP_RadialDamageType_Gas.BP_RadialDamageType_Gas_C' + | '/Game/FactoryGame/-Shared/Blueprint/DamageTypes/BP_PointDamageType_Physical.BP_PointDamageType_Physical_C' + | '/Game/FactoryGame/-Shared/Blueprint/DamageTypes/BP_RadialDamageType_Explosive.BP_RadialDamageType_Explosive_C' + >[], +]; + +export type mDisableSnapOn__type = + | { + Front: boolean__type; + Right: boolean__type; + Left: boolean__type; + Top: boolean__type; + Bottom: boolean__type; + } + | { + Right: boolean__type; + Left: boolean__type; + Top: boolean__type; + Bottom: boolean__type; + } + | { + Left: boolean__type; + Top: boolean__type; + Bottom: boolean__type; + } + | { + Top: boolean__type; + Bottom: boolean__type; + } + | { + Bottom: boolean__type; + } + | { + Top: boolean__type; + } + | { + Left: boolean__type; + Bottom: boolean__type; + } + | { + Left: boolean__type; + } + | { + Left: boolean__type; + Top: boolean__type; + } + | { + Right: boolean__type; + Top: boolean__type; + Bottom: boolean__type; + } + | { + Right: boolean__type; + Bottom: boolean__type; + } + | { + Right: boolean__type; + } + | { + Right: boolean__type; + Top: boolean__type; + } + | { + Right: boolean__type; + Left: boolean__type; + Bottom: boolean__type; + } + | { + Right: boolean__type; + Left: boolean__type; + } + | { + Right: boolean__type; + Left: boolean__type; + Top: boolean__type; + } + | { + Front: boolean__type; + Left: boolean__type; + Top: boolean__type; + Bottom: boolean__type; + } + | { + Front: boolean__type; + Top: boolean__type; + Bottom: boolean__type; + } + | { + Front: boolean__type; + Bottom: boolean__type; + } + | { + Front: boolean__type; + } + | { + Front: boolean__type; + Top: boolean__type; + } + | { + Front: boolean__type; + Left: boolean__type; + Bottom: boolean__type; + } + | { + Front: boolean__type; + Left: boolean__type; + } + | { + Front: boolean__type; + Left: boolean__type; + Top: boolean__type; + } + | { + Front: boolean__type; + Right: boolean__type; + Top: boolean__type; + Bottom: boolean__type; + } + | { + Front: boolean__type; + Right: boolean__type; + Bottom: boolean__type; + } + | { + Front: boolean__type; + Right: boolean__type; + } + | { + Front: boolean__type; + Right: boolean__type; + Top: boolean__type; + } + | { + Front: boolean__type; + Right: boolean__type; + Left: boolean__type; + Bottom: boolean__type; + } + | { + Front: boolean__type; + Right: boolean__type; + Left: boolean__type; + } + | { + Front: boolean__type; + Right: boolean__type; + Left: boolean__type; + Top: boolean__type; + }; + +export type mDockingRuleSet__type = { + DockForDuration: decimal_string__type; +}; + +export type mEventType__type = 'EV_Christmas'; + +export type mEventType__optional_csv__type = + | '' + | [mEventType__type, ...mEventType__type[]]; + +export type mForm__type = 'RF_SOLID' | 'RF_LIQUID' | 'RF_GAS' | 'RF_INVALID'; + +export type mGasType__type = 'GT_NORMAL' | 'GT_ENERGY'; + +export type mLightControlData__type = { + Intensity: decimal_string__type; +}; + +export type Montage_1P__type = UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Character/Player/Animation/FirstPerson/'> +>; + +export type Montage_3P__type = UnrealEngineString< + '/Script/Engine.AnimMontage', + StringStartsWith<'/Game/FactoryGame/Character/Player/Animation/ThirdPerson/'> +>; + +export type mPlatformDockingStatus__type = 'ETPDS_None'; + +export type mSnappedPassthroughs__type = ''; + +export type NativeClass__type = { + NativeClass: UnrealEngineString< + '/Script/CoreUObject.Class', + StringStartsWith<'/Script/FactoryGame.FG'> + >; +}; + +export type None__type = 'None'; + +export type pitch_yaw_roll__type = { + Pitch: decimal_string__signed__type; + Yaw: decimal_string__signed__type; + Roll: decimal_string__signed__type; +}; + +export type quaternion__type = { + X: decimal_string__signed__type; + Y: decimal_string__signed__type; + Z: decimal_string__signed__type; + W: decimal_string__type; +}; + +export type SpecifiedColor__type = { + SpecifiedColor: color_decimal__type; +}; + +export type Texture2D__type = + | StringStartsWith<'Texture2D /Game/FactoryGame/'> + | None__type + | UnrealEngineString<'/Script/Engine.Texture2D'>; + +export type transformation__type = { + Rotation: quaternion__type; + Translation: xyz__type; + Scale3D: xyz__type; +}; + +export type UnrealEngineString__array__type = [ + UnrealEngineString, + ...UnrealEngineString[], +]; + +export type weaponState__type = 'EWS_Unequipped'; + +export type xy__type = { + X: decimal_string__signed__type; + Y: decimal_string__signed__type; +}; + +export type xy__integer__type = { + X: integer_string__type; + Y: integer_string__type; +}; + +export type xyz__type = { + X: decimal_string__signed__type; + Y: decimal_string__signed__type; + Z: decimal_string__signed__type; +}; + +export type xyz__integer__type = { + X: integer_string__type; + Y: integer_string__type; + Z: integer_string__type; +}; + +export type xyz_array__type = [ + { + X: decimal_string__type; + Y: decimal_string__signed__type; + Z: decimal_string__signed__type; + }, + ...{ + X: decimal_string__type; + Y: decimal_string__signed__type; + Z: decimal_string__signed__type; + }[], +]; diff --git a/generated-types/1.0/eslint.config.mjs b/generated-types/1.0/eslint.config.mjs new file mode 100644 index 00000000..60ee4ab9 --- /dev/null +++ b/generated-types/1.0/eslint.config.mjs @@ -0,0 +1,3 @@ +import config from '../eslint.config.mjs'; + +export default config; diff --git a/generated-types/1.0/utils/validators.ts b/generated-types/1.0/utils/validators.ts new file mode 100644 index 00000000..c56d657c --- /dev/null +++ b/generated-types/1.0/utils/validators.ts @@ -0,0 +1,35 @@ +export type StringStartsWith = keyof { + [pseudo_key in keyof { + [key: string]: unknown; + } as pseudo_key extends string ? `${prefix}${pseudo_key}` : never]: string; +}; + +export type StringPassedRegExp< + pattern extends string, + T extends string = string, +> = T & { + [pseudo_key in pattern]: never; +}; + +export class UnrealEngineString< + left extends string = string, + right extends string = string, +> { + readonly left: left; + readonly right: right; + protected constructor(left: left, right: right) { + this.left = left; + this.right = right; + } + static fromString< + left extends string = string, + right extends string = string, + >(value: string): UnrealEngineString { + const result = /^([^']+)'(?:"([^"]+)"|([^"]+))'$/.exec(value); + if (!result) throw new Error(`Not an UnrealEngineString (${value})`); + return new UnrealEngineString( + result[1] as left, + (result[2] || result[3]) as right + ); + } +}