Advertisement
subspecs

SE Mod Config

Dec 4th, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.15 KB | Cybersecurity | 0 0
  1. <?xml version="1.0" encoding="utf-16"?>
  2. <SyncModSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <Version>6</Version>
  4.   <DisableLocalization>true</DisableLocalization>
  5.   <LogLevel>Error</LogLevel>
  6.   <Range>75</Range>
  7.   <SourcesAndTargetsUpdateIntervalTicks>100000000</SourcesAndTargetsUpdateIntervalTicks>
  8.   <FriendlyDamageTimeoutTicks>600000000</FriendlyDamageTimeoutTicks>
  9.   <FriendlyDamageCleanupTicks>100000000</FriendlyDamageCleanupTicks>
  10.   <MaximumRequiredElectricPowerTransport>0.01</MaximumRequiredElectricPowerTransport>
  11.   <MaximumRequiredElectricPowerStandby>2E-05</MaximumRequiredElectricPowerStandby>
  12.   <Welder>
  13.     <MaximumRequiredElectricPowerWelding>2</MaximumRequiredElectricPowerWelding>
  14.     <MaximumRequiredElectricPowerGrinding>1.5</MaximumRequiredElectricPowerGrinding>
  15.     <WeldingMultiplier>1</WeldingMultiplier>
  16.     <GrindingMultiplier>1</GrindingMultiplier>
  17.     <AllowedSearchModes>Grids BoundingBox</AllowedSearchModes>
  18.     <SearchModeDefault>Grids</SearchModeDefault>
  19.     <AllowBuildFixed>false</AllowBuildFixed>
  20.     <AllowBuildDefault>true</AllowBuildDefault>
  21.     <AllowedWorkModes>WeldBeforeGrind GrindBeforeWeld GrindIfWeldGetStuck WeldOnly GrindOnly</AllowedWorkModes>
  22.     <WorkModeDefault>WeldBeforeGrind</WorkModeDefault>
  23.     <UseIgnoreColorFixed>false</UseIgnoreColorFixed>
  24.     <UseIgnoreColorDefault>true</UseIgnoreColorDefault>
  25.     <IgnoreColorDefault>
  26.       <float>321</float>
  27.       <float>100</float>
  28.       <float>51</float>
  29.     </IgnoreColorDefault>
  30.     <UseGrindColorFixed>false</UseGrindColorFixed>
  31.     <UseGrindColorDefault>true</UseGrindColorDefault>
  32.     <GrindColorDefault>
  33.       <float>321</float>
  34.       <float>100</float>
  35.       <float>50</float>
  36.     </GrindColorDefault>
  37.     <UseGrindJanitorFixed>true</UseGrindJanitorFixed>
  38.     <UseGrindJanitorDefault>NoOwnership</UseGrindJanitorDefault>
  39.     <GrindJanitorOptionsDefault />
  40.     <AllowedGrindJanitorRelations>NoOwnership</AllowedGrindJanitorRelations>
  41.     <ShowAreaFixed>false</ShowAreaFixed>
  42.     <AreaSizeFixed>false</AreaSizeFixed>
  43.     <AreaOffsetFixed>false</AreaOffsetFixed>
  44.     <PriorityFixed>false</PriorityFixed>
  45.     <CollectPriorityFixed>false</CollectPriorityFixed>
  46.     <PushIngotOreImmediatelyFixed>false</PushIngotOreImmediatelyFixed>
  47.     <PushIngotOreImmediatelyDefault>true</PushIngotOreImmediatelyDefault>
  48.     <PushComponentImmediatelyFixed>false</PushComponentImmediatelyFixed>
  49.     <PushComponentImmediatelyDefault>false</PushComponentImmediatelyDefault>
  50.     <PushItemsImmediatelyFixed>false</PushItemsImmediatelyFixed>
  51.     <PushItemsImmediatelyDefault>true</PushItemsImmediatelyDefault>
  52.     <CollectIfIdleFixed>false</CollectIfIdleFixed>
  53.     <CollectIfIdleDefault>false</CollectIfIdleDefault>
  54.     <SoundVolumeFixed>false</SoundVolumeFixed>
  55.     <SoundVolumeDefault>1</SoundVolumeDefault>
  56.     <ScriptControllFixed>true</ScriptControllFixed>
  57.     <AllowedEffects>WeldingVisualEffect WeldingSoundEffect GrindingVisualEffect GrindingSoundEffect TransportVisualEffect</AllowedEffects>
  58.   </Welder>
  59.   <MaxBackgroundTasks>4</MaxBackgroundTasks>
  60.   <MaximumOffset>1</MaximumOffset>
  61. </SyncModSettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement