Kerbal

mail@pastecode.io avatar
unknown
actionscript
a year ago
3.3 kB
2
Indexable
<?xml version="1.0" encoding="utf-16"?>
<GameplaySettingsDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <!--Allow Reverting-->
  <CanRevert>false</CanRevert>
  <!--Missing Crews Respawn-->
  <MissingCrewsRespawn>false</MissingCrewsRespawn>
  <!--Crew Respawn Time-->
  <RespawnTime>2</RespawnTime>
  <!--Auto-Hire Crewmembers before Flight-->
  <AutoHireCrews>false</AutoHireCrews>
  <!--No Entry Purchase Required on Research-->
  <BypassEntryPurchaseAfterResearch>false</BypassEntryPurchaseAfterResearch>
  <!--Indestructible Facilities-->
  <IndestructibleFacilities>false</IndestructibleFacilities>
  <!--Allow Stock Vessels-->
  <AllowStockVessels>false</AllowStockVessels>
  <!--Allow Other launch sites (for users that have the Making History DLC)-->
  <AllowOtherLaunchSites>true</AllowOtherLaunchSites>
  <!--Re-Entry Heating-->
  <ReentryHeatScale>1</ReentryHeatScale>
  <!--Resource Abundance-->
  <ResourceAbundance>0.5</ResourceAbundance>
  <!--Enable Comm Network-->
  <CommNetwork>true</CommNetwork>
  <!--Starting Funds-->
  <StartingFunds>25000</StartingFunds>
  <!--Starting Science-->
  <StartingScience>0</StartingScience>
  <!--Starting Reputation-->
  <StartingReputation>0</StartingReputation>
  <!--Science Rewards-->
  <ScienceGainMultiplier>0.6</ScienceGainMultiplier>
  <!--Funds Rewards-->
  <FundsGainMultiplier>0.6</FundsGainMultiplier>
  <!--Reputation Rewards-->
  <RepGainMultiplier>0.6</RepGainMultiplier>
  <!--Funds Penalties-->
  <FundsLossMultiplier>2</FundsLossMultiplier>
  <!--Reputation Penalties-->
  <RepLossMultiplier>2</RepLossMultiplier>
  <!--Decline Penalty-->
  <RepLossDeclined>3</RepLossDeclined>
  <!--Enable Kerbal Experience-->
  <KerbalExp>true</KerbalExp>
  <!--Kerbals Level Up Immediately-->
  <ImmediateLevelUp>false</ImmediateLevelUp>
  <!--Allow Negative Funds/Science-->
  <AllowNegativeCurrency>true</AllowNegativeCurrency>
  <!--Enable parts pressure limits-->
  <PressurePartLimits>true</PressurePartLimits>
  <!--Enable parts G limits-->
  <GPartLimits>true</GPartLimits>
  <!--Enable Kerbal G limits-->
  <GKerbalLimits>true</GKerbalLimits>
  <!--Kerbal G tolerance multiplier-->
  <KerbalGToleranceMult>1</KerbalGToleranceMult>
  <!--Resource Transfer Obeys Crossfeed Rules-->
  <ObeyCrossfeedRules>true</ObeyCrossfeedRules>
  <!--Always allow action groups-->
  <ActionGroupsAlways>false</ActionGroupsAlways>
  <!--Building Impact Damage Multiplier-->
  <BuildingDamageMultiplier>0.2</BuildingDamageMultiplier>
  <!--Part Upgrades-->
  <PartUpgrades>true</PartUpgrades>
  <!--Require Signal for Control-->
  <RequireSignalForControl>true</RequireSignalForControl>
  <!--Plasma blackout-->
  <ReentryBlackout>true</ReentryBlackout>
  <!--Range Modifier-->
  <RangeModifier>0.65</RangeModifier>
  <!--DSN Modifier-->
  <DsnModifier>1</DsnModifier>
  <!--Occlusion Modifier, Vac-->
  <OcclusionModifierVac>1</OcclusionModifierVac>
  <!--Occlusion Modifier, Atm-->
  <OcclusionModifierAtm>1</OcclusionModifierAtm>
  <!--Enable Extra Groundstations-->
  <ExtraGroundstations>true</ExtraGroundstations>
  <!--Enable full SAS in Sandbox-->
  <EnableFullSASInSandbox>false</EnableFullSASInSandbox>
</GameplaySettingsDefinition>