├── .gitignore ├── 1.0 ├── Assemblies │ └── ShipsHaveInsides.dll ├── Defs │ ├── BiomeDefs │ │ └── Biomes_Space.xml │ ├── DamageDefs │ │ └── Damages_Space.xml │ ├── HediffDefs │ │ └── Hediffs_Space.xml │ ├── JobDefs │ │ └── Jobs.xml │ ├── MapGeneration │ │ └── SpaceMapGenerator.xml │ ├── Misc │ │ ├── RoofDefs │ │ │ └── Roofs.xml │ │ └── ShipDefs │ │ │ ├── 0.xml │ │ │ ├── AbandonedMiningStation.xml │ │ │ ├── AfterlifeVaultStart.xml │ │ │ ├── AgriculturalStation01.xml │ │ │ ├── AgriculturalStation02.xml │ │ │ ├── AgriculturalStationDestroyed.xml │ │ │ ├── AntigrainTrapPod.xml │ │ │ ├── ArchotechGardenStation.xml │ │ │ ├── Arwing.xml │ │ │ ├── ArwingWHeavyFighters.xml │ │ │ ├── AssaultBeamCruiserMKI.xml │ │ │ ├── AsteroidBaseStart01.xml │ │ │ ├── AsteroidBaseStart02.xml │ │ │ ├── AsteroidBaseStart03.xml │ │ │ ├── AsteroidBaseStart04.xml │ │ │ ├── AsteroidBaseStart05.xml │ │ │ ├── AsteroidBaseStart06.xml │ │ │ ├── AsteroidBaseStart07.xml │ │ │ ├── AsteroidBaseStart08.xml │ │ │ ├── BattlecruiserMKII.xml │ │ │ ├── Broadhead.xml │ │ │ ├── CharlonWhitestone.xml │ │ │ ├── ColonyShipEmpty.xml │ │ │ ├── ColonyShipFull.xml │ │ │ ├── Colossus.xml │ │ │ ├── Corvette.xml │ │ │ ├── CrescentMoonDreadnought.xml │ │ │ ├── DefenseInstallation.xml │ │ │ ├── DefenseInstallation3Turrets.xml │ │ │ ├── DefenseInstallation4Turrets.xml │ │ │ ├── DefenseInstallation5Turrets.xml │ │ │ ├── DefenseInstallation6Turrets.xml │ │ │ ├── DeluxeTradeShip.xml │ │ │ ├── DerelictDestroyer01.xml │ │ │ ├── DerelictDestroyer02.xml │ │ │ ├── DerelictDestroyerBugInfest.xml │ │ │ ├── DestroyerMKI.xml │ │ │ ├── DestroyerMKII.xml │ │ │ ├── DestroyerMKIII.xml │ │ │ ├── DestroyerMKIwCorvette1.xml │ │ │ ├── DestroyerMKIwCorvette2.xml │ │ │ ├── DestroyerMKIwCorvette3.xml │ │ │ ├── DestroyerMKIwMissiles.xml │ │ │ ├── DreadnoughtMKI.xml │ │ │ ├── EmpireBomber.xml │ │ │ ├── EmpireCorvette.xml │ │ │ ├── EmpireCruiser.xml │ │ │ ├── EmpireDestroyer.xml │ │ │ ├── EmpireDestroyer2.xml │ │ │ ├── EmpireFighter.xml │ │ │ ├── EmpireFrigate.xml │ │ │ ├── EmpireFrigateEscort.xml │ │ │ ├── EmpireStrikeWing.xml │ │ │ ├── EmptySpaceStation01.xml │ │ │ ├── ExplorationVessel.xml │ │ │ ├── FastAttackCorvetteMKI.xml │ │ │ ├── FuelDepot02.xml │ │ │ ├── FuelDepotWreckage.xml │ │ │ ├── FuelDepotWreckageBugs.xml │ │ │ ├── FuelDepotWreckageMechs.xml │ │ │ ├── FuelTankerUnladen.xml │ │ │ ├── FuelTransport.xml │ │ │ ├── FuelTransportEmpty.xml │ │ │ ├── FuelTransportLowResources.xml │ │ │ ├── GlitterworldPlanetkiller.xml │ │ │ ├── HeavyBattlecruiserMKI.xml │ │ │ ├── HeavyBattlecruiserMKII.xml │ │ │ ├── HeavyBomberMKI.xml │ │ │ ├── HeavyBomberMKII.xml │ │ │ ├── HeavyFighterMKI.xml │ │ │ ├── HeavyFighterMKII.xml │ │ │ ├── HeavyFighterMKIII.xml │ │ │ ├── HeavyFrigateMKI.xml │ │ │ ├── HeavyFrigateMKII.xml │ │ │ ├── ISCSColony.xml │ │ │ ├── ISCSContainer.xml │ │ │ ├── ISCSFuel.xml │ │ │ ├── ISCSPirate.xml │ │ │ ├── ISCargoRunnerWCorvette1.xml │ │ │ ├── ISCargoRunnerWCorvette2.xml │ │ │ ├── ISCargoRunnerWEscortFighter.xml │ │ │ ├── ISCargoRunnerWEscortWing.xml │ │ │ ├── InterstellarCargoRunner.xml │ │ │ ├── InterstellarTransport.xml │ │ │ ├── InterstellarTransportEmpty.xml │ │ │ ├── JuggernautMKI.xml │ │ │ ├── Large1EngSatellite1Turret.xml │ │ │ ├── Large1EngSatellite2Turrets.xml │ │ │ ├── Large1EngSatellite3Turrets.xml │ │ │ ├── Large2EngSatellite1Turret.xml │ │ │ ├── Large2EngSatellite2Turrets.xml │ │ │ ├── Large2EngSatellite3Turrets.xml │ │ │ ├── LargeMechSphere01.xml │ │ │ ├── LargeMechSphere02.xml │ │ │ ├── LargeMechSphere03.xml │ │ │ ├── LargeNoEngSatellite1Turret.xml │ │ │ ├── LargeNoEngSatellite2Turret.xml │ │ │ ├── LargeNoEngSatellite3Turret.xml │ │ │ ├── LargeNoEngSatellite4Turret.xml │ │ │ ├── Leviathan.xml │ │ │ ├── LeviathanMKII.xml │ │ │ ├── LightBattleCruiserMKI.xml │ │ │ ├── LightCargoRunner.xml │ │ │ ├── LightCargoRunnerWEscort.xml │ │ │ ├── LightFrigateMKI.xml │ │ │ ├── LightFrigateMKII.xml │ │ │ ├── LightFrigateMarineLander.xml │ │ │ ├── LightFrigateMissileBoat.xml │ │ │ ├── MarineBoardingDestroyer.xml │ │ │ ├── MarineBoardingVessel.xml │ │ │ ├── MechExterminationSphere01.xml │ │ │ ├── MechHijackedLeviathan.xml │ │ │ ├── MechShipMegaRing.xml │ │ │ ├── MechanoidDaywrecker.xml │ │ │ ├── MechanoidHeavyDroneSquadron.xml │ │ │ ├── MechanoidMegaRingShip.xml │ │ │ ├── MechanoidMoonBase.xml │ │ │ ├── MechanoidSystemDefender.xml │ │ │ ├── MicroFighter.xml │ │ │ ├── MicroFighterMKI.xml │ │ │ ├── MicroFighterMKII.xml │ │ │ ├── MicroFighterMKIII.xml │ │ │ ├── MicroFighterMKIV.xml │ │ │ ├── MicroFightersx6.xml │ │ │ ├── MiniMechSphere1Eng1Turret.xml │ │ │ ├── MiniMechSphere1Eng2Turret.xml │ │ │ ├── MiniMechSphere1Eng3Turret.xml │ │ │ ├── MiniMechSphere2Eng3Turrets.xml │ │ │ ├── MiniMechSphere2Eng5Turrets.xml │ │ │ ├── MiniMechSphere2Eng7Turrets.xml │ │ │ ├── MiningRig.xml │ │ │ ├── MiningRigLowLoot.xml │ │ │ ├── MiningRigPirateSurprise.xml │ │ │ ├── MiningRigUnladen.xml │ │ │ ├── MysteriousArchotechSphere.xml │ │ │ ├── PlanetInvaderMKI.xml │ │ │ ├── PrisonStation.xml │ │ │ ├── PrisonStation01.xml │ │ │ ├── PrisonStation02.xml │ │ │ ├── PsychicAmplifier.xml │ │ │ ├── PsychicMothership.xml │ │ │ ├── Salamander.xml │ │ │ ├── Scorpion.xml │ │ │ ├── ScythianDestroyer.xml │ │ │ ├── ShipBreakerFullyArmed.xml │ │ │ ├── SimpleScow.xml │ │ │ ├── Skink.xml │ │ │ ├── SmallSatellite1Eng1Turrets.xml │ │ │ ├── SmallSatellite1Eng2Turrets.xml │ │ │ ├── SmallSatellite1Eng3Turrets.xml │ │ │ ├── SmallSatellite2Eng1Turret1.xml │ │ │ ├── SmallSatellite2Eng1Turrets.xml │ │ │ ├── SmallSatellite2Eng2Turrets.xml │ │ │ ├── SmallSatellite2Eng3Turrets.xml │ │ │ ├── SmallSatelliteNoEng1Turret.xml │ │ │ ├── SmallSatelliteNoEng1Turrets.xml │ │ │ ├── SmallSatelliteNoEng2Turrets.xml │ │ │ ├── SmallSatelliteNoEng3Turrets.xml │ │ │ ├── SmallTradeShip.xml │ │ │ ├── SpaceStartDungeon.xml │ │ │ ├── StartShipA.xml │ │ │ ├── StartShipB.xml │ │ │ ├── StartShipC.xml │ │ │ ├── StartShipD.xml │ │ │ ├── StartShipE.xml │ │ │ ├── StartShipF.xml │ │ │ ├── StartShipG.xml │ │ │ ├── StartShipH.xml │ │ │ ├── StartShipI.xml │ │ │ ├── StartShipJ.xml │ │ │ ├── StartShipJ_EasyMode.xml │ │ │ ├── StartShipK.xml │ │ │ ├── StartShipK_EasyMode.xml │ │ │ ├── StartShipK_Infested.xml │ │ │ ├── SupplyPod01RandomLoot.xml │ │ │ ├── SupplyPodBugHive.xml │ │ │ ├── SupplyPodChemfuel.xml │ │ │ ├── SupplyPodCrew.xml │ │ │ ├── SupplyPodCryptoCasket.xml │ │ │ ├── SupplyPodEmpty.xml │ │ │ ├── SupplyPodHeavyMarine.xml │ │ │ ├── SupplyPodLottaMechs.xml │ │ │ ├── SupplyPodMarine01.xml │ │ │ ├── SupplyPodMarine02.xml │ │ │ ├── SupplyPodMarine03.xml │ │ │ ├── SupplyPodMech.xml │ │ │ ├── SupplyPodRandom02.xml │ │ │ ├── SupplyPodRandomMech.xml │ │ │ ├── SupplyPodSpaceBug.xml │ │ │ ├── SupplyPodUraniumFuelpod.xml │ │ │ ├── TorpedoFrigate.xml │ │ │ ├── TradeShipEmpty.xml │ │ │ ├── TradeShipFuelTanker.xml │ │ │ ├── TradeShipFull.xml │ │ │ ├── TradeShipWEscortCorvette1.xml │ │ │ ├── TradeShipWEscortCorvette2.xml │ │ │ ├── TradeShipWEscortCorvette3.xml │ │ │ ├── TradeShipWEscortCorvette4.xml │ │ │ ├── TradeShipWEscortDestroyer1.xml │ │ │ ├── TradeShipWEscortDestroyer2.xml │ │ │ ├── TradeShipWEscortDestroyer3.xml │ │ │ ├── TradeShipWEscortDestroyer4.xml │ │ │ ├── TradeShipWEscortWing1.xml │ │ │ ├── TradeShipWEscortWing2.xml │ │ │ ├── TribalVillageIsNotAShip.xml │ │ │ ├── TwinSpineDestroyer.xml │ │ │ ├── UltraDreadnoughtMKI.xml │ │ │ ├── UltraDreadnoughtMKII.xml │ │ │ ├── WreckedFrigate01.xml │ │ │ ├── WreckedFrigateBugs.xml │ │ │ └── WreckedFrigateMechs.xml │ ├── PawnKindDefs │ │ ├── PawnKinds_Shuttle.xml │ │ └── PawnKinds_Space.xml │ ├── RecipeDefs │ │ └── Recipes_Shuttle.xml │ ├── ResearchProjectDefs │ │ ├── ResearchProjects_Ship.xml │ │ └── ResearchTabs_Ship.xml │ ├── Rooms │ │ └── ShipRole.xml │ ├── RuleDefs │ │ └── Rules_Space.xml │ ├── Sites │ │ └── Cores │ │ │ └── Space.xml │ ├── TerrainDefs │ │ └── Terrain_Space.xml │ ├── ThingDefs_Buildings │ │ ├── Buildings_Salvage.xml │ │ ├── Buildings_Ship.xml │ │ └── Buildings_Shuttle.xml │ ├── ThingDefs_Items │ │ ├── Items_Shuttle.xml │ │ └── Items_Space.xml │ ├── ThingDefs_Misc │ │ ├── Apparel_Space.xml │ │ ├── Filth_Space.xml │ │ └── Things_SpecialShuttle.xml │ ├── ThingSetMakerDefs │ │ └── ThingSetMakers_Space.xml │ ├── ThinkTreeDefs │ │ └── ThinkTree_Shuttle.xml │ ├── ThoughtDefs │ │ └── Thoughts_Space.xml │ ├── WeatherDefs │ │ └── Weathers_Space.xml │ ├── WorkGiverDefs │ │ └── WorkGiversSpace.xml │ └── WorldObjectDefs │ │ └── WorldObjects.xml ├── Languages │ └── English │ │ └── Keyed │ │ ├── GameplayCommands.xml │ │ ├── Incidents.xml │ │ ├── Letters.xml │ │ ├── Misc_Gameplay.xml │ │ └── ScenParts.xml └── Patches │ └── ShipPartPatches.xml ├── 1.1 ├── Assemblies │ ├── 0Harmony.dll │ ├── 0Harmony.xml │ └── ShipsHaveInsides.dll ├── Defs │ ├── BiomeDefs │ │ └── Biomes_Space.xml │ ├── Bodies │ │ └── Bodies_Shuttle.xml │ ├── DamageDefs │ │ └── Damages_Space.xml │ ├── DutyDefs │ │ └── Duties_Ship.xml │ ├── HediffDefs │ │ └── Hediffs_Space.xml │ ├── JobDefs │ │ └── Jobs.xml │ ├── MapGeneration │ │ └── SpaceMapGenerator.xml │ ├── Misc │ │ ├── EnemyShipDefs.xml │ │ ├── IncidentTargetTypeDefs │ │ │ └── IncidentTargetTagDefs.xml │ │ ├── RoofDefs │ │ │ └── Roofs.xml │ │ └── ShipDefs │ │ │ ├── 0.xml │ │ │ ├── AbandonedMiningStation.xml │ │ │ ├── AfterlifeVaultStart.xml │ │ │ ├── AgriculturalStation01.xml │ │ │ ├── AgriculturalStation02.xml │ │ │ ├── AgriculturalStationDestroyed.xml │ │ │ ├── AgriculturalStationDestryd.xml │ │ │ ├── AntigrainTrapPod.xml │ │ │ ├── ArchotechGardenStation.xml │ │ │ ├── Arwing.xml │ │ │ ├── ArwingWHeavyFighters.xml │ │ │ ├── AssaultBeamCruiserMKI.xml │ │ │ ├── Assault_Beam_Cruiser_MKI.xml │ │ │ ├── AsteroidBaseStart01.xml │ │ │ ├── AsteroidBaseStart02.xml │ │ │ ├── AsteroidBaseStart03.xml │ │ │ ├── AsteroidBaseStart04.xml │ │ │ ├── AsteroidBaseStart05.xml │ │ │ ├── AsteroidBaseStart06.xml │ │ │ ├── AsteroidBaseStart07.xml │ │ │ ├── AsteroidBaseStart08.xml │ │ │ ├── BattlecruiserMKII.xml │ │ │ ├── Broadhead.xml │ │ │ ├── CargoProbeLottaMechs.xml │ │ │ ├── CargoProbeMech.xml │ │ │ ├── CargoProbeSpaceBug.xml │ │ │ ├── CharlonWhitestone.xml │ │ │ ├── ColonyShipEmpty.xml │ │ │ ├── ColonyShipFull.xml │ │ │ ├── Colossus.xml │ │ │ ├── Corvette.xml │ │ │ ├── CrescentMoonDreadnought.xml │ │ │ ├── DefenseInstallation.xml │ │ │ ├── DefenseInstallation3Turrets.xml │ │ │ ├── DefenseInstallation4Turrets.xml │ │ │ ├── DefenseInstallation5Turrets.xml │ │ │ ├── DefenseInstallation6Turrets.xml │ │ │ ├── DeluxeTradeShip.xml │ │ │ ├── DerelictDestroyer01.xml │ │ │ ├── DerelictDestroyer02.xml │ │ │ ├── DerelictDestroyerBugInfest.xml │ │ │ ├── DestroyerMKI.xml │ │ │ ├── DestroyerMKII.xml │ │ │ ├── DestroyerMKIII.xml │ │ │ ├── DestroyerMKIwCorvette1.xml │ │ │ ├── DestroyerMKIwCorvette2.xml │ │ │ ├── DestroyerMKIwCorvette3.xml │ │ │ ├── DestroyerMKIwMissiles.xml │ │ │ ├── DreadnoughtMKI.xml │ │ │ ├── EmpireBomber.xml │ │ │ ├── EmpireCorvette.xml │ │ │ ├── EmpireCruiser.xml │ │ │ ├── EmpireDestroyer.xml │ │ │ ├── EmpireDestroyer2.xml │ │ │ ├── EmpireFighter.xml │ │ │ ├── EmpireFrigate.xml │ │ │ ├── EmpireFrigateEscort.xml │ │ │ ├── EmpireStrikeWing.xml │ │ │ ├── EmptyFuelTransport.xml │ │ │ ├── EmptyInterstellarTransport.xml │ │ │ ├── EmptySpaceStation01.xml │ │ │ ├── ExplorationVessel.xml │ │ │ ├── FastAttackCorvetteMKI.xml │ │ │ ├── FuelDepot02.xml │ │ │ ├── FuelDepotWreckage.xml │ │ │ ├── FuelDepotWreckageBugs.xml │ │ │ ├── FuelDepotWreckageMechs.xml │ │ │ ├── FuelTankerUnladen.xml │ │ │ ├── FuelTransport.xml │ │ │ ├── FuelTransportEmpty.xml │ │ │ ├── FuelTransportLowResources.xml │ │ │ ├── GlitterworldPlanetkiller.xml │ │ │ ├── HeavyBattlecruiserMKI.xml │ │ │ ├── HeavyBattlecruiserMKII.xml │ │ │ ├── HeavyBomberMKI.xml │ │ │ ├── HeavyBomberMKII.xml │ │ │ ├── HeavyFighterMKI.xml │ │ │ ├── HeavyFighterMKII.xml │ │ │ ├── HeavyFighterMKIII.xml │ │ │ ├── HeavyFrigateMKI.xml │ │ │ ├── HeavyFrigateMKII.xml │ │ │ ├── ISCSColony.xml │ │ │ ├── ISCSContainer.xml │ │ │ ├── ISCSFuel.xml │ │ │ ├── ISCSPirate.xml │ │ │ ├── ISCargoRunnerWCorvette1.xml │ │ │ ├── ISCargoRunnerWCorvette2.xml │ │ │ ├── ISCargoRunnerWEscortFighter.xml │ │ │ ├── ISCargoRunnerWEscortWing.xml │ │ │ ├── InterstellarCargoRunner.xml │ │ │ ├── InterstellarTransport.xml │ │ │ ├── InterstellarTransportEmpty.xml │ │ │ ├── JuggernautMKI.xml │ │ │ ├── Large1EngSatellite1Turret.xml │ │ │ ├── Large1EngSatellite2Turrets.xml │ │ │ ├── Large1EngSatellite3Turrets.xml │ │ │ ├── Large2EngSatellite1Turret.xml │ │ │ ├── Large2EngSatellite2Turrets.xml │ │ │ ├── Large2EngSatellite3Turrets.xml │ │ │ ├── LargeMechSphere01.xml │ │ │ ├── LargeMechSphere02.xml │ │ │ ├── LargeMechSphere03.xml │ │ │ ├── LargeNoEngSatellite1Turret.xml │ │ │ ├── LargeNoEngSatellite2Turret.xml │ │ │ ├── LargeNoEngSatellite2Turrets.xml │ │ │ ├── LargeNoEngSatellite3Turret.xml │ │ │ ├── LargeNoEngSatellite3Turrets.xml │ │ │ ├── LargeNoEngSatellite4Turret.xml │ │ │ ├── LargeNoEngSatellite4Turrets.xml │ │ │ ├── Leviathan.xml │ │ │ ├── LeviathanMKII.xml │ │ │ ├── LightBattleCruiserMKI.xml │ │ │ ├── LightCargoRunner.xml │ │ │ ├── LightCargoRunnerWEscort.xml │ │ │ ├── LightFrigateMKI.xml │ │ │ ├── LightFrigateMKII.xml │ │ │ ├── LightFrigateMarineLander.xml │ │ │ ├── LightFrigateMissileBoat.xml │ │ │ ├── MarineBoardingDestroyer.xml │ │ │ ├── MarineBoardingVessel.xml │ │ │ ├── MarineLanderFrigateMKI.xml │ │ │ ├── MechExterminationSphere01.xml │ │ │ ├── MechHijackedLeviathan.xml │ │ │ ├── MechShipMegaRing.xml │ │ │ ├── MechanoidDaywrecker.xml │ │ │ ├── MechanoidHeavyDroneSquadron.xml │ │ │ ├── MechanoidMegaRingShip.xml │ │ │ ├── MechanoidMoonBase.xml │ │ │ ├── MechanoidSystemDefender.xml │ │ │ ├── MicroFighter.xml │ │ │ ├── MicroFighterMKI.xml │ │ │ ├── MicroFighterMKII.xml │ │ │ ├── MicroFighterMKIII.xml │ │ │ ├── MicroFighterMKIV.xml │ │ │ ├── MicroFightersx6.xml │ │ │ ├── MiniMechSphere1Eng1Turret.xml │ │ │ ├── MiniMechSphere1Eng2Turret.xml │ │ │ ├── MiniMechSphere1Eng3Turret.xml │ │ │ ├── MiniMechSphere2Eng3Turrets.xml │ │ │ ├── MiniMechSphere2Eng5Turrets.xml │ │ │ ├── MiniMechSphere2Eng7Turrets.xml │ │ │ ├── MiningRig.xml │ │ │ ├── MiningRigLowLoot.xml │ │ │ ├── MiningRigPirateSurprise.xml │ │ │ ├── MiningRigUnladen.xml │ │ │ ├── MysteriousArchotechSphere.xml │ │ │ ├── PlanetInvaderMKI.xml │ │ │ ├── PrisonStation.xml │ │ │ ├── PrisonStation01.xml │ │ │ ├── PrisonStation02.xml │ │ │ ├── PsychicAmplifier.xml │ │ │ ├── PsychicMothership.xml │ │ │ ├── RandomPodCryptoCasket.xml │ │ │ ├── Salamander.xml │ │ │ ├── Scorpion.xml │ │ │ ├── ScythianDestroyer.xml │ │ │ ├── ShipBreakerFullyArmed.xml │ │ │ ├── SimpleScow.xml │ │ │ ├── Skink.xml │ │ │ ├── SmallSatellite1Eng1Turrets.xml │ │ │ ├── SmallSatellite1Eng2Turrets.xml │ │ │ ├── SmallSatellite1Eng3Turrets.xml │ │ │ ├── SmallSatellite2Eng1Turret1.xml │ │ │ ├── SmallSatellite2Eng1Turrets.xml │ │ │ ├── SmallSatellite2Eng2Turrets.xml │ │ │ ├── SmallSatellite2Eng3Turrets.xml │ │ │ ├── SmallSatelliteNoEng1Turret.xml │ │ │ ├── SmallSatelliteNoEng1Turrets.xml │ │ │ ├── SmallSatelliteNoEng2Turrets.xml │ │ │ ├── SmallSatelliteNoEng3Turrets.xml │ │ │ ├── SmallTradeShip.xml │ │ │ ├── SpaceStartDungeon.xml │ │ │ ├── StartDungeon.xml │ │ │ ├── StartShipA.xml │ │ │ ├── StartShipB.xml │ │ │ ├── StartShipC.xml │ │ │ ├── StartShipD.xml │ │ │ ├── StartShipE.xml │ │ │ ├── StartShipF.xml │ │ │ ├── StartShipG.xml │ │ │ ├── StartShipH.xml │ │ │ ├── StartShipI.xml │ │ │ ├── StartShipJ.xml │ │ │ ├── StartShipJ_EasyMode.xml │ │ │ ├── StartShipK.xml │ │ │ ├── StartShipK_EasyMode.xml │ │ │ ├── StartShipK_Infested.xml │ │ │ ├── SupplyPod01RandomLoot.xml │ │ │ ├── SupplyPodBugHive.xml │ │ │ ├── SupplyPodChemfuel.xml │ │ │ ├── SupplyPodCrew.xml │ │ │ ├── SupplyPodCryptoCasket.xml │ │ │ ├── SupplyPodEmpty.xml │ │ │ ├── SupplyPodHeavyMarine.xml │ │ │ ├── SupplyPodLottaMechs.xml │ │ │ ├── SupplyPodMarine01.xml │ │ │ ├── SupplyPodMarine02.xml │ │ │ ├── SupplyPodMarine03.xml │ │ │ ├── SupplyPodMech.xml │ │ │ ├── SupplyPodRandom02.xml │ │ │ ├── SupplyPodRandomMech.xml │ │ │ ├── SupplyPodSpaceBug.xml │ │ │ ├── SupplyPodUraniumFuelpod.xml │ │ │ ├── TorpedoFrigate.xml │ │ │ ├── TradeShipEmpty.xml │ │ │ ├── TradeShipFuelTanker.xml │ │ │ ├── TradeShipFull.xml │ │ │ ├── TradeShipWEscortCorvette1.xml │ │ │ ├── TradeShipWEscortCorvette2.xml │ │ │ ├── TradeShipWEscortCorvette3.xml │ │ │ ├── TradeShipWEscortCorvette4.xml │ │ │ ├── TradeShipWEscortDestroyer1.xml │ │ │ ├── TradeShipWEscortDestroyer2.xml │ │ │ ├── TradeShipWEscortDestroyer3.xml │ │ │ ├── TradeShipWEscortDestroyer4.xml │ │ │ ├── TradeShipWEscortWing1.xml │ │ │ ├── TradeShipWEscortWing2.xml │ │ │ ├── TribalVillageIsNotAShip.xml │ │ │ ├── TwinSpineDestroyer.xml │ │ │ ├── UltraDreadnoughtMKI.xml │ │ │ ├── UltraDreadnoughtMKII.xml │ │ │ ├── UnladenFuelTanker.xml │ │ │ ├── UnladenMiningRig.xml │ │ │ ├── WreckedFrigate01.xml │ │ │ ├── WreckedFrigateBugs.xml │ │ │ └── WreckedFrigateMechs.xml │ ├── PawnKindDefs │ │ ├── PawnKinds_Shuttle.xml │ │ └── PawnKinds_Space.xml │ ├── QuestScriptDefs │ │ └── Script_SpaceSite.xml │ ├── RecipeDefs │ │ ├── Recipes_Shuttle.xml │ │ └── Recipes_Space.xml │ ├── ResearchProjectDefs │ │ ├── ResearchProjects_Ship.xml │ │ └── ResearchTabs_Ship.xml │ ├── Rooms │ │ └── ShipRole.xml │ ├── RuleDefs │ │ └── Rules_Space.xml │ ├── Scenarios │ │ ├── ScenParts.xml │ │ └── Scenarios_Space.xml │ ├── Sites │ │ └── Cores │ │ │ └── Space.xml │ ├── SoundDefs │ │ ├── Reactor.xml │ │ └── Ship_Weapons.xml │ ├── Storyteller │ │ └── Incidents_Space.xml │ ├── TaleDefs │ │ └── Tales_Space.xml │ ├── TerrainDefs │ │ └── Terrain_Space.xml │ ├── ThingCategoryDefs │ │ └── ThingCategories_Space.xml │ ├── ThingDefs_Buildings │ │ ├── Buildings_Archotech.xml │ │ ├── Buildings_Mech.xml │ │ ├── Buildings_Salvage.xml │ │ ├── Buildings_Ship.xml │ │ ├── Buildings_ShipCombat.xml │ │ └── Buildings_Shuttle.xml │ ├── ThingDefs_Items │ │ ├── Items_ShipCombat.xml │ │ ├── Items_Shuttle.xml │ │ └── Items_Space.xml │ ├── ThingDefs_Misc │ │ ├── Apparel_Space.xml │ │ ├── Filth_Space.xml │ │ └── Things_SpecialShuttle.xml │ ├── ThingSetMakerDefs │ │ └── ThingSetMakers_Space.xml │ ├── ThinkTreeDefs │ │ ├── ThinkTree_AICrew │ │ └── ThinkTree_Shuttle.xml │ ├── ThoughtDefs │ │ └── Thoughts_Space.xml │ ├── TraitDefs │ │ └── Traits_AICrew │ ├── WeatherDefs │ │ └── Weathers_Space.xml │ ├── WorkGiverDefs │ │ └── WorkGiversSpace.xml │ └── WorldObjectDefs │ │ └── WorldObjects.xml ├── Languages │ └── English │ │ └── Keyed │ │ ├── GameplayCommands.xml │ │ ├── Incidents.xml │ │ ├── Letters.xml │ │ ├── Misc_Gameplay.xml │ │ └── ScenParts.xml └── Patches │ ├── ShipPartPatches.xml │ ├── patch_randy_sos.xml │ └── patch_rimefeller_sos.xml ├── 1.2 ├── Assemblies │ └── ShipsHaveInsides.dll ├── Defs │ ├── BiomeDefs │ │ └── Biomes_Space.xml │ ├── Bodies │ │ └── Bodies_Shuttle.xml │ ├── DamageDefs │ │ └── Damages_Space.xml │ ├── DutyDefs │ │ └── Duties_Ship.xml │ ├── HediffDefs │ │ ├── Hediffs_BodyParts_Archotech.xml │ │ └── Hediffs_Space.xml │ ├── JobDefs │ │ ├── Jobs.xml │ │ └── Jobs_Joy.xml │ ├── Joy │ │ ├── JoyGivers.xml │ │ └── JoyKinds.xml │ ├── MapGeneration │ │ └── SpaceMapGenerator.xml │ ├── MeditationFocusDefs │ │ └── MeditationFocuses.xml │ ├── Misc │ │ ├── ArchotechGifts.xml │ │ ├── EnemyShipDefs.xml │ │ ├── IncidentTargetTypeDefs │ │ │ └── IncidentTargetTagDefs.xml │ │ ├── PrisonerInteractionModeDefs │ │ │ └── PrisonerInteractionMode.xml │ │ ├── RoofDefs │ │ │ └── Roofs.xml │ │ ├── ShipDefs │ │ │ ├── 0.xml │ │ │ ├── AbandonedMiningStation.xml │ │ │ ├── AfterlifeVaultStart.xml │ │ │ ├── AgriculturalStation01.xml │ │ │ ├── AgriculturalStation02.xml │ │ │ ├── AgriculturalStationDestroyed.xml │ │ │ ├── AntigrainTrapPod.xml │ │ │ ├── ArchotechGardenStation.xml │ │ │ ├── Arwing.xml │ │ │ ├── ArwingWHeavyFighters.xml │ │ │ ├── AssaultBeamCruiserMKI.xml │ │ │ ├── AsteroidBaseStart01.xml │ │ │ ├── AsteroidBaseStart02.xml │ │ │ ├── AsteroidBaseStart03.xml │ │ │ ├── AsteroidBaseStart04.xml │ │ │ ├── AsteroidBaseStart05.xml │ │ │ ├── AsteroidBaseStart06.xml │ │ │ ├── AsteroidBaseStart07.xml │ │ │ ├── AsteroidBaseStart08.xml │ │ │ ├── BattlecruiserMKII.xml │ │ │ ├── Broadhead.xml │ │ │ ├── CharlonWhitestone.xml │ │ │ ├── ColonyShipEmpty.xml │ │ │ ├── ColonyShipFull.xml │ │ │ ├── Colossus.xml │ │ │ ├── Corvette.xml │ │ │ ├── CrescentMoonDreadnought.xml │ │ │ ├── DefenseInstallation.xml │ │ │ ├── DefenseInstallation3Turrets.xml │ │ │ ├── DefenseInstallation4Turrets.xml │ │ │ ├── DefenseInstallation5Turrets.xml │ │ │ ├── DefenseInstallation6Turrets.xml │ │ │ ├── DeluxeTradeShip.xml │ │ │ ├── DerelictDestroyer01.xml │ │ │ ├── DerelictDestroyer02.xml │ │ │ ├── DerelictDestroyerBugInfest.xml │ │ │ ├── DestroyerMKI.xml │ │ │ ├── DestroyerMKII.xml │ │ │ ├── DestroyerMKIII.xml │ │ │ ├── DestroyerMKIwCorvette1.xml │ │ │ ├── DestroyerMKIwCorvette2.xml │ │ │ ├── DestroyerMKIwCorvette3.xml │ │ │ ├── DestroyerMKIwMissiles.xml │ │ │ ├── DreadnoughtMKI.xml │ │ │ ├── EmpireBomber.xml │ │ │ ├── EmpireCorvette.xml │ │ │ ├── EmpireCruiser.xml │ │ │ ├── EmpireDestroyer.xml │ │ │ ├── EmpireDestroyer2.xml │ │ │ ├── EmpireFighter.xml │ │ │ ├── EmpireFrigate.xml │ │ │ ├── EmpireFrigateEscort.xml │ │ │ ├── EmpireStrikeWing.xml │ │ │ ├── EmptySpaceStation01.xml │ │ │ ├── ExplorationVessel.xml │ │ │ ├── FastAttackCorvetteMKI.xml │ │ │ ├── FuelDepot02.xml │ │ │ ├── FuelDepotWreckage.xml │ │ │ ├── FuelDepotWreckageBugs.xml │ │ │ ├── FuelDepotWreckageMechs.xml │ │ │ ├── FuelTankerUnladen.xml │ │ │ ├── FuelTransport.xml │ │ │ ├── FuelTransportEmpty.xml │ │ │ ├── FuelTransportLowResources.xml │ │ │ ├── GlitterworldPlanetkiller.xml │ │ │ ├── HeavyBattlecruiserMKI.xml │ │ │ ├── HeavyBattlecruiserMKII.xml │ │ │ ├── HeavyBomberMKI.xml │ │ │ ├── HeavyBomberMKII.xml │ │ │ ├── HeavyFighterMKI.xml │ │ │ ├── HeavyFighterMKII.xml │ │ │ ├── HeavyFighterMKIII.xml │ │ │ ├── HeavyFrigateMKI.xml │ │ │ ├── HeavyFrigateMKII.xml │ │ │ ├── ISCSColony.xml │ │ │ ├── ISCSContainer.xml │ │ │ ├── ISCSFuel.xml │ │ │ ├── ISCSPirate.xml │ │ │ ├── ISCargoRunnerWCorvette1.xml │ │ │ ├── ISCargoRunnerWCorvette2.xml │ │ │ ├── ISCargoRunnerWEscortFighter.xml │ │ │ ├── ISCargoRunnerWEscortWing.xml │ │ │ ├── InterstellarCargoRunner.xml │ │ │ ├── InterstellarTransport.xml │ │ │ ├── InterstellarTransportEmpty.xml │ │ │ ├── JuggernautMKI.xml │ │ │ ├── Large1EngSatellite1Turret.xml │ │ │ ├── Large1EngSatellite2Turrets.xml │ │ │ ├── Large1EngSatellite3Turrets.xml │ │ │ ├── Large2EngSatellite1Turret.xml │ │ │ ├── Large2EngSatellite2Turrets.xml │ │ │ ├── Large2EngSatellite3Turrets.xml │ │ │ ├── LargeMechSphere01.xml │ │ │ ├── LargeMechSphere02.xml │ │ │ ├── LargeMechSphere03.xml │ │ │ ├── LargeNoEngSatellite1Turret.xml │ │ │ ├── LargeNoEngSatellite2Turret.xml │ │ │ ├── LargeNoEngSatellite3Turret.xml │ │ │ ├── LargeNoEngSatellite4Turret.xml │ │ │ ├── Leviathan.xml │ │ │ ├── LeviathanMKII.xml │ │ │ ├── LightBattleCruiserMKI.xml │ │ │ ├── LightCargoRunner.xml │ │ │ ├── LightCargoRunnerWEscort.xml │ │ │ ├── LightFrigateMKI.xml │ │ │ ├── LightFrigateMKII.xml │ │ │ ├── LightFrigateMarineLander.xml │ │ │ ├── LightFrigateMissileBoat.xml │ │ │ ├── MarineBoardingDestroyer.xml │ │ │ ├── MarineBoardingVessel.xml │ │ │ ├── MechExterminationSphere01.xml │ │ │ ├── MechHijackedLeviathan.xml │ │ │ ├── MechShipMegaRing.xml │ │ │ ├── MechanoidDaywrecker.xml │ │ │ ├── MechanoidHeavyDroneSquadron.xml │ │ │ ├── MechanoidMegaRingShip.xml │ │ │ ├── MechanoidMoonBase.xml │ │ │ ├── MechanoidSystemDefender.xml │ │ │ ├── MicroFighter.xml │ │ │ ├── MicroFighterMKI.xml │ │ │ ├── MicroFighterMKII.xml │ │ │ ├── MicroFighterMKIII.xml │ │ │ ├── MicroFighterMKIV.xml │ │ │ ├── MicroFightersx6.xml │ │ │ ├── MiniMechSphere1Eng1Turret.xml │ │ │ ├── MiniMechSphere1Eng2Turret.xml │ │ │ ├── MiniMechSphere1Eng3Turret.xml │ │ │ ├── MiniMechSphere2Eng3Turrets.xml │ │ │ ├── MiniMechSphere2Eng5Turrets.xml │ │ │ ├── MiniMechSphere2Eng7Turrets.xml │ │ │ ├── MiningRig.xml │ │ │ ├── MiningRigLowLoot.xml │ │ │ ├── MiningRigPirateSurprise.xml │ │ │ ├── MiningRigUnladen.xml │ │ │ ├── MysteriousArchotechSphere.xml │ │ │ ├── PlanetInvaderMKI.xml │ │ │ ├── PrisonStation.xml │ │ │ ├── PrisonStation01.xml │ │ │ ├── PrisonStation02.xml │ │ │ ├── PsychicAmplifier.xml │ │ │ ├── PsychicMothership.xml │ │ │ ├── Salamander.xml │ │ │ ├── Scorpion.xml │ │ │ ├── ScythianDestroyer.xml │ │ │ ├── ShipBreakerFullyArmed.xml │ │ │ ├── SimpleScow.xml │ │ │ ├── Skink.xml │ │ │ ├── SmallSatellite1Eng1Turrets.xml │ │ │ ├── SmallSatellite1Eng2Turrets.xml │ │ │ ├── SmallSatellite1Eng3Turrets.xml │ │ │ ├── SmallSatellite2Eng1Turret1.xml │ │ │ ├── SmallSatellite2Eng1Turrets.xml │ │ │ ├── SmallSatellite2Eng2Turrets.xml │ │ │ ├── SmallSatellite2Eng3Turrets.xml │ │ │ ├── SmallSatelliteNoEng1Turret.xml │ │ │ ├── SmallSatelliteNoEng1Turrets.xml │ │ │ ├── SmallSatelliteNoEng2Turrets.xml │ │ │ ├── SmallSatelliteNoEng3Turrets.xml │ │ │ ├── SmallTradeShip.xml │ │ │ ├── SpaceStartDungeon.xml │ │ │ ├── StartShipA.xml │ │ │ ├── StartShipB.xml │ │ │ ├── StartShipC.xml │ │ │ ├── StartShipD.xml │ │ │ ├── StartShipE.xml │ │ │ ├── StartShipF.xml │ │ │ ├── StartShipG.xml │ │ │ ├── StartShipH.xml │ │ │ ├── StartShipI.xml │ │ │ ├── StartShipJ.xml │ │ │ ├── StartShipJ_EasyMode.xml │ │ │ ├── StartShipK.xml │ │ │ ├── StartShipK_EasyMode.xml │ │ │ ├── StartShipK_Infested.xml │ │ │ ├── SupplyPod01RandomLoot.xml │ │ │ ├── SupplyPodBugHive.xml │ │ │ ├── SupplyPodChemfuel.xml │ │ │ ├── SupplyPodCrew.xml │ │ │ ├── SupplyPodCryptoCasket.xml │ │ │ ├── SupplyPodEmpty.xml │ │ │ ├── SupplyPodHeavyMarine.xml │ │ │ ├── SupplyPodLottaMechs.xml │ │ │ ├── SupplyPodMarine01.xml │ │ │ ├── SupplyPodMarine02.xml │ │ │ ├── SupplyPodMarine03.xml │ │ │ ├── SupplyPodMech.xml │ │ │ ├── SupplyPodRandom02.xml │ │ │ ├── SupplyPodRandomMech.xml │ │ │ ├── SupplyPodSpaceBug.xml │ │ │ ├── SupplyPodUraniumFuelpod.xml │ │ │ ├── TorpedoFrigate.xml │ │ │ ├── TradeShipEmpty.xml │ │ │ ├── TradeShipFuelTanker.xml │ │ │ ├── TradeShipFull.xml │ │ │ ├── TradeShipWEscortCorvette1.xml │ │ │ ├── TradeShipWEscortCorvette2.xml │ │ │ ├── TradeShipWEscortCorvette3.xml │ │ │ ├── TradeShipWEscortCorvette4.xml │ │ │ ├── TradeShipWEscortDestroyer1.xml │ │ │ ├── TradeShipWEscortDestroyer2.xml │ │ │ ├── TradeShipWEscortDestroyer3.xml │ │ │ ├── TradeShipWEscortDestroyer4.xml │ │ │ ├── TradeShipWEscortWing1.xml │ │ │ ├── TradeShipWEscortWing2.xml │ │ │ ├── TribalVillageIsNotAShip.xml │ │ │ ├── TwinSpineDestroyer.xml │ │ │ ├── UltraDreadnoughtMKI.xml │ │ │ ├── UltraDreadnoughtMKII.xml │ │ │ ├── WreckedFrigate01.xml │ │ │ ├── WreckedFrigateBugs.xml │ │ │ └── WreckedFrigateMechs.xml │ │ └── TipSetDefs │ │ │ └── Tips.xml │ ├── PawnKindDefs │ │ ├── PawnKinds_Archotech.xml │ │ ├── PawnKinds_Shuttle.xml │ │ └── PawnKinds_Space.xml │ ├── QuestScriptDefs │ │ ├── Script_Archotech.xml │ │ └── Script_SpaceSite.xml │ ├── RecipeDefs │ │ ├── Recipes_Shuttle.xml │ │ └── Recipes_Space.xml │ ├── ResearchProjectDefs │ │ ├── ResearchProjects_Archotech.xml │ │ ├── ResearchProjects_Ship.xml │ │ └── ResearchTabs_Ship.xml │ ├── RuleDefs │ │ └── Rules_Space.xml │ ├── Scenarios │ │ ├── ScenParts.xml │ │ └── Scenarios_Space.xml │ ├── Sites │ │ └── Cores │ │ │ └── Space.xml │ ├── SoundDefs │ │ ├── Reactor.xml │ │ └── Ship_Weapons.xml │ ├── Stats │ │ └── Stats_Archotech.xml │ ├── Storyteller │ │ └── Incidents_Space.xml │ ├── TaleDefs │ │ └── Tales_Space.xml │ ├── TerrainDefs │ │ └── Terrain_Space.xml │ ├── ThingCategoryDefs │ │ └── ThingCategories_Space.xml │ ├── ThingDefs_Buildings │ │ ├── Buildings_Joy.xml │ │ ├── Buildings_Mech.xml │ │ ├── Buildings_Salvage.xml │ │ ├── Buildings_Ship.xml │ │ ├── Buildings_ShipCombat.xml │ │ ├── Buildings_ShipTechArcho.xml │ │ └── Buildings_Shuttle.xml │ ├── ThingDefs_Items │ │ ├── Items_Archotech.xml │ │ ├── Items_ShipCombat.xml │ │ ├── Items_Shuttle.xml │ │ └── Items_Space.xml │ ├── ThingDefs_Misc │ │ ├── Apparel_Space.xml │ │ ├── Filth_Space.xml │ │ └── Things_SpecialShuttle.xml │ ├── ThingDefs_Plants │ │ └── Plants_Archotech.xml │ ├── ThingSetMakerDefs │ │ └── ThingSetMakers_Space.xml │ ├── ThinkTreeDefs │ │ ├── ThinkTree_AICrew │ │ └── ThinkTree_Shuttle.xml │ ├── ThoughtDefs │ │ ├── Thoughts_Memory_Archotech.xml │ │ └── Thoughts_Space.xml │ ├── TraitDefs │ │ └── Traits_AICrew │ ├── WeatherDefs │ │ └── Weathers_Space.xml │ ├── WorkGiverDefs │ │ └── WorkGiversSpace.xml │ └── WorldObjectDefs │ │ └── WorldObjects.xml ├── Languages │ └── English │ │ └── Keyed │ │ ├── GameplayCommands.xml │ │ ├── Incidents.xml │ │ ├── Letters.xml │ │ ├── Misc_Gameplay.xml │ │ └── ScenParts.xml └── Patches │ ├── ArchotechPatches.xml │ ├── Patch_Royalty.xml │ ├── ShipPartPatches.xml │ ├── patch_EVA.xml │ ├── patch_LWM.xml │ ├── patch_randy_sos.xml │ └── patch_rimefeller_sos.xml ├── 1.3 ├── Assemblies │ └── ShipsHaveInsides.dll ├── Defs │ ├── BiomeDefs │ │ └── Biomes_Space.xml │ ├── Bodies │ │ └── Bodies_Shuttle.xml │ ├── DamageDefs │ │ └── Damages_Space.xml │ ├── DutyDefs │ │ └── Duties_Ship.xml │ ├── HediffDefs │ │ ├── Hediffs_BodyParts_Archotech.xml │ │ └── Hediffs_Space.xml │ ├── JobDefs │ │ ├── Jobs.xml │ │ └── Jobs_Joy.xml │ ├── Joy │ │ ├── JoyGivers.xml │ │ └── JoyKinds.xml │ ├── MapGeneration │ │ └── SpaceMapGenerator.xml │ ├── MeditationFocusDefs │ │ └── MeditationFocuses.xml │ ├── Misc │ │ ├── ArchotechGifts.xml │ │ ├── EnemyShipDefs.xml │ │ ├── IncidentTargetTypeDefs │ │ │ └── IncidentTargetTagDefs.xml │ │ ├── PrisonerInteractionModeDefs │ │ │ └── PrisonerInteractionMode.xml │ │ ├── RoofDefs │ │ │ └── Roofs.xml │ │ ├── ShipDefs │ │ │ ├── 0.xml │ │ │ ├── AbandonedMiningStation.xml │ │ │ ├── AfterlifeVaultStart.xml │ │ │ ├── AgriculturalStation01.xml │ │ │ ├── AgriculturalStation02.xml │ │ │ ├── AgriculturalStationDestroyed.xml │ │ │ ├── AntigrainTrapPod.xml │ │ │ ├── ArchotechGardenStation.xml │ │ │ ├── Arwing.xml │ │ │ ├── ArwingWHeavyFighters.xml │ │ │ ├── AssaultBeamCruiserMKI.xml │ │ │ ├── AsteroidBaseStart01.xml │ │ │ ├── AsteroidBaseStart02.xml │ │ │ ├── AsteroidBaseStart03.xml │ │ │ ├── AsteroidBaseStart04.xml │ │ │ ├── AsteroidBaseStart05.xml │ │ │ ├── AsteroidBaseStart06.xml │ │ │ ├── AsteroidBaseStart07.xml │ │ │ ├── AsteroidBaseStart08.xml │ │ │ ├── BattlecruiserMKII.xml │ │ │ ├── Broadhead.xml │ │ │ ├── CharlonWhitestone.xml │ │ │ ├── ColonyShipEmpty.xml │ │ │ ├── ColonyShipFull.xml │ │ │ ├── Colossus.xml │ │ │ ├── Corvette.xml │ │ │ ├── CrescentMoonDreadnought.xml │ │ │ ├── DefenseInstallation.xml │ │ │ ├── DefenseInstallation3Turrets.xml │ │ │ ├── DefenseInstallation4Turrets.xml │ │ │ ├── DefenseInstallation5Turrets.xml │ │ │ ├── DefenseInstallation6Turrets.xml │ │ │ ├── DeluxeTradeShip.xml │ │ │ ├── DerelictDestroyer01.xml │ │ │ ├── DerelictDestroyer02.xml │ │ │ ├── DerelictDestroyerBugInfest.xml │ │ │ ├── DestroyerMKI.xml │ │ │ ├── DestroyerMKII.xml │ │ │ ├── DestroyerMKIII.xml │ │ │ ├── DestroyerMKIwCorvette1.xml │ │ │ ├── DestroyerMKIwCorvette2.xml │ │ │ ├── DestroyerMKIwCorvette3.xml │ │ │ ├── DestroyerMKIwMissiles.xml │ │ │ ├── DreadnoughtMKI.xml │ │ │ ├── EmpireBomber.xml │ │ │ ├── EmpireCorvette.xml │ │ │ ├── EmpireCruiser.xml │ │ │ ├── EmpireDestroyer.xml │ │ │ ├── EmpireDestroyer2.xml │ │ │ ├── EmpireFighter.xml │ │ │ ├── EmpireFrigate.xml │ │ │ ├── EmpireFrigateEscort.xml │ │ │ ├── EmpireStrikeWing.xml │ │ │ ├── EmptySpaceStation01.xml │ │ │ ├── ExplorationVessel.xml │ │ │ ├── FastAttackCorvetteMKI.xml │ │ │ ├── FuelDepot02.xml │ │ │ ├── FuelDepotWreckage.xml │ │ │ ├── FuelDepotWreckageBugs.xml │ │ │ ├── FuelDepotWreckageMechs.xml │ │ │ ├── FuelTankerUnladen.xml │ │ │ ├── FuelTransport.xml │ │ │ ├── FuelTransportEmpty.xml │ │ │ ├── FuelTransportLowResources.xml │ │ │ ├── GlitterworldPlanetkiller.xml │ │ │ ├── HeavyBattlecruiserMKI.xml │ │ │ ├── HeavyBattlecruiserMKII.xml │ │ │ ├── HeavyBomberMKI.xml │ │ │ ├── HeavyBomberMKII.xml │ │ │ ├── HeavyFighterMKI.xml │ │ │ ├── HeavyFighterMKII.xml │ │ │ ├── HeavyFighterMKIII.xml │ │ │ ├── HeavyFrigateMKI.xml │ │ │ ├── HeavyFrigateMKII.xml │ │ │ ├── ISCSColony.xml │ │ │ ├── ISCSContainer.xml │ │ │ ├── ISCSFuel.xml │ │ │ ├── ISCSPirate.xml │ │ │ ├── ISCargoRunnerWCorvette1.xml │ │ │ ├── ISCargoRunnerWCorvette2.xml │ │ │ ├── ISCargoRunnerWEscortFighter.xml │ │ │ ├── ISCargoRunnerWEscortWing.xml │ │ │ ├── InterstellarCargoRunner.xml │ │ │ ├── InterstellarTransport.xml │ │ │ ├── InterstellarTransportEmpty.xml │ │ │ ├── JuggernautMKI.xml │ │ │ ├── Large1EngSatellite1Turret.xml │ │ │ ├── Large1EngSatellite2Turrets.xml │ │ │ ├── Large1EngSatellite3Turrets.xml │ │ │ ├── Large2EngSatellite1Turret.xml │ │ │ ├── Large2EngSatellite2Turrets.xml │ │ │ ├── Large2EngSatellite3Turrets.xml │ │ │ ├── LargeMechSphere01.xml │ │ │ ├── LargeMechSphere02.xml │ │ │ ├── LargeMechSphere03.xml │ │ │ ├── LargeNoEngSatellite1Turret.xml │ │ │ ├── LargeNoEngSatellite2Turret.xml │ │ │ ├── LargeNoEngSatellite3Turret.xml │ │ │ ├── LargeNoEngSatellite4Turret.xml │ │ │ ├── Leviathan.xml │ │ │ ├── LeviathanMKII.xml │ │ │ ├── LightBattleCruiserMKI.xml │ │ │ ├── LightCargoRunner.xml │ │ │ ├── LightCargoRunnerWEscort.xml │ │ │ ├── LightFrigateMKI.xml │ │ │ ├── LightFrigateMKII.xml │ │ │ ├── LightFrigateMarineLander.xml │ │ │ ├── LightFrigateMissileBoat.xml │ │ │ ├── MarineBoardingDestroyer.xml │ │ │ ├── MarineBoardingVessel.xml │ │ │ ├── MechExterminationSphere01.xml │ │ │ ├── MechHijackedLeviathan.xml │ │ │ ├── MechShipMegaRing.xml │ │ │ ├── MechanoidDaywrecker.xml │ │ │ ├── MechanoidHeavyDroneSquadron.xml │ │ │ ├── MechanoidMegaRingShip.xml │ │ │ ├── MechanoidMoonBase.xml │ │ │ ├── MechanoidSystemDefender.xml │ │ │ ├── MicroFighter.xml │ │ │ ├── MicroFighterMKI.xml │ │ │ ├── MicroFighterMKII.xml │ │ │ ├── MicroFighterMKIII.xml │ │ │ ├── MicroFighterMKIV.xml │ │ │ ├── MicroFightersx6.xml │ │ │ ├── MiniMechSphere1Eng1Turret.xml │ │ │ ├── MiniMechSphere1Eng2Turret.xml │ │ │ ├── MiniMechSphere1Eng3Turret.xml │ │ │ ├── MiniMechSphere2Eng3Turrets.xml │ │ │ ├── MiniMechSphere2Eng5Turrets.xml │ │ │ ├── MiniMechSphere2Eng7Turrets.xml │ │ │ ├── MiningRig.xml │ │ │ ├── MiningRigLowLoot.xml │ │ │ ├── MiningRigPirateSurprise.xml │ │ │ ├── MiningRigUnladen.xml │ │ │ ├── MysteriousArchotechSphere.xml │ │ │ ├── PlanetInvaderMKI.xml │ │ │ ├── PrisonStation.xml │ │ │ ├── PrisonStation01.xml │ │ │ ├── PrisonStation02.xml │ │ │ ├── PsychicAmplifier.xml │ │ │ ├── PsychicMothership.xml │ │ │ ├── Salamander.xml │ │ │ ├── Scorpion.xml │ │ │ ├── ScythianDestroyer.xml │ │ │ ├── ShipBreakerFullyArmed.xml │ │ │ ├── SimpleScow.xml │ │ │ ├── Skink.xml │ │ │ ├── SmallSatellite1Eng1Turrets.xml │ │ │ ├── SmallSatellite1Eng2Turrets.xml │ │ │ ├── SmallSatellite1Eng3Turrets.xml │ │ │ ├── SmallSatellite2Eng1Turret1.xml │ │ │ ├── SmallSatellite2Eng1Turrets.xml │ │ │ ├── SmallSatellite2Eng2Turrets.xml │ │ │ ├── SmallSatellite2Eng3Turrets.xml │ │ │ ├── SmallSatelliteNoEng1Turret.xml │ │ │ ├── SmallSatelliteNoEng1Turrets.xml │ │ │ ├── SmallSatelliteNoEng2Turrets.xml │ │ │ ├── SmallSatelliteNoEng3Turrets.xml │ │ │ ├── SmallTradeShip.xml │ │ │ ├── SpaceStartDungeon.xml │ │ │ ├── StartShipA.xml │ │ │ ├── StartShipB.xml │ │ │ ├── StartShipC.xml │ │ │ ├── StartShipD.xml │ │ │ ├── StartShipE.xml │ │ │ ├── StartShipF.xml │ │ │ ├── StartShipG.xml │ │ │ ├── StartShipH.xml │ │ │ ├── StartShipI.xml │ │ │ ├── StartShipJ.xml │ │ │ ├── StartShipJ_EasyMode.xml │ │ │ ├── StartShipK.xml │ │ │ ├── StartShipK_EasyMode.xml │ │ │ ├── StartShipK_Infested.xml │ │ │ ├── SupplyPod01RandomLoot.xml │ │ │ ├── SupplyPodBugHive.xml │ │ │ ├── SupplyPodChemfuel.xml │ │ │ ├── SupplyPodCrew.xml │ │ │ ├── SupplyPodCryptoCasket.xml │ │ │ ├── SupplyPodEmpty.xml │ │ │ ├── SupplyPodHeavyMarine.xml │ │ │ ├── SupplyPodLottaMechs.xml │ │ │ ├── SupplyPodMarine01.xml │ │ │ ├── SupplyPodMarine02.xml │ │ │ ├── SupplyPodMarine03.xml │ │ │ ├── SupplyPodMech.xml │ │ │ ├── SupplyPodRandom02.xml │ │ │ ├── SupplyPodRandomMech.xml │ │ │ ├── SupplyPodSpaceBug.xml │ │ │ ├── SupplyPodUraniumFuelpod.xml │ │ │ ├── TorpedoFrigate.xml │ │ │ ├── TradeShipEmpty.xml │ │ │ ├── TradeShipFuelTanker.xml │ │ │ ├── TradeShipFull.xml │ │ │ ├── TradeShipWEscortCorvette1.xml │ │ │ ├── TradeShipWEscortCorvette2.xml │ │ │ ├── TradeShipWEscortCorvette3.xml │ │ │ ├── TradeShipWEscortCorvette4.xml │ │ │ ├── TradeShipWEscortDestroyer1.xml │ │ │ ├── TradeShipWEscortDestroyer2.xml │ │ │ ├── TradeShipWEscortDestroyer3.xml │ │ │ ├── TradeShipWEscortDestroyer4.xml │ │ │ ├── TradeShipWEscortWing1.xml │ │ │ ├── TradeShipWEscortWing2.xml │ │ │ ├── TribalVillageIsNotAShip.xml │ │ │ ├── TwinSpineDestroyer.xml │ │ │ ├── UltraDreadnoughtMKI.xml │ │ │ ├── UltraDreadnoughtMKII.xml │ │ │ ├── WreckedFrigate01.xml │ │ │ ├── WreckedFrigateBugs.xml │ │ │ └── WreckedFrigateMechs.xml │ │ └── TipSetDefs │ │ │ └── Tips.xml │ ├── PawnKindDefs │ │ ├── PawnKinds_Archotech.xml │ │ ├── PawnKinds_Shuttle.xml │ │ └── PawnKinds_Space.xml │ ├── QuestScriptDefs │ │ ├── Script_Archotech.xml │ │ ├── Script_ShipMayday.xml │ │ └── Script_SpaceSite.xml │ ├── RecipeDefs │ │ ├── Recipes_Shuttle.xml │ │ └── Recipes_Space.xml │ ├── ResearchProjectDefs │ │ ├── ResearchProjects_Archotech.xml │ │ ├── ResearchProjects_Ship.xml │ │ └── ResearchTabs_Ship.xml │ ├── RuleDefs │ │ └── Rules_Space.xml │ ├── Scenarios │ │ ├── ScenParts.xml │ │ └── Scenarios_Space.xml │ ├── Sites │ │ └── Cores │ │ │ └── Space.xml │ ├── SoundDefs │ │ ├── Reactor.xml │ │ └── Ship_Weapons.xml │ ├── Stats │ │ └── Stats_Archotech.xml │ ├── Storyteller │ │ ├── Incidents_Space.xml │ │ └── Storytellers.xml │ ├── TaleDefs │ │ └── Tales_Space.xml │ ├── TerrainDefs │ │ └── Terrain_Space.xml │ ├── ThingCategoryDefs │ │ └── ThingCategories_Space.xml │ ├── ThingDefs_Buildings │ │ ├── Buildings_Joy.xml │ │ ├── Buildings_Mech.xml │ │ ├── Buildings_Salvage.xml │ │ ├── Buildings_Ship.xml │ │ ├── Buildings_ShipCombat.xml │ │ ├── Buildings_ShipTechArcho.xml │ │ └── Buildings_Shuttle.xml │ ├── ThingDefs_Items │ │ ├── Items_Archotech.xml │ │ ├── Items_ShipCombat.xml │ │ ├── Items_Shuttle.xml │ │ └── Items_Space.xml │ ├── ThingDefs_Misc │ │ ├── Apparel_Space.xml │ │ ├── Filth_Space.xml │ │ └── Things_SpecialShuttle.xml │ ├── ThingDefs_Plants │ │ └── Plants_Archotech.xml │ ├── ThingSetMakerDefs │ │ └── ThingSetMakers_Space.xml │ ├── ThinkTreeDefs │ │ ├── ThinkTree_AICrew.xml │ │ └── ThinkTree_Shuttle.xml │ ├── ThoughtDefs │ │ ├── Thoughts_Memory_Archotech.xml │ │ └── Thoughts_Space.xml │ ├── TraitDefs │ │ └── Traits_AICrew │ ├── WeatherDefs │ │ └── Weathers_Space.xml │ ├── WorkGiverDefs │ │ └── WorkGiversSpace.xml │ └── WorldObjectDefs │ │ └── WorldObjects.xml ├── Languages │ └── English │ │ └── Keyed │ │ ├── GameplayCommands.xml │ │ ├── Incidents.xml │ │ ├── Letters.xml │ │ ├── Misc_Gameplay.xml │ │ └── ScenParts.xml └── Patches │ ├── ArchotechPatches.xml │ ├── Patch_Royalty.xml │ ├── ShipPartPatches.xml │ ├── patch_EVA.xml │ ├── patch_HAR.xml │ ├── patch_LWM.xml │ ├── patch_randy_sos.xml │ └── patch_rimefeller_sos.xml ├── 1.4 ├── Assemblies │ └── ShipsHaveInsides.dll ├── Defs │ ├── BackstoryDefs │ │ └── Backstory_Space.xml │ ├── BiomeDefs │ │ └── Biomes_Space.xml │ ├── Bodies │ │ └── Bodies_Shuttle.xml │ ├── DamageDefs │ │ └── Damages_Space.xml │ ├── DutyDefs │ │ └── Duties_Ship.xml │ ├── Effects │ │ └── Mote_Bubble.xml │ ├── GameConditionDefs │ │ └── GameConditions_Space.xml │ ├── HediffDefs │ │ ├── Hediffs_BodyParts_Archotech.xml │ │ └── Hediffs_Space.xml │ ├── JobDefs │ │ ├── Jobs.xml │ │ └── Jobs_Joy.xml │ ├── Joy │ │ ├── JoyGivers.xml │ │ └── JoyKinds.xml │ ├── MapGeneration │ │ └── SpaceMapGenerator.xml │ ├── MeditationFocusDefs │ │ └── MeditationFocuses.xml │ ├── Misc │ │ ├── ArchotechGifts.xml │ │ ├── EnemyShipDefs.xml │ │ ├── IncidentTargetTypeDefs │ │ │ └── IncidentTargetTagDefs.xml │ │ ├── PrisonerInteractionModeDefs │ │ │ └── PrisonerInteractionMode.xml │ │ ├── RoofDefs │ │ │ └── Roofs.xml │ │ ├── ShipDefs │ │ │ ├── 0.xml │ │ │ ├── 1Fleets.xml │ │ │ ├── BattlecruiserArmata.xml │ │ │ ├── BattlecruiserAurora.xml │ │ │ ├── BattlecruiserCrescent.xml │ │ │ ├── BattlecruiserOrion.xml │ │ │ ├── BattlecruiserTrident.xml │ │ │ ├── Blueprints │ │ │ │ ├── BPBomberHeavy.xml │ │ │ │ ├── BPCargoFirefly.xml │ │ │ │ ├── BPCorvette.xml │ │ │ │ ├── BPCorvetteGunship.xml │ │ │ │ ├── BPCorvetteTorp.xml │ │ │ │ ├── BPCorvetteWinged.xml │ │ │ │ ├── BPFrigateArcher.xml │ │ │ │ ├── BPFrigateWinged.xml │ │ │ │ ├── BPTachinante.xml │ │ │ │ └── BPTransportSmall.xml │ │ │ ├── BomberHeavy.xml │ │ │ ├── BomberLight.xml │ │ │ ├── BomberMedium.xml │ │ │ ├── CargoFirefly.xml │ │ │ ├── CargoFireflyArmed.xml │ │ │ ├── ContainerShipLarge.xml │ │ │ ├── CorvetteArrowhead.xml │ │ │ ├── CorvetteFast.xml │ │ │ ├── CorvetteGunshipT1.xml │ │ │ ├── CorvetteGunshipT2.xml │ │ │ ├── CorvetteGunshipT3.xml │ │ │ ├── CorvetteHammerhead.xml │ │ │ ├── CorvetteMartian.xml │ │ │ ├── CorvetteT1.xml │ │ │ ├── CorvetteT2.xml │ │ │ ├── CorvetteT3.xml │ │ │ ├── CorvetteT3E.xml │ │ │ ├── CorvetteT3S.xml │ │ │ ├── CorvetteTorpedoT2.xml │ │ │ ├── CorvetteWinged.xml │ │ │ ├── Cruiser.xml │ │ │ ├── CruiserCrab.xml │ │ │ ├── CruiserScythian.xml │ │ │ ├── CruiserThor.xml │ │ │ ├── CruiserWinged.xml │ │ │ ├── DefenseInstallation.xml │ │ │ ├── DefenseInstallation4.xml │ │ │ ├── DefenseInstallation6.xml │ │ │ ├── DestroyerDefiance.xml │ │ │ ├── DestroyerSpine.xml │ │ │ ├── DestroyerStealth.xml │ │ │ ├── DestroyerT1.xml │ │ │ ├── DestroyerT2.xml │ │ │ ├── DestroyerT3.xml │ │ │ ├── DestroyerTwinSpineT3.xml │ │ │ ├── Dreadnought.xml │ │ │ ├── DreadnoughtColossus.xml │ │ │ ├── DreadnoughtStealth.xml │ │ │ ├── Empire │ │ │ │ ├── EmpireBattleship.xml │ │ │ │ ├── EmpireBomber.xml │ │ │ │ ├── EmpireCorvette.xml │ │ │ │ ├── EmpireCruiser.xml │ │ │ │ ├── EmpireDestroyer.xml │ │ │ │ └── EmpireFighter.xml │ │ │ ├── ExplorationVessel.xml │ │ │ ├── FighterHeavy.xml │ │ │ ├── FighterMedium.xml │ │ │ ├── FighterMicro.xml │ │ │ ├── FighterMini.xml │ │ │ ├── FighterSolar.xml │ │ │ ├── FighterStargun.xml │ │ │ ├── FighterWinged.xml │ │ │ ├── FrigateArcher.xml │ │ │ ├── FrigateAssault.xml │ │ │ ├── FrigateBroadhead.xml │ │ │ ├── FrigateExperimental.xml │ │ │ ├── FrigateHeavy.xml │ │ │ ├── FrigateIronclad.xml │ │ │ ├── FrigatePartisan.xml │ │ │ ├── FrigateScorpion.xml │ │ │ ├── FrigateStealth.xml │ │ │ ├── FrigateWinged.xml │ │ │ ├── FuelTanker.xml │ │ │ ├── FuelTankerEmpty.xml │ │ │ ├── GardenShip.xml │ │ │ ├── HaulerModular.xml │ │ │ ├── HaulerModularLong.xml │ │ │ ├── HaulerModularShort.xml │ │ │ ├── HaulerSideLoading.xml │ │ │ ├── ISCSColony.xml │ │ │ ├── ISCSContainer.xml │ │ │ ├── ISCSContainerEmpty.xml │ │ │ ├── ISCSFuel.xml │ │ │ ├── ISCSFuelEmpty.xml │ │ │ ├── LightCargoRunner.xml │ │ │ ├── LightFreighter.xml │ │ │ ├── Mechanoid │ │ │ │ ├── MechPsychicAmp.xml │ │ │ │ ├── MechSphere.xml │ │ │ │ ├── MechSphereArcho.xml │ │ │ │ ├── MechSphereHuge.xml │ │ │ │ ├── MechSphereLarge.xml │ │ │ │ ├── MechSphereLargeAlt.xml │ │ │ │ ├── MechSphereMini.xml │ │ │ │ └── MechSphereSmall.xml │ │ │ ├── MiningRig.xml │ │ │ ├── MiningRigEmpty.xml │ │ │ ├── MiningRigLow.xml │ │ │ ├── Old │ │ │ │ ├── AfterlifeVaultStart.xml │ │ │ │ ├── FuelDepot02.xml │ │ │ │ ├── MechanoidDaywrecker.xml │ │ │ │ ├── MechanoidSystemDefender.xml │ │ │ │ ├── PsychicMothership.xml │ │ │ │ └── StartShipK_Infested.xml │ │ │ ├── Pirate │ │ │ │ ├── PirateISCS.xml │ │ │ │ ├── PirateISCSs.xml │ │ │ │ └── PirateMiningRig.xml │ │ │ ├── SatelliteLarge2.xml │ │ │ ├── SatelliteLarge2Eng.xml │ │ │ ├── SatelliteLarge2Eng2.xml │ │ │ ├── SatelliteLarge3Eng.xml │ │ │ ├── SatelliteLarge3Eng2.xml │ │ │ ├── SatelliteLarge4.xml │ │ │ ├── SatelliteSmall2.xml │ │ │ ├── SatelliteSmall2Eng.xml │ │ │ ├── SatelliteSmall2Eng2.xml │ │ │ ├── SatelliteSmall3.xml │ │ │ ├── SatelliteSmall3Eng.xml │ │ │ ├── SatelliteSmall3Eng2.xml │ │ │ ├── SatelliteSmall4.xml │ │ │ ├── ShipBreakerFullyArmed.xml │ │ │ ├── SimpleScow.xml │ │ │ ├── Site │ │ │ │ ├── AbandonedMiningStation.xml │ │ │ │ ├── ContainerFurniture.xml │ │ │ │ ├── ContainerLoot.xml │ │ │ │ ├── ContainerMech.xml │ │ │ │ ├── ContainerSecure.xml │ │ │ │ ├── ContainerSecurity.xml │ │ │ │ ├── ContainerTV.xml │ │ │ │ ├── SmallSatellite.xml │ │ │ │ ├── StationAgri01.xml │ │ │ │ ├── StationAgri01D.xml │ │ │ │ ├── StationAgri02.xml │ │ │ │ ├── StationAgri03.xml │ │ │ │ ├── StationAgri03D.xml │ │ │ │ ├── StationPrison01.xml │ │ │ │ └── StationPrison02.xml │ │ │ ├── Special │ │ │ │ ├── CharlonWhitestone.xml │ │ │ │ ├── MechanoidMoonBase.xml │ │ │ │ ├── RewardEmpireDestroyer.xml │ │ │ │ ├── StationArchotechGarden.xml │ │ │ │ └── TribalVillageIsNotAShip.xml │ │ │ ├── Start │ │ │ │ ├── StartShipA.xml │ │ │ │ ├── StartShipB.xml │ │ │ │ ├── StartShipC.xml │ │ │ │ ├── StartShipD.xml │ │ │ │ ├── StartShipE.xml │ │ │ │ ├── StartShipF.xml │ │ │ │ ├── StartShipG.xml │ │ │ │ ├── StartShipH.xml │ │ │ │ ├── StartShipJ.xml │ │ │ │ ├── StartShipK.xml │ │ │ │ ├── StartShipTachinante.xml │ │ │ │ ├── StartShipTachinanteR.xml │ │ │ │ ├── StartSiteAsteroidA.xml │ │ │ │ ├── StartSiteAsteroidB.xml │ │ │ │ ├── StartSiteAsteroidC.xml │ │ │ │ ├── StartSiteAsteroidD.xml │ │ │ │ ├── StartSiteAsteroidE.xml │ │ │ │ ├── StartSiteAsteroidMech.xml │ │ │ │ ├── StartSiteEmpire.xml │ │ │ │ ├── StartSiteISCSInfested.xml │ │ │ │ ├── StartSiteMoonA.xml │ │ │ │ ├── StartSiteMoonB.xml │ │ │ │ ├── StartSiteShipyard.xml │ │ │ │ └── StartSiteSkylab.xml │ │ │ ├── TradeShipLarge.xml │ │ │ ├── TradeShipSmall.xml │ │ │ ├── TransportSmall.xml │ │ │ └── _ExportedShipsLink.lnk │ │ ├── SpaceNavyDefs.xml │ │ └── TipSetDefs │ │ │ └── Tips.xml │ ├── PawnKindDefs │ │ ├── PawnKinds_Archotech.xml │ │ ├── PawnKinds_Shuttle.xml │ │ └── PawnKinds_Space.xml │ ├── QuestScriptDefs │ │ ├── Script_Archotech.xml │ │ ├── Script_ShipMayday.xml │ │ └── Script_SpaceSite.xml │ ├── RecipeDefs │ │ ├── Recipes_Shuttle.xml │ │ └── Recipes_Space.xml │ ├── ResearchProjectDefs │ │ ├── ResearchProjects_Archotech.xml │ │ ├── ResearchProjects_Ship.xml │ │ └── ResearchTabs_Ship.xml │ ├── RuleDefs │ │ └── Rules_Space.xml │ ├── Scenarios │ │ ├── ScenParts.xml │ │ └── Scenarios_Space.xml │ ├── Sites │ │ └── Cores │ │ │ └── Space.xml │ ├── SoundDefs │ │ └── Ship_Sounds.xml │ ├── Stats │ │ ├── Stats_Archotech.xml │ │ ├── Stats_Building_Special.xml │ │ └── Stats_Pawns_General.xml │ ├── Storyteller │ │ ├── Incidents_Space.xml │ │ └── Storytellers.xml │ ├── TaleDefs │ │ └── Tales_Space.xml │ ├── TerrainDefs │ │ └── Terrain_Space.xml │ ├── ThingCategoryDefs │ │ └── ThingCategories_Space.xml │ ├── ThingDefs_Buildings │ │ ├── Buildings_Joy.xml │ │ ├── Buildings_Salvage.xml │ │ ├── Buildings_Ship.xml │ │ ├── Buildings_ShipCombat.xml │ │ ├── Buildings_ShipMech.xml │ │ ├── Buildings_ShipTechArcho.xml │ │ └── Buildings_Shuttle.xml │ ├── ThingDefs_Items │ │ ├── Items_Archotech.xml │ │ ├── Items_ShipCombat.xml │ │ ├── Items_Shuttle.xml │ │ └── Items_Space.xml │ ├── ThingDefs_Misc │ │ ├── Apparel_Space.xml │ │ ├── Filth_Space.xml │ │ └── Things_SpecialShuttle.xml │ ├── ThingDefs_Plants │ │ └── Plants_Archotech.xml │ ├── ThingSetMakerDefs │ │ └── ThingSetMakers_Space.xml │ ├── ThinkTreeDefs │ │ ├── ThinkTree_AICrew.xml │ │ └── ThinkTree_Shuttle.xml │ ├── ThoughtDefs │ │ ├── Thoughts_Memory_Archotech.xml │ │ └── Thoughts_Space.xml │ ├── TraitDefs │ │ └── Traits_AICrew │ ├── WeatherDefs │ │ └── Weathers_Space.xml │ ├── WorkGiverDefs │ │ └── WorkGiversSpace.xml │ └── WorldObjectDefs │ │ └── WorldObjects.xml ├── Languages │ └── English │ │ └── Keyed │ │ ├── Gameplay.xml │ │ ├── Letters.xml │ │ └── Settings.xml ├── Patches │ ├── patch_base.xml │ ├── patch_dlc.xml │ └── patch_mod.xml └── Textures │ └── Things │ ├── Shuttle │ ├── DropshipVariants │ │ ├── BlackRed │ │ │ ├── BlackDropship_east.png │ │ │ ├── BlackDropship_north.png │ │ │ └── BlackDropship_south.png │ │ ├── DarkBlue │ │ │ ├── DarkBlueDropship_east.png │ │ │ ├── DarkBlueDropship_north.png │ │ │ └── DarkBlueDropship_south.png │ │ ├── Gray │ │ │ ├── GrayDropship_east.png │ │ │ ├── GrayDropship_north.png │ │ │ └── GrayDropship_south.png │ │ ├── LightBlue │ │ │ ├── LightBlueDropship_east.png │ │ │ ├── LightBlueDropship_north.png │ │ │ └── LightBlueDropship_south.png │ │ ├── MatteBlue │ │ │ ├── MatteBlueDropship_east.png │ │ │ ├── MatteBlueDropship_north.png │ │ │ └── MatteBlueDropship_south.png │ │ ├── MatteRed │ │ │ ├── MatteRedDropship_east.png │ │ │ ├── MatteRedDropship_north.png │ │ │ └── MatteRedDropship_south.png │ │ ├── RaceRed │ │ │ ├── RaceRedDropship_east.png │ │ │ ├── RaceRedDropship_north.png │ │ │ └── RaceRedDropship_south.png │ │ └── White │ │ │ ├── WhiteDropship_east.png │ │ │ ├── WhiteDropship_north.png │ │ │ └── WhiteDropship_south.png │ ├── shuttle_dropship.png │ ├── shuttle_east.png │ ├── shuttle_heavy.png │ ├── shuttle_north.png │ ├── shuttle_personal.png │ └── shuttle_south.png │ └── ShuttleHover │ ├── DropshipVariants │ ├── BlackRed │ │ ├── BlackDropshipHover_east.png │ │ ├── BlackDropshipHover_north.png │ │ └── BlackDropshipHover_south.png │ ├── DarkBlue │ │ ├── DarkBlueDropshipHover_east.png │ │ ├── DarkBlueDropshipHover_north.png │ │ └── DarkBlueDropshipHover_south.png │ ├── Gray │ │ ├── GrayDropshipHover_east.png │ │ ├── GrayDropshipHover_north.png │ │ └── GrayDropshipHover_south.png │ ├── LightBlue │ │ ├── LightBlueDropshipHover_east.png │ │ ├── LightBlueDropshipHover_north.png │ │ └── LightBlueDropshipHover_south.png │ ├── MatteBlue │ │ ├── MatteBlueDropshipHover_east.png │ │ ├── MatteBlueDropshipHover_north.png │ │ └── MatteBlueDropshipHover_south.png │ ├── MatteRed │ │ ├── MatteRedDropshipHover_east.png │ │ ├── MatteRedDropshipHover_north.png │ │ └── MatteRedDropshipHover_south.png │ ├── RaceRed │ │ ├── RaceRedDropshipHover_east.png │ │ ├── RaceRedDropshipHover_north.png │ │ └── RaceRedDropshipHover_south.png │ └── White │ │ ├── WhiteDropshipHover_east.png │ │ ├── WhiteDropshipHover_north.png │ │ └── WhiteDropshipHover_south.png │ ├── ShuttleDropship_east.png │ ├── ShuttleDropship_north.png │ ├── ShuttleDropship_south.png │ ├── ShuttleHeavyPack_east - Copy.png │ ├── ShuttleHeavyPack_north.png │ ├── ShuttleHeavyPack_south.png │ ├── ShuttleHeavy_east.png │ ├── ShuttleHeavy_north.png │ ├── ShuttleHeavy_south.png │ ├── ShuttlePack_east.png │ ├── ShuttlePack_north.png │ ├── ShuttlePack_south.png │ ├── ShuttlePersonalPack_east.png │ ├── ShuttlePersonalPack_north.png │ ├── ShuttlePersonalPack_south.png │ ├── ShuttlePersonal_east.png │ ├── ShuttlePersonal_north.png │ ├── ShuttlePersonal_south.png │ ├── Shuttle_east.png │ ├── Shuttle_north.png │ └── Shuttle_south.png ├── 1.5 ├── Assemblies │ └── ShipsHaveInsides.dll ├── Defs │ ├── BackstoryDefs │ │ └── Backstory_Space.xml │ ├── BiomeDefs │ │ └── Biomes_Space.xml │ ├── Bodies │ │ └── Bodies_Shuttle.xml │ ├── DamageDefs │ │ └── Damages_Space.xml │ ├── DutyDefs │ │ └── Duties_Ship.xml │ ├── Effects │ │ └── Mote_Bubble.xml │ ├── GameConditionDefs │ │ └── GameConditions_Space.xml │ ├── GeneDefs │ │ └── GenesSpace.xml │ ├── HediffDefs │ │ ├── Hediffs_BodyParts_Archotech.xml │ │ └── Hediffs_Space.xml │ ├── JobDefs │ │ ├── Jobs.xml │ │ ├── Jobs_Joy.xml │ │ └── Jobs_Learning.xml │ ├── Joy │ │ ├── JoyGivers.xml │ │ └── JoyKinds.xml │ ├── LearningDesireDefs │ │ └── LearningDesires.xml │ ├── MapGeneration │ │ └── SpaceMapGenerator.xml │ ├── MeditationFocusDefs │ │ └── MeditationFocuses.xml │ ├── Misc │ │ ├── ArchotechGifts.xml │ │ ├── GlobalUnlockDefs.xml │ │ ├── IncidentTargetTypeDefs │ │ │ └── IncidentTargetTagDefs.xml │ │ ├── PrisonerInteractionModeDefs │ │ │ └── PrisonerInteractionMode.xml │ │ ├── RoofDefs │ │ │ └── Roofs.xml │ │ ├── ShipDefs │ │ │ ├── 0.xml │ │ │ ├── 1Fleets.xml │ │ │ ├── AfterlifeVaultStart.xml │ │ │ ├── BattlecruiserArmata.xml │ │ │ ├── BattlecruiserAurora.xml │ │ │ ├── BattlecruiserCrescent.xml │ │ │ ├── BattlecruiserOrion.xml │ │ │ ├── BattlecruiserTrident.xml │ │ │ ├── Blueprints │ │ │ │ ├── BPBomberHeavy.xml │ │ │ │ ├── BPCargoFirefly.xml │ │ │ │ ├── BPCorvette.xml │ │ │ │ ├── BPCorvetteArdent.xml │ │ │ │ ├── BPCorvetteGunship.xml │ │ │ │ ├── BPCorvetteTorpedo.xml │ │ │ │ ├── BPCruiserThor.xml │ │ │ │ ├── BPDestroyer.xml │ │ │ │ ├── BPFrigateArcher.xml │ │ │ │ ├── BPMiningRig.xml │ │ │ │ └── BPTransportSmall.xml │ │ │ ├── BomberHeavy.xml │ │ │ ├── BomberLight.xml │ │ │ ├── BomberMedium.xml │ │ │ ├── CargoFirefly.xml │ │ │ ├── CargoFireflyArmed.xml │ │ │ ├── CargoHaulerCombat.xml │ │ │ ├── CargoHaulerModular.xml │ │ │ ├── CarrierHeavy.xml │ │ │ ├── CarrierStrike.xml │ │ │ ├── ContainerShipLarge.xml │ │ │ ├── CorvetteArdent.xml │ │ │ ├── CorvetteArrowhead.xml │ │ │ ├── CorvetteFast.xml │ │ │ ├── CorvetteGunshipT1.xml │ │ │ ├── CorvetteGunshipT2.xml │ │ │ ├── CorvetteGunshipT3.xml │ │ │ ├── CorvetteHammerhead.xml │ │ │ ├── CorvetteMartian.xml │ │ │ ├── CorvetteT1.xml │ │ │ ├── CorvetteT2.xml │ │ │ ├── CorvetteT3.xml │ │ │ ├── CorvetteT3E.xml │ │ │ ├── CorvetteT3S.xml │ │ │ ├── CorvetteTorpedo.xml │ │ │ ├── CorvetteWinged.xml │ │ │ ├── Cruiser.xml │ │ │ ├── CruiserCrab.xml │ │ │ ├── CruiserScythian.xml │ │ │ ├── CruiserThor.xml │ │ │ ├── CruiserWinged.xml │ │ │ ├── DefenseInstallation.xml │ │ │ ├── DefenseInstallation4.xml │ │ │ ├── DefenseInstallation6.xml │ │ │ ├── DestroyerDefiance.xml │ │ │ ├── DestroyerSpine.xml │ │ │ ├── DestroyerStealth.xml │ │ │ ├── DestroyerT1.xml │ │ │ ├── DestroyerT2.xml │ │ │ ├── DestroyerT3.xml │ │ │ ├── DestroyerTwinSpine.xml │ │ │ ├── Dreadnought.xml │ │ │ ├── DreadnoughtColossus.xml │ │ │ ├── DreadnoughtStealth.xml │ │ │ ├── Empire │ │ │ │ ├── EmpireBattleship.xml │ │ │ │ ├── EmpireBomber.xml │ │ │ │ ├── EmpireCorvette.xml │ │ │ │ ├── EmpireCruiser.xml │ │ │ │ ├── EmpireDestroyer.xml │ │ │ │ └── EmpireFighter.xml │ │ │ ├── ExplorationVessel.xml │ │ │ ├── FighterHeavy.xml │ │ │ ├── FighterMedium.xml │ │ │ ├── FighterMicro.xml │ │ │ ├── FighterMini.xml │ │ │ ├── FighterSolar.xml │ │ │ ├── FighterStargun.xml │ │ │ ├── FighterWinged.xml │ │ │ ├── FrigateArcher.xml │ │ │ ├── FrigateAssault.xml │ │ │ ├── FrigateBroadhead.xml │ │ │ ├── FrigateExperimental.xml │ │ │ ├── FrigateHeavy.xml │ │ │ ├── FrigateIronclad.xml │ │ │ ├── FrigatePartisan.xml │ │ │ ├── FrigateScorpion.xml │ │ │ ├── FrigateStealth.xml │ │ │ ├── FrigateWinged.xml │ │ │ ├── FuelTanker.xml │ │ │ ├── FuelTankerEmpty.xml │ │ │ ├── GardenShip.xml │ │ │ ├── HaulerModular.xml │ │ │ ├── HaulerModularLong.xml │ │ │ ├── HaulerModularShort.xml │ │ │ ├── HaulerSideLoading.xml │ │ │ ├── ISCSColony.xml │ │ │ ├── ISCSContainer.xml │ │ │ ├── ISCSContainerEmpty.xml │ │ │ ├── ISCSFuel.xml │ │ │ ├── ISCSFuelEmpty.xml │ │ │ ├── LightCargoRunner.xml │ │ │ ├── LightFreighter.xml │ │ │ ├── Mechanoid │ │ │ │ ├── MechPsychicAmp.xml │ │ │ │ ├── MechSphere.xml │ │ │ │ ├── MechSphereArcho.xml │ │ │ │ ├── MechSphereHuge.xml │ │ │ │ ├── MechSphereLarge.xml │ │ │ │ ├── MechSphereLargeAlt.xml │ │ │ │ ├── MechSphereMini.xml │ │ │ │ └── MechSphereSmall.xml │ │ │ ├── MegalodonClassCarrier.xml │ │ │ ├── MiningRig.xml │ │ │ ├── MiningRigEmpty.xml │ │ │ ├── MiningRigLow.xml │ │ │ ├── ModularFarmShip.xml │ │ │ ├── Pirate │ │ │ │ ├── PirateISCS.xml │ │ │ │ ├── PirateISCSs.xml │ │ │ │ └── PirateMiningRig.xml │ │ │ ├── SatelliteLarge2.xml │ │ │ ├── SatelliteLarge2Eng.xml │ │ │ ├── SatelliteLarge2Eng2.xml │ │ │ ├── SatelliteLarge3Eng.xml │ │ │ ├── SatelliteLarge3Eng2.xml │ │ │ ├── SatelliteLarge4.xml │ │ │ ├── SatelliteSmall2.xml │ │ │ ├── SatelliteSmall2Eng.xml │ │ │ ├── SatelliteSmall2Eng2.xml │ │ │ ├── SatelliteSmall3.xml │ │ │ ├── SatelliteSmall3Eng.xml │ │ │ ├── SatelliteSmall3Eng2.xml │ │ │ ├── SatelliteSmall4.xml │ │ │ ├── ShipBreakerFullyArmed.xml │ │ │ ├── ShuttleSmall.xml │ │ │ ├── SimpleScow.xml │ │ │ ├── Site │ │ │ │ ├── AbandonedMiningStation.xml │ │ │ │ ├── ContainerFurniture.xml │ │ │ │ ├── ContainerLoot.xml │ │ │ │ ├── ContainerMech.xml │ │ │ │ ├── ContainerSecure.xml │ │ │ │ ├── ContainerSecurity.xml │ │ │ │ ├── ContainerTV.xml │ │ │ │ ├── SmallSatellite.xml │ │ │ │ ├── StationAgri01.xml │ │ │ │ ├── StationAgri01D.xml │ │ │ │ ├── StationAgri02.xml │ │ │ │ ├── StationAgri03.xml │ │ │ │ ├── StationAgri03D.xml │ │ │ │ ├── StationPrison01.xml │ │ │ │ └── StationPrison02.xml │ │ │ ├── Special │ │ │ │ ├── CharlonWhitestone.xml │ │ │ │ ├── MechanoidMoonBase.xml │ │ │ │ ├── RewardEmpireDestroyer.xml │ │ │ │ ├── StarshipBowDungeon.xml │ │ │ │ ├── StationArchotechGarden.xml │ │ │ │ └── TribalVillageIsNotAShip.xml │ │ │ ├── Start │ │ │ │ ├── StartShipA.xml │ │ │ │ ├── StartShipB.xml │ │ │ │ ├── StartShipC.xml │ │ │ │ ├── StartShipD.xml │ │ │ │ ├── StartShipE.xml │ │ │ │ ├── StartShipF.xml │ │ │ │ ├── StartShipG.xml │ │ │ │ ├── StartShipH.xml │ │ │ │ ├── StartShipJ.xml │ │ │ │ ├── StartShipK.xml │ │ │ │ ├── StartShipL.xml │ │ │ │ ├── StartShipTachinante.xml │ │ │ │ ├── StartShipTachinanteR.xml │ │ │ │ ├── StartSiteAsteroidA.xml │ │ │ │ ├── StartSiteAsteroidB.xml │ │ │ │ ├── StartSiteAsteroidC.xml │ │ │ │ ├── StartSiteAsteroidD.xml │ │ │ │ ├── StartSiteAsteroidE.xml │ │ │ │ ├── StartSiteAsteroidMech.xml │ │ │ │ ├── StartSiteEmpire.xml │ │ │ │ ├── StartSiteMoonA.xml │ │ │ │ ├── StartSiteMoonB.xml │ │ │ │ ├── StartSiteShipyard.xml │ │ │ │ └── StartSiteSkylab.xml │ │ │ ├── TradeShipLarge.xml │ │ │ ├── TradeShipSmall.xml │ │ │ ├── TransorbitalCargoDrone.xml │ │ │ ├── TransorbitalCrewPod.xml │ │ │ ├── TransportSmall.xml │ │ │ └── _ExportedShipsLink.lnk │ │ ├── SpaceNavyDefs.xml │ │ ├── SpaceShipDefs.xml │ │ └── TipSetDefs │ │ │ └── Tips.xml │ ├── PawnKindDefs │ │ ├── PawnKinds_Archotech.xml │ │ └── PawnKinds_Space.xml │ ├── QuestScriptDefs │ │ ├── Script_Archotech.xml │ │ ├── Script_ShipMayday.xml │ │ └── Script_SpaceSite.xml │ ├── RecipeDefs │ │ ├── Recipes_Shuttle.xml │ │ └── Recipes_Space.xml │ ├── ResearchProjectDefs │ │ ├── ResearchProjects_Archotech.xml │ │ ├── ResearchProjects_Ship.xml │ │ └── ResearchTabs_Ship.xml │ ├── RuleDefs │ │ └── Rules_Space.xml │ ├── Scenarios │ │ ├── ScenParts.xml │ │ └── Scenarios_Space.xml │ ├── Sites │ │ └── Cores │ │ │ └── Space.xml │ ├── SoundDefs │ │ └── Ship_Sounds.xml │ ├── Stats │ │ ├── Stats_Archotech.xml │ │ ├── Stats_Building_Special.xml │ │ └── Stats_Pawns_General.xml │ ├── Storyteller │ │ ├── Incidents_Space.xml │ │ └── Storytellers.xml │ ├── TaleDefs │ │ └── Tales_Space.xml │ ├── TerrainDefs │ │ └── Terrain_Space.xml │ ├── ThingCategoryDefs │ │ └── ThingCategories_Space.xml │ ├── ThingDefs_Buildings │ │ ├── Buildings_Joy.xml │ │ ├── Buildings_Salvage.xml │ │ ├── Buildings_Ship.xml │ │ ├── Buildings_ShipCombat.xml │ │ ├── Buildings_ShipMech.xml │ │ ├── Buildings_ShipTechArcho.xml │ │ ├── Buildings_ShuttleVF.xml │ │ └── UpgradeTree.xml │ ├── ThingDefs_Items │ │ ├── Items_Archotech.xml │ │ ├── Items_ShipCombat.xml │ │ ├── Items_Shuttle.xml │ │ └── Items_Space.xml │ ├── ThingDefs_Misc │ │ ├── Apparel_Space.xml │ │ └── Filth_Space.xml │ ├── ThingDefs_Plants │ │ └── Plants_Archotech.xml │ ├── ThingSetMakerDefs │ │ └── ThingSetMakers_Space.xml │ ├── ThinkTreeDefs │ │ ├── ThinkTree_AICrew.xml │ │ └── ThinkTree_Shuttle.xml │ ├── ThoughtDefs │ │ ├── Thoughts_Memory_Archotech.xml │ │ └── Thoughts_Space.xml │ ├── WeatherDefs │ │ └── Weathers_Space.xml │ ├── WorkGiverDefs │ │ └── WorkGiversSpace.xml │ └── WorldObjectDefs │ │ └── WorldObjects.xml ├── Languages │ └── English │ │ └── Keyed │ │ ├── Gameplay.xml │ │ ├── Letters.xml │ │ └── Settings.xml ├── Patches │ ├── patch_base.xml │ ├── patch_dlc.xml │ └── patch_mod.xml └── Textures │ └── Things │ └── Shuttle │ ├── TurretLaser.png │ ├── TurretLaser_m.png │ ├── TurretPlasma.png │ ├── TurretPlasma_m.png │ ├── TurretTorpedo.png │ ├── TurretTorpedo_m.png │ ├── shuttle.png │ ├── shuttle_dropship.png │ ├── shuttle_dropship_east.png │ ├── shuttle_dropship_eastm.png │ ├── shuttle_dropship_m.png │ ├── shuttle_dropship_north.png │ ├── shuttle_dropship_northm.png │ ├── shuttle_dropship_south.png │ ├── shuttle_dropship_southm.png │ ├── shuttle_east.png │ ├── shuttle_eastm.png │ ├── shuttle_heavy.png │ ├── shuttle_heavy_east.png │ ├── shuttle_heavy_eastm.png │ ├── shuttle_heavy_m.png │ ├── shuttle_heavy_north.png │ ├── shuttle_heavy_northm.png │ ├── shuttle_heavy_south.png │ ├── shuttle_heavy_southm.png │ ├── shuttle_m.png │ ├── shuttle_north.png │ ├── shuttle_northm.png │ ├── shuttle_personal.png │ ├── shuttle_personal_m.png │ ├── shuttle_south.png │ └── shuttle_southm.png ├── 1.6 ├── Assemblies │ └── ShipsHaveInsides.dll ├── Defs │ ├── BackstoryDefs │ │ └── Backstory_Space.xml │ ├── BiomeDefs │ │ └── Biomes_Space.xml │ ├── Bodies │ │ └── Bodies_Shuttle.xml │ ├── DamageDefs │ │ └── Damages_Space.xml │ ├── DutyDefs │ │ └── Duties_Ship.xml │ ├── Effects │ │ └── Mote_Bubble.xml │ ├── GameConditionDefs │ │ └── GameConditions_Space.xml │ ├── GeneDefs │ │ └── GenesSpace.xml │ ├── HediffDefs │ │ ├── Hediffs_BodyParts_Archotech.xml │ │ └── Hediffs_Space.xml │ ├── JobDefs │ │ ├── Jobs.xml │ │ ├── Jobs_Joy.xml │ │ └── Jobs_Learning.xml │ ├── Joy │ │ ├── JoyGivers.xml │ │ └── JoyKinds.xml │ ├── LearningDesireDefs │ │ └── LearningDesires.xml │ ├── MapGeneration │ │ └── SpaceMapGenerator.xml │ ├── MeditationFocusDefs │ │ └── MeditationFocuses.xml │ ├── Misc │ │ ├── ArchotechGifts.xml │ │ ├── GlobalDefs.xml │ │ ├── IncidentTargetTypeDefs │ │ │ └── IncidentTargetTagDefs.xml │ │ ├── PrisonerInteractionModeDefs │ │ │ └── PrisonerInteractionMode.xml │ │ ├── RoofDefs │ │ │ └── Roofs.xml │ │ ├── ShipDefs │ │ │ ├── 0.xml │ │ │ ├── 1Fleets.xml │ │ │ ├── AfterlifeVaultStart.xml │ │ │ ├── BattlecruiserArmata.xml │ │ │ ├── BattlecruiserAurora.xml │ │ │ ├── BattlecruiserCrescent.xml │ │ │ ├── BattlecruiserOrion.xml │ │ │ ├── BattlecruiserTrident.xml │ │ │ ├── Blueprints │ │ │ │ ├── BPBomberHeavy.xml │ │ │ │ ├── BPCargoFirefly.xml │ │ │ │ ├── BPCorvette.xml │ │ │ │ ├── BPCorvetteArdent.xml │ │ │ │ ├── BPCorvetteGunship.xml │ │ │ │ ├── BPCorvetteTorpedo.xml │ │ │ │ ├── BPCruiserThor.xml │ │ │ │ ├── BPDestroyer.xml │ │ │ │ ├── BPFrigateArcher.xml │ │ │ │ ├── BPMiningRig.xml │ │ │ │ └── BPTransportSmall.xml │ │ │ ├── BomberHeavy.xml │ │ │ ├── BomberLight.xml │ │ │ ├── BomberMedium.xml │ │ │ ├── CargoFirefly.xml │ │ │ ├── CargoFireflyArmed.xml │ │ │ ├── CargoHaulerCombat.xml │ │ │ ├── CargoHaulerModular.xml │ │ │ ├── CarrierHeavy.xml │ │ │ ├── CarrierStrike.xml │ │ │ ├── ContainerShipLarge.xml │ │ │ ├── CorvetteArdent.xml │ │ │ ├── CorvetteArrowhead.xml │ │ │ ├── CorvetteFast.xml │ │ │ ├── CorvetteGunshipT1.xml │ │ │ ├── CorvetteGunshipT2.xml │ │ │ ├── CorvetteGunshipT3.xml │ │ │ ├── CorvetteHammerhead.xml │ │ │ ├── CorvetteMartian.xml │ │ │ ├── CorvetteT1.xml │ │ │ ├── CorvetteT2.xml │ │ │ ├── CorvetteT3.xml │ │ │ ├── CorvetteT3E.xml │ │ │ ├── CorvetteT3S.xml │ │ │ ├── CorvetteTorpedo.xml │ │ │ ├── CorvetteWinged.xml │ │ │ ├── Cruiser.xml │ │ │ ├── CruiserCrab.xml │ │ │ ├── CruiserScythian.xml │ │ │ ├── CruiserThor.xml │ │ │ ├── CruiserWinged.xml │ │ │ ├── DefenseInstallation.xml │ │ │ ├── DefenseInstallation4.xml │ │ │ ├── DefenseInstallation6.xml │ │ │ ├── DestroyerDefiance.xml │ │ │ ├── DestroyerSpine.xml │ │ │ ├── DestroyerStealth.xml │ │ │ ├── DestroyerT1.xml │ │ │ ├── DestroyerT2.xml │ │ │ ├── DestroyerT3.xml │ │ │ ├── DestroyerTwinSpine.xml │ │ │ ├── Dreadnought.xml │ │ │ ├── DreadnoughtColossus.xml │ │ │ ├── DreadnoughtStealth.xml │ │ │ ├── Empire │ │ │ │ ├── EmpireBattleship.xml │ │ │ │ ├── EmpireBomber.xml │ │ │ │ ├── EmpireCorvette.xml │ │ │ │ ├── EmpireCruiser.xml │ │ │ │ ├── EmpireDestroyer.xml │ │ │ │ └── EmpireFighter.xml │ │ │ ├── ExplorationVessel.xml │ │ │ ├── FighterHeavy.xml │ │ │ ├── FighterMedium.xml │ │ │ ├── FighterMicro.xml │ │ │ ├── FighterMini.xml │ │ │ ├── FighterSolar.xml │ │ │ ├── FighterStargun.xml │ │ │ ├── FighterWinged.xml │ │ │ ├── FrigateArcher.xml │ │ │ ├── FrigateAssault.xml │ │ │ ├── FrigateBroadhead.xml │ │ │ ├── FrigateExperimental.xml │ │ │ ├── FrigateHeavy.xml │ │ │ ├── FrigateIronclad.xml │ │ │ ├── FrigatePartisan.xml │ │ │ ├── FrigateScorpion.xml │ │ │ ├── FrigateStealth.xml │ │ │ ├── FrigateWinged.xml │ │ │ ├── FuelTanker.xml │ │ │ ├── FuelTankerEmpty.xml │ │ │ ├── GardenShip.xml │ │ │ ├── HaulerModular.xml │ │ │ ├── HaulerModularLong.xml │ │ │ ├── HaulerModularShort.xml │ │ │ ├── HaulerSideLoading.xml │ │ │ ├── ISCSColony.xml │ │ │ ├── ISCSContainer.xml │ │ │ ├── ISCSContainerEmpty.xml │ │ │ ├── ISCSFuel.xml │ │ │ ├── ISCSFuelEmpty.xml │ │ │ ├── LightCargoRunner.xml │ │ │ ├── LightFreighter.xml │ │ │ ├── Mechanoid │ │ │ │ ├── MechPsychicAmp.xml │ │ │ │ ├── MechSphere.xml │ │ │ │ ├── MechSphereArcho.xml │ │ │ │ ├── MechSphereHuge.xml │ │ │ │ ├── MechSphereLarge.xml │ │ │ │ ├── MechSphereLargeAlt.xml │ │ │ │ ├── MechSphereMini.xml │ │ │ │ └── MechSphereSmall.xml │ │ │ ├── MegalodonClassCarrier.xml │ │ │ ├── MiningRig.xml │ │ │ ├── MiningRigEmpty.xml │ │ │ ├── MiningRigLow.xml │ │ │ ├── ModularFarmShip.xml │ │ │ ├── Pirate │ │ │ │ ├── PirateISCS.xml │ │ │ │ ├── PirateISCSs.xml │ │ │ │ └── PirateMiningRig.xml │ │ │ ├── SatelliteLarge2.xml │ │ │ ├── SatelliteLarge2Eng.xml │ │ │ ├── SatelliteLarge2Eng2.xml │ │ │ ├── SatelliteLarge3Eng.xml │ │ │ ├── SatelliteLarge3Eng2.xml │ │ │ ├── SatelliteLarge4.xml │ │ │ ├── SatelliteSmall2.xml │ │ │ ├── SatelliteSmall2Eng.xml │ │ │ ├── SatelliteSmall2Eng2.xml │ │ │ ├── SatelliteSmall3.xml │ │ │ ├── SatelliteSmall3Eng.xml │ │ │ ├── SatelliteSmall3Eng2.xml │ │ │ ├── SatelliteSmall4.xml │ │ │ ├── ShipBreakerFullyArmed.xml │ │ │ ├── ShuttleSmall.xml │ │ │ ├── SimpleScow.xml │ │ │ ├── Site │ │ │ │ ├── AbandonedMiningStation.xml │ │ │ │ ├── ContainerFurniture.xml │ │ │ │ ├── ContainerLoot.xml │ │ │ │ ├── ContainerMech.xml │ │ │ │ ├── ContainerSecure.xml │ │ │ │ ├── ContainerSecurity.xml │ │ │ │ ├── ContainerTV.xml │ │ │ │ ├── SmallSatellite.xml │ │ │ │ ├── StationAgri01.xml │ │ │ │ ├── StationAgri01D.xml │ │ │ │ ├── StationAgri02.xml │ │ │ │ ├── StationAgri03.xml │ │ │ │ ├── StationAgri03D.xml │ │ │ │ ├── StationPrison01.xml │ │ │ │ └── StationPrison02.xml │ │ │ ├── Special │ │ │ │ ├── CharlonWhitestone.xml │ │ │ │ ├── MechanoidMoonBase.xml │ │ │ │ ├── RewardEmpireDestroyer.xml │ │ │ │ ├── StarshipBowDungeon.xml │ │ │ │ ├── StationArchotechGarden.xml │ │ │ │ └── TribalVillageIsNotAShip.xml │ │ │ ├── Start │ │ │ │ ├── StartShipA.xml │ │ │ │ ├── StartShipB.xml │ │ │ │ ├── StartShipC.xml │ │ │ │ ├── StartShipD.xml │ │ │ │ ├── StartShipE.xml │ │ │ │ ├── StartShipF.xml │ │ │ │ ├── StartShipG.xml │ │ │ │ ├── StartShipH.xml │ │ │ │ ├── StartShipJ.xml │ │ │ │ ├── StartShipK.xml │ │ │ │ ├── StartShipL.xml │ │ │ │ ├── StartShipTachinante.xml │ │ │ │ ├── StartShipTachinanteR.xml │ │ │ │ ├── StartSiteAsteroidA.xml │ │ │ │ ├── StartSiteAsteroidB.xml │ │ │ │ ├── StartSiteAsteroidC.xml │ │ │ │ ├── StartSiteAsteroidD.xml │ │ │ │ ├── StartSiteAsteroidE.xml │ │ │ │ ├── StartSiteAsteroidMech.xml │ │ │ │ ├── StartSiteEmpire.xml │ │ │ │ ├── StartSiteMoonA.xml │ │ │ │ ├── StartSiteMoonB.xml │ │ │ │ ├── StartSiteShipyard.xml │ │ │ │ └── StartSiteSkylab.xml │ │ │ ├── TradeShipLarge.xml │ │ │ ├── TradeShipSmall.xml │ │ │ ├── TransorbitalCargoDrone.xml │ │ │ ├── TransorbitalCrewPod.xml │ │ │ ├── TransportSmall.xml │ │ │ └── _ExportedShipsLink.lnk │ │ ├── SpaceNavyDefs.xml │ │ ├── SpaceShipDefs.xml │ │ └── TipSetDefs │ │ │ └── Tips.xml │ ├── PawnKindDefs │ │ ├── PawnKinds_Archotech.xml │ │ └── PawnKinds_Space.xml │ ├── QuestScriptDefs │ │ ├── Script_Archotech.xml │ │ ├── Script_ShipMayday.xml │ │ └── Script_SpaceSite.xml │ ├── RecipeDefs │ │ ├── Recipes_BulkShells.xml │ │ ├── Recipes_Shuttle.xml │ │ └── Recipes_Space.xml │ ├── ResearchProjectDefs │ │ ├── ResearchProjects_Archotech.xml │ │ ├── ResearchProjects_Ship.xml │ │ └── ResearchTabs_Ship.xml │ ├── RuleDefs │ │ └── Rules_Space.xml │ ├── Scenarios │ │ ├── ScenParts.xml │ │ └── Scenarios_Space.xml │ ├── Sites │ │ └── Cores │ │ │ └── Space.xml │ ├── SoundDefs │ │ └── Ship_Sounds.xml │ ├── Stats │ │ ├── Stats_Archotech.xml │ │ ├── Stats_Building_Special.xml │ │ └── Stats_Pawns_General.xml │ ├── Storyteller │ │ ├── Incidents_Space.xml │ │ └── Storytellers.xml │ ├── TaleDefs │ │ └── Tales_Space.xml │ ├── TerrainDefs │ │ └── Terrain_Space.xml │ ├── ThingCategoryDefs │ │ └── ThingCategories_Space.xml │ ├── ThingDefs_Buildings │ │ ├── Buildings_Joy.xml │ │ ├── Buildings_Salvage.xml │ │ ├── Buildings_Ship.xml │ │ ├── Buildings_ShipCombat.xml │ │ ├── Buildings_ShipMech.xml │ │ ├── Buildings_ShipTechArcho.xml │ │ ├── Buildings_ShuttleVF.xml │ │ └── UpgradeTree.xml │ ├── ThingDefs_Items │ │ ├── Items_Archotech.xml │ │ ├── Items_ShipCombat.xml │ │ ├── Items_Shuttle.xml │ │ └── Items_Space.xml │ ├── ThingDefs_Misc │ │ ├── Apparel_Space.xml │ │ └── Filth_Space.xml │ ├── ThingDefs_Plants │ │ └── Plants_Archotech.xml │ ├── ThingSetMakerDefs │ │ └── ThingSetMakers_Space.xml │ ├── ThinkTreeDefs │ │ ├── ThinkTree_AICrew.xml │ │ └── ThinkTree_Shuttle.xml │ ├── ThoughtDefs │ │ ├── Thoughts_Memory_Archotech.xml │ │ └── Thoughts_Space.xml │ ├── WeatherDefs │ │ └── Weathers_Space.xml │ ├── WorkGiverDefs │ │ └── WorkGiversSpace.xml │ └── WorldObjectDefs │ │ └── WorldObjects.xml ├── ExpansionPatches │ ├── Odyssey │ │ ├── Languages │ │ │ └── English │ │ │ │ └── DefInjected │ │ │ │ ├── GeneDef │ │ │ │ ├── VacuumResistance_Partial.xml │ │ │ │ └── VacuumResistance_Total.xml │ │ │ │ ├── HediffDef │ │ │ │ ├── PilotAssistantHediff.xml │ │ │ │ └── VacskinGlandHediff.xml │ │ │ │ └── ThingDef │ │ │ │ ├── GravEngine.xml │ │ │ │ ├── PilotAssistantThing.xml │ │ │ │ └── VacskinGlandThing.xml │ │ └── Patches │ │ │ └── dlc.xml │ └── Royalty │ │ └── Languages │ │ └── English │ │ └── DefInjected │ │ └── ThingDef │ │ ├── Apparel_ArmorLocust.xml │ │ └── Apparel_PackJump.xml ├── Languages │ └── English │ │ └── Keyed │ │ ├── Gameplay.xml │ │ ├── Letters.xml │ │ └── Settings.xml ├── Patches │ ├── patch_base.xml │ ├── patch_dlc.xml │ └── patch_mod.xml └── Textures │ └── Things │ └── Shuttle │ ├── TurretLaser.png │ ├── TurretLaser_m.png │ ├── TurretPlasma.png │ ├── TurretPlasma_m.png │ ├── TurretTorpedo.png │ ├── TurretTorpedo_m.png │ ├── shuttle.png │ ├── shuttle_dropship.png │ ├── shuttle_dropship_east.png │ ├── shuttle_dropship_eastm.png │ ├── shuttle_dropship_m.png │ ├── shuttle_dropship_north.png │ ├── shuttle_dropship_northm.png │ ├── shuttle_dropship_south.png │ ├── shuttle_dropship_southm.png │ ├── shuttle_east.png │ ├── shuttle_eastm.png │ ├── shuttle_heavy.png │ ├── shuttle_heavy_east.png │ ├── shuttle_heavy_eastm.png │ ├── shuttle_heavy_m.png │ ├── shuttle_heavy_north.png │ ├── shuttle_heavy_northm.png │ ├── shuttle_heavy_south.png │ ├── shuttle_heavy_southm.png │ ├── shuttle_m.png │ ├── shuttle_north.png │ ├── shuttle_northm.png │ ├── shuttle_personal.png │ ├── shuttle_personal_m.png │ ├── shuttle_south.png │ └── shuttle_southm.png ├── About ├── About.xml ├── ModIcon.png ├── PublishedFileId.txt └── preview.png ├── Changenotes.md ├── CreditsUpdate.txt ├── License.md ├── LoadFolders.xml ├── README.md ├── Sounds ├── Ship │ ├── ACIFire.ogg │ ├── ACIIFire.ogg │ ├── ACIIIFire.ogg │ ├── Geigerfast.ogg │ ├── Large_Laser_01.ogg │ ├── Large_Plasma_Fire_02.ogg │ ├── Large_Railgun_03.ogg │ ├── ReactorOnHighLoop.ogg │ ├── ReactorOnLowLoop.ogg │ ├── ReactorOnMediumLoop.ogg │ ├── ReactorOnUnstableLoop.ogg │ ├── ReactorWarning.ogg │ ├── Reactor_Power_Down │ │ ├── Power_Down_1.ogg │ │ ├── Power_Down_2.ogg │ │ ├── Power_Down_3.ogg │ │ └── Power_Down_4.ogg │ ├── Reactor_Power_Up │ │ ├── Power_Up_1.ogg │ │ ├── Power_Up_2.ogg │ │ ├── Power_Up_3.ogg │ │ └── Power_Up_4.ogg │ ├── ShipEngineFuel.wav │ ├── Small_Laser_01.ogg │ ├── Small_Plasma_Fire_02.ogg │ ├── Small_Railgun_02.ogg │ └── SteamReleaseLarge.wav └── Shuttle │ ├── Heavy_Rocket_Bass_Loop.wav │ ├── Heavy_Shuttle_Liftoff.wav │ ├── RocketLaunch.wav │ ├── Ship_Engines_Rumble_Loop.wav │ └── Small_Shuttle_Liftoff.wav ├── Source ├── 1.4 │ ├── Alert_ArchotechSporeMoodLow.cs │ ├── Alert_MechanitesInHomeArea.cs │ ├── ApparelHolographic.cs │ ├── ArchotechGiftDef.cs │ ├── ArrivalAction │ │ ├── CaravanArrivalAction_VisitImpactSite.cs │ │ ├── CaravanArrivalAction_VisitInsectPillarSite.cs │ │ ├── CaravanArrivalAction_VisitTribalPillarSite.cs │ │ ├── TransportPodsArrivalAction_MoonBase.cs │ │ └── TransportPodsArrivalAction_ShipAssault.cs │ ├── BiomeWorker_OuterSpace.cs │ ├── Building │ │ ├── Building_ArchotechPillar.cs │ │ ├── Building_ArchotechSpore.cs │ │ ├── Building_Radiator.cs │ │ ├── Building_SatelliteCore.cs │ │ ├── Building_ShipAdvSensor.cs │ │ ├── Building_ShipAirlock.cs │ │ ├── Building_ShipBridge.cs │ │ ├── Building_ShipCapacitor.cs │ │ ├── Building_ShipCloakingDevice.cs │ │ ├── Building_ShipConduit.cs │ │ ├── Building_ShipTurret.cs │ │ ├── Building_ShipTurretTorpedo.cs │ │ ├── Building_ShipVent.cs │ │ └── Building_SpaceCrib.cs │ ├── Comp │ │ ├── CompArchoHullConversion.cs │ │ ├── CompArcholife.cs │ │ ├── CompArcholifeCosmetics.cs │ │ ├── CompBecomeBuilding.cs │ │ ├── CompBecomePawn.cs │ │ ├── CompBlackBoxAI.cs │ │ ├── CompBlackBoxConsole.cs │ │ ├── CompBuildingConsciousness.cs │ │ ├── CompChangeableProjectilePlural.cs │ │ ├── CompCryptoLaunchable.cs │ │ ├── CompDamagedReactor.cs │ │ ├── CompEngineTrail.cs │ │ ├── CompEngineTrailEnergy.cs │ │ ├── CompExplosivePlant.cs │ │ ├── CompGraphicOnOff.cs │ │ ├── CompHibernatableSoS.cs │ │ ├── CompHolodeck.cs │ │ ├── CompHullFoamDistributor.cs │ │ ├── CompLongRangeMineralScannerSpace.cs │ │ ├── CompLongRangeMineralScannerSpaceAI.cs │ │ ├── CompPowerPlantSolarShip.cs │ │ ├── CompPowerTraderOverdrivable.cs │ │ ├── CompRCSThruster.cs │ │ ├── CompRefuelableOverdrivable.cs │ │ ├── CompSalvageBay.cs │ │ ├── CompShipBluePrint.cs │ │ ├── CompShipCombatShield.cs │ │ ├── CompShipHeat.cs │ │ ├── CompShipHeatPurge.cs │ │ ├── CompShipHeatSink.cs │ │ ├── CompShipHeatSource.cs │ │ ├── CompShipHeatTacCon.cs │ │ ├── CompShipLifeSupport.cs │ │ ├── CompShuttleCosmetics.cs │ │ ├── CompShuttleLaunchable.cs │ │ ├── CompSoSPowerTrader.cs │ │ ├── CompSoSUnlock.cs │ │ ├── CompSoShipDocking.cs │ │ ├── CompSoShipPart.cs │ │ ├── CompSpinalMount.cs │ │ ├── CompTargetEffect_RepairItem.cs │ │ ├── CompTargetable_DamagedItem.cs │ │ ├── CompUseEffect_WeatherCancel.cs │ │ ├── Comp_EVA.cs │ │ ├── HediffCompOnlyInSpace.cs │ │ ├── HediffComp_Bubble.cs │ │ ├── ImpactSiteComp.cs │ │ ├── InsectPillarSiteComp.cs │ │ ├── MoonPillarSiteComp.cs │ │ ├── OverlayComponent.cs │ │ ├── PastWorldUWO2.cs │ │ ├── ShipHeatMapComp.cs │ │ ├── TimedForcedExitShip.cs │ │ ├── TribalPillarSiteComp.cs │ │ └── UnfoldComponent.cs │ ├── CompProps │ │ ├── CompProperties_ArchoHullConversion.cs │ │ ├── CompProperties_Archolife.cs │ │ ├── CompProperties_ArcholifeCosmetics.cs │ │ ├── CompProperties_BecomeBuilding.cs │ │ ├── CompProperties_BecomePawn.cs │ │ ├── CompProperties_BlackBoxAI.cs │ │ ├── CompProperties_BlackBoxConsole.cs │ │ ├── CompProperties_BuildingConsciousness.cs │ │ ├── CompProperties_ChangeableProjectilePlural.cs │ │ ├── CompProperties_CryptoLaunchable.cs │ │ ├── CompProperties_DamagedReactor.cs │ │ ├── CompProperties_EngineTrail.cs │ │ ├── CompProperties_EngineTrailEnergy.cs │ │ ├── CompProperties_GraphicOnOff.cs │ │ ├── CompProperties_HibernatableSoS.cs │ │ ├── CompProperties_Holodeck.cs │ │ ├── CompProperties_HullFoamDistributor.cs │ │ ├── CompProperties_LongRangeMineralScannerSpace.cs │ │ ├── CompProperties_LongRangeMineralScannerSpaceAI.cs │ │ ├── CompProperties_Overlay.cs │ │ ├── CompProperties_PowerPlantSolarShip.cs │ │ ├── CompProperties_RCSThruster.cs │ │ ├── CompProperties_SalvageBay.cs │ │ ├── CompProperties_ShipBlueprint.cs │ │ ├── CompProperties_ShipCombatShield.cs │ │ ├── CompProperties_ShipHeat.cs │ │ ├── CompProperties_ShipLifeSupport.cs │ │ ├── CompProperties_ShuttleCosmetics.cs │ │ ├── CompProperties_ShuttleLaunchable.cs │ │ ├── CompProperties_SoSUnlock.cs │ │ ├── CompProperties_SoShipDocking.cs │ │ ├── CompProperties_SoShipPart.cs │ │ ├── CompProperties_SpinalMount.cs │ │ ├── CompProperties_Unfold.cs │ │ ├── HediffCompProperties_Bubble.cs │ │ ├── HediffCompProperties_OnlyInSpace.cs │ │ ├── WorldObjectCompProperties_InsectPillarSite.cs │ │ ├── WorldObjectCompProperties_MoonPillarSite.cs │ │ ├── WorldObjectCompProperties_ShipEngineImpactSite.cs │ │ ├── WorldObjectCompProperties_TimedForcedExitShip.cs │ │ └── WorldObjectCompProperties_TribalPillarSite.cs │ ├── DamageWorker_Mechanite.cs │ ├── DamageWorker_PsychicFlayer.cs │ ├── DeathActionWorker_AntigrainExplosion.cs │ ├── Designator_Ship.cs │ ├── DetachedShipPart.cs │ ├── Dialog │ │ ├── Dialog_LoadShipDef.cs │ │ ├── Dialog_NameAI.cs │ │ ├── Dialog_NameShip.cs │ │ └── Dialog_Pirate.cs │ ├── EnemyShipDef.cs │ ├── EnemyShipPartDef.cs │ ├── Events │ │ ├── ChoiceLetter_SpacePod.cs │ │ ├── GameCondition_SpaceDebris.cs │ │ ├── IncidentWorker_ShipCombat.cs │ │ ├── IncidentWorker_SpaceDebris.cs │ │ ├── IncidentWorker_SpacePirates.cs │ │ └── IncidentWorker_SpacePod.cs │ ├── Extensions │ │ ├── EnvironmentCachingUtility.cs │ │ └── PawnExtensions.cs │ ├── Gizmo_EnergyShieldStatusArcholife.cs │ ├── Graphic │ │ ├── GraphicShipHeatPipe.cs │ │ ├── GraphicShipHeatPipe_Overlay.cs │ │ ├── Graphic_256.cs │ │ ├── Graphic_256_Wreckage.cs │ │ ├── Graphic_LinkedShipConduit.cs │ │ ├── Graphic_Linked_Fake.cs │ │ ├── Graphic_MultiOnOff.cs │ │ ├── Graphic_SingleOnOff.cs │ │ └── Graphic_SingleOnOffEmpty.cs │ ├── HarmonyPatches.cs │ ├── HediffPawnIsHologram.cs │ ├── Jobs │ │ ├── JobDriver_BreachAirlock.cs │ │ ├── JobDriver_CarryToCryptonest.cs │ │ ├── JobDriver_DefendBreacher.cs │ │ ├── JobDriver_FleeVacuum.cs │ │ ├── JobDriver_HackAirlock.cs │ │ ├── JobDriver_HackLabConsole.cs │ │ ├── JobDriver_HackSatellite.cs │ │ ├── JobDriver_HackShipBridge.cs │ │ ├── JobDriver_Holodeck.cs │ │ ├── JobDriver_InstallConsciousness.cs │ │ ├── JobDriver_LoadShipBuilding.cs │ │ ├── JobDriver_LoadTorpedoTube.cs │ │ ├── JobDriver_ManShipBridge.cs │ │ ├── JobDriver_MergeWithSpore.cs │ │ ├── JobDriver_OperateScannerSpace.cs │ │ ├── JobDriver_PersuadeAI.cs │ │ ├── JobDriver_RepairItemWithGel.cs │ │ ├── JobDriver_RepairSatellite.cs │ │ ├── JobDriver_ResurrectHologram.cs │ │ ├── JobDriver_SacrificeToArchotech.cs │ │ ├── JobGiver_AIBreachAirlock.cs │ │ ├── JobGiver_AIDefendBreacher.cs │ │ ├── JobGiver_AIDefendShip.cs │ │ ├── JobGiver_FightMechanitesNearPoint.cs │ │ ├── JobGiver_LoadShipBuilding.cs │ │ ├── JobGiver_LoadTorpedoes.cs │ │ ├── JobGiver_ManShipBridge.cs │ │ ├── JobGiver_RepairShields.cs │ │ ├── LordJob_AssaultShip.cs │ │ ├── LordJob_DefendShip.cs │ │ ├── LordToil_AssaultShip.cs │ │ ├── LordToil_DefendShip.cs │ │ ├── WorkGiver_FightMechanites.cs │ │ ├── WorkGiver_InstallConsciousness.cs │ │ ├── WorkGiver_LoadTorpedoTube.cs │ │ ├── WorkGiver_OperateScannerSpace.cs │ │ └── WorkGiver_Warden_SacrificeToArchotech.cs │ ├── MapGen │ │ ├── GenStep_BlackBoxMission.cs │ │ ├── GenStep_DownedShip.cs │ │ ├── GenStep_EmptySpace.cs │ │ ├── GenStep_EverythingIsRocks.cs │ │ ├── GenStep_HackableSatellite.cs │ │ ├── GenStep_InsectPillarCaves.cs │ │ ├── GenStep_LoadShip.cs │ │ ├── GenStep_MoonPillarSite.cs │ │ ├── GenStep_ShipDebris.cs │ │ ├── GenStep_ShipEngineImpactSite.cs │ │ ├── GenStep_TribalPillarSite.cs │ │ ├── GenStep_ValuableAsteroids.cs │ │ ├── SymbolResolver_BlackBoxMission.cs │ │ ├── SymbolResolver_DebrisClump.cs │ │ ├── SymbolResolver_DebrisEdgeStreet.cs │ │ ├── SymbolResolver_DebrisStreet.cs │ │ ├── SymbolResolver_EdgeDebris.cs │ │ ├── SymbolResolver_EdgeSlag.cs │ │ ├── SymbolResolver_ExtraShipDoor.cs │ │ ├── SymbolResolver_FillWithThingsNoClear.cs │ │ ├── SymbolResolver_Interior_Black_Box.cs │ │ ├── SymbolResolver_Interior_Cannibal_Barracks.cs │ │ ├── SymbolResolver_Interior_Lab_Triangle.cs │ │ ├── SymbolResolver_Interior_Meltdown_Reactor.cs │ │ ├── SymbolResolver_Interior_Salvage_Triangle.cs │ │ ├── SymbolResolver_Interior_Security_Triangle.cs │ │ ├── SymbolResolver_Interior_SpaceCrypto.cs │ │ ├── SymbolResolver_Interior_SpaceDanger.cs │ │ ├── SymbolResolver_Interior_SpaceEmpty.cs │ │ ├── SymbolResolver_Interior_SpaceLab.cs │ │ ├── SymbolResolver_Interior_SpaceMechsAndTurrets.cs │ │ ├── SymbolResolver_Interior_StorageTriangle.cs │ │ ├── SymbolResolver_ShipDebris.cs │ │ ├── SymbolResolver_ShipDebrisEdgeWalls.cs │ │ ├── SymbolResolver_ShipDebrisEmptyRoom.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Division_Split.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Barracks.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Crypto.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Danger.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_DiningRoom.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Empty.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Laboratory.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Storage.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors_Division_Grid.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors_Division_Split.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors_LeafDecorated_EdgeStreet.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors_LeafDecorated_RandomInnerRect.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors_LeafPossiblyDecorated.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors_Leaf_Building.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors_Leaf_Empty.cs │ │ ├── SymbolResolver_ShipDebrisRoom.cs │ │ ├── SymbolResolver_ShipDoors.cs │ │ ├── SymbolResolver_ShipEdgeWalls.cs │ │ ├── SymbolResolver_ShipEdgeWallsTriangle1.cs │ │ ├── SymbolResolver_ShipEdgeWallsTriangle2.cs │ │ ├── SymbolResolver_ShipEmptyRoom.cs │ │ ├── SymbolResolver_ShipEmptyRoomTriangle1.cs │ │ ├── SymbolResolver_ShipEmptyRoomTriangle2.cs │ │ ├── SymbolResolver_ShipEnsureCanReachMapEdge.cs │ │ ├── SymbolResolver_ShipFloorFill.cs │ │ ├── SymbolResolver_ShipFloorTriangle1.cs │ │ ├── SymbolResolver_ShipFloorTriangle2.cs │ │ ├── SymbolResolver_ShipRoom.cs │ │ ├── SymbolResolver_ShipRoomTriangle1.cs │ │ ├── SymbolResolver_ShipRoomTriangle2.cs │ │ └── SymbolResolver_Ship_Pregen_New.cs │ ├── MechaniteFire.cs │ ├── MechaniteSpark.cs │ ├── MinifiedThingShipMove.cs │ ├── MoonBase.cs │ ├── Obsolete │ │ ├── Bullet_HologramLaser.cs │ │ ├── CompAICrewmate.cs │ │ ├── CompHologramGlower.cs │ │ ├── CompHologramRelay.cs │ │ ├── CompHologramRemover.cs │ │ ├── CompProperties_AICrewmate.cs │ │ ├── CompProperties_HologramGlower.cs │ │ ├── CompProperties_HologramRelay.cs │ │ ├── CompProperties_HologramRemover.cs │ │ ├── CompProperties_ShipLight.cs │ │ ├── CompProperties_SoShipLight.cs │ │ ├── CompShipLight.cs │ │ ├── CompSoSGlower.cs │ │ ├── CompSoSSchedule.cs │ │ ├── CompSoShipLight.cs │ │ ├── Dialog_SalvageShip.cs │ │ ├── HediffCompProperties_GiveSubPart.cs │ │ ├── HediffComp_GiveSubPart.cs │ │ ├── Hediff_AddedPartNoRemoveSubparts.cs │ │ ├── IncidentWorker_FreeEntanglement.cs │ │ ├── PlaceWorker_InsideStarship.cs │ │ ├── PreviousWorld.cs │ │ ├── ShipCombatManager.cs │ │ └── WorldSwitchUtility.cs │ ├── PlaceWorker │ │ ├── PlaceWorker_MoveShip.cs │ │ ├── PlaceWorker_NeedsSpinalMountPort.cs │ │ ├── PlaceWorker_NotOnBuilding.cs │ │ ├── PlaceWorker_NotOnChunk.cs │ │ ├── PlaceWorker_OnShipHull.cs │ │ ├── PlaceWorker_ShipBay.cs │ │ ├── PlaceWorker_ShipBlueprint.cs │ │ ├── PlaceWorker_ShipEngine.cs │ │ ├── PlaceWorker_ShipHeatConduit.cs │ │ ├── PlaceWorker_ShipHull.cs │ │ ├── PlaceWorker_ShipPlating.cs │ │ ├── PlaceWorker_ShipProjectileInterceptorRadius.cs │ │ ├── PlaceWorker_ShipVent.cs │ │ ├── PlaceWorker_SpinalMountPort.cs │ │ ├── Placeworker_Radiator.cs │ │ └── Placeworker_SolarShip.cs │ ├── Projectile │ │ ├── Projectile_ExplosiveShipCombat.cs │ │ ├── Projectile_ExplosiveShipCombatAntigrain.cs │ │ ├── Projectile_ExplosiveShipCombatLaser.cs │ │ ├── Projectile_ExplosiveShipCombatPlasmaXL.cs │ │ ├── Projectile_ExplosiveShipCombatPsychic.cs │ │ ├── Projectile_ExplosiveShipDebris.cs │ │ ├── Projectile_SoSFake.cs │ │ ├── Projectile_TorpedoShipCombat.cs │ │ └── ShipCombatProjectile.cs │ ├── Quest │ │ ├── QuestNode_ArchotechSpawn.cs │ │ ├── QuestNode_GenerateSpaceSite.cs │ │ ├── QuestNode_GenerateThingSetArchotech.cs │ │ └── QuestPart_ArchotechSpawn.cs │ ├── ResourceBank.cs │ ├── RimworldMod.csproj │ ├── RimworldMod.sln │ ├── ScenPart_AfterlifeVault.cs │ ├── ScenPart_LoadShip.cs │ ├── ScenPart_StartInSpace.cs │ ├── SectionLayer_ShipHeat.cs │ ├── ShipHeatNet.cs │ ├── ShipInteriorMod2.cs │ ├── ShipMoveBlueprint.cs │ ├── Ships │ │ ├── AttackableShip.cs │ │ ├── DerelictShip.cs │ │ └── PirateShip.cs │ ├── ShuttleCaravanUtility.cs │ ├── SoShipCache.cs │ ├── SpaceNavyDef.cs │ ├── SpaceSite.cs │ ├── ThingSetMaker_ArchotechGift.cs │ ├── Thing_ArcholifePod.cs │ ├── Thought │ │ ├── ThoughtWorker_AmArchotechSpore.cs │ │ ├── ThoughtWorker_IsArchotechSpore.cs │ │ ├── ThoughtWorker_IsHologram.cs │ │ ├── ThoughtWorker_SpaceThoughts.cs │ │ └── Thought_IsArchotechSpore.cs │ ├── Verb │ │ ├── Command_SelectShipMap.cs │ │ ├── Command_TargetShipCombat.cs │ │ ├── Command_TargetShipRemove.cs │ │ ├── Command_TargetWreck.cs │ │ ├── Verb_LaunchProjectileShip.cs │ │ └── Verb_SpaceBubblePop.cs │ ├── WeatherEvent_VacuumDamage.cs │ └── WorldObjectOrbitingShip.cs ├── 1.5 │ ├── AISettings.cs │ ├── AccessExtensions.cs │ ├── AccuracyCalculator.cs │ ├── Alert │ │ ├── AlertDodgeChanceBase.cs │ │ ├── AlertDodgeChanceEnemy.cs │ │ └── AlertDodgeChancePlayer.cs │ ├── Alert_ArchotechSporeMoodLow.cs │ ├── Alert_MechanitesInHomeArea.cs │ ├── ApparelHolographic.cs │ ├── ArrivalAction │ │ ├── AerialVehicleArrivalAction_LoadMapAndDefog.cs │ │ ├── AerialVehicleArrivalAction_ShipAssault.cs │ │ ├── CaravanArrivalAction_VisitImpactSite.cs │ │ ├── CaravanArrivalAction_VisitInsectPillarSite.cs │ │ ├── CaravanArrivalAction_VisitTribalPillarSite.cs │ │ └── PawnPublicizer.cs │ ├── BiomeWorker_OuterSpace.cs │ ├── Building │ │ ├── Building_ArchotechPillar.cs │ │ ├── Building_ArchotechSpore.cs │ │ ├── Building_CryptoCocoon.cs │ │ ├── Building_SatelliteCore.cs │ │ ├── Building_ShipAirlock.cs │ │ ├── Building_ShipBridge.cs │ │ ├── Building_ShipCapacitor.cs │ │ ├── Building_ShipCloakingDevice.cs │ │ ├── Building_ShipConduit.cs │ │ ├── Building_ShipForceField.cs │ │ ├── Building_ShipSensor.cs │ │ ├── Building_ShipTurret.cs │ │ ├── Building_ShipTurretTorpedo.cs │ │ ├── Building_ShipVent.cs │ │ └── Building_SpaceCrib.cs │ ├── CloakThresholdGizmo.cs │ ├── Comp │ │ ├── CompArchoHullConversion.cs │ │ ├── CompArcholife.cs │ │ ├── CompArcholifeCosmetics.cs │ │ ├── CompBlackBoxAI.cs │ │ ├── CompBlackBoxConsole.cs │ │ ├── CompBuildingConsciousness.cs │ │ ├── CompChangeableProjectile.cs │ │ ├── CompCryptoCocoon.cs │ │ ├── CompCryptoLaunchable.cs │ │ ├── CompDamagedReactor.cs │ │ ├── CompDockExtender.cs │ │ ├── CompEVA.cs │ │ ├── CompEngineTrail.cs │ │ ├── CompEngineTrailEnergy.cs │ │ ├── CompExplosivePlant.cs │ │ ├── CompGraphicOnOff.cs │ │ ├── CompHibernatableShip.cs │ │ ├── CompHolodeck.cs │ │ ├── CompHullFoamDistributor.cs │ │ ├── CompHyperchargingBattery.cs │ │ ├── CompOverlay.cs │ │ ├── CompPowerPlantSolarShip.cs │ │ ├── CompPowerTraderOverdrivable.cs │ │ ├── CompRCSThruster.cs │ │ ├── CompRefuelableOverdrivable.cs │ │ ├── CompResearchUnlock.cs │ │ ├── CompShipBay.cs │ │ ├── CompShipBaySalvage.cs │ │ ├── CompShipBluePrint.cs │ │ ├── CompShipCachePart.cs │ │ ├── CompShipHeat.cs │ │ ├── CompShipHeatPurge.cs │ │ ├── CompShipHeatShield.cs │ │ ├── CompShipHeatSink.cs │ │ ├── CompShipHeatSource.cs │ │ ├── CompShipHeatTacCon.cs │ │ ├── CompShipLifeSupport.cs │ │ ├── CompShipScanner.cs │ │ ├── CompShipScannerAI.cs │ │ ├── CompShuttleAutoDoc.cs │ │ ├── CompSpinalMount.cs │ │ ├── CompTargetEffect_RepairItem.cs │ │ ├── CompTargetable_DamagedItem.cs │ │ ├── CompUnfold.cs │ │ ├── CompUseEffect_WeatherCancel.cs │ │ ├── HediffComp_Bubble.cs │ │ ├── ImpactSiteComp.cs │ │ ├── InsectPillarSiteComp.cs │ │ ├── MoonPillarSiteComp.cs │ │ ├── ShipGameComp.cs │ │ ├── ShipMapComp.cs │ │ ├── ShipWorldComp.cs │ │ ├── TimedForcedExitShip.cs │ │ └── TribalPillarSiteComp.cs │ ├── CompProps │ │ ├── CompProperties_EngineTrailEnergy.cs │ │ ├── CompProperties_ShipCombatShield.cs │ │ ├── CompProps_ArchoHullConversion.cs │ │ ├── CompProps_Archolife.cs │ │ ├── CompProps_ArcholifeCosmetics.cs │ │ ├── CompProps_BlackBoxAI.cs │ │ ├── CompProps_BlackBoxConsole.cs │ │ ├── CompProps_BuildingConsciousness.cs │ │ ├── CompProps_ChangeableProjectile.cs │ │ ├── CompProps_CryptoCocoon.cs │ │ ├── CompProps_CryptoLaunchable.cs │ │ ├── CompProps_DamagedReactor.cs │ │ ├── CompProps_DockExtender.cs │ │ ├── CompProps_EngineTrail.cs │ │ ├── CompProps_GraphicOnOff.cs │ │ ├── CompProps_HibernatableShip.cs │ │ ├── CompProps_Holodeck.cs │ │ ├── CompProps_HullFoamDistributor.cs │ │ ├── CompProps_LifeSupport.cs │ │ ├── CompProps_Overlay.cs │ │ ├── CompProps_PowerPlantSolarShip.cs │ │ ├── CompProps_RCSThruster.cs │ │ ├── CompProps_ResearchUnlock.cs │ │ ├── CompProps_ShipBay.cs │ │ ├── CompProps_ShipBlueprint.cs │ │ ├── CompProps_ShipCachePart.cs │ │ ├── CompProps_ShipHeat.cs │ │ ├── CompProps_ShipScanner.cs │ │ ├── CompProps_ShipScannerAI.cs │ │ ├── CompProps_ShuttleAutoDoc.cs │ │ ├── CompProps_SpinalMount.cs │ │ ├── CompProps_Unfold.cs │ │ ├── HediffCompProps_Bubble.cs │ │ ├── WorldObjectCompProps_InsectPillarSite.cs │ │ ├── WorldObjectCompProps_MoonPillarSite.cs │ │ ├── WorldObjectCompProps_ShipEngineImpactSite.cs │ │ ├── WorldObjectCompProps_TimedForcedExitShip.cs │ │ └── WorldObjectCompProps_TribalPillarSite.cs │ ├── DamageWorker_Mechanite.cs │ ├── DamageWorker_PsychicFlayer.cs │ ├── DeathActionWorker_AntigrainExplosion.cs │ ├── Def │ │ ├── ArchoGiftDef.cs │ │ ├── NavyDef.cs │ │ ├── ShipDef.cs │ │ └── ShipPartDef.cs │ ├── Designator_RestoreHull.cs │ ├── Designator_Ship.cs │ ├── DetachedShipPart.cs │ ├── Dialog │ │ ├── Dialog_LoadShipDef.cs │ │ ├── Dialog_NameAI.cs │ │ ├── Dialog_NameShip.cs │ │ ├── Dialog_Pirate.cs │ │ └── Dialog_RenameShip.cs │ ├── Events │ │ ├── ChoiceLetter_SpacePod.cs │ │ ├── GameCondition_SpaceDebris.cs │ │ ├── IncidentWorker_ShipCombat.cs │ │ ├── IncidentWorker_SpaceDebris.cs │ │ ├── IncidentWorker_SpacePirates.cs │ │ ├── IncidentWorker_SpacePod.cs │ │ └── WeatherEvent_VacuumDamage.cs │ ├── GenAdjExtension.cs │ ├── Gizmo_EnergyShieldStatusArcholife.cs │ ├── GlobalUnlockDef.cs │ ├── Graphic │ │ ├── Graphic_256.cs │ │ ├── Graphic_256_Wreckage.cs │ │ ├── Graphic_LinkedShipConduit.cs │ │ ├── Graphic_Linked_Fake.cs │ │ ├── Graphic_MultiOnOff.cs │ │ ├── Graphic_ShipHeat_Overlay.cs │ │ ├── Graphic_SingleOnOff.cs │ │ └── Graphic_SingleOnOffEmpty.cs │ ├── HarmonyPatches.cs │ ├── HediffCompProperties_GearRepair.cs │ ├── HediffComp_GearRepair.cs │ ├── HediffPawnIsHologram.cs │ ├── Jobs │ │ ├── JobDriver_AdmireSpace.cs │ │ ├── JobDriver_BreachAirlock.cs │ │ ├── JobDriver_CarryToCryptonest.cs │ │ ├── JobDriver_DefendBreacher.cs │ │ ├── JobDriver_FleeVacuum.cs │ │ ├── JobDriver_HackAirlock.cs │ │ ├── JobDriver_HackLabConsole.cs │ │ ├── JobDriver_HackSatellite.cs │ │ ├── JobDriver_HackShipBridge.cs │ │ ├── JobDriver_Holodeck.cs │ │ ├── JobDriver_InstallConsciousness.cs │ │ ├── JobDriver_LoadShipBuilding.cs │ │ ├── JobDriver_LoadTorpedoTube.cs │ │ ├── JobDriver_ManShipBridge.cs │ │ ├── JobDriver_MergeWithSpore.cs │ │ ├── JobDriver_OperateScannerSpace.cs │ │ ├── JobDriver_PersuadeAI.cs │ │ ├── JobDriver_RepairItemWithGel.cs │ │ ├── JobDriver_RepairSatellite.cs │ │ ├── JobDriver_ResurrectHologram.cs │ │ ├── JobDriver_SacrificeToArchotech.cs │ │ ├── JobGiver_AIBreachAirlock.cs │ │ ├── JobGiver_AIDefendBreacher.cs │ │ ├── JobGiver_AIDefendShip.cs │ │ ├── JobGiver_AIHackBridge.cs │ │ ├── JobGiver_FightMechanitesNearPoint.cs │ │ ├── JobGiver_LoadShipBuilding.cs │ │ ├── JobGiver_LoadTorpedoes.cs │ │ ├── JobGiver_ManShipBridge.cs │ │ ├── JobGiver_RepairShields.cs │ │ ├── LearningGiver_AdmiringSpace.cs │ │ ├── LordJob_AssaultShip.cs │ │ ├── LordJob_DefendShip.cs │ │ ├── LordToil_AssaultShip.cs │ │ ├── LordToil_DefendShip.cs │ │ ├── WorkGiver_FightMechanites.cs │ │ ├── WorkGiver_InstallConsciousness.cs │ │ ├── WorkGiver_LoadTorpedoTube.cs │ │ ├── WorkGiver_OperateScannerSpace.cs │ │ └── WorkGiver_Warden_SacrificeToArchotech.cs │ ├── MapDodgeAbility.cs │ ├── MapGen │ │ ├── GenStep_DownedShip.cs │ │ ├── GenStep_EmptySpace.cs │ │ ├── GenStep_EverythingIsRocks.cs │ │ ├── GenStep_HackableSatellite.cs │ │ ├── GenStep_InsectPillarCaves.cs │ │ ├── GenStep_LoadShip.cs │ │ ├── GenStep_MoonPillarSite.cs │ │ ├── GenStep_ShipDebris.cs │ │ ├── GenStep_ShipEngineImpactSite.cs │ │ ├── GenStep_TribalPillarSite.cs │ │ ├── GenStep_ValuableAsteroids.cs │ │ └── SymbolResolver_Ship_Pregen_New.cs │ ├── MechaniteFire.cs │ ├── MinifiedThingShipMove.cs │ ├── ModIntegration.cs │ ├── Obs-Shuttle │ │ ├── CompBecomeBuilding.cs │ │ ├── CompBecomePawn.cs │ │ ├── CompProps_BecomeBuilding.cs │ │ ├── CompProps_BecomePawn.cs │ │ ├── CompProps_ShuttleCosmetics.cs │ │ ├── CompProps_ShuttleLaunchable.cs │ │ ├── CompShuttleCosmetics.cs │ │ ├── CompShuttleLaunchable.cs │ │ ├── ShuttleCaravanUtility.cs │ │ ├── TransportPodsArrivalAction_MoonBase.cs │ │ └── TransportPodsArrivalAction_ShipAssault.cs │ ├── Obsolete │ │ ├── Building_Radiator.cs │ │ ├── Bullet_HologramLaser.cs │ │ ├── CompAICrewmate.cs │ │ ├── CompHologramGlower.cs │ │ ├── CompHologramRelay.cs │ │ ├── CompHologramRemover.cs │ │ ├── CompProperties_AICrewmate.cs │ │ ├── CompProperties_HologramGlower.cs │ │ ├── CompProperties_HologramRelay.cs │ │ ├── CompProperties_HologramRemover.cs │ │ ├── CompProperties_ShipLight.cs │ │ ├── CompProperties_SoShipLight.cs │ │ ├── CompShipLight.cs │ │ ├── CompSoSGlower.cs │ │ ├── CompSoSPowerTrader.cs │ │ ├── CompSoSSchedule.cs │ │ ├── CompSoShipLight.cs │ │ ├── Dialog_SalvageShip.cs │ │ ├── GenStep_BlackBoxMission.cs │ │ ├── Graphic_ShipHeat.cs │ │ ├── HediffCompOnlyInSpace.cs │ │ ├── HediffCompProperties_GiveSubPart.cs │ │ ├── HediffCompProps_OnlyInSpace.cs │ │ ├── HediffComp_GiveSubPart.cs │ │ ├── Hediff_AddedPartNoRemoveSubparts.cs │ │ ├── IncidentWorker_FreeEntanglement.cs │ │ ├── PlaceWorker_InsideStarship.cs │ │ ├── PreviousWorld.cs │ │ ├── ShipCombatManager.cs │ │ ├── SymbolResolver_BlackBoxMission.cs │ │ ├── SymbolResolver_DebrisClump.cs │ │ ├── SymbolResolver_DebrisEdgeStreet.cs │ │ ├── SymbolResolver_DebrisStreet.cs │ │ ├── SymbolResolver_EdgeDebris.cs │ │ ├── SymbolResolver_EdgeSlag.cs │ │ ├── SymbolResolver_ExtraShipDoor.cs │ │ ├── SymbolResolver_FillWithThingsNoClear.cs │ │ ├── SymbolResolver_Interior_Black_Box.cs │ │ ├── SymbolResolver_Interior_Cannibal_Barracks.cs │ │ ├── SymbolResolver_Interior_Lab_Triangle.cs │ │ ├── SymbolResolver_Interior_Meltdown_Reactor.cs │ │ ├── SymbolResolver_Interior_Salvage_Triangle.cs │ │ ├── SymbolResolver_Interior_Security_Triangle.cs │ │ ├── SymbolResolver_Interior_SpaceCrypto.cs │ │ ├── SymbolResolver_Interior_SpaceDanger.cs │ │ ├── SymbolResolver_Interior_SpaceEmpty.cs │ │ ├── SymbolResolver_Interior_SpaceLab.cs │ │ ├── SymbolResolver_Interior_SpaceMechsAndTurrets.cs │ │ ├── SymbolResolver_Interior_StorageTriangle.cs │ │ ├── SymbolResolver_ShipDebris.cs │ │ ├── SymbolResolver_ShipDebrisEdgeWalls.cs │ │ ├── SymbolResolver_ShipDebrisEmptyRoom.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Division_Split.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Barracks.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Crypto.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Danger.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_DiningRoom.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Empty.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Laboratory.cs │ │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Storage.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors_Division_Grid.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors_Division_Split.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors_LeafDecorated_EdgeStreet.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors_LeafDecorated_RandomInnerRect.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors_LeafPossiblyDecorated.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors_Leaf_Building.cs │ │ ├── SymbolResolver_ShipDebrisPart_Outdoors_Leaf_Empty.cs │ │ ├── SymbolResolver_ShipDebrisRoom.cs │ │ ├── SymbolResolver_ShipDoors.cs │ │ ├── SymbolResolver_ShipEdgeWalls.cs │ │ ├── SymbolResolver_ShipEdgeWallsTriangle1.cs │ │ ├── SymbolResolver_ShipEdgeWallsTriangle2.cs │ │ ├── SymbolResolver_ShipEmptyRoom.cs │ │ ├── SymbolResolver_ShipEmptyRoomTriangle1.cs │ │ ├── SymbolResolver_ShipEmptyRoomTriangle2.cs │ │ ├── SymbolResolver_ShipEnsureCanReachMapEdge.cs │ │ ├── SymbolResolver_ShipFloorFill.cs │ │ ├── SymbolResolver_ShipFloorTriangle1.cs │ │ ├── SymbolResolver_ShipFloorTriangle2.cs │ │ ├── SymbolResolver_ShipRoom.cs │ │ ├── SymbolResolver_ShipRoomTriangle1.cs │ │ ├── SymbolResolver_ShipRoomTriangle2.cs │ │ └── WorldSwitchUtility.cs │ ├── PawnPublicizer.cs │ ├── PlaceWorker │ │ ├── PlaceWorker_MoveShip.cs │ │ ├── PlaceWorker_NeedsSpinalMountPort.cs │ │ ├── PlaceWorker_NotOnBuilding.cs │ │ ├── PlaceWorker_NotOnChunk.cs │ │ ├── PlaceWorker_OnShipHull.cs │ │ ├── PlaceWorker_ShipBay.cs │ │ ├── PlaceWorker_ShipBlueprint.cs │ │ ├── PlaceWorker_ShipEngine.cs │ │ ├── PlaceWorker_ShipHeatConduit.cs │ │ ├── PlaceWorker_ShipHull.cs │ │ ├── PlaceWorker_ShipPlating.cs │ │ ├── PlaceWorker_ShipShieldRadius.cs │ │ ├── PlaceWorker_ShipVent.cs │ │ ├── PlaceWorker_SpinalMountPort.cs │ │ ├── Placeworker_Radiator.cs │ │ └── Placeworker_SolarShip.cs │ ├── Projectile │ │ ├── Projectile_ExplosiveShip.cs │ │ ├── Projectile_ExplosiveShipAntigrain.cs │ │ ├── Projectile_ExplosiveShipDebris.cs │ │ ├── Projectile_ExplosiveShipLaser.cs │ │ ├── Projectile_ExplosiveShipPlasmaXL.cs │ │ ├── Projectile_ExplosiveShipPsychic.cs │ │ ├── Projectile_ExplosiveShipTorpedo.cs │ │ ├── Projectile_MechaniteSpark.cs │ │ ├── Projectile_ShipFake.cs │ │ └── ShipCombatProjectile.cs │ ├── Quest │ │ ├── QuestNode_ArchotechSpawn.cs │ │ ├── QuestNode_GenerateSpaceSite.cs │ │ ├── QuestNode_GenerateThingSetArchotech.cs │ │ └── QuestPart_ArchotechSpawn.cs │ ├── ResourceBank.cs │ ├── RimworldMod.csproj │ ├── RimworldMod.sln │ ├── ScenPart │ │ ├── ScenPart_AfterlifeVault.cs │ │ ├── ScenPart_LoadShip.cs │ │ └── ScenPart_StartInSpace.cs │ ├── SectionLayer_ShipHeat.cs │ ├── ShipHeatNet.cs │ ├── ShipInteriorMod2.cs │ ├── ShipMoveBlueprint.cs │ ├── Ships │ │ ├── AttackableShip.cs │ │ ├── DerelictShip.cs │ │ └── PirateShip.cs │ ├── SoSDebugActions.cs │ ├── SoSSpawnOverride.cs │ ├── SpaceShipCache.cs │ ├── ThingSetMaker_ArchotechGift.cs │ ├── Thing_ArcholifePod.cs │ ├── Thought │ │ ├── ThoughtWorker_AmArchotechSpore.cs │ │ ├── ThoughtWorker_IsArchotechSpore.cs │ │ ├── ThoughtWorker_IsHologram.cs │ │ ├── ThoughtWorker_SpaceThoughts.cs │ │ └── Thought_IsArchotechSpore.cs │ ├── Vehicles │ │ ├── CompHoverMode.cs │ │ ├── CompProperties_HoverMode.cs │ │ ├── CompShuttleLauncher.cs │ │ ├── CompVehicleHeatNet.cs │ │ ├── CompVehicleLoadData.cs │ │ ├── ShuttleAutodocUpgrade.cs │ │ ├── ShuttleHeatsinkUpgrade.cs │ │ ├── ShuttlePassengerUpgrade.cs │ │ ├── ShuttleRetreatGizmo.cs │ │ ├── ShuttleShieldUpgrade.cs │ │ ├── ShuttleTakeoff.cs │ │ ├── SoS2TurretUpgrade.cs │ │ ├── SoS2VehicleTurret.cs │ │ ├── SoS2VehicleUtility.cs │ │ └── VehicleEventMethods.cs │ ├── Verb │ │ ├── Command_SelectShipMap.cs │ │ ├── Command_TargetShipCombat.cs │ │ ├── Command_TargetShipRemove.cs │ │ ├── Command_TargetWreck.cs │ │ ├── Verb_LaunchProjectileShip.cs │ │ └── Verb_SpaceBubblePop.cs │ └── WorldObject │ │ ├── MoonBase.cs │ │ ├── SpaceSite.cs │ │ ├── WorldObjectMath.cs │ │ └── WorldObjectOrbitingShip.cs └── 1.6 │ ├── AISettings.cs │ ├── AccessExtensions.cs │ ├── AccuracyCalculator.cs │ ├── Alert │ ├── AlertDodgeChanceBase.cs │ ├── AlertDodgeChanceEnemy.cs │ └── AlertDodgeChancePlayer.cs │ ├── Alert_ArchotechSporeMoodLow.cs │ ├── Alert_MechanitesInHomeArea.cs │ ├── ApparelHolographic.cs │ ├── ArrivalAction │ ├── AerialVehicleArrivalAction_LoadMapAndDefog.cs │ ├── AerialVehicleArrivalAction_ShipAssault.cs │ ├── CaravanArrivalAction_VisitImpactSite.cs │ ├── CaravanArrivalAction_VisitInsectPillarSite.cs │ ├── CaravanArrivalAction_VisitTribalPillarSite.cs │ └── PawnPublicizer.cs │ ├── BiomeWorker_OuterSpace.cs │ ├── Building │ ├── Building_ArchotechPillar.cs │ ├── Building_ArchotechSpore.cs │ ├── Building_CryptoCocoon.cs │ ├── Building_SatelliteCore.cs │ ├── Building_ShipAirlock.cs │ ├── Building_ShipBridge.cs │ ├── Building_ShipCapacitor.cs │ ├── Building_ShipCloakingDevice.cs │ ├── Building_ShipConduit.cs │ ├── Building_ShipForceField.cs │ ├── Building_ShipSensor.cs │ ├── Building_ShipTurret.cs │ ├── Building_ShipTurretTorpedo.cs │ ├── Building_ShipVent.cs │ └── Building_SpaceCrib.cs │ ├── CloakThresholdGizmo.cs │ ├── Comp │ ├── CompArchoHullConversion.cs │ ├── CompArcholife.cs │ ├── CompArcholifeCosmetics.cs │ ├── CompBlackBoxAI.cs │ ├── CompBlackBoxConsole.cs │ ├── CompBuildingConsciousness.cs │ ├── CompChangeableProjectile.cs │ ├── CompCryptoCocoon.cs │ ├── CompCryptoLaunchable.cs │ ├── CompDamagedReactor.cs │ ├── CompDockExtender.cs │ ├── CompEVA.cs │ ├── CompEngineTrail.cs │ ├── CompEngineTrailEnergy.cs │ ├── CompExplosivePlant.cs │ ├── CompGraphicOnOff.cs │ ├── CompGravshipConversion.cs │ ├── CompHibernatableShip.cs │ ├── CompHolodeck.cs │ ├── CompHullFoamDistributor.cs │ ├── CompHyperchargingBattery.cs │ ├── CompOverlay.cs │ ├── CompPowerPlantSolarShip.cs │ ├── CompPowerTraderOverdrivable.cs │ ├── CompRCSThruster.cs │ ├── CompRefuelableOverdrivable.cs │ ├── CompResearchUnlock.cs │ ├── CompShipBay.cs │ ├── CompShipBaySalvage.cs │ ├── CompShipBluePrint.cs │ ├── CompShipCachePart.cs │ ├── CompShipHeat.cs │ ├── CompShipHeatPurge.cs │ ├── CompShipHeatShield.cs │ ├── CompShipHeatSink.cs │ ├── CompShipHeatSource.cs │ ├── CompShipHeatTacCon.cs │ ├── CompShipLifeSupport.cs │ ├── CompShipScanner.cs │ ├── CompShipScannerAI.cs │ ├── CompShuttleAutoDoc.cs │ ├── CompSpinalMount.cs │ ├── CompTargetEffect_RepairItem.cs │ ├── CompTargetable_DamagedItem.cs │ ├── CompUnfold.cs │ ├── CompUseEffect_WeatherCancel.cs │ ├── HediffComp_Bubble.cs │ ├── ImpactSiteComp.cs │ ├── InsectPillarSiteComp.cs │ ├── MoonPillarSiteComp.cs │ ├── ShipGameComp.cs │ ├── ShipMapComp.cs │ ├── ShipWorldComp.cs │ ├── TimedForcedExitShip.cs │ └── TribalPillarSiteComp.cs │ ├── CompProps │ ├── CompProperties_EngineTrailEnergy.cs │ ├── CompProperties_ShipCombatShield.cs │ ├── CompProps_ArchoHullConversion.cs │ ├── CompProps_Archolife.cs │ ├── CompProps_ArcholifeCosmetics.cs │ ├── CompProps_BlackBoxAI.cs │ ├── CompProps_BlackBoxConsole.cs │ ├── CompProps_BuildingConsciousness.cs │ ├── CompProps_ChangeableProjectile.cs │ ├── CompProps_CryptoCocoon.cs │ ├── CompProps_CryptoLaunchable.cs │ ├── CompProps_DamagedReactor.cs │ ├── CompProps_DockExtender.cs │ ├── CompProps_EngineTrail.cs │ ├── CompProps_GraphicOnOff.cs │ ├── CompProps_HibernatableShip.cs │ ├── CompProps_Holodeck.cs │ ├── CompProps_HullFoamDistributor.cs │ ├── CompProps_LifeSupport.cs │ ├── CompProps_Overlay.cs │ ├── CompProps_PowerPlantSolarShip.cs │ ├── CompProps_RCSThruster.cs │ ├── CompProps_ResearchUnlock.cs │ ├── CompProps_ShipBay.cs │ ├── CompProps_ShipBlueprint.cs │ ├── CompProps_ShipCachePart.cs │ ├── CompProps_ShipHeat.cs │ ├── CompProps_ShipScanner.cs │ ├── CompProps_ShipScannerAI.cs │ ├── CompProps_ShuttleAutoDoc.cs │ ├── CompProps_SpinalMount.cs │ ├── CompProps_Unfold.cs │ ├── HediffCompProps_Bubble.cs │ ├── WorldObjectCompProps_InsectPillarSite.cs │ ├── WorldObjectCompProps_MoonPillarSite.cs │ ├── WorldObjectCompProps_ShipEngineImpactSite.cs │ ├── WorldObjectCompProps_TimedForcedExitShip.cs │ └── WorldObjectCompProps_TribalPillarSite.cs │ ├── DamageWorker_Mechanite.cs │ ├── DamageWorker_PsychicFlayer.cs │ ├── DeathActionWorker_AntigrainExplosion.cs │ ├── Def │ ├── ArchoGiftDef.cs │ ├── DodgeChanceSubmodScaleDef.cs │ ├── GlobalUnlockDef.cs │ ├── NavyDef.cs │ ├── ShipDef.cs │ └── ShipPartDef.cs │ ├── Designator_RestoreHull.cs │ ├── Designator_Ship.cs │ ├── DetachedShipPart.cs │ ├── Dialog │ ├── Dialog_LoadShipDef.cs │ ├── Dialog_NameAI.cs │ ├── Dialog_NameShip.cs │ ├── Dialog_Pirate.cs │ └── Dialog_RenameShip.cs │ ├── Events │ ├── ChoiceLetter_SpacePod.cs │ ├── GameCondition_SpaceDebris.cs │ ├── IncidentWorker_ShipCombat.cs │ ├── IncidentWorker_SpaceDebris.cs │ ├── IncidentWorker_SpacePirates.cs │ ├── IncidentWorker_SpacePod.cs │ └── WeatherEvent_VacuumDamage.cs │ ├── GenAdjExtension.cs │ ├── Gizmo_EnergyShieldStatusArcholife.cs │ ├── Graphic │ ├── Graphic_256.cs │ ├── Graphic_256_Wreckage.cs │ ├── Graphic_LinkedShipConduit.cs │ ├── Graphic_Linked_Fake.cs │ ├── Graphic_MultiOnOff.cs │ ├── Graphic_ShipHeat_Overlay.cs │ ├── Graphic_SingleOnOff.cs │ └── Graphic_SingleOnOffEmpty.cs │ ├── HarmonyCustomPatches.cs │ ├── HarmonyPatches.cs │ ├── HediffCompProperties_GearRepair.cs │ ├── HediffComp_GearRepair.cs │ ├── HediffPawnIsHologram.cs │ ├── Jobs │ ├── JobDriver_AdmireSpace.cs │ ├── JobDriver_BreachAirlock.cs │ ├── JobDriver_CarryToCryptonest.cs │ ├── JobDriver_DefendBreacher.cs │ ├── JobDriver_FleeVacuum.cs │ ├── JobDriver_HackAirlock.cs │ ├── JobDriver_HackLabConsole.cs │ ├── JobDriver_HackSatellite.cs │ ├── JobDriver_HackShipBridge.cs │ ├── JobDriver_Holodeck.cs │ ├── JobDriver_InstallConsciousness.cs │ ├── JobDriver_LoadShipBuilding.cs │ ├── JobDriver_LoadTorpedoTube.cs │ ├── JobDriver_ManShipBridge.cs │ ├── JobDriver_MergeWithSpore.cs │ ├── JobDriver_OperateScannerSpace.cs │ ├── JobDriver_PersuadeAI.cs │ ├── JobDriver_RepairItemWithGel.cs │ ├── JobDriver_RepairSatellite.cs │ ├── JobDriver_ResurrectHologram.cs │ ├── JobDriver_SacrificeToArchotech.cs │ ├── JobGiver_AIBreachAirlock.cs │ ├── JobGiver_AIDefendBreacher.cs │ ├── JobGiver_AIDefendShip.cs │ ├── JobGiver_AIHackBridge.cs │ ├── JobGiver_FightMechanitesNearPoint.cs │ ├── JobGiver_LoadShipBuilding.cs │ ├── JobGiver_LoadTorpedoes.cs │ ├── JobGiver_ManShipBridge.cs │ ├── JobGiver_RepairShields.cs │ ├── JobUtility.cs │ ├── LearningGiver_AdmiringSpace.cs │ ├── LordJob_AssaultShip.cs │ ├── LordJob_DefendShip.cs │ ├── LordToil_AssaultShip.cs │ ├── LordToil_DefendShip.cs │ ├── WorkGiver_FightMechanites.cs │ ├── WorkGiver_InstallConsciousness.cs │ ├── WorkGiver_LoadTorpedoTube.cs │ ├── WorkGiver_OperateScannerSpace.cs │ └── WorkGiver_Warden_SacrificeToArchotech.cs │ ├── MapDodgeAbility.cs │ ├── MapGen │ ├── GenStep_DownedShip.cs │ ├── GenStep_EmptySpace.cs │ ├── GenStep_EverythingIsRocks.cs │ ├── GenStep_HackableSatellite.cs │ ├── GenStep_InsectPillarCaves.cs │ ├── GenStep_LoadShip.cs │ ├── GenStep_MoonPillarSite.cs │ ├── GenStep_ShipDebris.cs │ ├── GenStep_ShipEngineImpactSite.cs │ ├── GenStep_TribalPillarSite.cs │ ├── GenStep_ValuableAsteroids.cs │ └── SymbolResolver_Ship_Pregen_New.cs │ ├── MechaniteFire.cs │ ├── MinifiedThingShipMove.cs │ ├── ModIntegration.cs │ ├── Obs-Shuttle │ ├── CompBecomeBuilding.cs │ ├── CompBecomePawn.cs │ ├── CompProps_BecomeBuilding.cs │ ├── CompProps_BecomePawn.cs │ ├── CompProps_ShuttleCosmetics.cs │ ├── CompProps_ShuttleLaunchable.cs │ ├── CompShuttleCosmetics.cs │ ├── CompShuttleLaunchable.cs │ ├── ShuttleCaravanUtility.cs │ ├── TransportPodsArrivalAction_MoonBase.cs │ └── TransportPodsArrivalAction_ShipAssault.cs │ ├── Obsolete │ ├── Building_Radiator.cs │ ├── Bullet_HologramLaser.cs │ ├── CompAICrewmate.cs │ ├── CompHologramGlower.cs │ ├── CompHologramRelay.cs │ ├── CompHologramRemover.cs │ ├── CompProperties_AICrewmate.cs │ ├── CompProperties_HologramGlower.cs │ ├── CompProperties_HologramRelay.cs │ ├── CompProperties_HologramRemover.cs │ ├── CompProperties_ShipLight.cs │ ├── CompProperties_SoShipLight.cs │ ├── CompShipLight.cs │ ├── CompSoSGlower.cs │ ├── CompSoSPowerTrader.cs │ ├── CompSoSSchedule.cs │ ├── CompSoShipLight.cs │ ├── Dialog_SalvageShip.cs │ ├── GenStep_BlackBoxMission.cs │ ├── Graphic_ShipHeat.cs │ ├── HediffCompOnlyInSpace.cs │ ├── HediffCompProperties_GiveSubPart.cs │ ├── HediffCompProps_OnlyInSpace.cs │ ├── HediffComp_GiveSubPart.cs │ ├── Hediff_AddedPartNoRemoveSubparts.cs │ ├── IncidentWorker_FreeEntanglement.cs │ ├── PlaceWorker_InsideStarship.cs │ ├── PreviousWorld.cs │ ├── ShipCombatManager.cs │ ├── SymbolResolver_BlackBoxMission.cs │ ├── SymbolResolver_DebrisClump.cs │ ├── SymbolResolver_DebrisEdgeStreet.cs │ ├── SymbolResolver_DebrisStreet.cs │ ├── SymbolResolver_EdgeDebris.cs │ ├── SymbolResolver_EdgeSlag.cs │ ├── SymbolResolver_ExtraShipDoor.cs │ ├── SymbolResolver_FillWithThingsNoClear.cs │ ├── SymbolResolver_Interior_Black_Box.cs │ ├── SymbolResolver_Interior_Cannibal_Barracks.cs │ ├── SymbolResolver_Interior_Lab_Triangle.cs │ ├── SymbolResolver_Interior_Meltdown_Reactor.cs │ ├── SymbolResolver_Interior_Salvage_Triangle.cs │ ├── SymbolResolver_Interior_Security_Triangle.cs │ ├── SymbolResolver_Interior_SpaceCrypto.cs │ ├── SymbolResolver_Interior_SpaceDanger.cs │ ├── SymbolResolver_Interior_SpaceEmpty.cs │ ├── SymbolResolver_Interior_SpaceLab.cs │ ├── SymbolResolver_Interior_SpaceMechsAndTurrets.cs │ ├── SymbolResolver_Interior_StorageTriangle.cs │ ├── SymbolResolver_ShipDebris.cs │ ├── SymbolResolver_ShipDebrisEdgeWalls.cs │ ├── SymbolResolver_ShipDebrisEmptyRoom.cs │ ├── SymbolResolver_ShipDebrisPart_Indoors.cs │ ├── SymbolResolver_ShipDebrisPart_Indoors_Division_Split.cs │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Barracks.cs │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Crypto.cs │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Danger.cs │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_DiningRoom.cs │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Empty.cs │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Laboratory.cs │ ├── SymbolResolver_ShipDebrisPart_Indoors_Leaf_Storage.cs │ ├── SymbolResolver_ShipDebrisPart_Outdoors.cs │ ├── SymbolResolver_ShipDebrisPart_Outdoors_Division_Grid.cs │ ├── SymbolResolver_ShipDebrisPart_Outdoors_Division_Split.cs │ ├── SymbolResolver_ShipDebrisPart_Outdoors_LeafDecorated_EdgeStreet.cs │ ├── SymbolResolver_ShipDebrisPart_Outdoors_LeafDecorated_RandomInnerRect.cs │ ├── SymbolResolver_ShipDebrisPart_Outdoors_LeafPossiblyDecorated.cs │ ├── SymbolResolver_ShipDebrisPart_Outdoors_Leaf_Building.cs │ ├── SymbolResolver_ShipDebrisPart_Outdoors_Leaf_Empty.cs │ ├── SymbolResolver_ShipDebrisRoom.cs │ ├── SymbolResolver_ShipDoors.cs │ ├── SymbolResolver_ShipEdgeWalls.cs │ ├── SymbolResolver_ShipEdgeWallsTriangle1.cs │ ├── SymbolResolver_ShipEdgeWallsTriangle2.cs │ ├── SymbolResolver_ShipEmptyRoom.cs │ ├── SymbolResolver_ShipEmptyRoomTriangle1.cs │ ├── SymbolResolver_ShipEmptyRoomTriangle2.cs │ ├── SymbolResolver_ShipEnsureCanReachMapEdge.cs │ ├── SymbolResolver_ShipFloorFill.cs │ ├── SymbolResolver_ShipFloorTriangle1.cs │ ├── SymbolResolver_ShipFloorTriangle2.cs │ ├── SymbolResolver_ShipRoom.cs │ ├── SymbolResolver_ShipRoomTriangle1.cs │ ├── SymbolResolver_ShipRoomTriangle2.cs │ └── WorldSwitchUtility.cs │ ├── PawnPublicizer.cs │ ├── PlaceWorker │ ├── PlaceWorker_MoveShip.cs │ ├── PlaceWorker_NeedsSpinalMountPort.cs │ ├── PlaceWorker_NotOnBuilding.cs │ ├── PlaceWorker_NotOnChunk.cs │ ├── PlaceWorker_OnShipHull.cs │ ├── PlaceWorker_ShipBay.cs │ ├── PlaceWorker_ShipBlueprint.cs │ ├── PlaceWorker_ShipEngine.cs │ ├── PlaceWorker_ShipHeatConduit.cs │ ├── PlaceWorker_ShipHull.cs │ ├── PlaceWorker_ShipPlating.cs │ ├── PlaceWorker_ShipShieldRadius.cs │ ├── PlaceWorker_ShipVent.cs │ ├── PlaceWorker_SpinalMountPort.cs │ ├── Placeworker_Radiator.cs │ └── Placeworker_SolarShip.cs │ ├── Projectile │ ├── Projectile_ExplosiveShip.cs │ ├── Projectile_ExplosiveShipAntigrain.cs │ ├── Projectile_ExplosiveShipDebris.cs │ ├── Projectile_ExplosiveShipLaser.cs │ ├── Projectile_ExplosiveShipPlasmaXL.cs │ ├── Projectile_ExplosiveShipPsychic.cs │ ├── Projectile_ExplosiveShipTorpedo.cs │ ├── Projectile_MechaniteSpark.cs │ ├── Projectile_ShipFake.cs │ └── ShipCombatProjectile.cs │ ├── Quest │ ├── QuestNode_ArchotechSpawn.cs │ ├── QuestNode_GenerateSpaceSite.cs │ ├── QuestNode_GenerateThingSetArchotech.cs │ └── QuestPart_ArchotechSpawn.cs │ ├── ResourceBank.cs │ ├── RimworldMod.csproj │ ├── RimworldMod.sln │ ├── SOS2MapUtility.cs │ ├── ScenPart │ ├── ScenPart_AfterlifeVault.cs │ ├── ScenPart_LoadShip.cs │ └── ScenPart_StartInSpace.cs │ ├── SectionLayer_ShipHeat.cs │ ├── ShipHeatNet.cs │ ├── ShipInteriorMod2.cs │ ├── ShipMoveBlueprint.cs │ ├── Ships │ ├── AttackableShip.cs │ ├── DerelictShip.cs │ └── PirateShip.cs │ ├── SoSDebugActions.cs │ ├── SoSSpawnOverride.cs │ ├── SpaceShipCache.cs │ ├── ThingSetMaker_ArchotechGift.cs │ ├── Thing_ArcholifePod.cs │ ├── Thought │ ├── ThoughtWorker_AmArchotechSpore.cs │ ├── ThoughtWorker_IsArchotechSpore.cs │ ├── ThoughtWorker_IsHologram.cs │ ├── ThoughtWorker_SpaceThoughts.cs │ └── Thought_IsArchotechSpore.cs │ ├── TranslationUtility.cs │ ├── Vehicles │ ├── CompHoverMode.cs │ ├── CompProperties_HoverMode.cs │ ├── CompShuttleLauncher.cs │ ├── CompVehicleHeatNet.cs │ ├── CompVehicleLoadData.cs │ ├── ShuttleAutodocUpgrade.cs │ ├── ShuttleHeatsinkUpgrade.cs │ ├── ShuttlePassengerUpgrade.cs │ ├── ShuttleRetreatGizmo.cs │ ├── ShuttleShieldUpgrade.cs │ ├── ShuttleSignalJammerUpgrade.cs │ ├── ShuttleTakeoff.cs │ ├── SoS2TurretUpgrade.cs │ ├── SoS2VehicleTurret.cs │ ├── SoS2VehicleUtility.cs │ └── VehicleEventMethods.cs │ ├── Verb │ ├── Command_SelectShipMap.cs │ ├── Command_TargetShipCombat.cs │ ├── Command_TargetShipRemove.cs │ ├── Command_TargetWreck.cs │ ├── Verb_LaunchProjectileShip.cs │ └── Verb_SpaceBubblePop.cs │ ├── WorldDrawLayer │ ├── WorldDrawLayer_DevGrid.cs │ └── WorldDrawLayer_DevSelectedTile.cs │ └── WorldObject │ ├── MoonBase.cs │ ├── SpaceSite.cs │ ├── WorldObjectMath.cs │ └── WorldObjectOrbitingShip.cs └── Textures ├── CassandraIcon.png ├── ForPrisoners.png ├── HolodeckStars.png ├── Kim.png ├── KimIcon.png ├── Kim_Tiny.png ├── PhoebeIcon.png ├── RandyIcon.png ├── RoughAlphaAdd.png ├── SaraIcon.png ├── SaraSpacer.png ├── SaraSpacerTiny.png ├── SplashScreen.jpg ├── Terrain └── Surfaces │ ├── Light_Tech_Soil.png │ ├── TileHull.png │ ├── TileHullArchotech.png │ ├── TileHullFoam.png │ ├── TileHullMech.png │ ├── TileWreckage.png │ ├── TileWreckageArchotech.png │ ├── TileWreckageMech.png │ └── Vacuum.png ├── Things ├── Building │ ├── Linked │ │ ├── ShipBeam │ │ │ ├── ShipBeam_Archotech_Atlas.png │ │ │ ├── ShipBeam_Archotech_Wrecked_Atlas.png │ │ │ ├── ShipBeam_Atlas.png │ │ │ ├── ShipBeam_Mechanoid_Atlas.png │ │ │ ├── ShipBeam_Mechanoid_Wrecked_Atlas.png │ │ │ ├── ShipBeam_Unpowered_Atlas.png │ │ │ ├── ShipBeam_Wrecked_Atlas.png │ │ │ └── ShipForceField_Atlas.png │ │ └── Ship_Roof_Atlas.png │ ├── SalvageChunk │ │ ├── Salvage_Chunk.png │ │ ├── Salvage_Chunk_2.png │ │ └── Salvage_Chunk_3.png │ └── Ship │ │ ├── AdvancedRadiator.png │ │ ├── Airlock_Mover.png │ │ ├── Airlock_Mover_Mech.png │ │ ├── Airlock_Mover_Wrecked.png │ │ ├── AntiEntropicHeatsink.png │ │ ├── ArchoAirlock_Mover.png │ │ ├── ArchoShieldGen.png │ │ ├── ArchoShieldGen_off.png │ │ ├── ArchoShipAngle1x1.png │ │ ├── ArchoShipAngle1x1Flip.png │ │ ├── ArchoShipAngle1x2.png │ │ ├── ArchoShipAngle1x2Flip.png │ │ ├── ArchoShipAngle1x3.png │ │ ├── ArchoShipAngle1x3Flip.png │ │ ├── ArchoTechPillar_01.png │ │ ├── ArchoTechPillar_02.png │ │ ├── ArchoTechPillar_03.png │ │ ├── ArchoTechPillar_04.png │ │ ├── ArchotechRadiator.png │ │ ├── ArchotechReactor.png │ │ ├── ArchotechReactor_off.png │ │ ├── ArchotechThruster_east.png │ │ ├── ArchotechThruster_north.png │ │ ├── ArchotechThruster_south.png │ │ ├── ArchotechUplink.png │ │ ├── Archotech_DeusXMachine.png │ │ ├── Archotech_DeusXMachine_Eye.png │ │ ├── Atlas_CoolantConduit.png │ │ ├── AutoSleepPod_east.png │ │ ├── AutoSleepPod_eastoff.png │ │ ├── AutoSleepPod_north.png │ │ ├── AutoSleepPod_northoff.png │ │ ├── AutoSleepPod_south.png │ │ ├── AutoSleepPod_southoff.png │ │ ├── AvatarCasket.png │ │ ├── AvatarCasket_empty.png │ │ ├── AvatarCasket_m.png │ │ ├── AvatarCasket_off.png │ │ ├── BasicHolodeck.png │ │ ├── BasicHolodeck_off.png │ │ ├── BeamRadiatorAdvUI.png │ │ ├── BeamRadiatorArchotechUI.png │ │ ├── BeamRadiatorMechanoidUI.png │ │ ├── BeamRadiatorUI.png │ │ ├── BeamSolarUI.png │ │ ├── BeamSolarUI_Mechanoid.png │ │ ├── BeamSolarUI_archotech.png │ │ ├── BeamVentUI.png │ │ ├── BlackBoxMissionConsole.png │ │ ├── BlackBoxMissionConsoleLab.png │ │ ├── BlackBoxMissionConsoleSecurity.png │ │ ├── Blueprint_Atlas_CoolantConduit.png │ │ ├── CapacitorBar_east.png │ │ ├── CapacitorBar_north.png │ │ ├── CapacitorSmallBar_north.png │ │ ├── CapacitorSmall_north.png │ │ ├── Capacitor_east.png │ │ ├── Capacitor_north.png │ │ ├── CloakingDevice.png │ │ ├── CloakingDevice_off.png │ │ ├── CoolantConduit_MenuIcon.png │ │ ├── CritterSleep_east.png │ │ ├── CritterSleep_eastoff.png │ │ ├── CritterSleep_north.png │ │ ├── CritterSleep_northoff.png │ │ ├── CritterSleep_south.png │ │ ├── CritterSleep_southoff.png │ │ ├── Crittersleep_SM_east.png │ │ ├── Crittersleep_SM_eastoff.png │ │ ├── Crittersleep_SM_north.png │ │ ├── Crittersleep_SM_northoff.png │ │ ├── Crittersleep_SM_south.png │ │ ├── Crittersleep_SM_southoff.png │ │ ├── Cryptonest_east.png │ │ ├── Cryptonest_eastoff.png │ │ ├── Cryptonest_north.png │ │ ├── Cryptonest_northoff.png │ │ ├── Cryptonest_south.png │ │ ├── Cryptonest_southoff.png │ │ ├── DiscoModeIcon.png │ │ ├── DockAttach.png │ │ ├── DockTube.png │ │ ├── DockTubeExp.png │ │ ├── DockTubeV.png │ │ ├── DockTubeVExp.png │ │ ├── Fire_Control_east.png │ │ ├── Fire_Control_north.png │ │ ├── Fire_Control_south.png │ │ ├── Hardpoint.png │ │ ├── HardpointGreen.png │ │ ├── HardpointRed.png │ │ ├── HardpointYellow.png │ │ ├── Hardpoint_1x1.png │ │ ├── Heatbank.png │ │ ├── HeatbankAntiEntropic.png │ │ ├── HeatbankExp.png │ │ ├── HeatbankLarge.png │ │ ├── HeatbankLargeExp.png │ │ ├── Heatsink.png │ │ ├── HeatsinkLarge.png │ │ ├── HeatsinkLargeold.png │ │ ├── Heatsinkold.png │ │ ├── Holodeck.png │ │ ├── Holodeck_off.png │ │ ├── HologramRepeater.png │ │ ├── HologramRepeater_m.png │ │ ├── HologramRepeater_off.png │ │ ├── HullFoamDistributor.png │ │ ├── HullPlate.png │ │ ├── HullPlateArcho.png │ │ ├── HullPlateMech.png │ │ ├── HullPlateTransparent.png │ │ ├── HullPlateWrecked.png │ │ ├── HullfoamPlate.png │ │ ├── Life_Support.png │ │ ├── Life_Support_off.png │ │ ├── MechanoidRadiator.png │ │ ├── Micro_LifeSupport.png │ │ ├── Micro_LifeSupport_off.png │ │ ├── NuclearEngineTrail_east.png │ │ ├── NuclearEngineTrail_north.png │ │ ├── NuclearEngineTrail_south.png │ │ ├── NuclearEngine_east.png │ │ ├── NuclearEngine_north.png │ │ ├── NuclearEngine_south.png │ │ ├── PlacePawnStart.png │ │ ├── PurgePort.png │ │ ├── PurgePortLarge.png │ │ ├── PurgePortLargeOld.png │ │ ├── PurgePortold.png │ │ ├── QuickBleedingHeatsink.png │ │ ├── Radiator.png │ │ ├── RadiatorVent.png │ │ ├── Reactor_Turbine.png │ │ ├── Reactor_Turbine_Mini.png │ │ ├── Reactor_Turbine_Overdrive.png │ │ ├── Reactor_Turbine_Overdrive_Mini.png │ │ ├── Reactor_Turbine_Super_Overdrive.png │ │ ├── Reactor_Turbine_Super_Overdrive_Mini.png │ │ ├── Recyclotron_east.png │ │ ├── Recyclotron_north.png │ │ ├── Recyclotron_south.png │ │ ├── SalvageBay.png │ │ ├── SalvageBayNano.png │ │ ├── Salvage_Bay_Roof.png │ │ ├── SapientHolodeck.png │ │ ├── SapientHolodeck_off.png │ │ ├── Satellite.png │ │ ├── ShieldBubbleSOS.png │ │ ├── ShieldGenerator.png │ │ ├── ShieldGeneratorMini.png │ │ ├── ShieldGeneratorMini_off.png │ │ ├── ShieldGenerator_off.png │ │ ├── ShipAngle1x1.png │ │ ├── ShipAngle1x1Flip.png │ │ ├── ShipAngle1x1FlipMech.png │ │ ├── ShipAngle1x1Mech.png │ │ ├── ShipAngle1x2.png │ │ ├── ShipAngle1x2Flip.png │ │ ├── ShipAngle1x2FlipMech.png │ │ ├── ShipAngle1x2Mech.png │ │ ├── ShipAngle1x3.png │ │ ├── ShipAngle1x3Flip.png │ │ ├── ShipAngle1x3FlipMech.png │ │ ├── ShipAngle1x3Mech.png │ │ ├── ShipBeamModularMech_east.png │ │ ├── ShipBeamModularMech_north.png │ │ ├── ShipBeamModular_east.png │ │ ├── ShipBeamModular_north.png │ │ ├── ShipBeam_Archotech_UI.png │ │ ├── ShipBeam_Archotech_UI2.png │ │ ├── ShipComputerCore_broken.png │ │ ├── ShipDroneCore.png │ │ ├── ShipDroneCore_off.png │ │ ├── ShipEngineLarge_east.png │ │ ├── ShipEngineLarge_north.png │ │ ├── ShipEngineLarge_south.png │ │ ├── ShipEngineRocket_Single_east.png │ │ ├── ShipEngineRocket_Single_north.png │ │ ├── ShipEngineRocket_Single_south.png │ │ ├── ShipEngineRocket_east.png │ │ ├── ShipEngineRocket_north.png │ │ ├── ShipEngineRocket_south.png │ │ ├── ShipHeat_Overlay_Atlas.png │ │ ├── ShipReactor.png │ │ ├── ShipReactorDamaged.png │ │ ├── ShipReactorMKII.png │ │ ├── ShipReactorMini.png │ │ ├── ShipSunLightIcon.png │ │ ├── ShipSunLight_east.png │ │ ├── ShipSunLight_north.png │ │ ├── ShipSunLight_south.png │ │ ├── ShipSunLight_west.png │ │ ├── ShipThruster_east.png │ │ ├── ShipThruster_north.png │ │ ├── ShipThruster_south.png │ │ ├── ShipVectorThruster_east.png │ │ ├── ShipVectorThruster_north.png │ │ ├── ShipVectorThruster_south.png │ │ ├── ShipWallLightArcho_east.png │ │ ├── ShipWallLightArcho_north.png │ │ ├── ShipWallLightArcho_south.png │ │ ├── ShipWallLightArcho_west.png │ │ ├── ShipWallLightIcon.png │ │ ├── ShipWallLightMech_east.png │ │ ├── ShipWallLightMech_north.png │ │ ├── ShipWallLightMech_south.png │ │ ├── ShipWallLightMech_west.png │ │ ├── ShipWallLight_east.png │ │ ├── ShipWallLight_east_m.png │ │ ├── ShipWallLight_north.png │ │ ├── ShipWallLight_north_m.png │ │ ├── ShipWallLight_south.png │ │ ├── ShipWallLight_south_m.png │ │ ├── ShipWallLight_west.png │ │ ├── ShipWallLight_west_m.png │ │ ├── Ship_Bridge_Mini_east.png │ │ ├── Ship_Bridge_Mini_eastoff.png │ │ ├── Ship_Bridge_Mini_north.png │ │ ├── Ship_Bridge_Mini_northoff.png │ │ ├── Ship_Bridge_Mini_south.png │ │ ├── Ship_Bridge_Mini_southoff.png │ │ ├── Ship_Bridge_east.png │ │ ├── Ship_Bridge_eastoff.png │ │ ├── Ship_Bridge_north.png │ │ ├── Ship_Bridge_northoff.png │ │ ├── Ship_Bridge_south.png │ │ ├── Ship_Bridge_southoff.png │ │ ├── Ship_Console_Science_east.png │ │ ├── Ship_Console_Science_eastoff.png │ │ ├── Ship_Console_Science_north.png │ │ ├── Ship_Console_Science_northoff.png │ │ ├── Ship_Console_Science_south.png │ │ ├── Ship_Console_Science_southoff.png │ │ ├── Ship_Console_Tactical_east.png │ │ ├── Ship_Console_Tactical_eastoff.png │ │ ├── Ship_Console_Tactical_north.png │ │ ├── Ship_Console_Tactical_northoff.png │ │ ├── Ship_Console_Tactical_south.png │ │ ├── Ship_Console_Tactical_southoff.png │ │ ├── Ship_Engine_Trail_Double_east.png │ │ ├── Ship_Engine_Trail_Double_north.png │ │ ├── Ship_Engine_Trail_Double_south.png │ │ ├── Ship_Engine_Trail_Energy_Double_east.png │ │ ├── Ship_Engine_Trail_Energy_Double_north.png │ │ ├── Ship_Engine_Trail_Energy_Double_south.png │ │ ├── Ship_Engine_Trail_Energy_Large_east.png │ │ ├── Ship_Engine_Trail_Energy_Large_north.png │ │ ├── Ship_Engine_Trail_Energy_Large_south.png │ │ ├── Ship_Engine_Trail_Large_east.png │ │ ├── Ship_Engine_Trail_Large_north.png │ │ ├── Ship_Engine_Trail_Large_south.png │ │ ├── Ship_Engine_Trail_Single_east.png │ │ ├── Ship_Engine_Trail_Single_north.png │ │ ├── Ship_Engine_Trail_Single_south.png │ │ ├── Ship_Roof.png │ │ ├── Ship_RoofFoam.png │ │ ├── Ship_RoofMech.png │ │ ├── Ship_RoofWreck.png │ │ ├── Ship_Vent.png │ │ ├── Shuttle_Bay.png │ │ ├── Shuttle_Bay_Roof.png │ │ ├── Shuttle_Bay_off.png │ │ ├── SolarExpand.png │ │ ├── SolarExpand_Archotech.png │ │ ├── SolarExpand_Mechanoid.png │ │ ├── SpaceCrib.png │ │ ├── SpaceCrib_Empty.png │ │ ├── SpaceCrib_Ocupado.png │ │ ├── SpaceCrib_off.png │ │ ├── SpinalMountAmplifier.png │ │ ├── SpinalMountAmplifier_east.png │ │ ├── SpinalMountAmplifier_eastm.png │ │ ├── SpinalMountAmplifier_m.png │ │ ├── SpinalMountAmplifier_north.png │ │ ├── SpinalMountAmplifier_northm.png │ │ ├── SpinalMountAmplifier_south.png │ │ ├── SpinalMountAmplifier_southm.png │ │ ├── SpinalMountBarrel.png │ │ ├── SpinalMountBarrel_Kinetic.png │ │ ├── SpinalMountBarrel_Kinetic_east.png │ │ ├── SpinalMountBarrel_Kinetic_eastm.png │ │ ├── SpinalMountBarrel_Kinetic_m.png │ │ ├── SpinalMountBarrel_Kinetic_north.png │ │ ├── SpinalMountBarrel_Kinetic_northm.png │ │ ├── SpinalMountBarrel_Kinetic_south.png │ │ ├── SpinalMountBarrel_Kinetic_southm.png │ │ ├── SpinalMountBarrel_Laser.png │ │ ├── SpinalMountBarrel_Laser_east.png │ │ ├── SpinalMountBarrel_Laser_eastm.png │ │ ├── SpinalMountBarrel_Laser_m.png │ │ ├── SpinalMountBarrel_Laser_north.png │ │ ├── SpinalMountBarrel_Laser_northm.png │ │ ├── SpinalMountBarrel_Laser_south.png │ │ ├── SpinalMountBarrel_Laser_southm.png │ │ ├── SpinalMountBarrel_Plasma.png │ │ ├── SpinalMountBarrel_Plasma_east.png │ │ ├── SpinalMountBarrel_Plasma_eastm.png │ │ ├── SpinalMountBarrel_Plasma_m.png │ │ ├── SpinalMountBarrel_Plasma_north.png │ │ ├── SpinalMountBarrel_Plasma_northm.png │ │ ├── SpinalMountBarrel_Plasma_south.png │ │ ├── SpinalMountBarrel_Plasma_southm.png │ │ ├── SpinalMountBarrel_Psychic_east.png │ │ ├── SpinalMountBarrel_Psychic_north.png │ │ ├── SpinalMountBarrel_Psychic_south.png │ │ ├── SpinalMountBarrel_Shipeater_east.png │ │ ├── SpinalMountBarrel_Shipeater_north.png │ │ ├── SpinalMountBarrel_Shipeater_south.png │ │ ├── SpinalMountBarrel_m.png │ │ ├── SpinalMountEmitter.png │ │ ├── SpinalMountEmitter_east.png │ │ ├── SpinalMountEmitter_eastm.png │ │ ├── SpinalMountEmitter_m.png │ │ ├── SpinalMountEmitter_north.png │ │ ├── SpinalMountEmitter_northm.png │ │ ├── SpinalMountEmitter_south.png │ │ ├── SpinalMountEmitter_southm.png │ │ ├── TorpedoTubeDoor.png │ │ ├── TorpedoTubeDoor_single.png │ │ ├── TorpedoTubeDoor_single_north.png │ │ ├── TorpedoTubeDoor_small.png │ │ ├── TorpedoTubes.png │ │ ├── TorpedoTubes_Single.png │ │ ├── TorpedoTubes_small.png │ │ ├── TorpedoTubes_small_north.png │ │ ├── TurretACI.png │ │ ├── TurretACIII_MenuIcon.png │ │ ├── TurretACII_MenuIcon.png │ │ ├── TurretACI_MenuIcon.png │ │ ├── TurretKinetic.png │ │ ├── TurretKineticSmall.png │ │ ├── TurretKineticSmall_off.png │ │ ├── TurretKineticSmalloff.png │ │ ├── TurretKinetic_MenuIcon.png │ │ ├── TurretKinetic_Sm_MenuIcon.png │ │ ├── TurretKinetic_off.png │ │ ├── TurretKineticoff.png │ │ ├── TurretLaser.png │ │ ├── TurretLaserSmall.png │ │ ├── TurretLaserSmall_off.png │ │ ├── TurretLaserSmalloff.png │ │ ├── TurretLaser_MenuIcon.png │ │ ├── TurretLaser_Sm_MenuIcon.png │ │ ├── TurretLaser_off.png │ │ ├── TurretLaseroff.png │ │ ├── TurretPlasma.png │ │ ├── TurretPlasmaSmall.png │ │ ├── TurretPlasmaSmall_off.png │ │ ├── TurretPlasmaSmalloff.png │ │ ├── TurretPlasma_MenuIcon.png │ │ ├── TurretPlasma_Sm_MenuIcon.png │ │ ├── TurretPlasma_off.png │ │ ├── TurretPlasmaoff.png │ │ ├── Turret_ACI.png │ │ ├── Turret_ACII.png │ │ ├── Turret_ACIII.png │ │ └── Wreckage.png ├── Filth │ ├── Bones │ │ ├── BonesA.png │ │ ├── BonesB.png │ │ └── BonesC.png │ └── ReactorDebris │ │ ├── Reactor Ashes 01.png │ │ ├── Reactor Ashes 02.png │ │ └── Reactor Ashes 03.png ├── Item │ ├── EntanglementManifold.png │ ├── PortableHoloEmitter_WorldObject.png │ ├── Resource │ │ ├── AntiProtonCanister.png │ │ ├── EggArchostrich │ │ │ ├── EggArchostrich_a.png │ │ │ └── EggArchostrich_b.png │ │ ├── EggArchotortoise │ │ │ ├── EggArchotortoise_a.png │ │ │ └── EggArchotortoise_b.png │ │ ├── ExoticParticles │ │ │ ├── ExoticParticles_a.png │ │ │ ├── ExoticParticles_b.png │ │ │ └── ExoticParticles_c.png │ │ ├── Hullfoam.png │ │ ├── RawVanoroot.png │ │ ├── ShipTorpedoAntimatter │ │ │ ├── ShipTorpedoAntimatter_a.png │ │ │ ├── ShipTorpedoAntimatter_b.png │ │ │ └── ShipTorpedoAntimatter_c.png │ │ ├── ShipTorpedoEMP │ │ │ ├── ShipTorpedoEMP_a.png │ │ │ ├── ShipTorpedoEMP_b.png │ │ │ └── ShipTorpedoEMP_c.png │ │ ├── ShipTorpedoExplosive │ │ │ ├── ShipTorpedoExplosive_a.png │ │ │ ├── ShipTorpedoExplosive_b.png │ │ │ └── ShipTorpedoExplosive_c.png │ │ └── ShuttleFuelPod.png │ ├── Ship_Blueprint.png │ └── Special │ │ ├── ArcholifePod.png │ │ ├── MechaniteDisassemblerCore.png │ │ ├── PsychicFlayerCore.png │ │ └── RestorationGel.png ├── Mote │ ├── IonTrail.png │ ├── LaserImpact.png │ ├── MechaniteBlast.png │ ├── PlasmaBlast.png │ ├── ShieldImpact.png │ └── SoSHeatPurge.png ├── Pawn │ ├── Animal │ │ ├── Archocat_east.png │ │ ├── Archocat_north.png │ │ ├── Archocat_south.png │ │ ├── ArchofalloFemalePack_east.png │ │ ├── ArchofalloFemalePack_north.png │ │ ├── ArchofalloFemalePack_south.png │ │ ├── ArchofalloFemale_east.png │ │ ├── ArchofalloFemale_north.png │ │ ├── ArchofalloFemale_south.png │ │ ├── ArchofalloMalePack_east.png │ │ ├── ArchofalloMalePack_north.png │ │ ├── ArchofalloMalePack_south.png │ │ ├── ArchofalloMale_east.png │ │ ├── ArchofalloMale_north.png │ │ ├── ArchofalloMale_south.png │ │ ├── Archojerboa_east.png │ │ ├── Archojerboa_north.png │ │ ├── Archojerboa_south.png │ │ ├── Archolope_east.png │ │ ├── Archolope_north.png │ │ ├── Archolope_south.png │ │ ├── Archomutt_east.png │ │ ├── Archomutt_north.png │ │ ├── Archomutt_south.png │ │ ├── ArchopandaPack_east.png │ │ ├── ArchopandaPack_north.png │ │ ├── ArchopandaPack_south.png │ │ ├── Archopanda_east.png │ │ ├── Archopanda_north.png │ │ ├── Archopanda_south.png │ │ ├── Archospider_east.png │ │ ├── Archospider_north.png │ │ ├── Archospider_south.png │ │ ├── ArchostrichFemale_east.png │ │ ├── ArchostrichFemale_north.png │ │ ├── ArchostrichFemale_south.png │ │ ├── ArchostrichMale_east.png │ │ ├── ArchostrichMale_north.png │ │ ├── ArchostrichMale_south.png │ │ ├── Archothrumbo_east.png │ │ ├── Archothrumbo_eastm.png │ │ ├── Archothrumbo_north.png │ │ ├── Archothrumbo_northm.png │ │ ├── Archothrumbo_south.png │ │ ├── Archothrumbo_southm.png │ │ ├── Archotortoise_east.png │ │ ├── Archotortoise_north.png │ │ ├── Archotortoise_south.png │ │ ├── Hitomi_east.png │ │ ├── Hitomi_north.png │ │ └── Hitomi_south.png │ ├── Dessicated_KillerSpaceBug_Medium_east.png │ ├── Dessicated_KillerSpaceBug_east.png │ ├── Dessicated_KillerSpaceBug_small_east.png │ ├── Humanlike │ │ └── Apparel │ │ │ ├── EVA │ │ │ ├── EVA_Heavy.png │ │ │ ├── EVA_Heavy_Fat_east.png │ │ │ ├── EVA_Heavy_Fat_north.png │ │ │ ├── EVA_Heavy_Fat_south.png │ │ │ ├── EVA_Heavy_Female_east.png │ │ │ ├── EVA_Heavy_Female_north.png │ │ │ ├── EVA_Heavy_Female_south.png │ │ │ ├── EVA_Heavy_Helmet.png │ │ │ ├── EVA_Heavy_Helmet_east.png │ │ │ ├── EVA_Heavy_Helmet_eastm.png │ │ │ ├── EVA_Heavy_Helmet_north.png │ │ │ ├── EVA_Heavy_Helmet_south.png │ │ │ ├── EVA_Heavy_Helmet_southm.png │ │ │ ├── EVA_Heavy_Helmetm.png │ │ │ ├── EVA_Heavy_Hulk_east.png │ │ │ ├── EVA_Heavy_Hulk_north.png │ │ │ ├── EVA_Heavy_Hulk_south.png │ │ │ ├── EVA_Heavy_Male_east.png │ │ │ ├── EVA_Heavy_Male_north.png │ │ │ ├── EVA_Heavy_Male_south.png │ │ │ ├── EVA_Heavy_Thin_east.png │ │ │ ├── EVA_Heavy_Thin_north.png │ │ │ ├── EVA_Heavy_Thin_south.png │ │ │ ├── EVA_Helmet.png │ │ │ ├── EVA_Helmet_east.png │ │ │ ├── EVA_Helmet_eastm.png │ │ │ ├── EVA_Helmet_north.png │ │ │ ├── EVA_Helmet_northm.png │ │ │ ├── EVA_Helmet_south.png │ │ │ ├── EVA_Helmet_southm.png │ │ │ ├── EVA_Helmetm.png │ │ │ ├── EVA_Lite.png │ │ │ ├── EVA_Lite_Fat_east.png │ │ │ ├── EVA_Lite_Fat_eastm.png │ │ │ ├── EVA_Lite_Fat_north.png │ │ │ ├── EVA_Lite_Fat_northm.png │ │ │ ├── EVA_Lite_Fat_south.png │ │ │ ├── EVA_Lite_Fat_southm.png │ │ │ ├── EVA_Lite_Female_east.png │ │ │ ├── EVA_Lite_Female_eastm.png │ │ │ ├── EVA_Lite_Female_north.png │ │ │ ├── EVA_Lite_Female_northm.png │ │ │ ├── EVA_Lite_Female_south.png │ │ │ ├── EVA_Lite_Female_southm.png │ │ │ ├── EVA_Lite_Hulk_east.png │ │ │ ├── EVA_Lite_Hulk_eastm.png │ │ │ ├── EVA_Lite_Hulk_north.png │ │ │ ├── EVA_Lite_Hulk_northm.png │ │ │ ├── EVA_Lite_Hulk_south.png │ │ │ ├── EVA_Lite_Hulk_southm.png │ │ │ ├── EVA_Lite_Male_east.png │ │ │ ├── EVA_Lite_Male_eastm.png │ │ │ ├── EVA_Lite_Male_north.png │ │ │ ├── EVA_Lite_Male_northm.png │ │ │ ├── EVA_Lite_Male_south.png │ │ │ ├── EVA_Lite_Male_southm.png │ │ │ ├── EVA_Lite_Thin_east.png │ │ │ ├── EVA_Lite_Thin_eastm.png │ │ │ ├── EVA_Lite_Thin_north.png │ │ │ ├── EVA_Lite_Thin_northm.png │ │ │ ├── EVA_Lite_Thin_south.png │ │ │ ├── EVA_Lite_Thin_southm.png │ │ │ ├── EVA_Litem.png │ │ │ ├── KidEVA_Child_east.png │ │ │ ├── KidEVA_Child_north.png │ │ │ ├── KidEVA_Child_south.png │ │ │ ├── KidHelmetEVA_east.png │ │ │ ├── KidHelmetEVA_north.png │ │ │ ├── KidHelmetEVA_south.png │ │ │ ├── PEVA_Heavy.png │ │ │ ├── PEVA_Heavy_Fat_east.png │ │ │ ├── PEVA_Heavy_Fat_north.png │ │ │ ├── PEVA_Heavy_Fat_south.png │ │ │ ├── PEVA_Heavy_Female_east.png │ │ │ ├── PEVA_Heavy_Female_north.png │ │ │ ├── PEVA_Heavy_Female_south.png │ │ │ ├── PEVA_Heavy_Helmet.png │ │ │ ├── PEVA_Heavy_Helmet_east.png │ │ │ ├── PEVA_Heavy_Helmet_eastm.png │ │ │ ├── PEVA_Heavy_Helmet_north.png │ │ │ ├── PEVA_Heavy_Helmet_south.png │ │ │ ├── PEVA_Heavy_Helmet_southm.png │ │ │ ├── PEVA_Heavy_Helmetm.png │ │ │ ├── PEVA_Heavy_Hulk_east.png │ │ │ ├── PEVA_Heavy_Hulk_north.png │ │ │ ├── PEVA_Heavy_Hulk_south.png │ │ │ ├── PEVA_Heavy_Male_east.png │ │ │ ├── PEVA_Heavy_Male_north.png │ │ │ ├── PEVA_Heavy_Male_south.png │ │ │ ├── PEVA_Heavy_Thin_east.png │ │ │ ├── PEVA_Heavy_Thin_north.png │ │ │ └── PEVA_Heavy_Thin_south.png │ │ │ └── HoloRelay │ │ │ ├── PortableHoloEmitter.png │ │ │ ├── PortableHoloEmitter_Fat_east.png │ │ │ ├── PortableHoloEmitter_Fat_north.png │ │ │ ├── PortableHoloEmitter_Fat_south.png │ │ │ ├── PortableHoloEmitter_Female_east.png │ │ │ ├── PortableHoloEmitter_Female_north.png │ │ │ ├── PortableHoloEmitter_Female_south.png │ │ │ ├── PortableHoloEmitter_Hulk_east.png │ │ │ ├── PortableHoloEmitter_Hulk_north.png │ │ │ ├── PortableHoloEmitter_Hulk_south.png │ │ │ ├── PortableHoloEmitter_Male_east.png │ │ │ ├── PortableHoloEmitter_Male_north.png │ │ │ ├── PortableHoloEmitter_Male_south.png │ │ │ ├── PortableHoloEmitter_Thin_east.png │ │ │ ├── PortableHoloEmitter_Thin_north.png │ │ │ └── PortableHoloEmitter_Thin_south.png │ ├── KillerSpaceBug_Medium_east.png │ ├── KillerSpaceBug_Medium_north.png │ ├── KillerSpaceBug_Medium_south.png │ ├── KillerSpaceBug_east.png │ ├── KillerSpaceBug_north.png │ ├── KillerSpaceBug_small_east.png │ ├── KillerSpaceBug_small_north.png │ ├── KillerSpaceBug_small_south.png │ └── KillerSpaceBug_south.png ├── Plant │ ├── FireFlower │ │ ├── FireFlowerA.png │ │ └── FireFlowerB.png │ ├── Hypnobloom │ │ ├── HypnobloomA.png │ │ └── HypnobloomB.png │ ├── Meatbush │ │ ├── MeatbushA.png │ │ └── MeatbushB.png │ ├── Meatbush_Immature │ │ ├── MeatbushA.png │ │ └── MeatbushB.png │ ├── Pharmatree │ │ ├── PharmaTreeA.png │ │ ├── PharmaTreeB.png │ │ └── PharmaTreeC.png │ ├── Pharmatree_Leafless │ │ ├── PharmaTreeA.png │ │ ├── PharmaTreeB.png │ │ └── PharmaTreeC.png │ ├── SlaughterMelonImmature │ │ └── SlaughterMelonImmature.png │ ├── Slaughtermelon │ │ ├── SlaughterMelonA.png │ │ └── SlaughterMelonB.png │ └── Vanoroot │ │ ├── VanorootA.png │ │ └── VanorootB.png ├── Projectile │ ├── MechaniteSpark.png │ ├── ShipTorpedoAntimatter.png │ ├── ShipTorpedoEMP.png │ ├── ShipTorpedoExplosive.png │ ├── ShipTurretACI.png │ ├── ShipTurretACII.png │ ├── ShipTurretACIII.png │ ├── ShipTurretKinetic.png │ ├── ShipTurretMechanite.png │ └── ShipTurretPlasma.png ├── Shuttle │ ├── DropshipVariants │ │ ├── BlackRed │ │ │ ├── BlackDropship_east.png │ │ │ ├── BlackDropship_north.png │ │ │ └── BlackDropship_south.png │ │ ├── DarkBlue │ │ │ ├── DarkBlueDropship_east.png │ │ │ ├── DarkBlueDropship_north.png │ │ │ └── DarkBlueDropship_south.png │ │ ├── Gray │ │ │ ├── GrayDropship_east.png │ │ │ ├── GrayDropship_north.png │ │ │ └── GrayDropship_south.png │ │ ├── LightBlue │ │ │ ├── LightBlueDropship_east.png │ │ │ ├── LightBlueDropship_north.png │ │ │ └── LightBlueDropship_south.png │ │ ├── MatteBlue │ │ │ ├── MatteBlueDropship_east.png │ │ │ ├── MatteBlueDropship_north.png │ │ │ └── MatteBlueDropship_south.png │ │ ├── MatteRed │ │ │ ├── MatteRedDropship_east.png │ │ │ ├── MatteRedDropship_north.png │ │ │ └── MatteRedDropship_south.png │ │ ├── RaceRed │ │ │ ├── RaceRedDropship_east.png │ │ │ ├── RaceRedDropship_north.png │ │ │ └── RaceRedDropship_south.png │ │ └── White │ │ │ ├── WhiteDropship_east.png │ │ │ ├── WhiteDropship_north.png │ │ │ └── WhiteDropship_south.png │ ├── shuttle_dropship.png │ ├── shuttle_east.png │ ├── shuttle_heavy.png │ ├── shuttle_north.png │ ├── shuttle_personal.png │ └── shuttle_south.png ├── ShuttleHover │ ├── DropshipVariants │ │ ├── BlackRed │ │ │ ├── BlackDropshipHover_east.png │ │ │ ├── BlackDropshipHover_north.png │ │ │ └── BlackDropshipHover_south.png │ │ ├── DarkBlue │ │ │ ├── DarkBlueDropshipHover_east.png │ │ │ ├── DarkBlueDropshipHover_north.png │ │ │ └── DarkBlueDropshipHover_south.png │ │ ├── Gray │ │ │ ├── GrayDropshipHover_east.png │ │ │ ├── GrayDropshipHover_north.png │ │ │ └── GrayDropshipHover_south.png │ │ ├── LightBlue │ │ │ ├── LightBlueDropshipHover_east.png │ │ │ ├── LightBlueDropshipHover_north.png │ │ │ └── LightBlueDropshipHover_south.png │ │ ├── MatteBlue │ │ │ ├── MatteBlueDropshipHover_east.png │ │ │ ├── MatteBlueDropshipHover_north.png │ │ │ └── MatteBlueDropshipHover_south.png │ │ ├── MatteRed │ │ │ ├── MatteRedDropshipHover_east.png │ │ │ ├── MatteRedDropshipHover_north.png │ │ │ └── MatteRedDropshipHover_south.png │ │ ├── RaceRed │ │ │ ├── RaceRedDropshipHover_east.png │ │ │ ├── RaceRedDropshipHover_north.png │ │ │ └── RaceRedDropshipHover_south.png │ │ └── White │ │ │ ├── WhiteDropshipHover_east.png │ │ │ ├── WhiteDropshipHover_north.png │ │ │ └── WhiteDropshipHover_south.png │ ├── ShuttleDropship_east.png │ ├── ShuttleDropship_north.png │ ├── ShuttleDropship_south.png │ ├── ShuttleHeavyPack_east - Copy.png │ ├── ShuttleHeavyPack_north.png │ ├── ShuttleHeavyPack_south.png │ ├── ShuttleHeavy_east.png │ ├── ShuttleHeavy_north.png │ ├── ShuttleHeavy_south.png │ ├── ShuttlePack_east.png │ ├── ShuttlePack_north.png │ ├── ShuttlePack_south.png │ ├── ShuttlePersonalPack_east.png │ ├── ShuttlePersonalPack_north.png │ ├── ShuttlePersonalPack_south.png │ ├── ShuttlePersonal_east.png │ ├── ShuttlePersonal_north.png │ ├── ShuttlePersonal_south.png │ ├── Shuttle_east.png │ ├── Shuttle_north.png │ └── Shuttle_south.png └── Special │ └── MechaniteFire │ ├── MechaniteFireA.png │ ├── MechaniteFireB.png │ ├── MechaniteFireC.png │ ├── MechaniteFireD.png │ └── MechaniteFireE.png ├── UI ├── ActiveVent.png ├── ArchoIconIdeology.png ├── ArchoTechUpload.png ├── ArchoTechUpload_Persona.png ├── ArchotechCavern_Icon_Quest.png ├── ArchotechCommandInsanity.png ├── ArchotechCommandOptimize.png ├── ArchotechCommandPsylink.png ├── ArchotechCommandShock.png ├── ArchotechCommandSoothe.png ├── ArchotechStation_Icon_Quest.png ├── ArchotechTeapot_Icon_Quest.png ├── ArchotechTotem_Icon_Quest.png ├── Asteroids_Icon.png ├── Asteroids_Icon_quest.png ├── Capture_Ship_Icon.png ├── CloakingDeviceOff.png ├── CloakingDeviceOn.png ├── DespawnHologram.png ├── DockingOff.png ├── DockingOn.png ├── EmergencyCloseRange.png ├── EmergencyLongRange.png ├── EndBattle_Icon.png ├── EnemyProjectile.png ├── EnemyStation_Icon.png ├── Enemy_Icon_Off.png ├── Enemy_Icon_On_mid.png ├── Enemy_Icon_On_slow.png ├── Escape_Icon.png ├── ExoticParticles.png ├── Flip_Ship.png ├── Glitterworld_end_icon.png ├── HeatPurge.png ├── HoloLaser.png ├── Hover_Off_Icon.png ├── Hover_On_Icon.png ├── IncomingShip_Icon.png ├── IncomingShip_Icon_Pirate.png ├── IncomingShip_Icon_Quest.png ├── IncomingShip_Icon_Trader.png ├── IncomingShip_Icon_Wreck.png ├── InstallBrain.png ├── Land_Ship.png ├── Map_Icon_Enemy.png ├── Map_Icon_Neutral.png ├── Map_Icon_Player.png ├── Moon_Icon.png ├── Moon_Icon_Quest.png ├── OptimalRangeMode.png ├── Overdrive1Icon.png ├── Overdrive2Icon.png ├── Overdrive3Icon.png ├── Planet_Landing_Icon.png ├── PointDefenseMode.png ├── RebuildShip.png ├── RestoreHull.png ├── Rotate_Ship.png ├── SalvageBeam.png ├── SalvageCancel.png ├── SalvageClaim.png ├── SalvageMove.png ├── SalvageMoveFlip.png ├── SalvageMoveRot.png ├── SalvageShip.png ├── Satellite_Icon.png ├── Satellite_Icon_quest.png ├── ScanMap.png ├── Scuttle_Icon.png ├── Select_All_Weapons_Icon.png ├── Shield_On.png ├── ShipAbandon_Icon.png ├── ShipProjectile.png ├── ShipRangeIndicator.png ├── ShipRangeRuler.pdn ├── ShipRangeRuler.png ├── ShipRangeRuler1_6.png ├── ShipRangeRuler2.png ├── ShipRangeRulerColored.png ├── ShipRangeRulerOld.png ├── ShipRangeRuler_Left.png ├── ShipRangeRuler_Mid.png ├── ShipRangeRuler_Right.png ├── Ship_Bow_Icon.png ├── Ship_Bow_Icon_Quest.png ├── Ship_Drive_Icon.png ├── Ship_Icon.pdn ├── Ship_Icon_Advance.png ├── Ship_Icon_Dodge_Left.png ├── Ship_Icon_Dodge_Right.png ├── Ship_Icon_Maintain.png ├── Ship_Icon_North.png ├── Ship_Icon_Off.png ├── Ship_Icon_On_fast.png ├── Ship_Icon_On_mid.png ├── Ship_Icon_On_mid_rev.png ├── Ship_Icon_On_slow.png ├── Ship_Icon_On_slow_rev.png ├── Ship_Icon_Retreat.png ├── Ship_Icon_South.png ├── Ship_Icon_Stop.png ├── Ship_Icon_Withdraw.png ├── Ship_Icon_WithdrawWrecks.png ├── ShuttleLocalFlight.png ├── ShuttleMissionBoarding.png ├── ShuttleMissionBomb.png ├── ShuttleMissionIntercept.png ├── ShuttleMissionStrafe.png ├── ShuttleUpgrades │ ├── ArmorArcho.png │ ├── ArmorHeavy.png │ ├── ArmorMinimal.png │ ├── ArmorNano.png │ ├── CargoArcho.png │ ├── CargoAutodoc.png │ ├── CargoCloaking.png │ ├── CargoHeatsink.png │ ├── EngineArcho.png │ ├── EngineMule.png │ ├── EngineOverdriven.png │ ├── EngineThrusters.png │ ├── PassengersEight.png │ ├── PassengersFour.png │ ├── PassengersFourteen.png │ ├── PassengersSix.png │ ├── PassengersSixteen.png │ ├── PassengersTen.png │ ├── PassengersTwelve.png │ ├── PassengersTwo.png │ ├── ShieldsArcho.png │ ├── ShieldsBasic.png │ ├── ShieldsHeavy.png │ ├── TurretLaser.png │ ├── TurretPlasma.png │ └── TurretTorpedo.png ├── Shuttle_Icon_Enemy.png ├── Shuttle_Icon_Player.png ├── SpawnHologram.png ├── StabilizeShip.png ├── StabilizeShipForever.png ├── Station_Icon.png ├── StopScanMap.png ├── VacuumSuckSuckSuck.png ├── shipChunk.png └── shipOrbiting.png ├── World ├── Biomes │ └── space.png └── SoSStars.png ├── also best cat.png └── best cat.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/.gitignore -------------------------------------------------------------------------------- /1.0/Assemblies/ShipsHaveInsides.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Assemblies/ShipsHaveInsides.dll -------------------------------------------------------------------------------- /1.0/Defs/BiomeDefs/Biomes_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/BiomeDefs/Biomes_Space.xml -------------------------------------------------------------------------------- /1.0/Defs/DamageDefs/Damages_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/DamageDefs/Damages_Space.xml -------------------------------------------------------------------------------- /1.0/Defs/HediffDefs/Hediffs_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/HediffDefs/Hediffs_Space.xml -------------------------------------------------------------------------------- /1.0/Defs/JobDefs/Jobs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/JobDefs/Jobs.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/RoofDefs/Roofs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/RoofDefs/Roofs.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/0.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/Arwing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/Arwing.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/Broadhead.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/Broadhead.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/Colossus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/Colossus.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/Corvette.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/Corvette.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/DestroyerMKI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/DestroyerMKI.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/EmpireBomber.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/EmpireBomber.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/FuelDepot02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/FuelDepot02.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/ISCSColony.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/ISCSColony.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/ISCSFuel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/ISCSFuel.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/ISCSPirate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/ISCSPirate.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/Leviathan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/Leviathan.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/MicroFighter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/MicroFighter.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/MiningRig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/MiningRig.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/Salamander.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/Salamander.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/Scorpion.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/Scorpion.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/SimpleScow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/SimpleScow.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/Skink.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/Skink.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/StartShipA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/StartShipA.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/StartShipB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/StartShipB.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/StartShipC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/StartShipC.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/StartShipD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/StartShipD.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/StartShipE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/StartShipE.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/StartShipF.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/StartShipF.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/StartShipG.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/StartShipG.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/StartShipH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/StartShipH.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/StartShipI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/StartShipI.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/StartShipJ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/StartShipJ.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ShipDefs/StartShipK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Misc/ShipDefs/StartShipK.xml -------------------------------------------------------------------------------- /1.0/Defs/RecipeDefs/Recipes_Shuttle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/RecipeDefs/Recipes_Shuttle.xml -------------------------------------------------------------------------------- /1.0/Defs/Rooms/ShipRole.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Rooms/ShipRole.xml -------------------------------------------------------------------------------- /1.0/Defs/RuleDefs/Rules_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/RuleDefs/Rules_Space.xml -------------------------------------------------------------------------------- /1.0/Defs/Sites/Cores/Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/Sites/Cores/Space.xml -------------------------------------------------------------------------------- /1.0/Defs/TerrainDefs/Terrain_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/TerrainDefs/Terrain_Space.xml -------------------------------------------------------------------------------- /1.0/Defs/ThingDefs_Misc/Filth_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/ThingDefs_Misc/Filth_Space.xml -------------------------------------------------------------------------------- /1.0/Defs/ThoughtDefs/Thoughts_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/ThoughtDefs/Thoughts_Space.xml -------------------------------------------------------------------------------- /1.0/Defs/WeatherDefs/Weathers_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Defs/WeatherDefs/Weathers_Space.xml -------------------------------------------------------------------------------- /1.0/Languages/English/Keyed/Letters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Languages/English/Keyed/Letters.xml -------------------------------------------------------------------------------- /1.0/Patches/ShipPartPatches.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.0/Patches/ShipPartPatches.xml -------------------------------------------------------------------------------- /1.1/Assemblies/0Harmony.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Assemblies/0Harmony.dll -------------------------------------------------------------------------------- /1.1/Assemblies/0Harmony.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Assemblies/0Harmony.xml -------------------------------------------------------------------------------- /1.1/Assemblies/ShipsHaveInsides.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Assemblies/ShipsHaveInsides.dll -------------------------------------------------------------------------------- /1.1/Defs/BiomeDefs/Biomes_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/BiomeDefs/Biomes_Space.xml -------------------------------------------------------------------------------- /1.1/Defs/Bodies/Bodies_Shuttle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Bodies/Bodies_Shuttle.xml -------------------------------------------------------------------------------- /1.1/Defs/DamageDefs/Damages_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/DamageDefs/Damages_Space.xml -------------------------------------------------------------------------------- /1.1/Defs/DutyDefs/Duties_Ship.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/DutyDefs/Duties_Ship.xml -------------------------------------------------------------------------------- /1.1/Defs/HediffDefs/Hediffs_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/HediffDefs/Hediffs_Space.xml -------------------------------------------------------------------------------- /1.1/Defs/JobDefs/Jobs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/JobDefs/Jobs.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/EnemyShipDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/EnemyShipDefs.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/RoofDefs/Roofs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/RoofDefs/Roofs.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/0.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/Arwing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/Arwing.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/Broadhead.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/Broadhead.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/Colossus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/Colossus.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/Corvette.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/Corvette.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/DestroyerMKI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/DestroyerMKI.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/EmpireBomber.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/EmpireBomber.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/FuelDepot02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/FuelDepot02.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/ISCSColony.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/ISCSColony.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/ISCSFuel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/ISCSFuel.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/ISCSPirate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/ISCSPirate.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/Leviathan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/Leviathan.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/MicroFighter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/MicroFighter.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/MiningRig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/MiningRig.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/Salamander.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/Salamander.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/Scorpion.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/Scorpion.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/SimpleScow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/SimpleScow.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/Skink.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/Skink.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/StartDungeon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/StartDungeon.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/StartShipA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/StartShipA.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/StartShipB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/StartShipB.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/StartShipC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/StartShipC.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/StartShipD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/StartShipD.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/StartShipE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/StartShipE.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/StartShipF.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/StartShipF.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/StartShipG.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/StartShipG.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/StartShipH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/StartShipH.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/StartShipI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/StartShipI.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/StartShipJ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/StartShipJ.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ShipDefs/StartShipK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Misc/ShipDefs/StartShipK.xml -------------------------------------------------------------------------------- /1.1/Defs/RecipeDefs/Recipes_Shuttle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/RecipeDefs/Recipes_Shuttle.xml -------------------------------------------------------------------------------- /1.1/Defs/RecipeDefs/Recipes_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/RecipeDefs/Recipes_Space.xml -------------------------------------------------------------------------------- /1.1/Defs/Rooms/ShipRole.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Rooms/ShipRole.xml -------------------------------------------------------------------------------- /1.1/Defs/RuleDefs/Rules_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/RuleDefs/Rules_Space.xml -------------------------------------------------------------------------------- /1.1/Defs/Scenarios/ScenParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Scenarios/ScenParts.xml -------------------------------------------------------------------------------- /1.1/Defs/Scenarios/Scenarios_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Scenarios/Scenarios_Space.xml -------------------------------------------------------------------------------- /1.1/Defs/Sites/Cores/Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/Sites/Cores/Space.xml -------------------------------------------------------------------------------- /1.1/Defs/SoundDefs/Reactor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/SoundDefs/Reactor.xml -------------------------------------------------------------------------------- /1.1/Defs/SoundDefs/Ship_Weapons.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/SoundDefs/Ship_Weapons.xml -------------------------------------------------------------------------------- /1.1/Defs/TaleDefs/Tales_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/TaleDefs/Tales_Space.xml -------------------------------------------------------------------------------- /1.1/Defs/TerrainDefs/Terrain_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/TerrainDefs/Terrain_Space.xml -------------------------------------------------------------------------------- /1.1/Defs/ThingDefs_Misc/Filth_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/ThingDefs_Misc/Filth_Space.xml -------------------------------------------------------------------------------- /1.1/Defs/ThinkTreeDefs/ThinkTree_AICrew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/ThinkTreeDefs/ThinkTree_AICrew -------------------------------------------------------------------------------- /1.1/Defs/ThoughtDefs/Thoughts_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/ThoughtDefs/Thoughts_Space.xml -------------------------------------------------------------------------------- /1.1/Defs/TraitDefs/Traits_AICrew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/TraitDefs/Traits_AICrew -------------------------------------------------------------------------------- /1.1/Defs/WeatherDefs/Weathers_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Defs/WeatherDefs/Weathers_Space.xml -------------------------------------------------------------------------------- /1.1/Languages/English/Keyed/Letters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Languages/English/Keyed/Letters.xml -------------------------------------------------------------------------------- /1.1/Patches/ShipPartPatches.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Patches/ShipPartPatches.xml -------------------------------------------------------------------------------- /1.1/Patches/patch_randy_sos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Patches/patch_randy_sos.xml -------------------------------------------------------------------------------- /1.1/Patches/patch_rimefeller_sos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.1/Patches/patch_rimefeller_sos.xml -------------------------------------------------------------------------------- /1.2/Assemblies/ShipsHaveInsides.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Assemblies/ShipsHaveInsides.dll -------------------------------------------------------------------------------- /1.2/Defs/BiomeDefs/Biomes_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/BiomeDefs/Biomes_Space.xml -------------------------------------------------------------------------------- /1.2/Defs/Bodies/Bodies_Shuttle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Bodies/Bodies_Shuttle.xml -------------------------------------------------------------------------------- /1.2/Defs/DamageDefs/Damages_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/DamageDefs/Damages_Space.xml -------------------------------------------------------------------------------- /1.2/Defs/DutyDefs/Duties_Ship.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/DutyDefs/Duties_Ship.xml -------------------------------------------------------------------------------- /1.2/Defs/HediffDefs/Hediffs_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/HediffDefs/Hediffs_Space.xml -------------------------------------------------------------------------------- /1.2/Defs/JobDefs/Jobs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/JobDefs/Jobs.xml -------------------------------------------------------------------------------- /1.2/Defs/JobDefs/Jobs_Joy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/JobDefs/Jobs_Joy.xml -------------------------------------------------------------------------------- /1.2/Defs/Joy/JoyGivers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Joy/JoyGivers.xml -------------------------------------------------------------------------------- /1.2/Defs/Joy/JoyKinds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Joy/JoyKinds.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ArchotechGifts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ArchotechGifts.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/EnemyShipDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/EnemyShipDefs.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/RoofDefs/Roofs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/RoofDefs/Roofs.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/0.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/Arwing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/Arwing.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/Broadhead.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/Broadhead.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/Colossus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/Colossus.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/Corvette.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/Corvette.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/DestroyerMKI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/DestroyerMKI.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/EmpireBomber.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/EmpireBomber.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/FuelDepot02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/FuelDepot02.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/ISCSColony.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/ISCSColony.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/ISCSFuel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/ISCSFuel.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/ISCSPirate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/ISCSPirate.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/Leviathan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/Leviathan.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/MicroFighter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/MicroFighter.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/MiningRig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/MiningRig.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/Salamander.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/Salamander.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/Scorpion.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/Scorpion.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/SimpleScow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/SimpleScow.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/Skink.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/Skink.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/StartShipA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/StartShipA.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/StartShipB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/StartShipB.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/StartShipC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/StartShipC.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/StartShipD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/StartShipD.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/StartShipE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/StartShipE.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/StartShipF.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/StartShipF.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/StartShipG.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/StartShipG.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/StartShipH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/StartShipH.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/StartShipI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/StartShipI.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/StartShipJ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/StartShipJ.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ShipDefs/StartShipK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/ShipDefs/StartShipK.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/TipSetDefs/Tips.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Misc/TipSetDefs/Tips.xml -------------------------------------------------------------------------------- /1.2/Defs/RecipeDefs/Recipes_Shuttle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/RecipeDefs/Recipes_Shuttle.xml -------------------------------------------------------------------------------- /1.2/Defs/RecipeDefs/Recipes_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/RecipeDefs/Recipes_Space.xml -------------------------------------------------------------------------------- /1.2/Defs/RuleDefs/Rules_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/RuleDefs/Rules_Space.xml -------------------------------------------------------------------------------- /1.2/Defs/Scenarios/ScenParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Scenarios/ScenParts.xml -------------------------------------------------------------------------------- /1.2/Defs/Scenarios/Scenarios_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Scenarios/Scenarios_Space.xml -------------------------------------------------------------------------------- /1.2/Defs/Sites/Cores/Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Sites/Cores/Space.xml -------------------------------------------------------------------------------- /1.2/Defs/SoundDefs/Reactor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/SoundDefs/Reactor.xml -------------------------------------------------------------------------------- /1.2/Defs/SoundDefs/Ship_Weapons.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/SoundDefs/Ship_Weapons.xml -------------------------------------------------------------------------------- /1.2/Defs/Stats/Stats_Archotech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/Stats/Stats_Archotech.xml -------------------------------------------------------------------------------- /1.2/Defs/TaleDefs/Tales_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/TaleDefs/Tales_Space.xml -------------------------------------------------------------------------------- /1.2/Defs/TerrainDefs/Terrain_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/TerrainDefs/Terrain_Space.xml -------------------------------------------------------------------------------- /1.2/Defs/ThingDefs_Misc/Filth_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/ThingDefs_Misc/Filth_Space.xml -------------------------------------------------------------------------------- /1.2/Defs/ThinkTreeDefs/ThinkTree_AICrew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/ThinkTreeDefs/ThinkTree_AICrew -------------------------------------------------------------------------------- /1.2/Defs/ThoughtDefs/Thoughts_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/ThoughtDefs/Thoughts_Space.xml -------------------------------------------------------------------------------- /1.2/Defs/TraitDefs/Traits_AICrew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/TraitDefs/Traits_AICrew -------------------------------------------------------------------------------- /1.2/Defs/WeatherDefs/Weathers_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Defs/WeatherDefs/Weathers_Space.xml -------------------------------------------------------------------------------- /1.2/Languages/English/Keyed/Letters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Languages/English/Keyed/Letters.xml -------------------------------------------------------------------------------- /1.2/Patches/ArchotechPatches.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Patches/ArchotechPatches.xml -------------------------------------------------------------------------------- /1.2/Patches/Patch_Royalty.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Patches/Patch_Royalty.xml -------------------------------------------------------------------------------- /1.2/Patches/ShipPartPatches.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Patches/ShipPartPatches.xml -------------------------------------------------------------------------------- /1.2/Patches/patch_EVA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Patches/patch_EVA.xml -------------------------------------------------------------------------------- /1.2/Patches/patch_LWM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Patches/patch_LWM.xml -------------------------------------------------------------------------------- /1.2/Patches/patch_randy_sos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Patches/patch_randy_sos.xml -------------------------------------------------------------------------------- /1.2/Patches/patch_rimefeller_sos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.2/Patches/patch_rimefeller_sos.xml -------------------------------------------------------------------------------- /1.3/Assemblies/ShipsHaveInsides.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Assemblies/ShipsHaveInsides.dll -------------------------------------------------------------------------------- /1.3/Defs/BiomeDefs/Biomes_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/BiomeDefs/Biomes_Space.xml -------------------------------------------------------------------------------- /1.3/Defs/Bodies/Bodies_Shuttle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Bodies/Bodies_Shuttle.xml -------------------------------------------------------------------------------- /1.3/Defs/DamageDefs/Damages_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/DamageDefs/Damages_Space.xml -------------------------------------------------------------------------------- /1.3/Defs/DutyDefs/Duties_Ship.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/DutyDefs/Duties_Ship.xml -------------------------------------------------------------------------------- /1.3/Defs/HediffDefs/Hediffs_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/HediffDefs/Hediffs_Space.xml -------------------------------------------------------------------------------- /1.3/Defs/JobDefs/Jobs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/JobDefs/Jobs.xml -------------------------------------------------------------------------------- /1.3/Defs/JobDefs/Jobs_Joy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/JobDefs/Jobs_Joy.xml -------------------------------------------------------------------------------- /1.3/Defs/Joy/JoyGivers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Joy/JoyGivers.xml -------------------------------------------------------------------------------- /1.3/Defs/Joy/JoyKinds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Joy/JoyKinds.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ArchotechGifts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ArchotechGifts.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/EnemyShipDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/EnemyShipDefs.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/RoofDefs/Roofs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/RoofDefs/Roofs.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/0.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/Arwing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/Arwing.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/Broadhead.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/Broadhead.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/Colossus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/Colossus.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/Corvette.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/Corvette.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/DestroyerMKI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/DestroyerMKI.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/EmpireBomber.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/EmpireBomber.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/FuelDepot02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/FuelDepot02.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/ISCSColony.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/ISCSColony.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/ISCSFuel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/ISCSFuel.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/ISCSPirate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/ISCSPirate.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/Leviathan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/Leviathan.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/MicroFighter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/MicroFighter.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/MiningRig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/MiningRig.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/Salamander.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/Salamander.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/Scorpion.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/Scorpion.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/SimpleScow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/SimpleScow.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/Skink.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/Skink.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/StartShipA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/StartShipA.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/StartShipB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/StartShipB.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/StartShipC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/StartShipC.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/StartShipD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/StartShipD.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/StartShipE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/StartShipE.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/StartShipF.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/StartShipF.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/StartShipG.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/StartShipG.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/StartShipH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/StartShipH.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/StartShipI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/StartShipI.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/StartShipJ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/StartShipJ.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ShipDefs/StartShipK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/ShipDefs/StartShipK.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/TipSetDefs/Tips.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Misc/TipSetDefs/Tips.xml -------------------------------------------------------------------------------- /1.3/Defs/RecipeDefs/Recipes_Shuttle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/RecipeDefs/Recipes_Shuttle.xml -------------------------------------------------------------------------------- /1.3/Defs/RecipeDefs/Recipes_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/RecipeDefs/Recipes_Space.xml -------------------------------------------------------------------------------- /1.3/Defs/RuleDefs/Rules_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/RuleDefs/Rules_Space.xml -------------------------------------------------------------------------------- /1.3/Defs/Scenarios/ScenParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Scenarios/ScenParts.xml -------------------------------------------------------------------------------- /1.3/Defs/Scenarios/Scenarios_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Scenarios/Scenarios_Space.xml -------------------------------------------------------------------------------- /1.3/Defs/Sites/Cores/Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Sites/Cores/Space.xml -------------------------------------------------------------------------------- /1.3/Defs/SoundDefs/Reactor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/SoundDefs/Reactor.xml -------------------------------------------------------------------------------- /1.3/Defs/SoundDefs/Ship_Weapons.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/SoundDefs/Ship_Weapons.xml -------------------------------------------------------------------------------- /1.3/Defs/Stats/Stats_Archotech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Stats/Stats_Archotech.xml -------------------------------------------------------------------------------- /1.3/Defs/Storyteller/Storytellers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/Storyteller/Storytellers.xml -------------------------------------------------------------------------------- /1.3/Defs/TaleDefs/Tales_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/TaleDefs/Tales_Space.xml -------------------------------------------------------------------------------- /1.3/Defs/TerrainDefs/Terrain_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/TerrainDefs/Terrain_Space.xml -------------------------------------------------------------------------------- /1.3/Defs/ThingDefs_Misc/Filth_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/ThingDefs_Misc/Filth_Space.xml -------------------------------------------------------------------------------- /1.3/Defs/ThoughtDefs/Thoughts_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/ThoughtDefs/Thoughts_Space.xml -------------------------------------------------------------------------------- /1.3/Defs/TraitDefs/Traits_AICrew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/TraitDefs/Traits_AICrew -------------------------------------------------------------------------------- /1.3/Defs/WeatherDefs/Weathers_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Defs/WeatherDefs/Weathers_Space.xml -------------------------------------------------------------------------------- /1.3/Languages/English/Keyed/Letters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Languages/English/Keyed/Letters.xml -------------------------------------------------------------------------------- /1.3/Patches/ArchotechPatches.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Patches/ArchotechPatches.xml -------------------------------------------------------------------------------- /1.3/Patches/Patch_Royalty.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Patches/Patch_Royalty.xml -------------------------------------------------------------------------------- /1.3/Patches/ShipPartPatches.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Patches/ShipPartPatches.xml -------------------------------------------------------------------------------- /1.3/Patches/patch_EVA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Patches/patch_EVA.xml -------------------------------------------------------------------------------- /1.3/Patches/patch_HAR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Patches/patch_HAR.xml -------------------------------------------------------------------------------- /1.3/Patches/patch_LWM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Patches/patch_LWM.xml -------------------------------------------------------------------------------- /1.3/Patches/patch_randy_sos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Patches/patch_randy_sos.xml -------------------------------------------------------------------------------- /1.3/Patches/patch_rimefeller_sos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.3/Patches/patch_rimefeller_sos.xml -------------------------------------------------------------------------------- /1.4/Assemblies/ShipsHaveInsides.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Assemblies/ShipsHaveInsides.dll -------------------------------------------------------------------------------- /1.4/Defs/BiomeDefs/Biomes_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/BiomeDefs/Biomes_Space.xml -------------------------------------------------------------------------------- /1.4/Defs/Bodies/Bodies_Shuttle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Bodies/Bodies_Shuttle.xml -------------------------------------------------------------------------------- /1.4/Defs/DamageDefs/Damages_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/DamageDefs/Damages_Space.xml -------------------------------------------------------------------------------- /1.4/Defs/DutyDefs/Duties_Ship.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/DutyDefs/Duties_Ship.xml -------------------------------------------------------------------------------- /1.4/Defs/Effects/Mote_Bubble.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Effects/Mote_Bubble.xml -------------------------------------------------------------------------------- /1.4/Defs/HediffDefs/Hediffs_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/HediffDefs/Hediffs_Space.xml -------------------------------------------------------------------------------- /1.4/Defs/JobDefs/Jobs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/JobDefs/Jobs.xml -------------------------------------------------------------------------------- /1.4/Defs/JobDefs/Jobs_Joy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/JobDefs/Jobs_Joy.xml -------------------------------------------------------------------------------- /1.4/Defs/Joy/JoyGivers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Joy/JoyGivers.xml -------------------------------------------------------------------------------- /1.4/Defs/Joy/JoyKinds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Joy/JoyKinds.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ArchotechGifts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ArchotechGifts.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/EnemyShipDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/EnemyShipDefs.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/RoofDefs/Roofs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/RoofDefs/Roofs.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/0.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/1Fleets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/1Fleets.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/BomberHeavy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/BomberHeavy.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/BomberLight.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/BomberLight.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/BomberMedium.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/BomberMedium.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/CargoFirefly.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/CargoFirefly.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/CorvetteFast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/CorvetteFast.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/CorvetteT1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/CorvetteT1.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/CorvetteT2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/CorvetteT2.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/CorvetteT3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/CorvetteT3.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/CorvetteT3E.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/CorvetteT3E.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/CorvetteT3S.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/CorvetteT3S.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/Cruiser.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/Cruiser.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/CruiserCrab.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/CruiserCrab.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/CruiserThor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/CruiserThor.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/DestroyerT1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/DestroyerT1.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/DestroyerT2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/DestroyerT2.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/DestroyerT3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/DestroyerT3.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/Dreadnought.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/Dreadnought.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/FighterHeavy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/FighterHeavy.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/FighterMicro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/FighterMicro.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/FighterMini.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/FighterMini.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/FighterSolar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/FighterSolar.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/FrigateHeavy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/FrigateHeavy.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/FuelTanker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/FuelTanker.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/GardenShip.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/GardenShip.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/ISCSColony.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/ISCSColony.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/ISCSFuel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/ISCSFuel.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/MiningRig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/MiningRig.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/MiningRigLow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/MiningRigLow.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/ShipDefs/SimpleScow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/ShipDefs/SimpleScow.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/SpaceNavyDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/SpaceNavyDefs.xml -------------------------------------------------------------------------------- /1.4/Defs/Misc/TipSetDefs/Tips.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Misc/TipSetDefs/Tips.xml -------------------------------------------------------------------------------- /1.4/Defs/RecipeDefs/Recipes_Shuttle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/RecipeDefs/Recipes_Shuttle.xml -------------------------------------------------------------------------------- /1.4/Defs/RecipeDefs/Recipes_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/RecipeDefs/Recipes_Space.xml -------------------------------------------------------------------------------- /1.4/Defs/RuleDefs/Rules_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/RuleDefs/Rules_Space.xml -------------------------------------------------------------------------------- /1.4/Defs/Scenarios/ScenParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Scenarios/ScenParts.xml -------------------------------------------------------------------------------- /1.4/Defs/Scenarios/Scenarios_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Scenarios/Scenarios_Space.xml -------------------------------------------------------------------------------- /1.4/Defs/Sites/Cores/Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Sites/Cores/Space.xml -------------------------------------------------------------------------------- /1.4/Defs/SoundDefs/Ship_Sounds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/SoundDefs/Ship_Sounds.xml -------------------------------------------------------------------------------- /1.4/Defs/Stats/Stats_Archotech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Stats/Stats_Archotech.xml -------------------------------------------------------------------------------- /1.4/Defs/Stats/Stats_Pawns_General.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Stats/Stats_Pawns_General.xml -------------------------------------------------------------------------------- /1.4/Defs/Storyteller/Storytellers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/Storyteller/Storytellers.xml -------------------------------------------------------------------------------- /1.4/Defs/TaleDefs/Tales_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/TaleDefs/Tales_Space.xml -------------------------------------------------------------------------------- /1.4/Defs/TerrainDefs/Terrain_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/TerrainDefs/Terrain_Space.xml -------------------------------------------------------------------------------- /1.4/Defs/ThingDefs_Misc/Filth_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/ThingDefs_Misc/Filth_Space.xml -------------------------------------------------------------------------------- /1.4/Defs/ThoughtDefs/Thoughts_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/ThoughtDefs/Thoughts_Space.xml -------------------------------------------------------------------------------- /1.4/Defs/TraitDefs/Traits_AICrew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/TraitDefs/Traits_AICrew -------------------------------------------------------------------------------- /1.4/Defs/WeatherDefs/Weathers_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Defs/WeatherDefs/Weathers_Space.xml -------------------------------------------------------------------------------- /1.4/Languages/English/Keyed/Letters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Languages/English/Keyed/Letters.xml -------------------------------------------------------------------------------- /1.4/Patches/patch_base.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Patches/patch_base.xml -------------------------------------------------------------------------------- /1.4/Patches/patch_dlc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Patches/patch_dlc.xml -------------------------------------------------------------------------------- /1.4/Patches/patch_mod.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.4/Patches/patch_mod.xml -------------------------------------------------------------------------------- /1.5/Assemblies/ShipsHaveInsides.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Assemblies/ShipsHaveInsides.dll -------------------------------------------------------------------------------- /1.5/Defs/BiomeDefs/Biomes_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/BiomeDefs/Biomes_Space.xml -------------------------------------------------------------------------------- /1.5/Defs/Bodies/Bodies_Shuttle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Bodies/Bodies_Shuttle.xml -------------------------------------------------------------------------------- /1.5/Defs/DamageDefs/Damages_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/DamageDefs/Damages_Space.xml -------------------------------------------------------------------------------- /1.5/Defs/DutyDefs/Duties_Ship.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/DutyDefs/Duties_Ship.xml -------------------------------------------------------------------------------- /1.5/Defs/Effects/Mote_Bubble.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Effects/Mote_Bubble.xml -------------------------------------------------------------------------------- /1.5/Defs/GeneDefs/GenesSpace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/GeneDefs/GenesSpace.xml -------------------------------------------------------------------------------- /1.5/Defs/HediffDefs/Hediffs_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/HediffDefs/Hediffs_Space.xml -------------------------------------------------------------------------------- /1.5/Defs/JobDefs/Jobs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/JobDefs/Jobs.xml -------------------------------------------------------------------------------- /1.5/Defs/JobDefs/Jobs_Joy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/JobDefs/Jobs_Joy.xml -------------------------------------------------------------------------------- /1.5/Defs/JobDefs/Jobs_Learning.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/JobDefs/Jobs_Learning.xml -------------------------------------------------------------------------------- /1.5/Defs/Joy/JoyGivers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Joy/JoyGivers.xml -------------------------------------------------------------------------------- /1.5/Defs/Joy/JoyKinds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Joy/JoyKinds.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ArchotechGifts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ArchotechGifts.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/GlobalUnlockDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/GlobalUnlockDefs.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/RoofDefs/Roofs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/RoofDefs/Roofs.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/0.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/1Fleets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/1Fleets.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/BomberHeavy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/BomberHeavy.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/BomberLight.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/BomberLight.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/BomberMedium.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/BomberMedium.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/CargoFirefly.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/CargoFirefly.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/CarrierHeavy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/CarrierHeavy.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/CorvetteFast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/CorvetteFast.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/CorvetteT1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/CorvetteT1.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/CorvetteT2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/CorvetteT2.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/CorvetteT3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/CorvetteT3.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/CorvetteT3E.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/CorvetteT3E.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/CorvetteT3S.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/CorvetteT3S.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/Cruiser.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/Cruiser.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/CruiserCrab.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/CruiserCrab.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/CruiserThor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/CruiserThor.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/DestroyerT1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/DestroyerT1.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/DestroyerT2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/DestroyerT2.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/DestroyerT3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/DestroyerT3.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/Dreadnought.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/Dreadnought.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/FighterHeavy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/FighterHeavy.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/FighterMicro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/FighterMicro.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/FighterMini.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/FighterMini.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/FighterSolar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/FighterSolar.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/FrigateHeavy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/FrigateHeavy.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/FuelTanker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/FuelTanker.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/GardenShip.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/GardenShip.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/ISCSColony.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/ISCSColony.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/ISCSFuel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/ISCSFuel.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/MiningRig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/MiningRig.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/MiningRigLow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/MiningRigLow.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/ShuttleSmall.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/ShuttleSmall.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/ShipDefs/SimpleScow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/ShipDefs/SimpleScow.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/SpaceNavyDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/SpaceNavyDefs.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/SpaceShipDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/SpaceShipDefs.xml -------------------------------------------------------------------------------- /1.5/Defs/Misc/TipSetDefs/Tips.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Misc/TipSetDefs/Tips.xml -------------------------------------------------------------------------------- /1.5/Defs/RecipeDefs/Recipes_Shuttle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/RecipeDefs/Recipes_Shuttle.xml -------------------------------------------------------------------------------- /1.5/Defs/RecipeDefs/Recipes_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/RecipeDefs/Recipes_Space.xml -------------------------------------------------------------------------------- /1.5/Defs/RuleDefs/Rules_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/RuleDefs/Rules_Space.xml -------------------------------------------------------------------------------- /1.5/Defs/Scenarios/ScenParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Scenarios/ScenParts.xml -------------------------------------------------------------------------------- /1.5/Defs/Scenarios/Scenarios_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Scenarios/Scenarios_Space.xml -------------------------------------------------------------------------------- /1.5/Defs/Sites/Cores/Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Sites/Cores/Space.xml -------------------------------------------------------------------------------- /1.5/Defs/SoundDefs/Ship_Sounds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/SoundDefs/Ship_Sounds.xml -------------------------------------------------------------------------------- /1.5/Defs/Stats/Stats_Archotech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Stats/Stats_Archotech.xml -------------------------------------------------------------------------------- /1.5/Defs/Stats/Stats_Pawns_General.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Stats/Stats_Pawns_General.xml -------------------------------------------------------------------------------- /1.5/Defs/Storyteller/Storytellers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/Storyteller/Storytellers.xml -------------------------------------------------------------------------------- /1.5/Defs/TaleDefs/Tales_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/TaleDefs/Tales_Space.xml -------------------------------------------------------------------------------- /1.5/Defs/TerrainDefs/Terrain_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/TerrainDefs/Terrain_Space.xml -------------------------------------------------------------------------------- /1.5/Defs/ThingDefs_Misc/Filth_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/ThingDefs_Misc/Filth_Space.xml -------------------------------------------------------------------------------- /1.5/Defs/ThoughtDefs/Thoughts_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/ThoughtDefs/Thoughts_Space.xml -------------------------------------------------------------------------------- /1.5/Defs/WeatherDefs/Weathers_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Defs/WeatherDefs/Weathers_Space.xml -------------------------------------------------------------------------------- /1.5/Languages/English/Keyed/Letters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Languages/English/Keyed/Letters.xml -------------------------------------------------------------------------------- /1.5/Patches/patch_base.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Patches/patch_base.xml -------------------------------------------------------------------------------- /1.5/Patches/patch_dlc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Patches/patch_dlc.xml -------------------------------------------------------------------------------- /1.5/Patches/patch_mod.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Patches/patch_mod.xml -------------------------------------------------------------------------------- /1.5/Textures/Things/Shuttle/shuttle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.5/Textures/Things/Shuttle/shuttle.png -------------------------------------------------------------------------------- /1.6/Assemblies/ShipsHaveInsides.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Assemblies/ShipsHaveInsides.dll -------------------------------------------------------------------------------- /1.6/Defs/BiomeDefs/Biomes_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/BiomeDefs/Biomes_Space.xml -------------------------------------------------------------------------------- /1.6/Defs/Bodies/Bodies_Shuttle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Bodies/Bodies_Shuttle.xml -------------------------------------------------------------------------------- /1.6/Defs/DamageDefs/Damages_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/DamageDefs/Damages_Space.xml -------------------------------------------------------------------------------- /1.6/Defs/DutyDefs/Duties_Ship.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/DutyDefs/Duties_Ship.xml -------------------------------------------------------------------------------- /1.6/Defs/Effects/Mote_Bubble.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Effects/Mote_Bubble.xml -------------------------------------------------------------------------------- /1.6/Defs/GeneDefs/GenesSpace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/GeneDefs/GenesSpace.xml -------------------------------------------------------------------------------- /1.6/Defs/HediffDefs/Hediffs_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/HediffDefs/Hediffs_Space.xml -------------------------------------------------------------------------------- /1.6/Defs/JobDefs/Jobs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/JobDefs/Jobs.xml -------------------------------------------------------------------------------- /1.6/Defs/JobDefs/Jobs_Joy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/JobDefs/Jobs_Joy.xml -------------------------------------------------------------------------------- /1.6/Defs/JobDefs/Jobs_Learning.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/JobDefs/Jobs_Learning.xml -------------------------------------------------------------------------------- /1.6/Defs/Joy/JoyGivers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Joy/JoyGivers.xml -------------------------------------------------------------------------------- /1.6/Defs/Joy/JoyKinds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Joy/JoyKinds.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ArchotechGifts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ArchotechGifts.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/GlobalDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/GlobalDefs.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/RoofDefs/Roofs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/RoofDefs/Roofs.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/0.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/1Fleets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/1Fleets.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/BomberHeavy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/BomberHeavy.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/BomberLight.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/BomberLight.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/BomberMedium.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/BomberMedium.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/CargoFirefly.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/CargoFirefly.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/CarrierHeavy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/CarrierHeavy.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/CorvetteFast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/CorvetteFast.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/CorvetteT1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/CorvetteT1.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/CorvetteT2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/CorvetteT2.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/CorvetteT3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/CorvetteT3.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/CorvetteT3E.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/CorvetteT3E.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/CorvetteT3S.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/CorvetteT3S.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/Cruiser.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/Cruiser.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/CruiserCrab.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/CruiserCrab.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/CruiserThor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/CruiserThor.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/DestroyerT1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/DestroyerT1.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/DestroyerT2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/DestroyerT2.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/DestroyerT3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/DestroyerT3.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/Dreadnought.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/Dreadnought.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/FighterHeavy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/FighterHeavy.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/FighterMicro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/FighterMicro.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/FighterMini.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/FighterMini.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/FighterSolar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/FighterSolar.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/FrigateHeavy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/FrigateHeavy.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/FuelTanker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/FuelTanker.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/GardenShip.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/GardenShip.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/ISCSColony.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/ISCSColony.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/ISCSFuel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/ISCSFuel.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/MiningRig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/MiningRig.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/MiningRigLow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/MiningRigLow.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/ShuttleSmall.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/ShuttleSmall.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/ShipDefs/SimpleScow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/ShipDefs/SimpleScow.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/SpaceNavyDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/SpaceNavyDefs.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/SpaceShipDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/SpaceShipDefs.xml -------------------------------------------------------------------------------- /1.6/Defs/Misc/TipSetDefs/Tips.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Misc/TipSetDefs/Tips.xml -------------------------------------------------------------------------------- /1.6/Defs/RecipeDefs/Recipes_Shuttle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/RecipeDefs/Recipes_Shuttle.xml -------------------------------------------------------------------------------- /1.6/Defs/RecipeDefs/Recipes_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/RecipeDefs/Recipes_Space.xml -------------------------------------------------------------------------------- /1.6/Defs/RuleDefs/Rules_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/RuleDefs/Rules_Space.xml -------------------------------------------------------------------------------- /1.6/Defs/Scenarios/ScenParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Scenarios/ScenParts.xml -------------------------------------------------------------------------------- /1.6/Defs/Scenarios/Scenarios_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Scenarios/Scenarios_Space.xml -------------------------------------------------------------------------------- /1.6/Defs/Sites/Cores/Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Sites/Cores/Space.xml -------------------------------------------------------------------------------- /1.6/Defs/SoundDefs/Ship_Sounds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/SoundDefs/Ship_Sounds.xml -------------------------------------------------------------------------------- /1.6/Defs/Stats/Stats_Archotech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Stats/Stats_Archotech.xml -------------------------------------------------------------------------------- /1.6/Defs/Storyteller/Storytellers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/Storyteller/Storytellers.xml -------------------------------------------------------------------------------- /1.6/Defs/TaleDefs/Tales_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Defs/TaleDefs/Tales_Space.xml -------------------------------------------------------------------------------- /1.6/Patches/patch_base.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Patches/patch_base.xml -------------------------------------------------------------------------------- /1.6/Patches/patch_dlc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Patches/patch_dlc.xml -------------------------------------------------------------------------------- /1.6/Patches/patch_mod.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/1.6/Patches/patch_mod.xml -------------------------------------------------------------------------------- /About/About.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/About/About.xml -------------------------------------------------------------------------------- /About/ModIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/About/ModIcon.png -------------------------------------------------------------------------------- /About/PublishedFileId.txt: -------------------------------------------------------------------------------- 1 | 1909914131 -------------------------------------------------------------------------------- /About/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/About/preview.png -------------------------------------------------------------------------------- /Changenotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Changenotes.md -------------------------------------------------------------------------------- /CreditsUpdate.txt: -------------------------------------------------------------------------------- 1 | Belinko 2 | Grimdoll 3 | Mintcat 4 | phrog 5 | Lucius 6 | Ariel -------------------------------------------------------------------------------- /License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/License.md -------------------------------------------------------------------------------- /LoadFolders.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/LoadFolders.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/README.md -------------------------------------------------------------------------------- /Sounds/Ship/ACIFire.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/ACIFire.ogg -------------------------------------------------------------------------------- /Sounds/Ship/ACIIFire.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/ACIIFire.ogg -------------------------------------------------------------------------------- /Sounds/Ship/ACIIIFire.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/ACIIIFire.ogg -------------------------------------------------------------------------------- /Sounds/Ship/Geigerfast.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/Geigerfast.ogg -------------------------------------------------------------------------------- /Sounds/Ship/Large_Laser_01.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/Large_Laser_01.ogg -------------------------------------------------------------------------------- /Sounds/Ship/Large_Plasma_Fire_02.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/Large_Plasma_Fire_02.ogg -------------------------------------------------------------------------------- /Sounds/Ship/Large_Railgun_03.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/Large_Railgun_03.ogg -------------------------------------------------------------------------------- /Sounds/Ship/ReactorOnHighLoop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/ReactorOnHighLoop.ogg -------------------------------------------------------------------------------- /Sounds/Ship/ReactorOnLowLoop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/ReactorOnLowLoop.ogg -------------------------------------------------------------------------------- /Sounds/Ship/ReactorOnMediumLoop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/ReactorOnMediumLoop.ogg -------------------------------------------------------------------------------- /Sounds/Ship/ReactorOnUnstableLoop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/ReactorOnUnstableLoop.ogg -------------------------------------------------------------------------------- /Sounds/Ship/ReactorWarning.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/ReactorWarning.ogg -------------------------------------------------------------------------------- /Sounds/Ship/ShipEngineFuel.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/ShipEngineFuel.wav -------------------------------------------------------------------------------- /Sounds/Ship/Small_Laser_01.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/Small_Laser_01.ogg -------------------------------------------------------------------------------- /Sounds/Ship/Small_Plasma_Fire_02.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/Small_Plasma_Fire_02.ogg -------------------------------------------------------------------------------- /Sounds/Ship/Small_Railgun_02.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/Small_Railgun_02.ogg -------------------------------------------------------------------------------- /Sounds/Ship/SteamReleaseLarge.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Ship/SteamReleaseLarge.wav -------------------------------------------------------------------------------- /Sounds/Shuttle/RocketLaunch.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Sounds/Shuttle/RocketLaunch.wav -------------------------------------------------------------------------------- /Source/1.4/ApparelHolographic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/ApparelHolographic.cs -------------------------------------------------------------------------------- /Source/1.4/ArchotechGiftDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/ArchotechGiftDef.cs -------------------------------------------------------------------------------- /Source/1.4/BiomeWorker_OuterSpace.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/BiomeWorker_OuterSpace.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompArcholife.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompArcholife.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompBecomeBuilding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompBecomeBuilding.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompBecomePawn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompBecomePawn.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompBlackBoxAI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompBlackBoxAI.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompDamagedReactor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompDamagedReactor.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompEngineTrail.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompEngineTrail.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompExplosivePlant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompExplosivePlant.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompGraphicOnOff.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompGraphicOnOff.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompHolodeck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompHolodeck.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompRCSThruster.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompRCSThruster.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompSalvageBay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompSalvageBay.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompShipBluePrint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompShipBluePrint.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompShipHeat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompShipHeat.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompShipHeatPurge.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompShipHeatPurge.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompShipHeatSink.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompShipHeatSink.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompShipHeatSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompShipHeatSource.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompShipHeatTacCon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompShipHeatTacCon.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompSoSPowerTrader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompSoSPowerTrader.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompSoSUnlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompSoSUnlock.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompSoShipDocking.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompSoShipDocking.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompSoShipPart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompSoShipPart.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/CompSpinalMount.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/CompSpinalMount.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/Comp_EVA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/Comp_EVA.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/HediffComp_Bubble.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/HediffComp_Bubble.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/ImpactSiteComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/ImpactSiteComp.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/MoonPillarSiteComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/MoonPillarSiteComp.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/OverlayComponent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/OverlayComponent.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/PastWorldUWO2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/PastWorldUWO2.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/ShipHeatMapComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/ShipHeatMapComp.cs -------------------------------------------------------------------------------- /Source/1.4/Comp/UnfoldComponent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Comp/UnfoldComponent.cs -------------------------------------------------------------------------------- /Source/1.4/DamageWorker_Mechanite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/DamageWorker_Mechanite.cs -------------------------------------------------------------------------------- /Source/1.4/Designator_Ship.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Designator_Ship.cs -------------------------------------------------------------------------------- /Source/1.4/DetachedShipPart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/DetachedShipPart.cs -------------------------------------------------------------------------------- /Source/1.4/Dialog/Dialog_NameAI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Dialog/Dialog_NameAI.cs -------------------------------------------------------------------------------- /Source/1.4/Dialog/Dialog_NameShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Dialog/Dialog_NameShip.cs -------------------------------------------------------------------------------- /Source/1.4/Dialog/Dialog_Pirate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Dialog/Dialog_Pirate.cs -------------------------------------------------------------------------------- /Source/1.4/EnemyShipDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/EnemyShipDef.cs -------------------------------------------------------------------------------- /Source/1.4/EnemyShipPartDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/EnemyShipPartDef.cs -------------------------------------------------------------------------------- /Source/1.4/Graphic/Graphic_256.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Graphic/Graphic_256.cs -------------------------------------------------------------------------------- /Source/1.4/HarmonyPatches.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/HarmonyPatches.cs -------------------------------------------------------------------------------- /Source/1.4/HediffPawnIsHologram.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/HediffPawnIsHologram.cs -------------------------------------------------------------------------------- /Source/1.4/Jobs/JobDriver_Holodeck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Jobs/JobDriver_Holodeck.cs -------------------------------------------------------------------------------- /Source/1.4/Jobs/LordJob_DefendShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Jobs/LordJob_DefendShip.cs -------------------------------------------------------------------------------- /Source/1.4/MapGen/GenStep_LoadShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/MapGen/GenStep_LoadShip.cs -------------------------------------------------------------------------------- /Source/1.4/MechaniteFire.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/MechaniteFire.cs -------------------------------------------------------------------------------- /Source/1.4/MechaniteSpark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/MechaniteSpark.cs -------------------------------------------------------------------------------- /Source/1.4/MinifiedThingShipMove.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/MinifiedThingShipMove.cs -------------------------------------------------------------------------------- /Source/1.4/MoonBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/MoonBase.cs -------------------------------------------------------------------------------- /Source/1.4/Obsolete/CompAICrewmate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Obsolete/CompAICrewmate.cs -------------------------------------------------------------------------------- /Source/1.4/Obsolete/CompShipLight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Obsolete/CompShipLight.cs -------------------------------------------------------------------------------- /Source/1.4/Obsolete/CompSoSGlower.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Obsolete/CompSoSGlower.cs -------------------------------------------------------------------------------- /Source/1.4/Obsolete/PreviousWorld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Obsolete/PreviousWorld.cs -------------------------------------------------------------------------------- /Source/1.4/ResourceBank.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/ResourceBank.cs -------------------------------------------------------------------------------- /Source/1.4/RimworldMod.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/RimworldMod.csproj -------------------------------------------------------------------------------- /Source/1.4/RimworldMod.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/RimworldMod.sln -------------------------------------------------------------------------------- /Source/1.4/ScenPart_AfterlifeVault.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/ScenPart_AfterlifeVault.cs -------------------------------------------------------------------------------- /Source/1.4/ScenPart_LoadShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/ScenPart_LoadShip.cs -------------------------------------------------------------------------------- /Source/1.4/ScenPart_StartInSpace.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/ScenPart_StartInSpace.cs -------------------------------------------------------------------------------- /Source/1.4/SectionLayer_ShipHeat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/SectionLayer_ShipHeat.cs -------------------------------------------------------------------------------- /Source/1.4/ShipHeatNet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/ShipHeatNet.cs -------------------------------------------------------------------------------- /Source/1.4/ShipInteriorMod2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/ShipInteriorMod2.cs -------------------------------------------------------------------------------- /Source/1.4/ShipMoveBlueprint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/ShipMoveBlueprint.cs -------------------------------------------------------------------------------- /Source/1.4/Ships/AttackableShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Ships/AttackableShip.cs -------------------------------------------------------------------------------- /Source/1.4/Ships/DerelictShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Ships/DerelictShip.cs -------------------------------------------------------------------------------- /Source/1.4/Ships/PirateShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Ships/PirateShip.cs -------------------------------------------------------------------------------- /Source/1.4/ShuttleCaravanUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/ShuttleCaravanUtility.cs -------------------------------------------------------------------------------- /Source/1.4/SoShipCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/SoShipCache.cs -------------------------------------------------------------------------------- /Source/1.4/SpaceNavyDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/SpaceNavyDef.cs -------------------------------------------------------------------------------- /Source/1.4/SpaceSite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/SpaceSite.cs -------------------------------------------------------------------------------- /Source/1.4/Thing_ArcholifePod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/Thing_ArcholifePod.cs -------------------------------------------------------------------------------- /Source/1.4/WorldObjectOrbitingShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.4/WorldObjectOrbitingShip.cs -------------------------------------------------------------------------------- /Source/1.5/AISettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/AISettings.cs -------------------------------------------------------------------------------- /Source/1.5/AccessExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/AccessExtensions.cs -------------------------------------------------------------------------------- /Source/1.5/AccuracyCalculator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/AccuracyCalculator.cs -------------------------------------------------------------------------------- /Source/1.5/ApparelHolographic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/ApparelHolographic.cs -------------------------------------------------------------------------------- /Source/1.5/BiomeWorker_OuterSpace.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/BiomeWorker_OuterSpace.cs -------------------------------------------------------------------------------- /Source/1.5/CloakThresholdGizmo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/CloakThresholdGizmo.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompArcholife.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompArcholife.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompBlackBoxAI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompBlackBoxAI.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompCryptoCocoon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompCryptoCocoon.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompDamagedReactor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompDamagedReactor.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompDockExtender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompDockExtender.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompEVA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompEVA.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompEngineTrail.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompEngineTrail.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompExplosivePlant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompExplosivePlant.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompGraphicOnOff.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompGraphicOnOff.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompHolodeck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompHolodeck.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompOverlay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompOverlay.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompRCSThruster.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompRCSThruster.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompResearchUnlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompResearchUnlock.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompShipBay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompShipBay.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompShipBaySalvage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompShipBaySalvage.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompShipBluePrint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompShipBluePrint.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompShipCachePart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompShipCachePart.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompShipHeat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompShipHeat.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompShipHeatPurge.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompShipHeatPurge.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompShipHeatShield.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompShipHeatShield.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompShipHeatSink.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompShipHeatSink.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompShipHeatSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompShipHeatSource.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompShipHeatTacCon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompShipHeatTacCon.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompShipScanner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompShipScanner.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompShipScannerAI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompShipScannerAI.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompShuttleAutoDoc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompShuttleAutoDoc.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompSpinalMount.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompSpinalMount.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/CompUnfold.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/CompUnfold.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/HediffComp_Bubble.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/HediffComp_Bubble.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/ImpactSiteComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/ImpactSiteComp.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/MoonPillarSiteComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/MoonPillarSiteComp.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/ShipGameComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/ShipGameComp.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/ShipMapComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/ShipMapComp.cs -------------------------------------------------------------------------------- /Source/1.5/Comp/ShipWorldComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Comp/ShipWorldComp.cs -------------------------------------------------------------------------------- /Source/1.5/DamageWorker_Mechanite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/DamageWorker_Mechanite.cs -------------------------------------------------------------------------------- /Source/1.5/Def/ArchoGiftDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Def/ArchoGiftDef.cs -------------------------------------------------------------------------------- /Source/1.5/Def/NavyDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Def/NavyDef.cs -------------------------------------------------------------------------------- /Source/1.5/Def/ShipDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Def/ShipDef.cs -------------------------------------------------------------------------------- /Source/1.5/Def/ShipPartDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Def/ShipPartDef.cs -------------------------------------------------------------------------------- /Source/1.5/Designator_RestoreHull.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Designator_RestoreHull.cs -------------------------------------------------------------------------------- /Source/1.5/Designator_Ship.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Designator_Ship.cs -------------------------------------------------------------------------------- /Source/1.5/DetachedShipPart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/DetachedShipPart.cs -------------------------------------------------------------------------------- /Source/1.5/Dialog/Dialog_NameAI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Dialog/Dialog_NameAI.cs -------------------------------------------------------------------------------- /Source/1.5/Dialog/Dialog_NameShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Dialog/Dialog_NameShip.cs -------------------------------------------------------------------------------- /Source/1.5/Dialog/Dialog_Pirate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Dialog/Dialog_Pirate.cs -------------------------------------------------------------------------------- /Source/1.5/GenAdjExtension.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/GenAdjExtension.cs -------------------------------------------------------------------------------- /Source/1.5/GlobalUnlockDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/GlobalUnlockDef.cs -------------------------------------------------------------------------------- /Source/1.5/Graphic/Graphic_256.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Graphic/Graphic_256.cs -------------------------------------------------------------------------------- /Source/1.5/HarmonyPatches.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/HarmonyPatches.cs -------------------------------------------------------------------------------- /Source/1.5/HediffComp_GearRepair.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/HediffComp_GearRepair.cs -------------------------------------------------------------------------------- /Source/1.5/HediffPawnIsHologram.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/HediffPawnIsHologram.cs -------------------------------------------------------------------------------- /Source/1.5/Jobs/JobDriver_Holodeck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Jobs/JobDriver_Holodeck.cs -------------------------------------------------------------------------------- /Source/1.5/Jobs/LordJob_DefendShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Jobs/LordJob_DefendShip.cs -------------------------------------------------------------------------------- /Source/1.5/MapDodgeAbility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/MapDodgeAbility.cs -------------------------------------------------------------------------------- /Source/1.5/MapGen/GenStep_LoadShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/MapGen/GenStep_LoadShip.cs -------------------------------------------------------------------------------- /Source/1.5/MechaniteFire.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/MechaniteFire.cs -------------------------------------------------------------------------------- /Source/1.5/MinifiedThingShipMove.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/MinifiedThingShipMove.cs -------------------------------------------------------------------------------- /Source/1.5/ModIntegration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/ModIntegration.cs -------------------------------------------------------------------------------- /Source/1.5/Obsolete/CompAICrewmate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Obsolete/CompAICrewmate.cs -------------------------------------------------------------------------------- /Source/1.5/Obsolete/CompShipLight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Obsolete/CompShipLight.cs -------------------------------------------------------------------------------- /Source/1.5/Obsolete/CompSoSGlower.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Obsolete/CompSoSGlower.cs -------------------------------------------------------------------------------- /Source/1.5/Obsolete/PreviousWorld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Obsolete/PreviousWorld.cs -------------------------------------------------------------------------------- /Source/1.5/PawnPublicizer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/PawnPublicizer.cs -------------------------------------------------------------------------------- /Source/1.5/ResourceBank.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/ResourceBank.cs -------------------------------------------------------------------------------- /Source/1.5/RimworldMod.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/RimworldMod.csproj -------------------------------------------------------------------------------- /Source/1.5/RimworldMod.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/RimworldMod.sln -------------------------------------------------------------------------------- /Source/1.5/SectionLayer_ShipHeat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/SectionLayer_ShipHeat.cs -------------------------------------------------------------------------------- /Source/1.5/ShipHeatNet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/ShipHeatNet.cs -------------------------------------------------------------------------------- /Source/1.5/ShipInteriorMod2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/ShipInteriorMod2.cs -------------------------------------------------------------------------------- /Source/1.5/ShipMoveBlueprint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/ShipMoveBlueprint.cs -------------------------------------------------------------------------------- /Source/1.5/Ships/AttackableShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Ships/AttackableShip.cs -------------------------------------------------------------------------------- /Source/1.5/Ships/DerelictShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Ships/DerelictShip.cs -------------------------------------------------------------------------------- /Source/1.5/Ships/PirateShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Ships/PirateShip.cs -------------------------------------------------------------------------------- /Source/1.5/SoSDebugActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/SoSDebugActions.cs -------------------------------------------------------------------------------- /Source/1.5/SoSSpawnOverride.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/SoSSpawnOverride.cs -------------------------------------------------------------------------------- /Source/1.5/SpaceShipCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/SpaceShipCache.cs -------------------------------------------------------------------------------- /Source/1.5/Thing_ArcholifePod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Thing_ArcholifePod.cs -------------------------------------------------------------------------------- /Source/1.5/Vehicles/CompHoverMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Vehicles/CompHoverMode.cs -------------------------------------------------------------------------------- /Source/1.5/Vehicles/ShuttleTakeoff.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/Vehicles/ShuttleTakeoff.cs -------------------------------------------------------------------------------- /Source/1.5/WorldObject/MoonBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/WorldObject/MoonBase.cs -------------------------------------------------------------------------------- /Source/1.5/WorldObject/SpaceSite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.5/WorldObject/SpaceSite.cs -------------------------------------------------------------------------------- /Source/1.6/AISettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/AISettings.cs -------------------------------------------------------------------------------- /Source/1.6/AccessExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/AccessExtensions.cs -------------------------------------------------------------------------------- /Source/1.6/AccuracyCalculator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/AccuracyCalculator.cs -------------------------------------------------------------------------------- /Source/1.6/ApparelHolographic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/ApparelHolographic.cs -------------------------------------------------------------------------------- /Source/1.6/BiomeWorker_OuterSpace.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/BiomeWorker_OuterSpace.cs -------------------------------------------------------------------------------- /Source/1.6/CloakThresholdGizmo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/CloakThresholdGizmo.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompArcholife.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompArcholife.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompBlackBoxAI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompBlackBoxAI.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompCryptoCocoon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompCryptoCocoon.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompDamagedReactor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompDamagedReactor.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompDockExtender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompDockExtender.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompEVA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompEVA.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompEngineTrail.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompEngineTrail.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompExplosivePlant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompExplosivePlant.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompGraphicOnOff.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompGraphicOnOff.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompHolodeck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompHolodeck.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompOverlay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompOverlay.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompRCSThruster.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompRCSThruster.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompResearchUnlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompResearchUnlock.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompShipBay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompShipBay.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompShipBaySalvage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompShipBaySalvage.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompShipBluePrint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompShipBluePrint.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompShipCachePart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompShipCachePart.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompShipHeat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompShipHeat.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompShipHeatPurge.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompShipHeatPurge.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompShipHeatShield.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompShipHeatShield.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompShipHeatSink.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompShipHeatSink.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompShipHeatSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompShipHeatSource.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompShipHeatTacCon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompShipHeatTacCon.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompShipScanner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompShipScanner.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompShipScannerAI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompShipScannerAI.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompShuttleAutoDoc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompShuttleAutoDoc.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompSpinalMount.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompSpinalMount.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/CompUnfold.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/CompUnfold.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/HediffComp_Bubble.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/HediffComp_Bubble.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/ImpactSiteComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/ImpactSiteComp.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/MoonPillarSiteComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/MoonPillarSiteComp.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/ShipGameComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/ShipGameComp.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/ShipMapComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/ShipMapComp.cs -------------------------------------------------------------------------------- /Source/1.6/Comp/ShipWorldComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Comp/ShipWorldComp.cs -------------------------------------------------------------------------------- /Source/1.6/DamageWorker_Mechanite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/DamageWorker_Mechanite.cs -------------------------------------------------------------------------------- /Source/1.6/Def/ArchoGiftDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Def/ArchoGiftDef.cs -------------------------------------------------------------------------------- /Source/1.6/Def/GlobalUnlockDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Def/GlobalUnlockDef.cs -------------------------------------------------------------------------------- /Source/1.6/Def/NavyDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Def/NavyDef.cs -------------------------------------------------------------------------------- /Source/1.6/Def/ShipDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Def/ShipDef.cs -------------------------------------------------------------------------------- /Source/1.6/Def/ShipPartDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Def/ShipPartDef.cs -------------------------------------------------------------------------------- /Source/1.6/Designator_RestoreHull.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Designator_RestoreHull.cs -------------------------------------------------------------------------------- /Source/1.6/Designator_Ship.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Designator_Ship.cs -------------------------------------------------------------------------------- /Source/1.6/DetachedShipPart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/DetachedShipPart.cs -------------------------------------------------------------------------------- /Source/1.6/Dialog/Dialog_NameAI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Dialog/Dialog_NameAI.cs -------------------------------------------------------------------------------- /Source/1.6/Dialog/Dialog_NameShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Dialog/Dialog_NameShip.cs -------------------------------------------------------------------------------- /Source/1.6/Dialog/Dialog_Pirate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Dialog/Dialog_Pirate.cs -------------------------------------------------------------------------------- /Source/1.6/GenAdjExtension.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/GenAdjExtension.cs -------------------------------------------------------------------------------- /Source/1.6/Graphic/Graphic_256.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Graphic/Graphic_256.cs -------------------------------------------------------------------------------- /Source/1.6/HarmonyCustomPatches.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/HarmonyCustomPatches.cs -------------------------------------------------------------------------------- /Source/1.6/HarmonyPatches.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/HarmonyPatches.cs -------------------------------------------------------------------------------- /Source/1.6/HediffComp_GearRepair.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/HediffComp_GearRepair.cs -------------------------------------------------------------------------------- /Source/1.6/HediffPawnIsHologram.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/HediffPawnIsHologram.cs -------------------------------------------------------------------------------- /Source/1.6/Jobs/JobDriver_Holodeck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Jobs/JobDriver_Holodeck.cs -------------------------------------------------------------------------------- /Source/1.6/Jobs/JobUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Jobs/JobUtility.cs -------------------------------------------------------------------------------- /Source/1.6/Jobs/LordJob_DefendShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Jobs/LordJob_DefendShip.cs -------------------------------------------------------------------------------- /Source/1.6/MapDodgeAbility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/MapDodgeAbility.cs -------------------------------------------------------------------------------- /Source/1.6/MapGen/GenStep_LoadShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/MapGen/GenStep_LoadShip.cs -------------------------------------------------------------------------------- /Source/1.6/MechaniteFire.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/MechaniteFire.cs -------------------------------------------------------------------------------- /Source/1.6/MinifiedThingShipMove.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/MinifiedThingShipMove.cs -------------------------------------------------------------------------------- /Source/1.6/ModIntegration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/ModIntegration.cs -------------------------------------------------------------------------------- /Source/1.6/Obsolete/CompAICrewmate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Obsolete/CompAICrewmate.cs -------------------------------------------------------------------------------- /Source/1.6/Obsolete/CompShipLight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Obsolete/CompShipLight.cs -------------------------------------------------------------------------------- /Source/1.6/Obsolete/CompSoSGlower.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Obsolete/CompSoSGlower.cs -------------------------------------------------------------------------------- /Source/1.6/Obsolete/PreviousWorld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Obsolete/PreviousWorld.cs -------------------------------------------------------------------------------- /Source/1.6/PawnPublicizer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/PawnPublicizer.cs -------------------------------------------------------------------------------- /Source/1.6/ResourceBank.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/ResourceBank.cs -------------------------------------------------------------------------------- /Source/1.6/RimworldMod.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/RimworldMod.csproj -------------------------------------------------------------------------------- /Source/1.6/RimworldMod.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/RimworldMod.sln -------------------------------------------------------------------------------- /Source/1.6/SOS2MapUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/SOS2MapUtility.cs -------------------------------------------------------------------------------- /Source/1.6/SectionLayer_ShipHeat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/SectionLayer_ShipHeat.cs -------------------------------------------------------------------------------- /Source/1.6/ShipHeatNet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/ShipHeatNet.cs -------------------------------------------------------------------------------- /Source/1.6/ShipInteriorMod2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/ShipInteriorMod2.cs -------------------------------------------------------------------------------- /Source/1.6/ShipMoveBlueprint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/ShipMoveBlueprint.cs -------------------------------------------------------------------------------- /Source/1.6/Ships/AttackableShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Ships/AttackableShip.cs -------------------------------------------------------------------------------- /Source/1.6/Ships/DerelictShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Ships/DerelictShip.cs -------------------------------------------------------------------------------- /Source/1.6/Ships/PirateShip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Ships/PirateShip.cs -------------------------------------------------------------------------------- /Source/1.6/SoSDebugActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/SoSDebugActions.cs -------------------------------------------------------------------------------- /Source/1.6/SoSSpawnOverride.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/SoSSpawnOverride.cs -------------------------------------------------------------------------------- /Source/1.6/SpaceShipCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/SpaceShipCache.cs -------------------------------------------------------------------------------- /Source/1.6/Thing_ArcholifePod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Thing_ArcholifePod.cs -------------------------------------------------------------------------------- /Source/1.6/TranslationUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/TranslationUtility.cs -------------------------------------------------------------------------------- /Source/1.6/Vehicles/CompHoverMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Vehicles/CompHoverMode.cs -------------------------------------------------------------------------------- /Source/1.6/Vehicles/ShuttleTakeoff.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/Vehicles/ShuttleTakeoff.cs -------------------------------------------------------------------------------- /Source/1.6/WorldObject/MoonBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/WorldObject/MoonBase.cs -------------------------------------------------------------------------------- /Source/1.6/WorldObject/SpaceSite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Source/1.6/WorldObject/SpaceSite.cs -------------------------------------------------------------------------------- /Textures/CassandraIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/CassandraIcon.png -------------------------------------------------------------------------------- /Textures/ForPrisoners.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/ForPrisoners.png -------------------------------------------------------------------------------- /Textures/HolodeckStars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/HolodeckStars.png -------------------------------------------------------------------------------- /Textures/Kim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/Kim.png -------------------------------------------------------------------------------- /Textures/KimIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/KimIcon.png -------------------------------------------------------------------------------- /Textures/Kim_Tiny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/Kim_Tiny.png -------------------------------------------------------------------------------- /Textures/PhoebeIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/PhoebeIcon.png -------------------------------------------------------------------------------- /Textures/RandyIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/RandyIcon.png -------------------------------------------------------------------------------- /Textures/RoughAlphaAdd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/RoughAlphaAdd.png -------------------------------------------------------------------------------- /Textures/SaraIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/SaraIcon.png -------------------------------------------------------------------------------- /Textures/SaraSpacer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/SaraSpacer.png -------------------------------------------------------------------------------- /Textures/SaraSpacerTiny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/SaraSpacerTiny.png -------------------------------------------------------------------------------- /Textures/SplashScreen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/SplashScreen.jpg -------------------------------------------------------------------------------- /Textures/Terrain/Surfaces/Vacuum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/Terrain/Surfaces/Vacuum.png -------------------------------------------------------------------------------- /Textures/Things/Mote/IonTrail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/Things/Mote/IonTrail.png -------------------------------------------------------------------------------- /Textures/Things/Mote/LaserImpact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/Things/Mote/LaserImpact.png -------------------------------------------------------------------------------- /Textures/Things/Mote/PlasmaBlast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/Things/Mote/PlasmaBlast.png -------------------------------------------------------------------------------- /Textures/Things/Mote/ShieldImpact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/Things/Mote/ShieldImpact.png -------------------------------------------------------------------------------- /Textures/Things/Mote/SoSHeatPurge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/Things/Mote/SoSHeatPurge.png -------------------------------------------------------------------------------- /Textures/UI/ActiveVent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ActiveVent.png -------------------------------------------------------------------------------- /Textures/UI/ArchoIconIdeology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ArchoIconIdeology.png -------------------------------------------------------------------------------- /Textures/UI/ArchoTechUpload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ArchoTechUpload.png -------------------------------------------------------------------------------- /Textures/UI/ArchotechCommandShock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ArchotechCommandShock.png -------------------------------------------------------------------------------- /Textures/UI/Asteroids_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Asteroids_Icon.png -------------------------------------------------------------------------------- /Textures/UI/Asteroids_Icon_quest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Asteroids_Icon_quest.png -------------------------------------------------------------------------------- /Textures/UI/Capture_Ship_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Capture_Ship_Icon.png -------------------------------------------------------------------------------- /Textures/UI/CloakingDeviceOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/CloakingDeviceOff.png -------------------------------------------------------------------------------- /Textures/UI/CloakingDeviceOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/CloakingDeviceOn.png -------------------------------------------------------------------------------- /Textures/UI/DespawnHologram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/DespawnHologram.png -------------------------------------------------------------------------------- /Textures/UI/DockingOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/DockingOff.png -------------------------------------------------------------------------------- /Textures/UI/DockingOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/DockingOn.png -------------------------------------------------------------------------------- /Textures/UI/EmergencyCloseRange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/EmergencyCloseRange.png -------------------------------------------------------------------------------- /Textures/UI/EmergencyLongRange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/EmergencyLongRange.png -------------------------------------------------------------------------------- /Textures/UI/EndBattle_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/EndBattle_Icon.png -------------------------------------------------------------------------------- /Textures/UI/EnemyProjectile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/EnemyProjectile.png -------------------------------------------------------------------------------- /Textures/UI/EnemyStation_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/EnemyStation_Icon.png -------------------------------------------------------------------------------- /Textures/UI/Enemy_Icon_Off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Enemy_Icon_Off.png -------------------------------------------------------------------------------- /Textures/UI/Enemy_Icon_On_mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Enemy_Icon_On_mid.png -------------------------------------------------------------------------------- /Textures/UI/Enemy_Icon_On_slow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Enemy_Icon_On_slow.png -------------------------------------------------------------------------------- /Textures/UI/Escape_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Escape_Icon.png -------------------------------------------------------------------------------- /Textures/UI/ExoticParticles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ExoticParticles.png -------------------------------------------------------------------------------- /Textures/UI/Flip_Ship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Flip_Ship.png -------------------------------------------------------------------------------- /Textures/UI/Glitterworld_end_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Glitterworld_end_icon.png -------------------------------------------------------------------------------- /Textures/UI/HeatPurge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/HeatPurge.png -------------------------------------------------------------------------------- /Textures/UI/HoloLaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/HoloLaser.png -------------------------------------------------------------------------------- /Textures/UI/Hover_Off_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Hover_Off_Icon.png -------------------------------------------------------------------------------- /Textures/UI/Hover_On_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Hover_On_Icon.png -------------------------------------------------------------------------------- /Textures/UI/IncomingShip_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/IncomingShip_Icon.png -------------------------------------------------------------------------------- /Textures/UI/InstallBrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/InstallBrain.png -------------------------------------------------------------------------------- /Textures/UI/Land_Ship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Land_Ship.png -------------------------------------------------------------------------------- /Textures/UI/Map_Icon_Enemy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Map_Icon_Enemy.png -------------------------------------------------------------------------------- /Textures/UI/Map_Icon_Neutral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Map_Icon_Neutral.png -------------------------------------------------------------------------------- /Textures/UI/Map_Icon_Player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Map_Icon_Player.png -------------------------------------------------------------------------------- /Textures/UI/Moon_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Moon_Icon.png -------------------------------------------------------------------------------- /Textures/UI/Moon_Icon_Quest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Moon_Icon_Quest.png -------------------------------------------------------------------------------- /Textures/UI/OptimalRangeMode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/OptimalRangeMode.png -------------------------------------------------------------------------------- /Textures/UI/Overdrive1Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Overdrive1Icon.png -------------------------------------------------------------------------------- /Textures/UI/Overdrive2Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Overdrive2Icon.png -------------------------------------------------------------------------------- /Textures/UI/Overdrive3Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Overdrive3Icon.png -------------------------------------------------------------------------------- /Textures/UI/Planet_Landing_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Planet_Landing_Icon.png -------------------------------------------------------------------------------- /Textures/UI/PointDefenseMode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/PointDefenseMode.png -------------------------------------------------------------------------------- /Textures/UI/RebuildShip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/RebuildShip.png -------------------------------------------------------------------------------- /Textures/UI/RestoreHull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/RestoreHull.png -------------------------------------------------------------------------------- /Textures/UI/Rotate_Ship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Rotate_Ship.png -------------------------------------------------------------------------------- /Textures/UI/SalvageBeam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/SalvageBeam.png -------------------------------------------------------------------------------- /Textures/UI/SalvageCancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/SalvageCancel.png -------------------------------------------------------------------------------- /Textures/UI/SalvageClaim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/SalvageClaim.png -------------------------------------------------------------------------------- /Textures/UI/SalvageMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/SalvageMove.png -------------------------------------------------------------------------------- /Textures/UI/SalvageMoveFlip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/SalvageMoveFlip.png -------------------------------------------------------------------------------- /Textures/UI/SalvageMoveRot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/SalvageMoveRot.png -------------------------------------------------------------------------------- /Textures/UI/SalvageShip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/SalvageShip.png -------------------------------------------------------------------------------- /Textures/UI/Satellite_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Satellite_Icon.png -------------------------------------------------------------------------------- /Textures/UI/Satellite_Icon_quest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Satellite_Icon_quest.png -------------------------------------------------------------------------------- /Textures/UI/ScanMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ScanMap.png -------------------------------------------------------------------------------- /Textures/UI/Scuttle_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Scuttle_Icon.png -------------------------------------------------------------------------------- /Textures/UI/Shield_On.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Shield_On.png -------------------------------------------------------------------------------- /Textures/UI/ShipAbandon_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ShipAbandon_Icon.png -------------------------------------------------------------------------------- /Textures/UI/ShipProjectile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ShipProjectile.png -------------------------------------------------------------------------------- /Textures/UI/ShipRangeIndicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ShipRangeIndicator.png -------------------------------------------------------------------------------- /Textures/UI/ShipRangeRuler.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ShipRangeRuler.pdn -------------------------------------------------------------------------------- /Textures/UI/ShipRangeRuler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ShipRangeRuler.png -------------------------------------------------------------------------------- /Textures/UI/ShipRangeRuler1_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ShipRangeRuler1_6.png -------------------------------------------------------------------------------- /Textures/UI/ShipRangeRuler2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ShipRangeRuler2.png -------------------------------------------------------------------------------- /Textures/UI/ShipRangeRulerColored.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ShipRangeRulerColored.png -------------------------------------------------------------------------------- /Textures/UI/ShipRangeRulerOld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ShipRangeRulerOld.png -------------------------------------------------------------------------------- /Textures/UI/ShipRangeRuler_Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ShipRangeRuler_Left.png -------------------------------------------------------------------------------- /Textures/UI/ShipRangeRuler_Mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ShipRangeRuler_Mid.png -------------------------------------------------------------------------------- /Textures/UI/ShipRangeRuler_Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ShipRangeRuler_Right.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Bow_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Bow_Icon.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Bow_Icon_Quest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Bow_Icon_Quest.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Drive_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Drive_Icon.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon.pdn -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon_Advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon_Advance.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon_Dodge_Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon_Dodge_Left.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon_Dodge_Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon_Dodge_Right.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon_Maintain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon_Maintain.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon_North.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon_North.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon_Off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon_Off.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon_On_fast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon_On_fast.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon_On_mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon_On_mid.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon_On_mid_rev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon_On_mid_rev.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon_On_slow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon_On_slow.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon_On_slow_rev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon_On_slow_rev.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon_Retreat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon_Retreat.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon_South.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon_South.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon_Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon_Stop.png -------------------------------------------------------------------------------- /Textures/UI/Ship_Icon_Withdraw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Ship_Icon_Withdraw.png -------------------------------------------------------------------------------- /Textures/UI/ShuttleLocalFlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ShuttleLocalFlight.png -------------------------------------------------------------------------------- /Textures/UI/ShuttleMissionBomb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ShuttleMissionBomb.png -------------------------------------------------------------------------------- /Textures/UI/ShuttleMissionStrafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/ShuttleMissionStrafe.png -------------------------------------------------------------------------------- /Textures/UI/Shuttle_Icon_Enemy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Shuttle_Icon_Enemy.png -------------------------------------------------------------------------------- /Textures/UI/Shuttle_Icon_Player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Shuttle_Icon_Player.png -------------------------------------------------------------------------------- /Textures/UI/SpawnHologram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/SpawnHologram.png -------------------------------------------------------------------------------- /Textures/UI/StabilizeShip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/StabilizeShip.png -------------------------------------------------------------------------------- /Textures/UI/StabilizeShipForever.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/StabilizeShipForever.png -------------------------------------------------------------------------------- /Textures/UI/Station_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/Station_Icon.png -------------------------------------------------------------------------------- /Textures/UI/StopScanMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/StopScanMap.png -------------------------------------------------------------------------------- /Textures/UI/VacuumSuckSuckSuck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/VacuumSuckSuckSuck.png -------------------------------------------------------------------------------- /Textures/UI/shipChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/shipChunk.png -------------------------------------------------------------------------------- /Textures/UI/shipOrbiting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/UI/shipOrbiting.png -------------------------------------------------------------------------------- /Textures/World/Biomes/space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/World/Biomes/space.png -------------------------------------------------------------------------------- /Textures/World/SoSStars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/World/SoSStars.png -------------------------------------------------------------------------------- /Textures/also best cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/also best cat.png -------------------------------------------------------------------------------- /Textures/best cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bqr1s/SaveOurShip2/HEAD/Textures/best cat.png --------------------------------------------------------------------------------