Space Engineers

Space Engineers

Missile Guidance Block
Dorimanx 18 May, 2023 @ 2:22am
How to fix this mod after Automation Update.
Create new file in DATA EntityContainers.sbc

put this text there:
```
<?xml version="1.0" encoding="utf-8" ?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<EntityContainers>
<Container>
<Id>
<TypeId>RemoteControl</TypeId>
<SubtypeId>SmallBlockGuidanceControlBlock</SubtypeId>
</Id>
<DefaultComponents>
<Component BuilderType="MyObjectBuilder_AutopilotComponent" SubtypeId="SmallBlockGuidanceControlBlock" ForceCreate="true"/>
</DefaultComponents>
</Container>

<Container>
<Id>
<TypeId>RemoteControl</TypeId>
<SubtypeId>LargeBlockGuidanceControlBlock</SubtypeId>
</Id>
<DefaultComponents>
<Component BuilderType="MyObjectBuilder_AutopilotComponent" SubtypeId="LargeBlockGuidanceControlBlock" ForceCreate="true"/>
</DefaultComponents>
</Container>

</EntityContainers>
</Definitions>
```

EDIT file EntityComponents.sbc

Add there:
```
<EntityComponent xsi:type="MyObjectBuilder_AutopilotComponentDefinition">
<Id>
<TypeId>AutopilotComponent</TypeId>
<SubtypeId>SmallBlockGuidanceControlBlock</SubtypeId>
</Id>
<MinHeightAlignmentEnabled>false</MinHeightAlignmentEnabled>
<CoastingTestEnabled>false</CoastingTestEnabled>
<CourseCorrectionMaxDistanceSmallGrid>5</CourseCorrectionMaxDistanceSmallGrid>
<CourseCorrectionMaxDistanceLargeGrid>10</CourseCorrectionMaxDistanceLargeGrid>
<CourseCorrectionMaxThrustPercentage>50</CourseCorrectionMaxThrustPercentage>
<CourseCorrectionMaxRemainingRotationBeforeThrust>0.5</CourseCorrectionMaxRemainingRotationBeforeThrust>
<CourseCorrectionMaxRemainingRotationBeforeThrustInPrecisionMode>0.2</CourseCorrectionMaxRemainingRotationBeforeThrustInPrecisionMode>
<CourseCorrectionMaxDistanceInPrecisionModeGridSizeMultiple>0.3</CourseCorrectionMaxDistanceInPrecisionModeGridSizeMultiple>
<PrecisionModeRotationVelocitySlowFactor>4</PrecisionModeRotationVelocitySlowFactor>
<RotationVelocitySlowFactorAutomaticBehavior>3</RotationVelocitySlowFactorAutomaticBehavior>
<RotationVelocitySlowFactorAutomaticBehaviorTreshold>0.1</RotationVelocitySlowFactorAutomaticBehaviorTreshold>

</EntityComponent>

<EntityComponent xsi:type="MyObjectBuilder_AutopilotComponentDefinition">
<Id>
<TypeId>AutopilotComponent</TypeId>
<SubtypeId>LargeBlockGuidanceControlBlock</SubtypeId>
</Id>
<MinHeightAlignmentEnabled>false</MinHeightAlignmentEnabled>
<CoastingTestEnabled>false</CoastingTestEnabled>
<CourseCorrectionMaxDistanceSmallGrid>5</CourseCorrectionMaxDistanceSmallGrid>
<CourseCorrectionMaxDistanceLargeGrid>10</CourseCorrectionMaxDistanceLargeGrid>
<CourseCorrectionMaxThrustPercentage>50</CourseCorrectionMaxThrustPercentage>
<CourseCorrectionMaxRemainingRotationBeforeThrust>0.5</CourseCorrectionMaxRemainingRotationBeforeThrust>
<CourseCorrectionMaxRemainingRotationBeforeThrustInPrecisionMode>0.2</CourseCorrectionMaxRemainingRotationBeforeThrustInPrecisionMode>
<CourseCorrectionMaxDistanceInPrecisionModeGridSizeMultiple>0.3</CourseCorrectionMaxDistanceInPrecisionModeGridSizeMultiple>
<PrecisionModeRotationVelocitySlowFactor>4</PrecisionModeRotationVelocitySlowFactor>
<RotationVelocitySlowFactorAutomaticBehavior>3</RotationVelocitySlowFactorAutomaticBehavior>
<RotationVelocitySlowFactorAutomaticBehaviorTreshold>0.1</RotationVelocitySlowFactorAutomaticBehaviorTreshold>

</EntityComponent>
```
Enjoy working mod again!
Last edited by Dorimanx; 18 May, 2023 @ 2:23am
< >
Showing 1-3 of 3 comments
Do you by any chance have a guide on how to make these changes without making the game crash?
Thanks
His Dudeness 15 Dec, 2024 @ 10:41pm 
Managed to make this edit thanks to ChatGPT. Not sure what it does, but it didn't crash the game so... success? lol :steamhappy:

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3192253932
Topher 21 Jun @ 10:19am 
Originally posted by His Dudeness:
Managed to make this edit thanks to ChatGPT. Not sure what it does, but it didn't crash the game so... success? lol :steamhappy:

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3192253932

Did you include Dorimanx's Fix?
< >
Showing 1-3 of 3 comments
Per page: 1530 50