├── .gitignore ├── About ├── About.xml └── Preview.png ├── ConfigFiles ├── 1.3 │ ├── Mod_1909870211_CoordinateOffsetMod.xml │ ├── Mod_2610120706_IR_HolstersMod.xml │ ├── Mod_2785616901_VanillaTradingExpandedMod.xml │ └── Mod_Dynamic economy [No miners]_DynamicEconomyMod.xml ├── 1.4 │ ├── Mod_1909870211_CoordinateOffsetMod.xml │ ├── Mod_2610120706_IR_HolstersMod.xml │ ├── Mod_2785616901_VanillaTradingExpandedMod.xml │ └── Mod_Dynamic economy [No miners]_DynamicEconomyMod.xml ├── 1.5 │ ├── Mod_1909870211_CoordinateOffsetMod.xml │ ├── Mod_2610120706_IR_HolstersMod.xml │ ├── Mod_2785616901_VanillaTradingExpandedMod.xml │ └── Mod_Dynamic economy [No miners]_DynamicEconomyMod.xml └── ReadMe.txt ├── Defs └── ThingDefs_Apparel │ └── EyePatch.xml ├── GithubTextures ├── Boosty_logo.png ├── DonationAlerts.png └── blue.svg ├── Languages └── Russian │ └── DefInjected │ ├── ArchitectSense.DesignationSubCategoryDefs │ └── DesignationSubCategoryDef.xml │ ├── BodyPartGroupDef │ └── BodyPartGroupDef.xml │ ├── SettingsMenuDef │ └── SettingsMenuDef.xml │ └── ThingDef │ └── ThingDef.xml ├── LoadDefs ├── v1.3 │ ├── Celsius │ │ └── Defs │ │ │ ├── ThingDefs_Temperature.xml │ │ │ └── ThingDefs_Temperature_Invisible.xml.txt │ ├── FacialAnimation │ │ ├── Defs │ │ │ ├── HeadType.xml │ │ │ └── MouthType.xml │ │ └── Textures │ │ │ └── Things │ │ │ └── Pawn │ │ │ └── Humanlike │ │ │ └── Beards │ │ │ ├── BeardAnchor_east.dds │ │ │ ├── BeardAnchor_east.png │ │ │ ├── BeardAnchor_south.dds │ │ │ ├── BeardAnchor_south.png │ │ │ ├── BeardBalin_east.dds │ │ │ ├── BeardBalin_east.png │ │ │ ├── BeardBalin_south.dds │ │ │ ├── BeardBalin_south.png │ │ │ ├── BeardBifur_east.dds │ │ │ ├── BeardBifur_east.png │ │ │ ├── BeardBifur_south.dds │ │ │ ├── BeardBifur_south.png │ │ │ ├── BeardBoxed_east.dds │ │ │ ├── BeardBoxed_east.png │ │ │ ├── BeardBoxed_south.dds │ │ │ ├── BeardBoxed_south.png │ │ │ ├── BeardCircle_east.dds │ │ │ ├── BeardCircle_east.png │ │ │ ├── BeardCircle_south.dds │ │ │ ├── BeardCircle_south.png │ │ │ ├── BeardCurly_east.dds │ │ │ ├── BeardCurly_east.png │ │ │ ├── BeardCurly_south.dds │ │ │ ├── BeardCurly_south.png │ │ │ ├── BeardCurtain_east.dds │ │ │ ├── BeardCurtain_east.png │ │ │ ├── BeardCurtain_south.dds │ │ │ ├── BeardCurtain_south.png │ │ │ ├── BeardDori_east.dds │ │ │ ├── BeardDori_east.png │ │ │ ├── BeardDori_south.dds │ │ │ ├── BeardDori_south.png │ │ │ ├── BeardDucktail_east.dds │ │ │ ├── BeardDucktail_east.png │ │ │ ├── BeardDucktail_south.dds │ │ │ ├── BeardDucktail_south.png │ │ │ ├── BeardDwalin_east.dds │ │ │ ├── BeardDwalin_east.png │ │ │ ├── BeardDwalin_south.dds │ │ │ ├── BeardDwalin_south.png │ │ │ ├── BeardFork_east.dds │ │ │ ├── BeardFork_east.png │ │ │ ├── BeardFork_south.dds │ │ │ ├── BeardFork_south.png │ │ │ ├── BeardFrench_east.dds │ │ │ ├── BeardFrench_east.png │ │ │ ├── BeardFrench_south.dds │ │ │ ├── BeardFrench_south.png │ │ │ ├── BeardFull_east.dds │ │ │ ├── BeardFull_east.png │ │ │ ├── BeardFull_south.dds │ │ │ ├── BeardFull_south.png │ │ │ ├── BeardGoatee_east.dds │ │ │ ├── BeardGoatee_east.png │ │ │ ├── BeardGoatee_south.dds │ │ │ ├── BeardGoatee_south.png │ │ │ ├── BeardImperial_east.dds │ │ │ ├── BeardImperial_east.png │ │ │ ├── BeardImperial_south.dds │ │ │ ├── BeardImperial_south.png │ │ │ ├── BeardKhal_east.dds │ │ │ ├── BeardKhal_east.png │ │ │ ├── BeardKhal_south.dds │ │ │ ├── BeardKhal_south.png │ │ │ ├── BeardLincoln_east.dds │ │ │ ├── BeardLincoln_east.png │ │ │ ├── BeardLincoln_south.dds │ │ │ ├── BeardLincoln_south.png │ │ │ ├── BeardLongDutch_east.dds │ │ │ ├── BeardLongDutch_east.png │ │ │ ├── BeardLongDutch_south.dds │ │ │ ├── BeardLongDutch_south.png │ │ │ ├── BeardMachete_east.dds │ │ │ ├── BeardMachete_east.png │ │ │ ├── BeardMachete_south.dds │ │ │ ├── BeardMachete_south.png │ │ │ ├── BeardMoustache_east.dds │ │ │ ├── BeardMoustache_east.png │ │ │ ├── BeardMoustache_south.dds │ │ │ ├── BeardMoustache_south.png │ │ │ ├── BeardMuttonChops_east.dds │ │ │ ├── BeardMuttonChops_east.png │ │ │ ├── BeardMuttonChops_south.dds │ │ │ ├── BeardMuttonChops_south.png │ │ │ ├── BeardNori_east.dds │ │ │ ├── BeardNori_east.png │ │ │ ├── BeardNori_south.dds │ │ │ ├── BeardNori_south.png │ │ │ ├── BeardOldDutch_east.dds │ │ │ ├── BeardOldDutch_east.png │ │ │ ├── BeardOldDutch_south.dds │ │ │ ├── BeardOldDutch_south.png │ │ │ ├── BeardSeer_east.dds │ │ │ ├── BeardSeer_east.png │ │ │ ├── BeardSeer_south.dds │ │ │ ├── BeardSeer_south.png │ │ │ ├── BeardSideWhiskers_east.dds │ │ │ ├── BeardSideWhiskers_east.png │ │ │ ├── BeardSideWhiskers_south.dds │ │ │ ├── BeardSideWhiskers_south.png │ │ │ ├── BeardSoulPatch_east.dds │ │ │ ├── BeardSoulPatch_east.png │ │ │ ├── BeardSoulPatch_south.dds │ │ │ ├── BeardSoulPatch_south.png │ │ │ ├── BeardStubble_east.dds │ │ │ ├── BeardStubble_east.png │ │ │ ├── BeardStubble_south.dds │ │ │ ├── BeardStubble_south.png │ │ │ ├── BeardUrist_east.dds │ │ │ ├── BeardUrist_east.png │ │ │ ├── BeardUrist_south.dds │ │ │ ├── BeardUrist_south.png │ │ │ ├── BeardVanDyke_east.dds │ │ │ ├── BeardVanDyke_east.png │ │ │ ├── BeardVanDyke_south.dds │ │ │ ├── BeardVanDyke_south.png │ │ │ ├── BeardWizard_east.dds │ │ │ ├── BeardWizard_east.png │ │ │ ├── BeardWizard_south.dds │ │ │ └── BeardWizard_south.png │ ├── HotMeals │ │ └── Patches │ │ │ └── HotMeals.xml │ ├── Jewelery │ │ ├── Defs │ │ │ └── ResearchDef │ │ │ │ └── Research_Tiles.xml │ │ └── Patches │ │ │ └── Tiles_Research.xml │ ├── LTSTenant │ │ ├── Defs │ │ │ └── Ammo │ │ │ │ └── ThrowableKnife.xml │ │ └── Textures │ │ │ ├── Apparel │ │ │ ├── CourierCoat │ │ │ │ ├── CourierCoat_Fat_eastm.dds │ │ │ │ ├── CourierCoat_Fat_eastm.png │ │ │ │ ├── CourierCoat_Fat_northm.dds │ │ │ │ ├── CourierCoat_Fat_northm.png │ │ │ │ ├── CourierCoat_Fat_southm.dds │ │ │ │ ├── CourierCoat_Fat_southm.png │ │ │ │ ├── CourierCoat_Female_eastm.dds │ │ │ │ ├── CourierCoat_Female_eastm.png │ │ │ │ ├── CourierCoat_Female_northm.dds │ │ │ │ ├── CourierCoat_Female_northm.png │ │ │ │ ├── CourierCoat_Female_southm.dds │ │ │ │ ├── CourierCoat_Female_southm.png │ │ │ │ ├── CourierCoat_Hulk_eastm.dds │ │ │ │ ├── CourierCoat_Hulk_eastm.png │ │ │ │ ├── CourierCoat_Hulk_northm.dds │ │ │ │ ├── CourierCoat_Hulk_northm.png │ │ │ │ ├── CourierCoat_Hulk_southm.dds │ │ │ │ ├── CourierCoat_Hulk_southm.png │ │ │ │ ├── CourierCoat_Male_eastm.dds │ │ │ │ ├── CourierCoat_Male_eastm.png │ │ │ │ ├── CourierCoat_Male_northm.dds │ │ │ │ ├── CourierCoat_Male_northm.png │ │ │ │ ├── CourierCoat_Male_southm.dds │ │ │ │ ├── CourierCoat_Male_southm.png │ │ │ │ ├── CourierCoat_Thin_eastm.dds │ │ │ │ ├── CourierCoat_Thin_eastm.png │ │ │ │ ├── CourierCoat_Thin_northm.dds │ │ │ │ ├── CourierCoat_Thin_northm.png │ │ │ │ ├── CourierCoat_Thin_southm.dds │ │ │ │ └── CourierCoat_Thin_southm.png │ │ │ └── CourierHat │ │ │ │ ├── CourierHat_eastm.dds │ │ │ │ ├── CourierHat_eastm.png │ │ │ │ ├── CourierHat_northm.dds │ │ │ │ ├── CourierHat_northm.png │ │ │ │ ├── CourierHat_southm.dds │ │ │ │ └── CourierHat_southm.png │ │ │ └── Weapons │ │ │ ├── Cutlassm.dds │ │ │ ├── Cutlassm.png │ │ │ ├── Mechetem.dds │ │ │ ├── Mechetem.png │ │ │ ├── MusketRiflem.dds │ │ │ ├── MusketRiflem.png │ │ │ ├── PressureGunm.dds │ │ │ ├── PressureGunm.png │ │ │ ├── QuadMusketm.dds │ │ │ ├── QuadMusketm.png │ │ │ ├── RevolverMusketm.dds │ │ │ ├── RevolverMusketm.png │ │ │ ├── Swordm.dds │ │ │ ├── Swordm.png │ │ │ ├── Throwing Knifem.dds │ │ │ └── Throwing Knifem.png │ ├── Preemptive_Strike │ │ ├── Defs │ │ │ └── ResearchDef │ │ │ │ └── Research_Towers.xml │ │ └── Patches │ │ │ └── Tower_Research.xml │ ├── Skynet_No_PaperPattern │ │ ├── ConvertBaseToAlien.xml │ │ ├── CovertToAlien.xml │ │ └── FacialAnimation │ │ │ ├── AgentFaceSizePatch.xml │ │ │ ├── CovertFaceSizePatch.xml │ │ │ ├── InfiltratorFaceSizePatch.xml │ │ │ └── SkynetPrototypeTXFaceSizePatch.xml │ ├── VIE_Dryads │ │ └── Defs │ │ │ └── Seeds │ │ │ └── AmbrosiaPalm.xml │ └── Vanilla_Outposts_Expanded │ │ ├── Defs │ │ └── ThingDefs_Resources │ │ │ └── Outpost_Construction_Materials.xml │ │ └── Textures │ │ └── Things │ │ └── Resources │ │ ├── OutpostCrate.dds │ │ └── OutpostCrate.png ├── v1.4 │ ├── Celsius │ │ ├── Defs │ │ │ ├── ThingDefs_Temperature.txt │ │ │ └── ThingDefs_Temperature_Invisible.xml.txt │ │ └── Patches │ │ │ ├── Buildings.xml │ │ │ ├── Ignition.xml │ │ │ ├── Mods │ │ │ ├── AlphaAnimals.xml │ │ │ ├── Insulation.xml │ │ │ ├── LTS_Furnishings │ │ │ │ ├── Buildings.txt │ │ │ │ └── Buildings.xml │ │ │ ├── Primitive Workbenches.xml │ │ │ ├── UtilityColumns │ │ │ │ ├── Buildings.txt │ │ │ │ └── Buildings.xml │ │ │ ├── VFE Architect.xml │ │ │ ├── VFE Medical.xml │ │ │ ├── VFE Security.xml │ │ │ ├── Viles Hell Bent Leather.xml │ │ │ ├── Viles Materials.xml │ │ │ └── Viles Windows.xml │ │ │ ├── Stats_Pawns.xml │ │ │ ├── Stuff.xml │ │ │ └── Terrains.xml │ ├── FacialAnimation │ │ ├── Defs │ │ │ ├── HeadType.xml │ │ │ └── MouthType.xml │ │ └── Textures │ │ │ └── Things │ │ │ └── Pawn │ │ │ └── Humanlike │ │ │ └── Beards │ │ │ ├── BeardAnchor_east.dds │ │ │ ├── BeardAnchor_east.png │ │ │ ├── BeardAnchor_south.dds │ │ │ ├── BeardAnchor_south.png │ │ │ ├── BeardBalin_east.dds │ │ │ ├── BeardBalin_east.png │ │ │ ├── BeardBalin_south.dds │ │ │ ├── BeardBalin_south.png │ │ │ ├── BeardBifur_east.dds │ │ │ ├── BeardBifur_east.png │ │ │ ├── BeardBifur_south.dds │ │ │ ├── BeardBifur_south.png │ │ │ ├── BeardBoxed_east.dds │ │ │ ├── BeardBoxed_east.png │ │ │ ├── BeardBoxed_south.dds │ │ │ ├── BeardBoxed_south.png │ │ │ ├── BeardCircle_east.dds │ │ │ ├── BeardCircle_east.png │ │ │ ├── BeardCircle_south.dds │ │ │ ├── BeardCircle_south.png │ │ │ ├── BeardCurly_east.dds │ │ │ ├── BeardCurly_east.png │ │ │ ├── BeardCurly_south.dds │ │ │ ├── BeardCurly_south.png │ │ │ ├── BeardCurtain_east.dds │ │ │ ├── BeardCurtain_east.png │ │ │ ├── BeardCurtain_south.dds │ │ │ ├── BeardCurtain_south.png │ │ │ ├── BeardDori_east.dds │ │ │ ├── BeardDori_east.png │ │ │ ├── BeardDori_south.dds │ │ │ ├── BeardDori_south.png │ │ │ ├── BeardDucktail_east.dds │ │ │ ├── BeardDucktail_east.png │ │ │ ├── BeardDucktail_south.dds │ │ │ ├── BeardDucktail_south.png │ │ │ ├── BeardDwalin_east.dds │ │ │ ├── BeardDwalin_east.png │ │ │ ├── BeardDwalin_south.dds │ │ │ ├── BeardDwalin_south.png │ │ │ ├── BeardFork_east.dds │ │ │ ├── BeardFork_east.png │ │ │ ├── BeardFork_south.dds │ │ │ ├── BeardFork_south.png │ │ │ ├── BeardFrench_east.dds │ │ │ ├── BeardFrench_east.png │ │ │ ├── BeardFrench_south.dds │ │ │ ├── BeardFrench_south.png │ │ │ ├── BeardFull_east.dds │ │ │ ├── BeardFull_east.png │ │ │ ├── BeardFull_south.dds │ │ │ ├── BeardFull_south.png │ │ │ ├── BeardGoatee_east.dds │ │ │ ├── BeardGoatee_east.png │ │ │ ├── BeardGoatee_south.dds │ │ │ ├── BeardGoatee_south.png │ │ │ ├── BeardImperial_east.dds │ │ │ ├── BeardImperial_east.png │ │ │ ├── BeardImperial_south.dds │ │ │ ├── BeardImperial_south.png │ │ │ ├── BeardKhal_east.dds │ │ │ ├── BeardKhal_east.png │ │ │ ├── BeardKhal_south.dds │ │ │ ├── BeardKhal_south.png │ │ │ ├── BeardLincoln_east.dds │ │ │ ├── BeardLincoln_east.png │ │ │ ├── BeardLincoln_south.dds │ │ │ ├── BeardLincoln_south.png │ │ │ ├── BeardLongDutch_east.dds │ │ │ ├── BeardLongDutch_east.png │ │ │ ├── BeardLongDutch_south.dds │ │ │ ├── BeardLongDutch_south.png │ │ │ ├── BeardMachete_east.dds │ │ │ ├── BeardMachete_east.png │ │ │ ├── BeardMachete_south.dds │ │ │ ├── BeardMachete_south.png │ │ │ ├── BeardMoustache_east.dds │ │ │ ├── BeardMoustache_east.png │ │ │ ├── BeardMoustache_south.dds │ │ │ ├── BeardMoustache_south.png │ │ │ ├── BeardMuttonChops_east.dds │ │ │ ├── BeardMuttonChops_east.png │ │ │ ├── BeardMuttonChops_south.dds │ │ │ ├── BeardMuttonChops_south.png │ │ │ ├── BeardNori_east.dds │ │ │ ├── BeardNori_east.png │ │ │ ├── BeardNori_south.dds │ │ │ ├── BeardNori_south.png │ │ │ ├── BeardOldDutch_east.dds │ │ │ ├── BeardOldDutch_east.png │ │ │ ├── BeardOldDutch_south.dds │ │ │ ├── BeardOldDutch_south.png │ │ │ ├── BeardSeer_east.dds │ │ │ ├── BeardSeer_east.png │ │ │ ├── BeardSeer_south.dds │ │ │ ├── BeardSeer_south.png │ │ │ ├── BeardSideWhiskers_east.dds │ │ │ ├── BeardSideWhiskers_east.png │ │ │ ├── BeardSideWhiskers_south.dds │ │ │ ├── BeardSideWhiskers_south.png │ │ │ ├── BeardSoulPatch_east.dds │ │ │ ├── BeardSoulPatch_east.png │ │ │ ├── BeardSoulPatch_south.dds │ │ │ ├── BeardSoulPatch_south.png │ │ │ ├── BeardStubble_east.dds │ │ │ ├── BeardStubble_east.png │ │ │ ├── BeardStubble_south.dds │ │ │ ├── BeardStubble_south.png │ │ │ ├── BeardUrist_east.dds │ │ │ ├── BeardUrist_east.png │ │ │ ├── BeardUrist_south.dds │ │ │ ├── BeardUrist_south.png │ │ │ ├── BeardVanDyke_east.dds │ │ │ ├── BeardVanDyke_east.png │ │ │ ├── BeardVanDyke_south.dds │ │ │ ├── BeardVanDyke_south.png │ │ │ ├── BeardWizard_east.dds │ │ │ ├── BeardWizard_east.png │ │ │ ├── BeardWizard_south.dds │ │ │ └── BeardWizard_south.png │ ├── HotMeals │ │ └── Patches │ │ │ └── HotMeals.xml │ ├── Jewelery │ │ ├── Defs │ │ │ └── ResearchDef │ │ │ │ └── Research_Tiles.xml │ │ └── Patches │ │ │ └── Tiles_Research.xml │ ├── LTSTenant │ │ ├── Defs │ │ │ └── Ammo │ │ │ │ └── ThrowableKnife.xml │ │ └── Textures │ │ │ ├── Apparel │ │ │ ├── CourierCoat │ │ │ │ ├── CourierCoat_Fat_eastm.dds │ │ │ │ ├── CourierCoat_Fat_eastm.png │ │ │ │ ├── CourierCoat_Fat_northm.dds │ │ │ │ ├── CourierCoat_Fat_northm.png │ │ │ │ ├── CourierCoat_Fat_southm.dds │ │ │ │ ├── CourierCoat_Fat_southm.png │ │ │ │ ├── CourierCoat_Female_eastm.dds │ │ │ │ ├── CourierCoat_Female_eastm.png │ │ │ │ ├── CourierCoat_Female_northm.dds │ │ │ │ ├── CourierCoat_Female_northm.png │ │ │ │ ├── CourierCoat_Female_southm.dds │ │ │ │ ├── CourierCoat_Female_southm.png │ │ │ │ ├── CourierCoat_Hulk_eastm.dds │ │ │ │ ├── CourierCoat_Hulk_eastm.png │ │ │ │ ├── CourierCoat_Hulk_northm.dds │ │ │ │ ├── CourierCoat_Hulk_northm.png │ │ │ │ ├── CourierCoat_Hulk_southm.dds │ │ │ │ ├── CourierCoat_Hulk_southm.png │ │ │ │ ├── CourierCoat_Male_eastm.dds │ │ │ │ ├── CourierCoat_Male_eastm.png │ │ │ │ ├── CourierCoat_Male_northm.dds │ │ │ │ ├── CourierCoat_Male_northm.png │ │ │ │ ├── CourierCoat_Male_southm.dds │ │ │ │ ├── CourierCoat_Male_southm.png │ │ │ │ ├── CourierCoat_Thin_eastm.dds │ │ │ │ ├── CourierCoat_Thin_eastm.png │ │ │ │ ├── CourierCoat_Thin_northm.dds │ │ │ │ ├── CourierCoat_Thin_northm.png │ │ │ │ ├── CourierCoat_Thin_southm.dds │ │ │ │ └── CourierCoat_Thin_southm.png │ │ │ └── CourierHat │ │ │ │ ├── CourierHat_eastm.dds │ │ │ │ ├── CourierHat_eastm.png │ │ │ │ ├── CourierHat_northm.dds │ │ │ │ ├── CourierHat_northm.png │ │ │ │ ├── CourierHat_southm.dds │ │ │ │ └── CourierHat_southm.png │ │ │ └── Weapons │ │ │ ├── Cutlassm.dds │ │ │ ├── Cutlassm.png │ │ │ ├── Mechetem.dds │ │ │ ├── Mechetem.png │ │ │ ├── MusketRiflem.dds │ │ │ ├── MusketRiflem.png │ │ │ ├── PressureGunm.dds │ │ │ ├── PressureGunm.png │ │ │ ├── QuadMusketm.dds │ │ │ ├── QuadMusketm.png │ │ │ ├── RevolverMusketm.dds │ │ │ ├── RevolverMusketm.png │ │ │ ├── Swordm.dds │ │ │ ├── Swordm.png │ │ │ ├── Throwing Knifem.dds │ │ │ └── Throwing Knifem.png │ ├── Portraits_of_the_Rim │ │ ├── Defs │ │ │ └── HSK_PortraitElementDefs.xml │ │ ├── Patches │ │ │ ├── Androids.xml │ │ │ ├── Biotech.xml │ │ │ ├── CoreSK.xml │ │ │ ├── Roos_Painting_Expansion.xml │ │ │ ├── UnderWhere.xml │ │ │ └── VilesPreIndustrial.xml │ │ └── Textures │ │ │ ├── InnerClothingShoulder │ │ │ ├── VEAccessories-l-Backpack.png │ │ │ ├── VEAccessories-m-Backpack.png │ │ │ ├── VEAccessories-s-Backpack.png │ │ │ └── VEAccessories-xl-Backpack.png │ │ │ ├── InnerClothingTorso │ │ │ ├── VEApparel-l-DoctorScrubs.png │ │ │ ├── VEApparel-m-DoctorScrubs.png │ │ │ ├── VEApparel-s-DoctorScrubs.png │ │ │ ├── VEApparel-xl-DoctorScrubs.png │ │ │ ├── VEhatsandrags-l-rags.dds │ │ │ ├── VEhatsandrags-l-rags.png │ │ │ ├── VEhatsandrags-m-rags.dds │ │ │ ├── VEhatsandrags-m-rags.png │ │ │ ├── VEhatsandrags-s-rags.dds │ │ │ ├── VEhatsandrags-s-rags.png │ │ │ ├── VEhatsandrags-xl-rags.dds │ │ │ ├── VEhatsandrags-xl-rags.png │ │ │ ├── Vanilla-l-tribalwear.dds │ │ │ ├── Vanilla-l-tribalwear.png │ │ │ ├── Vanilla-s-tribalwear.dds │ │ │ ├── Vanilla-s-tribalwear.png │ │ │ ├── Vanilla-xl-tribalwear.dds │ │ │ └── Vanilla-xl-tribalwear.png │ │ │ ├── InnerHeadgear │ │ │ ├── VESettlers-an-bandana.png │ │ │ └── VESettlers-cn-bandana.png │ │ │ ├── MiddleClothingShoulder │ │ │ ├── HSK-l-Basket.dds │ │ │ ├── HSK-l-Basket.png │ │ │ ├── HSK-m-Basket.dds │ │ │ ├── HSK-m-Basket.png │ │ │ ├── HSK-s-Basket.dds │ │ │ ├── HSK-s-Basket.png │ │ │ ├── HSK-xl-Basket.dds │ │ │ ├── HSK-xl-Basket.png │ │ │ ├── RH2FactionVOID-l-RHApparel_DFCloak_Poncho.png │ │ │ ├── RH2FactionVOID-m-RHApparel_DFCloak_Poncho.png │ │ │ ├── RH2FactionVOID-s-RHApparel_DFCloak_Poncho.png │ │ │ └── RH2FactionVOID-xl-RHApparel_DFCloak_Poncho.png │ │ │ ├── MiddleClothingTorso │ │ │ ├── Biotech-Sash-l.dds │ │ │ ├── Biotech-Sash-l.png │ │ │ ├── Biotech-Sash-m.dds │ │ │ ├── Biotech-Sash-m.png │ │ │ ├── Biotech-Sash-s.dds │ │ │ ├── Biotech-Sash-s.png │ │ │ ├── Biotech-Sash-xl.dds │ │ │ ├── Biotech-Sash-xl.png │ │ │ ├── Royalty-l-eltexvest.png │ │ │ ├── Royalty-m-eltexvest.png │ │ │ ├── Royalty-s-eltexvest.png │ │ │ ├── Royalty-xl-eltexvest.png │ │ │ ├── VEApparel-l-Tunic.png │ │ │ ├── VEApparel-m-Tunic.png │ │ │ ├── VEApparel-s-Tunic.png │ │ │ ├── VEApparel-xl-Tunic.png │ │ │ ├── VEArmour-l-Quiltedvest.png │ │ │ ├── VEArmour-m-Quiltedvest.png │ │ │ ├── VEArmour-s-Quiltedvest.png │ │ │ └── VEArmour-xl-Quiltedvest.png │ │ │ ├── OuterClothingShoulder │ │ │ ├── Straw-l-cape.dds │ │ │ ├── Straw-l-cape.png │ │ │ ├── Straw-m-cape.dds │ │ │ ├── Straw-m-cape.png │ │ │ ├── Straw-s-cape.dds │ │ │ ├── Straw-s-cape.png │ │ │ ├── Straw-xl-cape.dds │ │ │ └── Straw-xl-cape.png │ │ │ ├── OuterClothingTorso │ │ │ ├── VEMedieval-l-tabard.png │ │ │ ├── VEMedieval-m-tabard.png │ │ │ ├── VEMedieval-s-tabard.png │ │ │ ├── VEMedieval-xl-tabard.png │ │ │ ├── VEVikings-l-Cryptoheavyarmor.png │ │ │ ├── VEVikings-l-Guardianarmor.png │ │ │ ├── VEVikings-m-Cryptoheavyarmor.png │ │ │ ├── VEVikings-m-Guardianarmor.png │ │ │ ├── VEVikings-s-Cryptoheavyarmor.png │ │ │ ├── VEVikings-s-Guardianarmor.png │ │ │ ├── VEVikings-xl-Cryptoheavyarmor.png │ │ │ └── VEVikings-xl-Guardianarmor.png │ │ │ ├── OuterHair │ │ │ ├── ERNHairs2-an-ERNaveesbangs.dds │ │ │ ├── ERNHairs2-an-ERNaveesbangs.png │ │ │ ├── ERNHairs2-an-ERNsideswept.dds │ │ │ ├── ERNHairs2-an-ERNsideswept.png │ │ │ ├── ERNHairs2-an-ERNsimplestyle.dds │ │ │ ├── ERNHairs2-an-ERNsimplestyle.png │ │ │ ├── ERNHairs2-an-ERNtwintails.dds │ │ │ ├── ERNHairs2-an-ERNtwintails.png │ │ │ ├── ERNHairs2-cn-ERNcroppedbuns.dds │ │ │ ├── ERNHairs2-cn-ERNcroppedbuns.png │ │ │ ├── HSK-Shikinami.png │ │ │ ├── HSK_Xeva.dds │ │ │ ├── HSK_Xeva.png │ │ │ ├── MA.dds │ │ │ ├── MA.png │ │ │ ├── SPSAda.dds │ │ │ ├── SPSAda.png │ │ │ ├── SPSBetty.dds │ │ │ ├── SPSBetty.png │ │ │ ├── SPSBrona.dds │ │ │ ├── SPSBrona.png │ │ │ ├── SPSFlora.dds │ │ │ ├── SPSFlora.png │ │ │ ├── SPSLei.dds │ │ │ ├── SPSLei.png │ │ │ ├── VEHair-an-festive.dds │ │ │ ├── VEHair-an-festive.png │ │ │ ├── VEHair-an-twisted.dds │ │ │ ├── VEHair-an-twisted.png │ │ │ ├── VEHair-cn-festive.dds │ │ │ ├── VEHair-cn-festive.png │ │ │ ├── VEHair-cn-firekeeper.dds │ │ │ ├── VEHair-cn-firekeeper.png │ │ │ ├── VEHair-cn-sad.dds │ │ │ └── VEHair-cn-sad.png │ │ │ ├── OuterHeadgear │ │ │ ├── Bandana.dds │ │ │ ├── Bandana.png │ │ │ ├── HSK-Coif.dds │ │ │ ├── HSK-Coif.png │ │ │ ├── HSK-an-Apparel_Caravaneer.png │ │ │ ├── Pre-Industrial-Coif.png │ │ │ ├── Royalty-an-Apparel_Beret.png │ │ │ ├── Royalty-cn-Apparel_Beret.png │ │ │ ├── VEVikings-an-VFEV_BearHeaddress.dds │ │ │ └── VEVikings-an-VFEV_BearHeaddress.png │ │ │ └── UnderClothingTorso │ │ │ ├── VEApparel-l-Tanktop-styleimpid.dds │ │ │ ├── VEApparel-l-Tanktop-styleimpid.png │ │ │ ├── VEApparel-l-Tanktop.dds │ │ │ ├── VEApparel-l-Tanktop.png │ │ │ ├── VEApparel-m-Tanktop-styleimpid.dds │ │ │ ├── VEApparel-m-Tanktop-styleimpid.png │ │ │ ├── VEApparel-m-Tanktop.dds │ │ │ ├── VEApparel-m-Tanktop.png │ │ │ ├── VEApparel-s-Tanktop-styleimpid.dds │ │ │ ├── VEApparel-s-Tanktop-styleimpid.png │ │ │ ├── VEApparel-s-Tanktop.dds │ │ │ ├── VEApparel-s-Tanktop.png │ │ │ ├── VEApparel-xl-Tanktop-styleimpid.dds │ │ │ ├── VEApparel-xl-Tanktop-styleimpid.png │ │ │ ├── VEApparel-xl-Tanktop.dds │ │ │ └── VEApparel-xl-Tanktop.png │ ├── Preemptive_Strike │ │ ├── Defs │ │ │ └── ResearchDef │ │ │ │ └── Research_Towers.xml │ │ └── Patches │ │ │ └── Tower_Research.xml │ ├── Research_Reinvented │ │ └── Assemblies │ │ │ └── RRHSKPatch.dll │ ├── VIE_Dryads │ │ └── Patches │ │ │ └── AmbrosiaPalm.xml │ ├── Vanilla_Outposts_Expanded │ │ ├── Defs │ │ │ └── ThingDefs_Resources │ │ │ │ └── Outpost_Construction_Materials.xml │ │ └── Textures │ │ │ └── Things │ │ │ └── Resources │ │ │ ├── OutpostCrate.dds │ │ │ └── OutpostCrate.png │ └── Viles_Hardcore_Renovation │ │ └── Textures │ │ └── Things │ │ └── Building │ │ └── Embrasure │ │ ├── Embrasure_Atlas_Bricks.dds │ │ ├── Embrasure_Atlas_Bricks.png │ │ ├── Embrasure_Atlas_Cladding.dds │ │ ├── Embrasure_Atlas_Cladding.png │ │ ├── Embrasure_Atlas_Logs.dds │ │ ├── Embrasure_Atlas_Logs.png │ │ ├── Embrasure_Atlas_Panel.dds │ │ ├── Embrasure_Atlas_Panel.png │ │ ├── Embrasure_Atlas_Slab.dds │ │ ├── Embrasure_Atlas_Slab.png │ │ ├── Embrasure_Atlas_Smooth.dds │ │ └── Embrasure_Atlas_Smooth.png └── v1.5 │ ├── Celsius │ ├── Defs │ │ ├── ThingDefs_Temperature.txt │ │ └── ThingDefs_Temperature_Invisible.xml.txt │ └── Patches │ │ ├── Buildings.xml │ │ ├── Ignition.xml │ │ ├── Mods │ │ ├── AlphaAnimals.xml │ │ ├── Insulation.xml │ │ ├── LTS_Furnishings │ │ │ ├── Buildings.txt │ │ │ └── Buildings.xml │ │ ├── Primitive Workbenches.xml │ │ ├── UtilityColumns │ │ │ ├── Buildings.txt │ │ │ └── Buildings.xml │ │ ├── VFE Architect.xml │ │ ├── VFE Medical.xml │ │ ├── VFE Security.xml │ │ ├── Viles Hell Bent Leather.xml │ │ ├── Viles Materials.xml │ │ └── Viles Windows.xml │ │ ├── Stats_Pawns.xml │ │ ├── Stuff.xml │ │ └── Terrains.xml │ ├── FacialAnimation │ ├── Defs │ │ ├── HeadType.xml │ │ └── MouthType.xml │ └── Textures │ │ └── Things │ │ └── Pawn │ │ └── Humanlike │ │ └── Beards │ │ ├── BeardAnchor_east.png │ │ ├── BeardAnchor_south.png │ │ ├── BeardBalin_east.png │ │ ├── BeardBalin_south.png │ │ ├── BeardBifur_east.png │ │ ├── BeardBifur_south.png │ │ ├── BeardBoxed_east.png │ │ ├── BeardBoxed_south.png │ │ ├── BeardCircle_east.png │ │ ├── BeardCircle_south.png │ │ ├── BeardCurly_east.png │ │ ├── BeardCurly_south.png │ │ ├── BeardCurtain_east.png │ │ ├── BeardCurtain_south.png │ │ ├── BeardDori_east.png │ │ ├── BeardDori_south.png │ │ ├── BeardDucktail_east.png │ │ ├── BeardDucktail_south.png │ │ ├── BeardDwalin_east.png │ │ ├── BeardDwalin_south.png │ │ ├── BeardFork_east.png │ │ ├── BeardFork_south.png │ │ ├── BeardFrench_east.png │ │ ├── BeardFrench_south.png │ │ ├── BeardFull_east.png │ │ ├── BeardFull_south.png │ │ ├── BeardGoatee_east.png │ │ ├── BeardGoatee_south.png │ │ ├── BeardImperial_east.png │ │ ├── BeardImperial_south.png │ │ ├── BeardKhal_east.png │ │ ├── BeardKhal_south.png │ │ ├── BeardLincoln_east.png │ │ ├── BeardLincoln_south.png │ │ ├── BeardLongDutch_east.png │ │ ├── BeardLongDutch_south.png │ │ ├── BeardMachete_east.png │ │ ├── BeardMachete_south.png │ │ ├── BeardMoustache_east.png │ │ ├── BeardMoustache_south.png │ │ ├── BeardMuttonChops_east.png │ │ ├── BeardMuttonChops_south.png │ │ ├── BeardNori_east.png │ │ ├── BeardNori_south.png │ │ ├── BeardOldDutch_east.png │ │ ├── BeardOldDutch_south.png │ │ ├── BeardSeer_east.png │ │ ├── BeardSeer_south.png │ │ ├── BeardSideWhiskers_east.png │ │ ├── BeardSideWhiskers_south.png │ │ ├── BeardSoulPatch_east.png │ │ ├── BeardSoulPatch_south.png │ │ ├── BeardStubble_east.png │ │ ├── BeardStubble_south.png │ │ ├── BeardUrist_east.png │ │ ├── BeardUrist_south.png │ │ ├── BeardVanDyke_east.png │ │ ├── BeardVanDyke_south.png │ │ ├── BeardWizard_east.png │ │ └── BeardWizard_south.png │ ├── HotMeals │ └── Patches │ │ └── HotMeals.xml │ ├── Jewelery │ ├── Defs │ │ └── ResearchDef │ │ │ └── Research_Tiles.xml │ └── Patches │ │ └── Tiles_Research.xml │ ├── LTSTenant │ ├── Defs │ │ └── Ammo │ │ │ └── ThrowableKnife.xml │ └── Textures │ │ ├── Apparel │ │ ├── CourierCoat │ │ │ ├── CourierCoat_Fat_eastm.png │ │ │ ├── CourierCoat_Fat_northm.png │ │ │ ├── CourierCoat_Fat_southm.png │ │ │ ├── CourierCoat_Female_eastm.png │ │ │ ├── CourierCoat_Female_northm.png │ │ │ ├── CourierCoat_Female_southm.png │ │ │ ├── CourierCoat_Hulk_eastm.png │ │ │ ├── CourierCoat_Hulk_northm.png │ │ │ ├── CourierCoat_Hulk_southm.png │ │ │ ├── CourierCoat_Male_eastm.png │ │ │ ├── CourierCoat_Male_northm.png │ │ │ ├── CourierCoat_Male_southm.png │ │ │ ├── CourierCoat_Thin_eastm.png │ │ │ ├── CourierCoat_Thin_northm.png │ │ │ └── CourierCoat_Thin_southm.png │ │ └── CourierHat │ │ │ ├── CourierHat_eastm.png │ │ │ ├── CourierHat_northm.png │ │ │ └── CourierHat_southm.png │ │ └── Weapons │ │ ├── Cutlassm.png │ │ ├── Mechetem.png │ │ ├── MusketRiflem.png │ │ ├── PressureGunm.png │ │ ├── QuadMusketm.png │ │ ├── RevolverMusketm.png │ │ ├── Swordm.png │ │ └── Throwing Knifem.png │ ├── Portraits_of_the_Rim │ ├── Defs │ │ └── HSK_PortraitElementDefs.xml │ ├── Patches │ │ ├── Androids.xml │ │ ├── Biotech.xml │ │ ├── CoreSK.xml │ │ ├── Roos_Painting_Expansion.xml │ │ ├── UnderWhere.xml │ │ └── VilesPreIndustrial.xml │ └── Textures │ │ ├── InnerClothingShoulder │ │ ├── VEAccessories-l-Backpack.png │ │ ├── VEAccessories-m-Backpack.png │ │ ├── VEAccessories-s-Backpack.png │ │ └── VEAccessories-xl-Backpack.png │ │ ├── InnerClothingTorso │ │ ├── VEApparel-l-DoctorScrubs.png │ │ ├── VEApparel-m-DoctorScrubs.png │ │ ├── VEApparel-s-DoctorScrubs.png │ │ ├── VEApparel-xl-DoctorScrubs.png │ │ ├── VEhatsandrags-l-rags.png │ │ ├── VEhatsandrags-m-rags.png │ │ ├── VEhatsandrags-s-rags.png │ │ ├── VEhatsandrags-xl-rags.png │ │ ├── Vanilla-l-tribalwear.png │ │ ├── Vanilla-s-tribalwear.png │ │ └── Vanilla-xl-tribalwear.png │ │ ├── InnerHeadgear │ │ ├── VESettlers-an-bandana.png │ │ └── VESettlers-cn-bandana.png │ │ ├── MiddleClothingShoulder │ │ ├── HSK-l-Basket.png │ │ ├── HSK-m-Basket.png │ │ ├── HSK-s-Basket.png │ │ ├── HSK-xl-Basket.png │ │ ├── RH2FactionVOID-l-RHApparel_DFCloak_Poncho.png │ │ ├── RH2FactionVOID-m-RHApparel_DFCloak_Poncho.png │ │ ├── RH2FactionVOID-s-RHApparel_DFCloak_Poncho.png │ │ └── RH2FactionVOID-xl-RHApparel_DFCloak_Poncho.png │ │ ├── MiddleClothingTorso │ │ ├── Biotech-Sash-l.png │ │ ├── Biotech-Sash-m.png │ │ ├── Biotech-Sash-s.png │ │ ├── Biotech-Sash-xl.png │ │ ├── Royalty-l-eltexvest.png │ │ ├── Royalty-m-eltexvest.png │ │ ├── Royalty-s-eltexvest.png │ │ ├── Royalty-xl-eltexvest.png │ │ ├── VEApparel-l-Tunic.png │ │ ├── VEApparel-m-Tunic.png │ │ ├── VEApparel-s-Tunic.png │ │ ├── VEApparel-xl-Tunic.png │ │ ├── VEArmour-l-Quiltedvest.png │ │ ├── VEArmour-m-Quiltedvest.png │ │ ├── VEArmour-s-Quiltedvest.png │ │ └── VEArmour-xl-Quiltedvest.png │ │ ├── OuterClothingShoulder │ │ ├── Straw-l-cape.png │ │ ├── Straw-m-cape.png │ │ ├── Straw-s-cape.png │ │ └── Straw-xl-cape.png │ │ ├── OuterClothingTorso │ │ ├── VEMedieval-l-tabard.png │ │ ├── VEMedieval-m-tabard.png │ │ ├── VEMedieval-s-tabard.png │ │ ├── VEMedieval-xl-tabard.png │ │ ├── VEVikings-l-Cryptoheavyarmor.png │ │ ├── VEVikings-l-Guardianarmor.png │ │ ├── VEVikings-m-Cryptoheavyarmor.png │ │ ├── VEVikings-m-Guardianarmor.png │ │ ├── VEVikings-s-Cryptoheavyarmor.png │ │ ├── VEVikings-s-Guardianarmor.png │ │ ├── VEVikings-xl-Cryptoheavyarmor.png │ │ └── VEVikings-xl-Guardianarmor.png │ │ ├── OuterHair │ │ ├── ERNHairs2-an-ERNaveesbangs.png │ │ ├── ERNHairs2-an-ERNsideswept.png │ │ ├── ERNHairs2-an-ERNsimplestyle.png │ │ ├── ERNHairs2-an-ERNtwintails.png │ │ ├── ERNHairs2-cn-ERNcroppedbuns.png │ │ ├── HSK-Shikinami.png │ │ ├── HSK_Xeva.png │ │ ├── MA.png │ │ ├── SPSAda.png │ │ ├── SPSBetty.png │ │ ├── SPSBrona.png │ │ ├── SPSFlora.png │ │ ├── SPSLei.png │ │ ├── VEHair-an-festive.png │ │ ├── VEHair-an-twisted.png │ │ ├── VEHair-cn-festive.png │ │ ├── VEHair-cn-firekeeper.png │ │ └── VEHair-cn-sad.png │ │ ├── OuterHeadgear │ │ ├── Bandana.png │ │ ├── HSK-Coif.png │ │ ├── HSK-an-Apparel_Caravaneer.png │ │ ├── Pre-Industrial-Coif.png │ │ ├── Royalty-an-Apparel_Beret.png │ │ ├── Royalty-cn-Apparel_Beret.png │ │ └── VEVikings-an-VFEV_BearHeaddress.png │ │ └── UnderClothingTorso │ │ ├── VEApparel-l-Tanktop-styleimpid.png │ │ ├── VEApparel-l-Tanktop.png │ │ ├── VEApparel-m-Tanktop-styleimpid.png │ │ ├── VEApparel-m-Tanktop.png │ │ ├── VEApparel-s-Tanktop-styleimpid.png │ │ ├── VEApparel-s-Tanktop.png │ │ ├── VEApparel-xl-Tanktop-styleimpid.png │ │ └── VEApparel-xl-Tanktop.png │ ├── Preemptive_Strike │ ├── Defs │ │ └── ResearchDef │ │ │ └── Research_Towers.xml │ └── Patches │ │ └── Tower_Research.xml │ ├── Research_Reinvented │ └── Assemblies │ │ └── RRHSKPatch.dll │ ├── VIE_Dryads │ └── Patches │ │ └── AmbrosiaPalm.xml │ ├── Vanilla_Outposts_Expanded │ ├── Defs │ │ └── ThingDefs_Resources │ │ │ └── Outpost_Construction_Materials.xml │ └── Textures │ │ └── Things │ │ └── Resources │ │ └── OutpostCrate.png │ └── Viles_Hardcore_Renovation │ └── Textures │ └── Things │ └── Building │ └── Embrasure │ ├── Embrasure_Atlas_Bricks.png │ ├── Embrasure_Atlas_Cladding.png │ ├── Embrasure_Atlas_Logs.png │ ├── Embrasure_Atlas_Panel.png │ ├── Embrasure_Atlas_Slab.png │ └── Embrasure_Atlas_Smooth.png ├── LoadFolders.xml ├── README.md ├── ResearchFixes └── v1.3 │ └── GloomDecoPack │ └── Defs │ └── ResearchProjectDefs │ └── GloomCustom.xml ├── Textures ├── CeilingVent_Capped_Brick_ico.dds ├── CeilingVent_Capped_Brick_ico.png ├── CeilingVent_Capped_Slab_ico.dds ├── CeilingVent_Capped_Slab_ico.png ├── CeilingVent_Primitive_ico.dds ├── CeilingVent_Primitive_ico.png ├── CeilingVents │ ├── CeilingVent_Capped_Bricks.dds │ ├── CeilingVent_Capped_Bricks.png │ ├── CeilingVent_Capped_Slab.dds │ ├── CeilingVent_Capped_Slab.png │ ├── CeilingVent_Capped_Stone_blueprint.dds │ ├── CeilingVent_Capped_Stone_blueprint.png │ ├── CeilingVent_Primitive.dds │ ├── CeilingVent_Primitive.png │ ├── CeilingVent_PrimitiveNew.dds │ ├── CeilingVent_PrimitiveNew.png │ ├── CeilingVent_Primitive_Shadow.dds │ ├── CeilingVent_Primitive_Shadow.png │ ├── CeilingVent_Primitive_blueprint.dds │ ├── CeilingVent_Primitive_blueprint.png │ ├── CeilingVent_Square_Shadow.dds │ ├── CeilingVent_Square_Shadow.png │ ├── invisible.dds │ └── invisible.png ├── Decoration │ └── TilesBorder_C.png ├── Hairs │ └── Vanilla │ │ ├── GreasySwoop_east.dds │ │ ├── GreasySwoop_east.png │ │ ├── GreasySwoop_north.dds │ │ ├── GreasySwoop_north.png │ │ ├── GreasySwoop_south.dds │ │ └── GreasySwoop_south.png ├── Moyo │ └── Heads_Blank │ │ ├── Normal │ │ ├── Female │ │ │ ├── blush_east.dds │ │ │ ├── blush_east.png │ │ │ ├── blush_north.dds │ │ │ ├── blush_north.png │ │ │ ├── blush_south.dds │ │ │ ├── blush_south.png │ │ │ ├── normal_east.dds │ │ │ ├── normal_east.png │ │ │ ├── normal_north.dds │ │ │ ├── normal_north.png │ │ │ ├── normal_south.dds │ │ │ ├── normal_south.png │ │ │ ├── part_blush_east.dds │ │ │ ├── part_blush_east.png │ │ │ ├── part_blush_south.dds │ │ │ ├── part_blush_south.png │ │ │ ├── part_normal_east.dds │ │ │ ├── part_normal_east.png │ │ │ ├── part_normal_south.dds │ │ │ └── part_normal_south.png │ │ └── Male │ │ │ ├── blush_east.dds │ │ │ ├── blush_east.png │ │ │ ├── blush_north.dds │ │ │ ├── blush_north.png │ │ │ ├── blush_south.dds │ │ │ ├── blush_south.png │ │ │ ├── normal_east.dds │ │ │ ├── normal_east.png │ │ │ ├── normal_north.dds │ │ │ ├── normal_north.png │ │ │ ├── normal_south.dds │ │ │ ├── normal_south.png │ │ │ ├── part_blush_east.dds │ │ │ ├── part_blush_east.png │ │ │ ├── part_blush_south.dds │ │ │ ├── part_blush_south.png │ │ │ ├── part_normal_east.dds │ │ │ ├── part_normal_east.png │ │ │ ├── part_normal_south.dds │ │ │ └── part_normal_south.png │ │ └── Pointy │ │ ├── Female │ │ ├── blush_east.dds │ │ ├── blush_east.png │ │ ├── blush_north.dds │ │ ├── blush_north.png │ │ ├── blush_south.dds │ │ ├── blush_south.png │ │ ├── normal_east.dds │ │ ├── normal_east.png │ │ ├── normal_north.dds │ │ ├── normal_north.png │ │ ├── normal_south.dds │ │ ├── normal_south.png │ │ ├── part_blush_east.dds │ │ ├── part_blush_east.png │ │ ├── part_blush_south.dds │ │ ├── part_blush_south.png │ │ ├── part_normal_east.dds │ │ ├── part_normal_east.png │ │ ├── part_normal_south.dds │ │ └── part_normal_south.png │ │ └── Male │ │ ├── blush_east.dds │ │ ├── blush_east.png │ │ ├── blush_north.dds │ │ ├── blush_north.png │ │ ├── blush_south.dds │ │ ├── blush_south.png │ │ ├── normal_east.dds │ │ ├── normal_east.png │ │ ├── normal_north.dds │ │ ├── normal_north.png │ │ ├── normal_south.dds │ │ ├── normal_south.png │ │ ├── part_blush_east.dds │ │ ├── part_blush_east.png │ │ ├── part_blush_south.dds │ │ ├── part_blush_south.png │ │ ├── part_normal_east.dds │ │ ├── part_normal_east.png │ │ ├── part_normal_south.dds │ │ └── part_normal_south.png ├── RedMoyo │ └── Heads_Blank │ │ ├── Normal │ │ ├── Female │ │ │ ├── blush_east.dds │ │ │ ├── blush_east.png │ │ │ ├── blush_north.dds │ │ │ ├── blush_north.png │ │ │ ├── blush_south.dds │ │ │ ├── blush_south.png │ │ │ ├── normal_east.dds │ │ │ ├── normal_east.png │ │ │ ├── normal_north.dds │ │ │ ├── normal_north.png │ │ │ ├── normal_south.dds │ │ │ ├── normal_south.png │ │ │ ├── part_blush_east.dds │ │ │ ├── part_blush_east.png │ │ │ ├── part_blush_south.dds │ │ │ ├── part_blush_south.png │ │ │ ├── part_normal_east.dds │ │ │ ├── part_normal_east.png │ │ │ ├── part_normal_south.dds │ │ │ └── part_normal_south.png │ │ └── Male │ │ │ ├── blush_east.dds │ │ │ ├── blush_east.png │ │ │ ├── blush_north.dds │ │ │ ├── blush_north.png │ │ │ ├── blush_south.dds │ │ │ ├── blush_south.png │ │ │ ├── normal_east.dds │ │ │ ├── normal_east.png │ │ │ ├── normal_north.dds │ │ │ ├── normal_north.png │ │ │ ├── normal_south.dds │ │ │ ├── normal_south.png │ │ │ ├── part_blush_east.dds │ │ │ ├── part_blush_east.png │ │ │ ├── part_blush_south.dds │ │ │ ├── part_blush_south.png │ │ │ ├── part_normal_east.dds │ │ │ ├── part_normal_east.png │ │ │ ├── part_normal_south.dds │ │ │ └── part_normal_south.png │ │ └── Pointy │ │ ├── Female │ │ ├── blush_east.dds │ │ ├── blush_east.png │ │ ├── blush_north.dds │ │ ├── blush_north.png │ │ ├── blush_south.dds │ │ ├── blush_south.png │ │ ├── normal_east.dds │ │ ├── normal_east.png │ │ ├── normal_north.dds │ │ ├── normal_north.png │ │ ├── normal_south.dds │ │ ├── normal_south.png │ │ ├── part_blush_east.dds │ │ ├── part_blush_east.png │ │ ├── part_blush_south.dds │ │ ├── part_blush_south.png │ │ ├── part_normal_east.dds │ │ ├── part_normal_east.png │ │ ├── part_normal_south.dds │ │ └── part_normal_south.png │ │ └── Male │ │ ├── blush_east.dds │ │ ├── blush_east.png │ │ ├── blush_north.dds │ │ ├── blush_north.png │ │ ├── blush_south.dds │ │ ├── blush_south.png │ │ ├── normal_east.dds │ │ ├── normal_east.png │ │ ├── normal_north.dds │ │ ├── normal_north.png │ │ ├── normal_south.dds │ │ ├── normal_south.png │ │ ├── part_blush_east.dds │ │ ├── part_blush_east.png │ │ ├── part_blush_south.dds │ │ ├── part_blush_south.png │ │ ├── part_normal_east.dds │ │ ├── part_normal_east.png │ │ ├── part_normal_south.dds │ │ └── part_normal_south.png ├── Storage │ ├── HyllisL_icon.dds │ ├── HyllisL_icon.png │ ├── Hyllis_icon.dds │ ├── Hyllis_icon.png │ ├── Malsjo_icon.dds │ └── Malsjo_icon.png ├── Terrain │ └── Surfaces │ │ ├── ConcreteBridgeProps.dds │ │ └── ConcreteBridgeProps.png └── Things │ ├── Apparel │ └── EyePatch │ │ ├── EyePatch.dds │ │ ├── EyePatch.png │ │ ├── EyePatchLeft_east.dds │ │ ├── EyePatchLeft_east.png │ │ ├── EyePatchLeft_north.dds │ │ ├── EyePatchLeft_north.png │ │ ├── EyePatchLeft_south.dds │ │ ├── EyePatchLeft_south.png │ │ ├── EyePatchLeft_west.dds │ │ ├── EyePatchLeft_west.png │ │ ├── EyePatchRight_east.dds │ │ ├── EyePatchRight_east.png │ │ ├── EyePatchRight_north.dds │ │ ├── EyePatchRight_north.png │ │ ├── EyePatchRight_south.dds │ │ ├── EyePatchRight_south.png │ │ ├── EyePatchRight_west.dds │ │ ├── EyePatchRight_west.png │ │ ├── EyePatch_icon.dds │ │ └── EyePatch_icon.png │ ├── Building │ ├── Door │ │ ├── INSDoor_Biomass │ │ │ ├── INSDoorSimple_Biomass_Mover_east.dds │ │ │ ├── INSDoorSimple_Biomass_Mover_east.png │ │ │ ├── INSDoorSimple_Biomass_Mover_north.dds │ │ │ ├── INSDoorSimple_Biomass_Mover_north.png │ │ │ ├── INSDoor_Biomass_Mover_east.dds │ │ │ ├── INSDoor_Biomass_Mover_east.png │ │ │ ├── INSDoor_Biomass_Mover_north.dds │ │ │ └── INSDoor_Biomass_Mover_north.png │ │ ├── INSDoor_Fibre │ │ │ ├── INSDoorSimple_Fibre_Mover_east.dds │ │ │ ├── INSDoorSimple_Fibre_Mover_east.png │ │ │ ├── INSDoorSimple_Fibre_Mover_north.dds │ │ │ ├── INSDoorSimple_Fibre_Mover_north.png │ │ │ ├── INSDoor_Fibre_Mover_east.dds │ │ │ ├── INSDoor_Fibre_Mover_east.png │ │ │ ├── INSDoor_Fibre_Mover_north.dds │ │ │ └── INSDoor_Fibre_Mover_north.png │ │ ├── INSDoor_Hyper │ │ │ ├── INSDoorSimple_Hyper_Mover_east.dds │ │ │ ├── INSDoorSimple_Hyper_Mover_east.png │ │ │ ├── INSDoorSimple_Hyper_Mover_north.dds │ │ │ ├── INSDoorSimple_Hyper_Mover_north.png │ │ │ ├── INSDoor_Hyper_Mover_east.dds │ │ │ ├── INSDoor_Hyper_Mover_east.png │ │ │ ├── INSDoor_Hyper_Mover_north.dds │ │ │ └── INSDoor_Hyper_Mover_north.png │ │ ├── INSDoor_Polymer │ │ │ ├── INSDoorSimple_Polymer_Mover_east.dds │ │ │ ├── INSDoorSimple_Polymer_Mover_east.png │ │ │ ├── INSDoorSimple_Polymer_Mover_north.dds │ │ │ ├── INSDoorSimple_Polymer_Mover_north.png │ │ │ ├── INSDoor_Polymer_Mover_east.dds │ │ │ ├── INSDoor_Polymer_Mover_east.png │ │ │ ├── INSDoor_Polymer_Mover_north.dds │ │ │ └── INSDoor_Polymer_Mover_north.png │ │ └── SOS2 │ │ │ ├── AirlockBiomass_Mover_east.dds │ │ │ ├── AirlockBiomass_Mover_east.png │ │ │ ├── AirlockBiomass_Mover_north.dds │ │ │ ├── AirlockBiomass_Mover_north.png │ │ │ ├── AirlockFibre_Mover_east.dds │ │ │ ├── AirlockFibre_Mover_east.png │ │ │ ├── AirlockFibre_Mover_north.dds │ │ │ ├── AirlockFibre_Mover_north.png │ │ │ ├── AirlockHyper_Mover_east.dds │ │ │ ├── AirlockHyper_Mover_east.png │ │ │ ├── AirlockHyper_Mover_north.dds │ │ │ ├── AirlockHyper_Mover_north.png │ │ │ ├── AirlockPolymer_Mover_east.dds │ │ │ ├── AirlockPolymer_Mover_east.png │ │ │ ├── AirlockPolymer_Mover_north.dds │ │ │ └── AirlockPolymer_Mover_north.png │ ├── Doors │ │ ├── Autodoor_Mover_east.dds │ │ ├── Autodoor_Mover_east.png │ │ ├── Autodoor_Mover_north.dds │ │ ├── Autodoor_Mover_north.png │ │ ├── DoorBarn_Mover_east.dds │ │ ├── DoorBarn_Mover_east.png │ │ ├── DoorBarn_Mover_north.dds │ │ ├── DoorBarn_Mover_north.png │ │ ├── DoorBlast_Mover_east.dds │ │ ├── DoorBlast_Mover_east.png │ │ ├── DoorBlast_Mover_north.dds │ │ ├── DoorBlast_Mover_north.png │ │ ├── DoorFancy_Mover_east.dds │ │ ├── DoorFancy_Mover_east.png │ │ ├── DoorFancy_Mover_north.dds │ │ ├── DoorFancy_Mover_north.png │ │ ├── DoorOrnate_Mover_east.dds │ │ ├── DoorOrnate_Mover_east.png │ │ ├── DoorOrnate_Mover_north.dds │ │ ├── DoorOrnate_Mover_north.png │ │ ├── DoorPalisadeB_Mover_ico.dds │ │ ├── DoorPalisadeB_Mover_ico.png │ │ ├── DoorRustic_Mover_east.dds │ │ ├── DoorRustic_Mover_east.png │ │ ├── DoorRustic_Mover_north.dds │ │ ├── DoorRustic_Mover_north.png │ │ ├── DoorTent_Mover_east.dds │ │ ├── DoorTent_Mover_east.png │ │ ├── DoorTent_Mover_north.dds │ │ ├── DoorTent_Mover_north.png │ │ └── Multi │ │ │ ├── GatePalisade_Mover_east.dds │ │ │ ├── GatePalisade_Mover_east.png │ │ │ ├── GatePalisade_Mover_north.dds │ │ │ └── GatePalisade_Mover_north.png │ ├── Fences │ │ ├── ChainFenceGate_Mover_east.dds │ │ ├── ChainFenceGate_Mover_east.png │ │ ├── ChainFenceGate_Mover_north.dds │ │ ├── ChainFenceGate_Mover_north.png │ │ ├── TechFenceGate_Mover_east.dds │ │ ├── TechFenceGate_Mover_east.png │ │ ├── TechFenceGate_Mover_north.dds │ │ ├── TechFenceGate_Mover_north.png │ │ ├── WattleFenceGate_Mover_east.dds │ │ ├── WattleFenceGate_Mover_east.png │ │ ├── WattleFenceGate_Mover_north.dds │ │ ├── WattleFenceGate_Mover_north.png │ │ ├── WoodFenceGate_Mover_east.dds │ │ ├── WoodFenceGate_Mover_east.png │ │ ├── WoodFenceGate_Mover_north.dds │ │ └── WoodFenceGate_Mover_north.png │ ├── Furniture │ │ ├── DoorOld_Mover_east.dds │ │ ├── DoorOld_Mover_east.png │ │ ├── DoorOld_Mover_north.dds │ │ └── DoorOld_Mover_north.png │ ├── Misc │ │ ├── TableTypewriters_east.dds │ │ ├── TableTypewriters_east.png │ │ ├── TableTypewriters_eastm.dds │ │ ├── TableTypewriters_eastm.png │ │ ├── TableTypewriters_north.dds │ │ ├── TableTypewriters_north.png │ │ ├── TableTypewriters_northm.dds │ │ ├── TableTypewriters_northm.png │ │ ├── TableTypewriters_south.dds │ │ ├── TableTypewriters_south.png │ │ ├── TableTypewriters_southm.dds │ │ ├── TableTypewriters_southm.png │ │ ├── TableWriters_east.dds │ │ ├── TableWriters_east.png │ │ ├── TableWriters_eastm.dds │ │ ├── TableWriters_eastm.png │ │ ├── TableWriters_north.dds │ │ ├── TableWriters_north.png │ │ ├── TableWriters_northm.dds │ │ ├── TableWriters_northm.png │ │ ├── TableWriters_south.dds │ │ ├── TableWriters_south.png │ │ ├── TableWriters_southm.dds │ │ └── TableWriters_southm.png │ ├── Other │ │ ├── DoorGlass_Mover_east.dds │ │ ├── DoorGlass_Mover_east.png │ │ ├── DoorGlass_Mover_north.dds │ │ └── DoorGlass_Mover_north.png │ ├── Temperature │ │ ├── AirVac.dds │ │ ├── AirVac.png │ │ ├── AirVac_ico.dds │ │ └── AirVac_ico.png │ └── Windows │ │ ├── SimpleWindow_Off_east.dds │ │ ├── SimpleWindow_Off_east.png │ │ ├── SimpleWindow_Off_north.dds │ │ ├── SimpleWindow_Off_north.png │ │ ├── SimpleWindow_east.dds │ │ ├── SimpleWindow_east.png │ │ ├── SimpleWindow_north.dds │ │ └── SimpleWindow_north.png │ ├── Buildings │ └── PowerLogic │ │ ├── RemoteDoor_Mover_east.dds │ │ ├── RemoteDoor_Mover_east.png │ │ ├── RemoteDoor_Mover_north.dds │ │ └── RemoteDoor_Mover_north.png │ ├── Item │ └── MSOpiumLatex │ │ ├── MSOpiumLatex_a.png │ │ ├── MSOpiumLatex_b.png │ │ └── MSOpiumLatex_c.png │ ├── Items │ ├── HiTechResearchKit.dds │ ├── HiTechResearchKit.png │ ├── PrimitiveResearchKit.dds │ ├── PrimitiveResearchKit.png │ ├── SimpleResearchKit.dds │ ├── SimpleResearchKit.png │ ├── TerminalResearchKit.dds │ ├── TerminalResearchKit.png │ ├── UltraResearchKit.dds │ └── UltraResearchKit.png │ ├── Pawn │ ├── Humanlike │ │ ├── OrassanEars │ │ │ ├── EarLeft_east.dds │ │ │ ├── EarLeft_east.png │ │ │ ├── EarLeft_north.dds │ │ │ ├── EarLeft_north.png │ │ │ ├── EarLeft_south.dds │ │ │ ├── EarLeft_south.png │ │ │ ├── EarRight_east.dds │ │ │ ├── EarRight_east.png │ │ │ ├── EarRight_north.dds │ │ │ ├── EarRight_north.png │ │ │ ├── EarRight_south.dds │ │ │ ├── EarRight_south.png │ │ │ ├── Ear_east.dds │ │ │ ├── Ear_east.png │ │ │ ├── Ear_north.dds │ │ │ ├── Ear_north.png │ │ │ ├── Ear_south.dds │ │ │ └── Ear_south.png │ │ ├── OrassanHeads │ │ │ ├── Female_Average_Normal_east.dds │ │ │ ├── Female_Average_Normal_east.png │ │ │ ├── Female_Average_Normal_north.dds │ │ │ ├── Female_Average_Normal_north.png │ │ │ ├── Female_Average_Normal_south.dds │ │ │ ├── Female_Average_Normal_south.png │ │ │ ├── Male_Average_Normal_east.dds │ │ │ ├── Male_Average_Normal_east.png │ │ │ ├── Male_Average_Normal_north.dds │ │ │ ├── Male_Average_Normal_north.png │ │ │ ├── Male_Average_Normal_south.dds │ │ │ └── Male_Average_Normal_south.png │ │ ├── OrassanTails │ │ │ ├── OTailG_east.dds │ │ │ ├── OTailG_east.png │ │ │ ├── OTailG_north.dds │ │ │ ├── OTailG_north.png │ │ │ ├── OTailG_south.dds │ │ │ ├── OTailG_south.png │ │ │ ├── OTail_east.dds │ │ │ ├── OTail_east.png │ │ │ ├── OTail_north.dds │ │ │ ├── OTail_north.png │ │ │ ├── OTail_south.dds │ │ │ └── OTail_south.png │ │ └── Tails │ │ │ ├── OTailG_east.dds │ │ │ ├── OTailG_east.png │ │ │ ├── OTailG_north.dds │ │ │ ├── OTailG_north.png │ │ │ ├── OTailG_south.dds │ │ │ ├── OTailG_south.png │ │ │ ├── OTail_east.dds │ │ │ ├── OTail_east.png │ │ │ ├── OTail_north.dds │ │ │ ├── OTail_north.png │ │ │ ├── OTail_south.dds │ │ │ └── OTail_south.png │ ├── NekoOrassan │ │ ├── Bodies │ │ │ ├── Naked_Female_east.dds │ │ │ ├── Naked_Female_east.png │ │ │ ├── Naked_Female_north.dds │ │ │ ├── Naked_Female_north.png │ │ │ ├── Naked_Female_south.dds │ │ │ ├── Naked_Female_south.png │ │ │ ├── Naked_Hulk_east.dds │ │ │ ├── Naked_Hulk_east.png │ │ │ ├── Naked_Hulk_north.dds │ │ │ ├── Naked_Hulk_north.png │ │ │ ├── Naked_Hulk_south.dds │ │ │ ├── Naked_Hulk_south.png │ │ │ ├── Naked_Male_east.dds │ │ │ ├── Naked_Male_east.png │ │ │ ├── Naked_Male_south.dds │ │ │ ├── Naked_Male_south.png │ │ │ ├── Naked_Thin_east.dds │ │ │ ├── Naked_Thin_east.png │ │ │ ├── Naked_Thin_north.dds │ │ │ ├── Naked_Thin_north.png │ │ │ ├── Naked_Thin_south.dds │ │ │ └── Naked_Thin_south.png │ │ └── Heads_Blank │ │ │ ├── Normal │ │ │ ├── Female │ │ │ │ ├── blush_east.dds │ │ │ │ ├── blush_east.png │ │ │ │ ├── blush_north.dds │ │ │ │ ├── blush_north.png │ │ │ │ ├── blush_south.dds │ │ │ │ ├── blush_south.png │ │ │ │ ├── normal_east.dds │ │ │ │ ├── normal_east.png │ │ │ │ ├── normal_north.dds │ │ │ │ ├── normal_north.png │ │ │ │ ├── normal_south.dds │ │ │ │ ├── normal_south.png │ │ │ │ ├── part_blush_east.dds │ │ │ │ ├── part_blush_east.png │ │ │ │ ├── part_blush_south.dds │ │ │ │ ├── part_blush_south.png │ │ │ │ ├── part_normal_east.dds │ │ │ │ ├── part_normal_east.png │ │ │ │ ├── part_normal_south.dds │ │ │ │ └── part_normal_south.png │ │ │ └── Male │ │ │ │ ├── Female_base_east207.dds │ │ │ │ ├── Female_base_east207.png │ │ │ │ ├── Female_base_south313.dds │ │ │ │ ├── Female_base_south313.png │ │ │ │ ├── blush_east.dds │ │ │ │ ├── blush_east.png │ │ │ │ ├── blush_north.dds │ │ │ │ ├── blush_north.png │ │ │ │ ├── blush_south.dds │ │ │ │ ├── blush_south.png │ │ │ │ ├── normal_east.dds │ │ │ │ ├── normal_east.png │ │ │ │ ├── normal_north.dds │ │ │ │ ├── normal_north.png │ │ │ │ ├── normal_south.dds │ │ │ │ └── normal_south.png │ │ │ ├── Pointy │ │ │ └── Female │ │ │ │ ├── blush_east.dds │ │ │ │ ├── blush_east.png │ │ │ │ ├── blush_north.dds │ │ │ │ ├── blush_north.png │ │ │ │ ├── blush_south.dds │ │ │ │ ├── blush_south.png │ │ │ │ ├── normal_east.dds │ │ │ │ ├── normal_east.png │ │ │ │ ├── normal_north.dds │ │ │ │ ├── normal_north.png │ │ │ │ ├── normal_south.dds │ │ │ │ ├── normal_south.png │ │ │ │ ├── part_blush_east.dds │ │ │ │ ├── part_blush_east.png │ │ │ │ ├── part_blush_south.dds │ │ │ │ ├── part_blush_south.png │ │ │ │ ├── part_normal_east.dds │ │ │ │ ├── part_normal_east.png │ │ │ │ ├── part_normal_south.dds │ │ │ │ └── part_normal_south.png │ │ │ └── Square │ │ │ └── Male │ │ │ ├── Female_base_east207.dds │ │ │ ├── Female_base_east207.png │ │ │ ├── Female_base_south313.dds │ │ │ ├── Female_base_south313.png │ │ │ ├── blush_east.dds │ │ │ ├── blush_east.png │ │ │ ├── blush_north.dds │ │ │ ├── blush_north.png │ │ │ ├── blush_south.dds │ │ │ ├── blush_south.png │ │ │ ├── normal_east.dds │ │ │ ├── normal_east.png │ │ │ ├── normal_north.dds │ │ │ ├── normal_north.png │ │ │ ├── normal_south.dds │ │ │ └── normal_south.png │ └── Orassan │ │ ├── Heads_Blank │ │ ├── Normal │ │ │ ├── Female │ │ │ │ ├── blush_east.dds │ │ │ │ ├── blush_east.png │ │ │ │ ├── blush_north.dds │ │ │ │ ├── blush_north.png │ │ │ │ ├── blush_south.dds │ │ │ │ ├── blush_south.png │ │ │ │ ├── normal_east.dds │ │ │ │ ├── normal_east.png │ │ │ │ ├── normal_north.dds │ │ │ │ ├── normal_north.png │ │ │ │ ├── normal_south.dds │ │ │ │ ├── normal_south.png │ │ │ │ ├── part_blush_east.dds │ │ │ │ ├── part_blush_east.png │ │ │ │ ├── part_blush_south.dds │ │ │ │ ├── part_blush_south.png │ │ │ │ ├── part_normal_east.dds │ │ │ │ ├── part_normal_east.png │ │ │ │ ├── part_normal_south.dds │ │ │ │ └── part_normal_south.png │ │ │ └── Male │ │ │ │ ├── Female_base_east207.dds │ │ │ │ ├── Female_base_east207.png │ │ │ │ ├── Female_base_south313.dds │ │ │ │ ├── Female_base_south313.png │ │ │ │ ├── blush_east.dds │ │ │ │ ├── blush_east.png │ │ │ │ ├── blush_north.dds │ │ │ │ ├── blush_north.png │ │ │ │ ├── blush_south.dds │ │ │ │ ├── blush_south.png │ │ │ │ ├── normal_east.dds │ │ │ │ ├── normal_east.png │ │ │ │ ├── normal_north.dds │ │ │ │ ├── normal_north.png │ │ │ │ ├── normal_south.dds │ │ │ │ └── normal_south.png │ │ ├── Pointy │ │ │ └── Female │ │ │ │ ├── blush_east.dds │ │ │ │ ├── blush_east.png │ │ │ │ ├── blush_north.dds │ │ │ │ ├── blush_north.png │ │ │ │ ├── blush_south.dds │ │ │ │ ├── blush_south.png │ │ │ │ ├── normal_east.dds │ │ │ │ ├── normal_east.png │ │ │ │ ├── normal_north.dds │ │ │ │ ├── normal_north.png │ │ │ │ ├── normal_south.dds │ │ │ │ ├── normal_south.png │ │ │ │ ├── part_blush_east.dds │ │ │ │ ├── part_blush_east.png │ │ │ │ ├── part_blush_south.dds │ │ │ │ ├── part_blush_south.png │ │ │ │ ├── part_normal_east.dds │ │ │ │ ├── part_normal_east.png │ │ │ │ ├── part_normal_south.dds │ │ │ │ └── part_normal_south.png │ │ └── Square │ │ │ └── Male │ │ │ ├── Female_base_east207.dds │ │ │ ├── Female_base_east207.png │ │ │ ├── Female_base_south313.dds │ │ │ ├── Female_base_south313.png │ │ │ ├── blush_east.dds │ │ │ ├── blush_east.png │ │ │ ├── blush_north.dds │ │ │ ├── blush_north.png │ │ │ ├── blush_south.dds │ │ │ ├── blush_south.png │ │ │ ├── normal_east.dds │ │ │ ├── normal_east.png │ │ │ ├── normal_north.dds │ │ │ ├── normal_north.png │ │ │ ├── normal_south.dds │ │ │ └── normal_south.png │ │ └── Mouth │ │ └── Normal │ │ ├── Female │ │ ├── normal_east.dds │ │ ├── normal_east.png │ │ ├── normal_south.dds │ │ ├── normal_south.png │ │ ├── open_east.dds │ │ ├── open_east.png │ │ ├── open_south.dds │ │ └── open_south.png │ │ └── Male │ │ ├── normal_east.dds │ │ ├── normal_east.png │ │ ├── normal_south.dds │ │ ├── normal_south.png │ │ ├── open_east.dds │ │ ├── open_east.png │ │ ├── open_south.dds │ │ └── open_south.png │ ├── Plant │ └── MSOpiumPoppy │ │ ├── MSOpiumPoppy │ │ ├── MSOpiumPoppyA.png │ │ └── MSOpiumPoppyB.png │ │ └── MSOpiumPoppy_Immature │ │ ├── MSOpiumPoppy_ImmatureA.png │ │ └── MSOpiumPoppy_ImmatureB.png │ └── Special │ └── Fire │ ├── FireA.dds │ ├── FireA.png │ ├── FireB.dds │ ├── FireB.png │ ├── FireC.dds │ └── FireC.png ├── WeaponTweakData ├── Applejack_skyarkhangel.hsk.json ├── Arak_skyarkhangel.hsk.json ├── BambooPlank_skyarkhangel.hsk.json ├── Bamboo_skyarkhangel.hsk.json ├── Beer_skyarkhangel.hsk.json ├── Brandy_skyarkhangel.hsk.json ├── Cognac_skyarkhangel.hsk.json ├── ElephantTusk_ludeon.rimworld.json ├── Gin_skyarkhangel.hsk.json ├── HMC_HighTechNorbal_Axe_arpomo6.hmc.project.json ├── HMC_HighTechNorbal_Monosword_arpomo6.hmc.project.json ├── HMC_HighTechNorbal_PowerWolf_arpomo6.hmc.project.json ├── HMC_HighTechNorbal_ZeusHammer_arpomo6.hmc.project.json ├── IronWoodLogHMC_arpomo6.hmc.biomes.json ├── Kahlua_skyarkhangel.hsk.json ├── Kindling_vitech.hcskwood.json ├── LTS_CourierCutlass_limetreesnake.tenants.json ├── LTS_CourierMachete_limetreesnake.tenants.json ├── LTS_CourierSword_limetreesnake.tenants.json ├── MPT_MeleeWeapon_PsyfocusStaffBladelink_ludeon.rimworld.royalty.json ├── MSEthanol_mlie.medicalsupplements.json ├── MeleeWeapon_Axe_ludeon.rimworld.royalty.json ├── MeleeWeapon_Axe_vitech.metallurgy.json ├── MeleeWeapon_Bonesaw_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Bonesaw_skyarkhangel.hsk.json ├── MeleeWeapon_BreachAxe_ludeon.rimworld.json ├── MeleeWeapon_Cleaver_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Cleaver_skyarkhangel.hsk.json ├── MeleeWeapon_Club_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Club_skyarkhangel.hsk.json ├── MeleeWeapon_Club_vitech.tweaks.json ├── MeleeWeapon_Dagger_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Dagger_skyarkhangel.hsk.json ├── MeleeWeapon_Dagger_vitech.tweaks.json ├── MeleeWeapon_ElectricBaton_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_ElectricBaton_skyarkhangel.hsk.json ├── MeleeWeapon_Gladius_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Gladius_skyarkhangel.hsk.json ├── MeleeWeapon_Gladius_vitech.tweaks.json ├── MeleeWeapon_Glaive_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Glaive_skyarkhangel.hsk.json ├── MeleeWeapon_Glaive_vitech.tweaks.json ├── MeleeWeapon_GreatSword_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_GreatSword_skyarkhangel.hsk.json ├── MeleeWeapon_GreatSword_vitech.tweaks.json ├── MeleeWeapon_Ikwa_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Ikwa_skyarkhangel.hsk.json ├── MeleeWeapon_Katana_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Katana_skyarkhangel.hsk.json ├── MeleeWeapon_Knife_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Knife_skyarkhangel.hsk.json ├── MeleeWeapon_LongSword_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_LongSword_skyarkhangel.hsk.json ├── MeleeWeapon_LongSword_vitech.tweaks.json ├── MeleeWeapon_Mace_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Mace_skyarkhangel.hsk.json ├── MeleeWeapon_Mace_vitech.tweaks.json ├── MeleeWeapon_Machete_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Machete_skyarkhangel.hsk.json ├── MeleeWeapon_Macuahuitl_zacharyfoster.mineralscraft.json ├── MeleeWeapon_Monkeywrench_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Monkeywrench_skyarkhangel.hsk.json ├── MeleeWeapon_MonoSwordBladelink_ludeon.rimworld.royalty.json ├── MeleeWeapon_MonoSwordBladelink_skyarkhangel.hsk.json ├── MeleeWeapon_MonoSword_ludeon.rimworld.royalty.json ├── MeleeWeapon_MonoSword_skyarkhangel.hsk.json ├── MeleeWeapon_Morningstar_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Morningstar_skyarkhangel.hsk.json ├── MeleeWeapon_Morningstar_vitech.tweaks.json ├── MeleeWeapon_Partisan_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Partisan_skyarkhangel.hsk.json ├── MeleeWeapon_Partisan_vitech.tweaks.json ├── MeleeWeapon_PlasmaSwordBladelink_ludeon.rimworld.royalty.json ├── MeleeWeapon_PlasmaSwordBladelink_skyarkhangel.hsk.json ├── MeleeWeapon_PlasmaSword_ludeon.rimworld.royalty.json ├── MeleeWeapon_PlasmaSword_skyarkhangel.hsk.json ├── MeleeWeapon_PoweredShortsword_skyarkhangel.hsk.json ├── MeleeWeapon_PsyfocusStaff_ludeon.rimworld.royalty.json ├── MeleeWeapon_PsyfocusStaff_skyarkhangel.hsk.json ├── MeleeWeapon_Rapier_vitech.tweaks.json ├── MeleeWeapon_RoyalBattleAxe_zacharyfoster.mineralscraft.json ├── MeleeWeapon_RoyalKnife_zacharyfoster.mineralscraft.json ├── MeleeWeapon_RoyalLongSword_zacharyfoster.mineralscraft.json ├── MeleeWeapon_Schiv_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Schiv_skyarkhangel.hsk.json ├── MeleeWeapon_Schiv_vitech.tweaks.json ├── MeleeWeapon_Scimitar_vitech.metallurgy.json ├── MeleeWeapon_Shocker_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Shocker_skyarkhangel.hsk.json ├── MeleeWeapon_Sledgehammer_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Sledgehammer_skyarkhangel.hsk.json ├── MeleeWeapon_Spear_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Spear_skyarkhangel.hsk.json ├── MeleeWeapon_Spear_vitech.tweaks.json ├── MeleeWeapon_Tanto_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Tanto_skyarkhangel.hsk.json ├── MeleeWeapon_TribalAxe_zacharyfoster.mineralscraft.json ├── MeleeWeapon_TribalKnife_zacharyfoster.mineralscraft.json ├── MeleeWeapon_Tsurugi_rwnodetree.modularizationvanillaweapon.json ├── MeleeWeapon_Tsurugi_skyarkhangel.hsk.json ├── MeleeWeapon_Warhammer_ludeon.rimworld.royalty.json ├── MeleeWeapon_Warhammer_vitech.metallurgy.json ├── MeleeWeapon_WraithBlade_skyarkhangel.hsk.json ├── MeleeWeapon_ZeusHammerBladelink_ludeon.rimworld.royalty.json ├── MeleeWeapon_ZeusHammerBladelink_skyarkhangel.hsk.json ├── MeleeWeapon_Zeushammer_ludeon.rimworld.royalty.json ├── MeleeWeapon_Zeushammer_skyarkhangel.hsk.json ├── Module_Bayonet_rwnodetree.modularizationvanillaweapon.json ├── Moonshine_skyarkhangel.hsk.json ├── NorbalMeleeWeapon_Ax_rwnodetree.modularizationvanillaweapon.json ├── NorbalMeleeWeapon_Ax_skyarkhangel.hsk.json ├── NorbalMeleeWeapon_Ax_vitech.tweaks.json ├── NorbalMeleeWeapon_Bigax_rwnodetree.modularizationvanillaweapon.json ├── NorbalMeleeWeapon_Bigax_skyarkhangel.hsk.json ├── NorbalMeleeWeapon_Bigax_vitech.tweaks.json ├── NorbalMeleeWeapon_ShortSword_vitech.metallurgy.json ├── NorbalMeleeWeapon_ShortSwordtwo_rwnodetree.modularizationvanillaweapon.json ├── NorbalMeleeWeapon_ShortSwordtwo_skyarkhangel.hsk.json ├── NorbalMeleeWeapon_ShortSwordtwo_vitech.tweaks.json ├── Nr_MiniSword_ludeon.rimworld.royalty.json ├── Nr_PlasmSword_ludeon.rimworld.royalty.json ├── Nr_Xeushammer_ludeon.rimworld.royalty.json ├── Pa_S8498III_xxnelsonxx.parabellum.json ├── Patreonbrew_skyarkhangel.hsk.json ├── Sunderer_rwnodetree.modularizationvanillaweapon.json ├── Sunderer_skyarkhangel.hsk.json ├── TFJ_Tool_Broom_skyarkhangel.hsk.json ├── TFJ_Tool_Broom_vitech.coretexturereplacement.json ├── TFJ_Tool_Building_Hammer_skyarkhangel.hsk.json ├── TFJ_Tool_Building_Hammer_vitech.coretexturereplacement.json ├── TFJ_Tool_Hoe_skyarkhangel.hsk.json ├── TFJ_Tool_Hoe_vitech.coretexturereplacement.json ├── TFJ_Tool_Mining_Pickaxe_skyarkhangel.hsk.json ├── TFJ_Tool_Mining_Pickaxe_vitech.coretexturereplacement.json ├── TFJ_Tool_Multitool_skyarkhangel.hsk.json ├── TFJ_Tool_Sickle_skyarkhangel.hsk.json ├── TFJ_Tool_Sickle_vitech.coretexturereplacement.json ├── TFJ_Tool_Woodcutting_Handaxe_skyarkhangel.hsk.json ├── TFJ_Tool_Woodcutting_Handaxe_vitech.coretexturereplacement.json ├── ThrumboHorn_ludeon.rimworld.json ├── ThrumboHorn_skyarkhangel.hsk.json ├── Tool_ChefKnife_vitech.metallurgy.json ├── VPE_MeleeWeapon_EltexDagger_vanillaexpanded.vpsycastse.json ├── VPE_MeleeWeapon_EltexMace_vanillaexpanded.vpsycastse.json ├── VPE_MeleeWeapon_EltexSword_vanillaexpanded.vpsycastse.json ├── Wine_skyarkhangel.hsk.json ├── WoodLog_vitech.hcskwood.json ├── ZF_MeleeWeapon_NeolithicDiggingStick_zacharyfoster.mineralscraft.json ├── ZF_MeleeWeapon_NeolithicHammerStone_zacharyfoster.mineralscraft.json ├── ZF_MeleeWeapon_NeolithicSickle_zacharyfoster.mineralscraft.json ├── ZF_MeleeWeapon_NeolithicSpear_zacharyfoster.mineralscraft.json ├── arpomo6.hmc.biomes.txt ├── arpomo6.hmc.project.txt ├── cider_skyarkhangel.hsk.json ├── limetreesnake.tenants.txt ├── ludeon.rimworld.royalty.txt ├── ludeon.rimworld.txt ├── mlie.medicalsupplements.txt ├── rum_skyarkhangel.hsk.json ├── rwnodetree.modularizationvanillaweapon.txt ├── saki_skyarkhangel.hsk.json ├── skyarkhangel.hsk.txt ├── strawberrywine_skyarkhangel.hsk.json ├── tequila_skyarkhangel.hsk.json ├── vanillaexpanded.vpsycastse.txt ├── vitech.coretexturereplacement.txt ├── vitech.hcskwood.txt ├── vitech.metallurgy.txt ├── vitech.tweaks.txt ├── vodka_skyarkhangel.hsk.json ├── whisky_skyarkhangel.hsk.json ├── xxnelsonxx.parabellum.txt └── zacharyfoster.mineralscraft.txt ├── v1.3 ├── Defs │ └── DesignationSubCategoryDefs │ │ └── SubCategories.xml └── Patches │ ├── Alpha Memes │ └── Patch_Precepts.xml │ ├── AlphaAnimals.xml │ ├── AlphaBiomes.xml │ ├── AlphaMemes.xml │ ├── Altered_Carbon_Remastered.xml │ ├── AmuseBouche.xml │ ├── Animal_Gear.xml │ ├── BabiesandChildren.xml │ ├── Bridgello.xml │ ├── Bridges.xml │ ├── CSL.xml │ ├── CampingTent.xml │ ├── Celsius │ ├── GloomyFurniture │ │ ├── Buildings.txt │ │ └── Buildings.xml │ ├── HSK │ │ ├── Buildings.txt │ │ ├── Buildings2.txt │ │ ├── Buildings3.txt │ │ ├── Buildings4.txt │ │ ├── Buildings5.xml │ │ ├── Ceiling_Utilities.xml │ │ ├── ConvertVent.xml │ │ ├── HeatPushers.xml │ │ ├── Ignition.xml │ │ ├── Stuff.txt │ │ ├── Stuff.xml │ │ ├── Stuff2.txt │ │ └── Terrains.xml │ ├── LTS_Furnishings │ │ ├── Buildings.txt │ │ └── Buildings.xml │ ├── SOS2 │ │ ├── Buildings.txt │ │ ├── Buildings.xml │ │ ├── HeatPushers.xml │ │ ├── SOS_Insulation.xml │ │ └── Terrain.xml │ └── UtilityColumns │ │ ├── Buildings.txt │ │ └── Buildings.xml │ ├── CoreSK.xml │ ├── Cosmosplus.xml │ ├── Custom │ └── SeperateEyeGroups.xml │ ├── Dreamers_Dreams.xml │ ├── DuplicateResearchFixes.xml │ ├── DynamicEconomy.xml │ ├── Extinguish_Fire.xml │ ├── FacialAnimation_Human.xml │ ├── FacialAnimation_Orassan.xml │ ├── FacialAnimation_Rabbie.xml │ ├── FacialAnimation_Ratkin.xml │ ├── Fishing-ReWork.xml │ ├── FoW_PreemptiveStrike_Compatibility.xml │ ├── Fortifications_SK.xml │ ├── General_Patches │ └── Leathers.xml │ ├── HMC_Biomes.xml │ ├── Insulation.xml │ ├── Jewellery.xml │ ├── LTS │ ├── Deco.xml │ ├── Doors.xml │ ├── Furniture.xml │ ├── Lights_and_FireSource.xml │ ├── Production.xml │ ├── RoyaltyTitle_RoomRequirements.xml │ ├── Structures.xml │ ├── Terrain.xml │ └── [LTS]Furnishings.xml │ ├── LTS_Doors_Locks1.xml │ ├── LTS_Doors_Locks2.xml │ ├── LTS_Tenant.xml │ ├── MedicalSupplements.xml │ ├── Minerals.xml │ ├── MineralsCraft.xml │ ├── MoreStuffOnTables.xml │ ├── Moyo_Facial_Animation │ ├── Moyo.xml │ └── MoyoRed.xml │ ├── MusicalInstruments.xml │ ├── NoPower_Comms.xml │ ├── Optional │ ├── Gloomy_Deco_SK.xml │ ├── PassiveCoolerRecipeChange.xml │ └── Prioritize_Vile.xml │ ├── Paniel_Automata.xml │ ├── PerspectiveDoors.xml │ ├── PerspectiveTrees.xml │ ├── Power_Logic │ ├── Laser_Content_Disabled.xml │ ├── Laser_Content_Enabled.txt │ └── Power_Logic_plus.xml │ ├── PreemptiveStrike.xml │ ├── RPG_Style_Inventory_Revamed.xml │ ├── Research │ ├── ADogSaid │ │ └── Research.xml │ ├── Altered_Carbon_Remastered │ │ └── Research.xml │ ├── AnimalEquipment │ │ └── Research.xml │ ├── COMIGO_Bridges │ │ └── Research.xml │ ├── ColonyManager │ │ └── Research.xml │ ├── Core_SK │ │ └── Research.xml │ ├── Cosmos+ │ │ └── Research.xml │ ├── DiseasesOverhauled │ │ └── Research.xml │ ├── Fluffys_Breakdowns │ │ └── Research.xml │ ├── HSK_More_Content │ │ └── Research.xml │ ├── Holograms_Projectors │ │ └── Research.xml │ ├── Insulation │ │ └── Research.xml │ ├── Jewelery │ │ └── Research.xml │ ├── LTS_Tenents │ │ └── Research.xml │ ├── MedicalIV │ │ └── Research.xml │ ├── MedicalSupplements │ │ └── Research.xml │ ├── MineralsCraft │ │ └── Research.xml │ ├── MoonRabbie │ │ └── Research.xml │ ├── MoyoAbyss │ │ └── ResearchAdjustments.xml │ ├── MoyoDepths │ │ └── ResearchAdjustments.xml │ ├── MusicalInstruments │ │ └── Research.xml │ ├── NoPowerComms │ │ └── Research.xml │ ├── PLASteelTorrent │ │ └── Research.xml │ ├── PLA_34_T │ │ └── Research.xml │ ├── Paniel_the_Automata │ │ └── Research.xml │ ├── Parabellum │ │ └── Research.xml │ ├── PowerLogicPlus │ │ └── Research.xml │ ├── PreemptiveStrike │ │ └── Research.xml │ ├── RatkinSK │ │ └── Research.xml │ ├── ResearchMissingRequirements.xml │ ├── Rimputers │ │ └── Research.xml │ ├── RoadsOfTheRim │ │ └── Research.xml │ ├── SOS2 │ │ └── Research.xml │ ├── SRTS │ │ └── Research.xml │ ├── ShieldGenerators_FrontalDevelopments │ │ └── Research.xml │ ├── VBE │ │ └── Research.xml │ ├── VFE_SK │ │ └── Research.xml │ ├── Vanilla │ │ └── Research.xml │ ├── Vanilla_Psycasts-Expanded │ │ └── Research.xml │ └── Viles_FencesAndFloors │ │ └── Research.xml │ ├── Research_Reinvented.xml │ ├── Revia.xml │ ├── Revia_PaperPattern_BodyPatch.xml │ ├── RimBees.xml │ ├── Rimputers.xml │ ├── Rimsentinal_Spaceports.xml │ ├── RoadsOfTheRim.xml │ ├── SOS2.xml │ ├── SRTS.xml │ ├── SimpleStorage.xml │ ├── TempResearchFix.xml │ ├── UnderWhere.xml │ ├── UtilityColumns.xml │ ├── VBE.xml │ ├── VBEE.xml │ ├── VFE_HSK.xml │ ├── Vanilla Ideology Expanded - Dryads │ ├── DamageDefs │ │ ├── Animal_Projectile_Shoot.xml │ │ └── Animal_Projectiles.xml │ ├── ThingDefs_Items │ │ └── Items_Resource_Stuff.xml │ └── ThingDefs_Races │ │ ├── Races_Animal_AwakenedDryads.xml │ │ └── Races_Spitter_RangedAttack.xml │ ├── Vanilla Ideology Expanded - Memes and Structures │ └── Hediffs_BodyParts.xml │ ├── Vanilla Psycasts Expanded │ ├── AbilityDefs │ │ └── AbilityDefs_Patch.xml │ ├── Bodies │ │ └── Bodies_Patch.xml │ ├── HediffDefs │ │ └── Hediffs_Patch.xml │ ├── PawnKinds │ │ └── EmpirePawnKinds_Patch.xml │ ├── ThingDefs │ │ └── Projectile_Tweaks.xml │ ├── ThingDefs_Misc │ │ ├── Apparel_Patch.xml │ │ └── Weapons_Patch.xml │ └── ThingDefs_Races │ │ └── Races_Patch.xml │ ├── VanillaOutpostsExpanded.xml │ ├── Vanilla_Base_Generation_Expanded.xml │ ├── Vanilla_Psycasts_Expanded.xml │ ├── Vanilla_Trading_Expanded.xml │ ├── VarietyMatters.xml │ ├── Vile_WoodYouPlease.xml │ ├── VilesRenovations.xml │ ├── Viles_Metallurgy.xml │ ├── Viles_Pre-Industrial.xml │ ├── Viles_Windows.xml │ └── Weapon_Racks.xml ├── v1.4 ├── Defs │ ├── DesignationSubCategoryDefs │ │ └── SubCategories.xml │ └── XMLSettings.xml └── Patches │ ├── AlphaBiomes.xml │ ├── AlphaMemes.xml │ ├── Altered Carbon Remastered │ ├── Altered_Carbon_Remastered.xml │ └── CE │ │ ├── Apparel_Packs.xml │ │ └── RangedIndustrial.xml │ ├── AmuseBouche.xml │ ├── Animal_Equipment.xml │ ├── Animal_Gear.xml │ ├── Better_Parenting.xml │ ├── Bridgello.xml │ ├── CampingTent.xml │ ├── Clean_Pathfinding.xml │ ├── Colony_Manager.xml │ ├── CombatAI5000.xml │ ├── Comigo_Bridges_And_Platforms.xml │ ├── CoreSK.xml │ ├── Custom │ └── SeperateEyeGroups.xml │ ├── DBH_Genes.xml │ ├── Dreamers_Dreams.xml │ ├── Ducks_Specialists_Patches.xml │ ├── DynamicEconomy.xml │ ├── Extinguish_Fire.xml │ ├── FacialAnimation_Human.xml │ ├── FacialAnimation_Orassan.xml │ ├── FacialAnimation_Rabbie.xml │ ├── FacialAnimation_Ratkin.txt │ ├── FacialAnimation_Ratkin.xml │ ├── Fireworks.xml │ ├── General_Patches │ └── Leathers.xml │ ├── Genes_renderNodeProperties.xml │ ├── Giddy_Up_2.xml │ ├── HologramsAndProjectors.xml │ ├── Hospitality_Casino.xml │ ├── LTS │ ├── Benches.xml │ ├── Deco.xml │ ├── Doors.xml │ ├── Furniture.xml │ ├── Lights_and_FireSource.xml │ ├── Power.xml │ ├── Production.xml │ ├── RemoveRecipes.xml │ ├── RoyaltyTitle_RoomRequirements.xml │ ├── Structures.xml │ ├── Terrain.xml │ └── Z_[LTS]Furnishings.xml │ ├── LTS_Doors_Locks1.txt │ ├── LTS_Doors_Locks2.xml │ ├── LTS_System.xml │ ├── LTS_Tenant.xml │ ├── Large_Faction_Bases.xml │ ├── Life_Lessons.xml │ ├── Loft_Beds.xml │ ├── MeleeAnimation.xml │ ├── MineralsCraft.xml │ ├── MineralsExtra.xml │ ├── MoreStuffOnTables.xml │ ├── Moyo_Facial_Animation │ ├── Moyo.txt │ └── MoyoRed.txt │ ├── MusicalInstruments.xml │ ├── NoPower_Comms.xml │ ├── PerspectiveDoors.xml │ ├── PerspectiveTrees.xml │ ├── Power_Logic │ ├── Laser_Content_Disabled.xml │ ├── Laser_Content_Enabled.txt │ └── Power_Logic_plus.xml │ ├── Precious_Stones_and_Jewelry.xml │ ├── PreemptiveStrike.xml │ ├── Research │ ├── Altered_Carbon_Remastered │ │ └── Research.xml │ ├── AnimalEquipment │ │ └── Research.xml │ ├── ColonyManager │ │ └── Research.xml │ ├── CombatAI5000 │ │ └── Research.xml │ ├── DiseasesOverhauled │ │ └── Research.xml │ ├── Fluffys_Breakdowns │ │ └── Research.xml │ ├── HSK_More_Content │ │ └── Research.xml │ ├── Holograms_Projectors │ │ └── Research.xml │ ├── Jewelery │ │ └── Research.xml │ ├── LTS_Tenents │ │ └── Research.xml │ ├── MedicalIV │ │ └── Research.xml │ ├── MedicalSupplements │ │ └── Research.xml │ ├── Minerals │ │ └── Research.xml │ ├── MineralsCraft │ │ └── Research.xml │ ├── MoyoAbyss │ │ └── ResearchAdjustments.xml │ ├── MoyoDepths │ │ └── ResearchAdjustments.xml │ ├── MusicalInstruments │ │ └── Research.xml │ ├── NoPowerComms │ │ └── Research.xml │ ├── Parabellum │ │ └── Research.xml │ ├── PowerLogicPlus │ │ └── Research.xml │ ├── PreemptiveStrike │ │ └── Research.xml │ ├── ResearchMissingRequirements.xml │ ├── Rimputers │ │ └── Research.txt │ ├── RoadsOfTheRim │ │ └── Research.xml │ ├── VBE │ │ └── Research.xml │ ├── VFE_SK │ │ └── Research.xml │ ├── Vanilla_Psycasts-Expanded │ │ └── Research.xml │ └── Viles_FencesAndFloors │ │ └── Research.xml │ ├── Research_Reinvented.xml │ ├── Revia_PaperPattern_BodyPatch.xml │ ├── RimNauts2.xml │ ├── Rimputers.txt │ ├── Rimsentinal_Spaceports.xml │ ├── RoadsOfTheRim.xml │ ├── Seasonal_Weather.xml │ ├── Skynet │ └── FacialAnimation │ │ ├── AgentFaceSizePatch.xml │ │ ├── CovertFaceSizePatch.xml │ │ ├── InfiltratorFaceSizePatch.xml │ │ └── SkynetPrototypeTXFaceSizePatch.xml │ ├── SomeThingsFloat.xml │ ├── UnderWhere.xml │ ├── VBE.xml │ ├── VBEE.xml │ ├── Vanilla Ideology Expanded - Dryads │ ├── DamageDefs │ │ ├── Animal_Projectile_Shoot.xml │ │ └── Animal_Projectiles.xml │ ├── ThingDefs_Items │ │ └── Items_Resource_Stuff.xml │ └── ThingDefs_Races │ │ ├── Races_Animal_AwakenedDryads.xml │ │ └── Races_Spitter_RangedAttack.xml │ ├── Vanilla Ideology Expanded - Memes and Structures │ ├── Buildings.xml │ └── Hediffs_BodyParts.xml │ ├── Vanilla Psycasts Expanded - Hemosage │ ├── AbilityDefs │ │ └── AbilityDefs_Patch.xml │ └── ThingDefs │ │ └── Projectile_Tweaks.xml │ ├── Vanilla Psycasts Expanded │ ├── AbilityDefs │ │ └── AbilityDefs_Patch.xml │ ├── Bodies │ │ └── Bodies_Patch.xml │ ├── HediffDefs │ │ └── Hediffs_Patch.xml │ ├── PawnKinds │ │ └── EmpirePawnKinds_Patch.xml │ ├── ThingDefs │ │ └── Projectile_Tweaks.xml │ ├── ThingDefs_Misc │ │ ├── Apparel_Patch.xml │ │ └── Weapons_Patch.xml │ └── ThingDefs_Races │ │ └── Races_Patch.xml │ ├── VanillaOutpostsExpanded.xml │ ├── Vanilla_Base_Generation_Expanded.xml │ ├── Vanilla_Psycasts_Expanded.xml │ ├── Vanilla_Skills_Expanded.xml │ ├── Vanilla_Trading_Expanded.xml │ ├── VarietyMatters.xml │ ├── Vile_WoodYouPlease.xml │ ├── VilesRenovations.xml │ ├── Viles_Metallurgy.xml │ ├── Viles_Pre-Industrial.xml │ ├── Viles_Windows.xml │ ├── Weapon_Racks.xml │ └── XMl Extensions │ ├── Viles_Fences.xml │ └── Viles_HardcoreRenovations.xml └── v1.5 ├── Defs └── XMLSettings.xml └── Patches ├── AlphaBiomes.xml ├── AlphaMemes.xml ├── Altered Carbon Remastered ├── Altered_Carbon_Remastered.xml └── CE │ ├── Apparel_Packs.xml │ └── RangedIndustrial.xml ├── AmuseBouche.xml ├── Animal_Equipment.xml ├── Animal_Gear.xml ├── Better_Parenting.xml ├── Bridgello.xml ├── CampingTent.xml ├── Clean_Pathfinding.xml ├── Colony_Manager.xml ├── CombatAI5000.xml ├── Comigo_Bridges_And_Platforms.xml ├── CoreSK.xml ├── Custom └── SeperateEyeGroups.xml ├── DBH_Genes.xml ├── Dreamers_Dreams.xml ├── Ducks_Specialists_Patches.xml ├── DynamicEconomy.xml ├── Extinguish_Fire.xml ├── FacialAnimation_Human.xml ├── FacialAnimation_Orassan.xml ├── FacialAnimation_Rabbie.xml ├── FacialAnimation_Ratkin.txt ├── FacialAnimation_Ratkin.xml ├── Fireworks.xml ├── General_Patches └── Leathers.xml ├── Genes_renderNodeProperties.xml ├── Giddy_Up_2.xml ├── HologramsAndProjectors.xml ├── Hospitality_Casino.xml ├── LTS ├── Benches.xml ├── Deco.xml ├── Doors.xml ├── Furniture.xml ├── Lights_and_FireSource.xml ├── Power.xml ├── Production.xml ├── RemoveRecipes.xml ├── RoyaltyTitle_RoomRequirements.xml ├── Structures.xml ├── Terrain.xml └── Z_[LTS]Furnishings.xml ├── LTS_Doors_Locks1.txt ├── LTS_Doors_Locks2.xml ├── LTS_System.xml ├── LTS_Tenant.xml ├── Large_Faction_Bases.xml ├── Life_Lessons.xml ├── Loft_Beds.xml ├── MeleeAnimation.xml ├── MineralsCraft.xml ├── MineralsExtra.xml ├── MoreStuffOnTables.xml ├── Moyo_Facial_Animation ├── Moyo.txt └── MoyoRed.txt ├── MusicalInstruments.xml ├── NoPower_Comms.xml ├── PerspectiveDoors.xml ├── PerspectiveTrees.xml ├── Power_Logic ├── Laser_Content_Disabled.xml ├── Laser_Content_Enabled.txt └── Power_Logic_plus.xml ├── Precious_Stones_and_Jewelry.xml ├── PreemptiveStrike.xml ├── Research ├── Altered_Carbon_Remastered │ └── Research.xml ├── AnimalEquipment │ └── Research.xml ├── ColonyManager │ └── Research.xml ├── CombatAI5000 │ └── Research.xml ├── DiseasesOverhauled │ └── Research.xml ├── Fluffys_Breakdowns │ └── Research.xml ├── HSK_More_Content │ └── Research.xml ├── Holograms_Projectors │ └── Research.xml ├── Jewelery │ └── Research.xml ├── LTS_Tenents │ └── Research.xml ├── MedicalIV │ └── Research.xml ├── MedicalSupplements │ └── Research.xml ├── Minerals │ └── Research.xml ├── MineralsCraft │ └── Research.xml ├── MoyoAbyss │ └── ResearchAdjustments.xml ├── MoyoDepths │ └── ResearchAdjustments.xml ├── MusicalInstruments │ └── Research.xml ├── NoPowerComms │ └── Research.xml ├── Parabellum │ └── Research.xml ├── PowerLogicPlus │ └── Research.xml ├── PreemptiveStrike │ └── Research.xml ├── ResearchMissingRequirements.xml ├── Rimputers │ └── Research.txt ├── RoadsOfTheRim │ └── Research.xml ├── VBE │ └── Research.xml ├── VFE_SK │ └── Research.xml ├── Vanilla_Psycasts-Expanded │ └── Research.xml └── Viles_FencesAndFloors │ └── Research.xml ├── Research_Reinvented.xml ├── Revia_PaperPattern_BodyPatch.xml ├── RimNauts2.xml ├── Rimputers.txt ├── Rimsentinal_Spaceports.xml ├── RoadsOfTheRim.xml ├── Seasonal_Weather.xml ├── Skynet └── FacialAnimation │ ├── AgentFaceSizePatch.xml │ ├── CovertFaceSizePatch.xml │ ├── InfiltratorFaceSizePatch.xml │ └── SkynetPrototypeTXFaceSizePatch.xml ├── SomeThingsFloat.xml ├── UnderWhere.xml ├── VBE.xml ├── VBEE.xml ├── Vanilla Ideology Expanded - Dryads ├── DamageDefs │ ├── Animal_Projectile_Shoot.xml │ └── Animal_Projectiles.xml ├── ThingDefs_Items │ └── Items_Resource_Stuff.xml └── ThingDefs_Races │ ├── Races_Animal_AwakenedDryads.xml │ └── Races_Spitter_RangedAttack.xml ├── Vanilla Ideology Expanded - Memes and Structures ├── Buildings.xml └── Hediffs_BodyParts.xml ├── Vanilla Psycasts Expanded - Hemosage ├── AbilityDefs │ └── AbilityDefs_Patch.xml └── ThingDefs │ └── Projectile_Tweaks.xml ├── Vanilla Psycasts Expanded ├── AbilityDefs │ └── AbilityDefs_Patch.xml ├── Bodies │ └── Bodies_Patch.xml ├── HediffDefs │ └── Hediffs_Patch.xml ├── PawnKinds │ └── EmpirePawnKinds_Patch.xml ├── ThingDefs │ └── Projectile_Tweaks.xml ├── ThingDefs_Misc │ ├── Apparel_Patch.xml │ └── Weapons_Patch.xml └── ThingDefs_Races │ └── Races_Patch.xml ├── VanillaOutpostsExpanded.xml ├── Vanilla_Base_Generation_Expanded.xml ├── Vanilla_Psycasts_Expanded.xml ├── Vanilla_Skills_Expanded.xml ├── Vanilla_Trading_Expanded.xml ├── VarietyMatters.xml ├── Vile_WoodYouPlease.xml ├── VilesRenovations.xml ├── Viles_Metallurgy.xml ├── Viles_Pre-Industrial.xml ├── Viles_Windows.xml ├── Weapon_Racks.xml └── XMl Extensions ├── Viles_Fences.xml └── Viles_HardcoreRenovations.xml /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | *.dds 3 | -------------------------------------------------------------------------------- /About/About.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/About/About.xml -------------------------------------------------------------------------------- /About/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/About/Preview.png -------------------------------------------------------------------------------- /ConfigFiles/1.3/Mod_1909870211_CoordinateOffsetMod.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/ConfigFiles/1.3/Mod_1909870211_CoordinateOffsetMod.xml -------------------------------------------------------------------------------- /ConfigFiles/1.3/Mod_2610120706_IR_HolstersMod.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/ConfigFiles/1.3/Mod_2610120706_IR_HolstersMod.xml -------------------------------------------------------------------------------- /ConfigFiles/1.4/Mod_1909870211_CoordinateOffsetMod.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/ConfigFiles/1.4/Mod_1909870211_CoordinateOffsetMod.xml -------------------------------------------------------------------------------- /ConfigFiles/1.4/Mod_2610120706_IR_HolstersMod.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/ConfigFiles/1.4/Mod_2610120706_IR_HolstersMod.xml -------------------------------------------------------------------------------- /ConfigFiles/1.5/Mod_1909870211_CoordinateOffsetMod.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/ConfigFiles/1.5/Mod_1909870211_CoordinateOffsetMod.xml -------------------------------------------------------------------------------- /ConfigFiles/1.5/Mod_2610120706_IR_HolstersMod.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/ConfigFiles/1.5/Mod_2610120706_IR_HolstersMod.xml -------------------------------------------------------------------------------- /ConfigFiles/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/ConfigFiles/ReadMe.txt -------------------------------------------------------------------------------- /Defs/ThingDefs_Apparel/EyePatch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Defs/ThingDefs_Apparel/EyePatch.xml -------------------------------------------------------------------------------- /GithubTextures/Boosty_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/GithubTextures/Boosty_logo.png -------------------------------------------------------------------------------- /GithubTextures/DonationAlerts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/GithubTextures/DonationAlerts.png -------------------------------------------------------------------------------- /GithubTextures/blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/GithubTextures/blue.svg -------------------------------------------------------------------------------- /Languages/Russian/DefInjected/ThingDef/ThingDef.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Languages/Russian/DefInjected/ThingDef/ThingDef.xml -------------------------------------------------------------------------------- /LoadDefs/v1.3/Celsius/Defs/ThingDefs_Temperature.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/Celsius/Defs/ThingDefs_Temperature.xml -------------------------------------------------------------------------------- /LoadDefs/v1.3/FacialAnimation/Defs/HeadType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/FacialAnimation/Defs/HeadType.xml -------------------------------------------------------------------------------- /LoadDefs/v1.3/FacialAnimation/Defs/MouthType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/FacialAnimation/Defs/MouthType.xml -------------------------------------------------------------------------------- /LoadDefs/v1.3/HotMeals/Patches/HotMeals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/HotMeals/Patches/HotMeals.xml -------------------------------------------------------------------------------- /LoadDefs/v1.3/Jewelery/Patches/Tiles_Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/Jewelery/Patches/Tiles_Research.xml -------------------------------------------------------------------------------- /LoadDefs/v1.3/LTSTenant/Defs/Ammo/ThrowableKnife.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/LTSTenant/Defs/Ammo/ThrowableKnife.xml -------------------------------------------------------------------------------- /LoadDefs/v1.3/LTSTenant/Textures/Weapons/Cutlassm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/LTSTenant/Textures/Weapons/Cutlassm.dds -------------------------------------------------------------------------------- /LoadDefs/v1.3/LTSTenant/Textures/Weapons/Cutlassm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/LTSTenant/Textures/Weapons/Cutlassm.png -------------------------------------------------------------------------------- /LoadDefs/v1.3/LTSTenant/Textures/Weapons/Mechetem.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/LTSTenant/Textures/Weapons/Mechetem.dds -------------------------------------------------------------------------------- /LoadDefs/v1.3/LTSTenant/Textures/Weapons/Mechetem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/LTSTenant/Textures/Weapons/Mechetem.png -------------------------------------------------------------------------------- /LoadDefs/v1.3/LTSTenant/Textures/Weapons/MusketRiflem.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/LTSTenant/Textures/Weapons/MusketRiflem.dds -------------------------------------------------------------------------------- /LoadDefs/v1.3/LTSTenant/Textures/Weapons/MusketRiflem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/LTSTenant/Textures/Weapons/MusketRiflem.png -------------------------------------------------------------------------------- /LoadDefs/v1.3/LTSTenant/Textures/Weapons/PressureGunm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/LTSTenant/Textures/Weapons/PressureGunm.dds -------------------------------------------------------------------------------- /LoadDefs/v1.3/LTSTenant/Textures/Weapons/PressureGunm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/LTSTenant/Textures/Weapons/PressureGunm.png -------------------------------------------------------------------------------- /LoadDefs/v1.3/LTSTenant/Textures/Weapons/QuadMusketm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/LTSTenant/Textures/Weapons/QuadMusketm.dds -------------------------------------------------------------------------------- /LoadDefs/v1.3/LTSTenant/Textures/Weapons/QuadMusketm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/LTSTenant/Textures/Weapons/QuadMusketm.png -------------------------------------------------------------------------------- /LoadDefs/v1.3/LTSTenant/Textures/Weapons/Swordm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/LTSTenant/Textures/Weapons/Swordm.dds -------------------------------------------------------------------------------- /LoadDefs/v1.3/LTSTenant/Textures/Weapons/Swordm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/LTSTenant/Textures/Weapons/Swordm.png -------------------------------------------------------------------------------- /LoadDefs/v1.3/Skynet_No_PaperPattern/CovertToAlien.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/Skynet_No_PaperPattern/CovertToAlien.xml -------------------------------------------------------------------------------- /LoadDefs/v1.3/VIE_Dryads/Defs/Seeds/AmbrosiaPalm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.3/VIE_Dryads/Defs/Seeds/AmbrosiaPalm.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Celsius/Defs/ThingDefs_Temperature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Celsius/Defs/ThingDefs_Temperature.txt -------------------------------------------------------------------------------- /LoadDefs/v1.4/Celsius/Patches/Buildings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Celsius/Patches/Buildings.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Celsius/Patches/Ignition.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Celsius/Patches/Ignition.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Celsius/Patches/Mods/AlphaAnimals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Celsius/Patches/Mods/AlphaAnimals.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Celsius/Patches/Mods/Insulation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Celsius/Patches/Mods/Insulation.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Celsius/Patches/Mods/VFE Architect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Celsius/Patches/Mods/VFE Architect.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Celsius/Patches/Mods/VFE Medical.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Celsius/Patches/Mods/VFE Medical.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Celsius/Patches/Mods/VFE Security.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Celsius/Patches/Mods/VFE Security.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Celsius/Patches/Mods/Viles Materials.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Celsius/Patches/Mods/Viles Materials.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Celsius/Patches/Mods/Viles Windows.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Celsius/Patches/Mods/Viles Windows.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Celsius/Patches/Stats_Pawns.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Celsius/Patches/Stats_Pawns.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Celsius/Patches/Stuff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Celsius/Patches/Stuff.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Celsius/Patches/Terrains.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Celsius/Patches/Terrains.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/FacialAnimation/Defs/HeadType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/FacialAnimation/Defs/HeadType.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/FacialAnimation/Defs/MouthType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/FacialAnimation/Defs/MouthType.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/HotMeals/Patches/HotMeals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/HotMeals/Patches/HotMeals.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Jewelery/Patches/Tiles_Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Jewelery/Patches/Tiles_Research.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/LTSTenant/Defs/Ammo/ThrowableKnife.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/LTSTenant/Defs/Ammo/ThrowableKnife.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/LTSTenant/Textures/Weapons/Cutlassm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/LTSTenant/Textures/Weapons/Cutlassm.dds -------------------------------------------------------------------------------- /LoadDefs/v1.4/LTSTenant/Textures/Weapons/Cutlassm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/LTSTenant/Textures/Weapons/Cutlassm.png -------------------------------------------------------------------------------- /LoadDefs/v1.4/LTSTenant/Textures/Weapons/Mechetem.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/LTSTenant/Textures/Weapons/Mechetem.dds -------------------------------------------------------------------------------- /LoadDefs/v1.4/LTSTenant/Textures/Weapons/Mechetem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/LTSTenant/Textures/Weapons/Mechetem.png -------------------------------------------------------------------------------- /LoadDefs/v1.4/LTSTenant/Textures/Weapons/MusketRiflem.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/LTSTenant/Textures/Weapons/MusketRiflem.dds -------------------------------------------------------------------------------- /LoadDefs/v1.4/LTSTenant/Textures/Weapons/MusketRiflem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/LTSTenant/Textures/Weapons/MusketRiflem.png -------------------------------------------------------------------------------- /LoadDefs/v1.4/LTSTenant/Textures/Weapons/PressureGunm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/LTSTenant/Textures/Weapons/PressureGunm.dds -------------------------------------------------------------------------------- /LoadDefs/v1.4/LTSTenant/Textures/Weapons/PressureGunm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/LTSTenant/Textures/Weapons/PressureGunm.png -------------------------------------------------------------------------------- /LoadDefs/v1.4/LTSTenant/Textures/Weapons/QuadMusketm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/LTSTenant/Textures/Weapons/QuadMusketm.dds -------------------------------------------------------------------------------- /LoadDefs/v1.4/LTSTenant/Textures/Weapons/QuadMusketm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/LTSTenant/Textures/Weapons/QuadMusketm.png -------------------------------------------------------------------------------- /LoadDefs/v1.4/LTSTenant/Textures/Weapons/Swordm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/LTSTenant/Textures/Weapons/Swordm.dds -------------------------------------------------------------------------------- /LoadDefs/v1.4/LTSTenant/Textures/Weapons/Swordm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/LTSTenant/Textures/Weapons/Swordm.png -------------------------------------------------------------------------------- /LoadDefs/v1.4/Portraits_of_the_Rim/Patches/Androids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Portraits_of_the_Rim/Patches/Androids.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Portraits_of_the_Rim/Patches/Biotech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Portraits_of_the_Rim/Patches/Biotech.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Portraits_of_the_Rim/Patches/CoreSK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Portraits_of_the_Rim/Patches/CoreSK.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/Portraits_of_the_Rim/Patches/UnderWhere.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/Portraits_of_the_Rim/Patches/UnderWhere.xml -------------------------------------------------------------------------------- /LoadDefs/v1.4/VIE_Dryads/Patches/AmbrosiaPalm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.4/VIE_Dryads/Patches/AmbrosiaPalm.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Celsius/Defs/ThingDefs_Temperature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Celsius/Defs/ThingDefs_Temperature.txt -------------------------------------------------------------------------------- /LoadDefs/v1.5/Celsius/Patches/Buildings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Celsius/Patches/Buildings.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Celsius/Patches/Ignition.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Celsius/Patches/Ignition.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Celsius/Patches/Mods/AlphaAnimals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Celsius/Patches/Mods/AlphaAnimals.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Celsius/Patches/Mods/Insulation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Celsius/Patches/Mods/Insulation.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Celsius/Patches/Mods/VFE Architect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Celsius/Patches/Mods/VFE Architect.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Celsius/Patches/Mods/VFE Medical.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Celsius/Patches/Mods/VFE Medical.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Celsius/Patches/Mods/VFE Security.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Celsius/Patches/Mods/VFE Security.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Celsius/Patches/Mods/Viles Materials.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Celsius/Patches/Mods/Viles Materials.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Celsius/Patches/Mods/Viles Windows.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Celsius/Patches/Mods/Viles Windows.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Celsius/Patches/Stats_Pawns.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Celsius/Patches/Stats_Pawns.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Celsius/Patches/Stuff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Celsius/Patches/Stuff.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Celsius/Patches/Terrains.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Celsius/Patches/Terrains.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/FacialAnimation/Defs/HeadType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/FacialAnimation/Defs/HeadType.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/FacialAnimation/Defs/MouthType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/FacialAnimation/Defs/MouthType.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/HotMeals/Patches/HotMeals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/HotMeals/Patches/HotMeals.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Jewelery/Patches/Tiles_Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Jewelery/Patches/Tiles_Research.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/LTSTenant/Defs/Ammo/ThrowableKnife.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/LTSTenant/Defs/Ammo/ThrowableKnife.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/LTSTenant/Textures/Weapons/Cutlassm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/LTSTenant/Textures/Weapons/Cutlassm.png -------------------------------------------------------------------------------- /LoadDefs/v1.5/LTSTenant/Textures/Weapons/Mechetem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/LTSTenant/Textures/Weapons/Mechetem.png -------------------------------------------------------------------------------- /LoadDefs/v1.5/LTSTenant/Textures/Weapons/MusketRiflem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/LTSTenant/Textures/Weapons/MusketRiflem.png -------------------------------------------------------------------------------- /LoadDefs/v1.5/LTSTenant/Textures/Weapons/PressureGunm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/LTSTenant/Textures/Weapons/PressureGunm.png -------------------------------------------------------------------------------- /LoadDefs/v1.5/LTSTenant/Textures/Weapons/QuadMusketm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/LTSTenant/Textures/Weapons/QuadMusketm.png -------------------------------------------------------------------------------- /LoadDefs/v1.5/LTSTenant/Textures/Weapons/Swordm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/LTSTenant/Textures/Weapons/Swordm.png -------------------------------------------------------------------------------- /LoadDefs/v1.5/Portraits_of_the_Rim/Patches/Androids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Portraits_of_the_Rim/Patches/Androids.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Portraits_of_the_Rim/Patches/Biotech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Portraits_of_the_Rim/Patches/Biotech.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Portraits_of_the_Rim/Patches/CoreSK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Portraits_of_the_Rim/Patches/CoreSK.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/Portraits_of_the_Rim/Patches/UnderWhere.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/Portraits_of_the_Rim/Patches/UnderWhere.xml -------------------------------------------------------------------------------- /LoadDefs/v1.5/VIE_Dryads/Patches/AmbrosiaPalm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadDefs/v1.5/VIE_Dryads/Patches/AmbrosiaPalm.xml -------------------------------------------------------------------------------- /LoadFolders.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/LoadFolders.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/README.md -------------------------------------------------------------------------------- /Textures/CeilingVent_Capped_Brick_ico.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVent_Capped_Brick_ico.dds -------------------------------------------------------------------------------- /Textures/CeilingVent_Capped_Brick_ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVent_Capped_Brick_ico.png -------------------------------------------------------------------------------- /Textures/CeilingVent_Capped_Slab_ico.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVent_Capped_Slab_ico.dds -------------------------------------------------------------------------------- /Textures/CeilingVent_Capped_Slab_ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVent_Capped_Slab_ico.png -------------------------------------------------------------------------------- /Textures/CeilingVent_Primitive_ico.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVent_Primitive_ico.dds -------------------------------------------------------------------------------- /Textures/CeilingVent_Primitive_ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVent_Primitive_ico.png -------------------------------------------------------------------------------- /Textures/CeilingVents/CeilingVent_Capped_Bricks.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/CeilingVent_Capped_Bricks.dds -------------------------------------------------------------------------------- /Textures/CeilingVents/CeilingVent_Capped_Bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/CeilingVent_Capped_Bricks.png -------------------------------------------------------------------------------- /Textures/CeilingVents/CeilingVent_Capped_Slab.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/CeilingVent_Capped_Slab.dds -------------------------------------------------------------------------------- /Textures/CeilingVents/CeilingVent_Capped_Slab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/CeilingVent_Capped_Slab.png -------------------------------------------------------------------------------- /Textures/CeilingVents/CeilingVent_Primitive.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/CeilingVent_Primitive.dds -------------------------------------------------------------------------------- /Textures/CeilingVents/CeilingVent_Primitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/CeilingVent_Primitive.png -------------------------------------------------------------------------------- /Textures/CeilingVents/CeilingVent_PrimitiveNew.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/CeilingVent_PrimitiveNew.dds -------------------------------------------------------------------------------- /Textures/CeilingVents/CeilingVent_PrimitiveNew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/CeilingVent_PrimitiveNew.png -------------------------------------------------------------------------------- /Textures/CeilingVents/CeilingVent_Primitive_Shadow.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/CeilingVent_Primitive_Shadow.dds -------------------------------------------------------------------------------- /Textures/CeilingVents/CeilingVent_Primitive_Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/CeilingVent_Primitive_Shadow.png -------------------------------------------------------------------------------- /Textures/CeilingVents/CeilingVent_Primitive_blueprint.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/CeilingVent_Primitive_blueprint.dds -------------------------------------------------------------------------------- /Textures/CeilingVents/CeilingVent_Primitive_blueprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/CeilingVent_Primitive_blueprint.png -------------------------------------------------------------------------------- /Textures/CeilingVents/CeilingVent_Square_Shadow.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/CeilingVent_Square_Shadow.dds -------------------------------------------------------------------------------- /Textures/CeilingVents/CeilingVent_Square_Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/CeilingVent_Square_Shadow.png -------------------------------------------------------------------------------- /Textures/CeilingVents/invisible.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/invisible.dds -------------------------------------------------------------------------------- /Textures/CeilingVents/invisible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/CeilingVents/invisible.png -------------------------------------------------------------------------------- /Textures/Decoration/TilesBorder_C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Decoration/TilesBorder_C.png -------------------------------------------------------------------------------- /Textures/Hairs/Vanilla/GreasySwoop_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Hairs/Vanilla/GreasySwoop_east.dds -------------------------------------------------------------------------------- /Textures/Hairs/Vanilla/GreasySwoop_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Hairs/Vanilla/GreasySwoop_east.png -------------------------------------------------------------------------------- /Textures/Hairs/Vanilla/GreasySwoop_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Hairs/Vanilla/GreasySwoop_north.dds -------------------------------------------------------------------------------- /Textures/Hairs/Vanilla/GreasySwoop_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Hairs/Vanilla/GreasySwoop_north.png -------------------------------------------------------------------------------- /Textures/Hairs/Vanilla/GreasySwoop_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Hairs/Vanilla/GreasySwoop_south.dds -------------------------------------------------------------------------------- /Textures/Hairs/Vanilla/GreasySwoop_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Hairs/Vanilla/GreasySwoop_south.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Female/blush_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Female/blush_east.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Female/blush_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Female/blush_east.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Female/blush_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Female/blush_north.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Female/blush_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Female/blush_north.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Female/blush_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Female/blush_south.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Female/blush_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Female/blush_south.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Female/normal_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Female/normal_east.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Female/normal_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Female/normal_east.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Female/normal_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Female/normal_north.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Female/normal_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Female/normal_north.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Female/normal_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Female/normal_south.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Female/normal_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Female/normal_south.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Male/blush_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Male/blush_east.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Male/blush_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Male/blush_east.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Male/blush_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Male/blush_north.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Male/blush_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Male/blush_north.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Male/blush_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Male/blush_south.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Male/blush_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Male/blush_south.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Male/normal_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Male/normal_east.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Male/normal_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Male/normal_east.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Male/normal_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Male/normal_north.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Male/normal_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Male/normal_north.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Male/normal_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Male/normal_south.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Male/normal_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Male/normal_south.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Male/part_blush_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Male/part_blush_east.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Normal/Male/part_blush_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Normal/Male/part_blush_east.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Female/blush_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Female/blush_east.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Female/blush_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Female/blush_east.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Female/blush_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Female/blush_north.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Female/blush_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Female/blush_north.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Female/blush_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Female/blush_south.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Female/blush_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Female/blush_south.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Female/normal_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Female/normal_east.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Female/normal_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Female/normal_east.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Female/normal_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Female/normal_north.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Female/normal_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Female/normal_north.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Female/normal_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Female/normal_south.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Female/normal_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Female/normal_south.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Male/blush_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Male/blush_east.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Male/blush_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Male/blush_east.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Male/blush_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Male/blush_north.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Male/blush_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Male/blush_north.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Male/blush_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Male/blush_south.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Male/blush_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Male/blush_south.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Male/normal_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Male/normal_east.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Male/normal_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Male/normal_east.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Male/normal_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Male/normal_north.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Male/normal_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Male/normal_north.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Male/normal_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Male/normal_south.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Male/normal_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Male/normal_south.png -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Male/part_blush_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Male/part_blush_east.dds -------------------------------------------------------------------------------- /Textures/Moyo/Heads_Blank/Pointy/Male/part_blush_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Moyo/Heads_Blank/Pointy/Male/part_blush_east.png -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Normal/Female/blush_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Normal/Female/blush_east.dds -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Normal/Female/blush_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Normal/Female/blush_east.png -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Normal/Male/blush_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Normal/Male/blush_east.dds -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Normal/Male/blush_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Normal/Male/blush_east.png -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Normal/Male/blush_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Normal/Male/blush_north.dds -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Normal/Male/blush_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Normal/Male/blush_north.png -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Normal/Male/blush_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Normal/Male/blush_south.dds -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Normal/Male/blush_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Normal/Male/blush_south.png -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Normal/Male/normal_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Normal/Male/normal_east.dds -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Normal/Male/normal_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Normal/Male/normal_east.png -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Normal/Male/normal_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Normal/Male/normal_north.dds -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Normal/Male/normal_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Normal/Male/normal_north.png -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Normal/Male/normal_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Normal/Male/normal_south.dds -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Normal/Male/normal_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Normal/Male/normal_south.png -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Pointy/Female/blush_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Pointy/Female/blush_east.dds -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Pointy/Female/blush_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Pointy/Female/blush_east.png -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Pointy/Male/blush_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Pointy/Male/blush_east.dds -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Pointy/Male/blush_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Pointy/Male/blush_east.png -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Pointy/Male/blush_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Pointy/Male/blush_north.dds -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Pointy/Male/blush_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Pointy/Male/blush_north.png -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Pointy/Male/blush_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Pointy/Male/blush_south.dds -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Pointy/Male/blush_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Pointy/Male/blush_south.png -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Pointy/Male/normal_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Pointy/Male/normal_east.dds -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Pointy/Male/normal_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Pointy/Male/normal_east.png -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Pointy/Male/normal_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Pointy/Male/normal_north.dds -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Pointy/Male/normal_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Pointy/Male/normal_north.png -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Pointy/Male/normal_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Pointy/Male/normal_south.dds -------------------------------------------------------------------------------- /Textures/RedMoyo/Heads_Blank/Pointy/Male/normal_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/RedMoyo/Heads_Blank/Pointy/Male/normal_south.png -------------------------------------------------------------------------------- /Textures/Storage/HyllisL_icon.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Storage/HyllisL_icon.dds -------------------------------------------------------------------------------- /Textures/Storage/HyllisL_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Storage/HyllisL_icon.png -------------------------------------------------------------------------------- /Textures/Storage/Hyllis_icon.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Storage/Hyllis_icon.dds -------------------------------------------------------------------------------- /Textures/Storage/Hyllis_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Storage/Hyllis_icon.png -------------------------------------------------------------------------------- /Textures/Storage/Malsjo_icon.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Storage/Malsjo_icon.dds -------------------------------------------------------------------------------- /Textures/Storage/Malsjo_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Storage/Malsjo_icon.png -------------------------------------------------------------------------------- /Textures/Terrain/Surfaces/ConcreteBridgeProps.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Terrain/Surfaces/ConcreteBridgeProps.dds -------------------------------------------------------------------------------- /Textures/Terrain/Surfaces/ConcreteBridgeProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Terrain/Surfaces/ConcreteBridgeProps.png -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatch.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatch.dds -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatch.png -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchLeft_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchLeft_east.dds -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchLeft_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchLeft_east.png -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchLeft_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchLeft_north.dds -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchLeft_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchLeft_north.png -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchLeft_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchLeft_south.dds -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchLeft_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchLeft_south.png -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchLeft_west.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchLeft_west.dds -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchLeft_west.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchLeft_west.png -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchRight_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchRight_east.dds -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchRight_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchRight_east.png -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchRight_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchRight_north.dds -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchRight_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchRight_north.png -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchRight_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchRight_south.dds -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchRight_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchRight_south.png -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchRight_west.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchRight_west.dds -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatchRight_west.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatchRight_west.png -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatch_icon.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatch_icon.dds -------------------------------------------------------------------------------- /Textures/Things/Apparel/EyePatch/EyePatch_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Apparel/EyePatch/EyePatch_icon.png -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/Autodoor_Mover_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/Autodoor_Mover_east.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/Autodoor_Mover_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/Autodoor_Mover_east.png -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/Autodoor_Mover_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/Autodoor_Mover_north.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/Autodoor_Mover_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/Autodoor_Mover_north.png -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorBarn_Mover_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorBarn_Mover_east.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorBarn_Mover_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorBarn_Mover_east.png -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorBarn_Mover_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorBarn_Mover_north.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorBarn_Mover_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorBarn_Mover_north.png -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorBlast_Mover_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorBlast_Mover_east.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorBlast_Mover_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorBlast_Mover_east.png -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorBlast_Mover_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorBlast_Mover_north.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorBlast_Mover_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorBlast_Mover_north.png -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorFancy_Mover_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorFancy_Mover_east.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorFancy_Mover_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorFancy_Mover_east.png -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorFancy_Mover_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorFancy_Mover_north.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorFancy_Mover_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorFancy_Mover_north.png -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorOrnate_Mover_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorOrnate_Mover_east.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorOrnate_Mover_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorOrnate_Mover_east.png -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorOrnate_Mover_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorOrnate_Mover_north.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorOrnate_Mover_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorOrnate_Mover_north.png -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorRustic_Mover_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorRustic_Mover_east.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorRustic_Mover_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorRustic_Mover_east.png -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorRustic_Mover_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorRustic_Mover_north.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorTent_Mover_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorTent_Mover_east.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorTent_Mover_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorTent_Mover_east.png -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorTent_Mover_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorTent_Mover_north.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Doors/DoorTent_Mover_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Doors/DoorTent_Mover_north.png -------------------------------------------------------------------------------- /Textures/Things/Building/Misc/TableTypewriters_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Misc/TableTypewriters_east.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Misc/TableTypewriters_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Misc/TableTypewriters_east.png -------------------------------------------------------------------------------- /Textures/Things/Building/Misc/TableWriters_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Misc/TableWriters_east.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Misc/TableWriters_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Misc/TableWriters_east.png -------------------------------------------------------------------------------- /Textures/Things/Building/Misc/TableWriters_eastm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Misc/TableWriters_eastm.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Misc/TableWriters_eastm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Misc/TableWriters_eastm.png -------------------------------------------------------------------------------- /Textures/Things/Building/Misc/TableWriters_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Misc/TableWriters_north.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Misc/TableWriters_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Misc/TableWriters_north.png -------------------------------------------------------------------------------- /Textures/Things/Building/Misc/TableWriters_northm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Misc/TableWriters_northm.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Misc/TableWriters_northm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Misc/TableWriters_northm.png -------------------------------------------------------------------------------- /Textures/Things/Building/Misc/TableWriters_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Misc/TableWriters_south.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Misc/TableWriters_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Misc/TableWriters_south.png -------------------------------------------------------------------------------- /Textures/Things/Building/Misc/TableWriters_southm.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Misc/TableWriters_southm.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Misc/TableWriters_southm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Misc/TableWriters_southm.png -------------------------------------------------------------------------------- /Textures/Things/Building/Other/DoorGlass_Mover_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Other/DoorGlass_Mover_east.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Other/DoorGlass_Mover_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Other/DoorGlass_Mover_east.png -------------------------------------------------------------------------------- /Textures/Things/Building/Temperature/AirVac.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Temperature/AirVac.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Temperature/AirVac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Temperature/AirVac.png -------------------------------------------------------------------------------- /Textures/Things/Building/Temperature/AirVac_ico.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Temperature/AirVac_ico.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Temperature/AirVac_ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Temperature/AirVac_ico.png -------------------------------------------------------------------------------- /Textures/Things/Building/Windows/SimpleWindow_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Windows/SimpleWindow_east.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Windows/SimpleWindow_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Windows/SimpleWindow_east.png -------------------------------------------------------------------------------- /Textures/Things/Building/Windows/SimpleWindow_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Windows/SimpleWindow_north.dds -------------------------------------------------------------------------------- /Textures/Things/Building/Windows/SimpleWindow_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Building/Windows/SimpleWindow_north.png -------------------------------------------------------------------------------- /Textures/Things/Item/MSOpiumLatex/MSOpiumLatex_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Item/MSOpiumLatex/MSOpiumLatex_a.png -------------------------------------------------------------------------------- /Textures/Things/Item/MSOpiumLatex/MSOpiumLatex_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Item/MSOpiumLatex/MSOpiumLatex_b.png -------------------------------------------------------------------------------- /Textures/Things/Item/MSOpiumLatex/MSOpiumLatex_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Item/MSOpiumLatex/MSOpiumLatex_c.png -------------------------------------------------------------------------------- /Textures/Things/Items/HiTechResearchKit.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Items/HiTechResearchKit.dds -------------------------------------------------------------------------------- /Textures/Things/Items/HiTechResearchKit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Items/HiTechResearchKit.png -------------------------------------------------------------------------------- /Textures/Things/Items/PrimitiveResearchKit.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Items/PrimitiveResearchKit.dds -------------------------------------------------------------------------------- /Textures/Things/Items/PrimitiveResearchKit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Items/PrimitiveResearchKit.png -------------------------------------------------------------------------------- /Textures/Things/Items/SimpleResearchKit.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Items/SimpleResearchKit.dds -------------------------------------------------------------------------------- /Textures/Things/Items/SimpleResearchKit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Items/SimpleResearchKit.png -------------------------------------------------------------------------------- /Textures/Things/Items/TerminalResearchKit.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Items/TerminalResearchKit.dds -------------------------------------------------------------------------------- /Textures/Things/Items/TerminalResearchKit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Items/TerminalResearchKit.png -------------------------------------------------------------------------------- /Textures/Things/Items/UltraResearchKit.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Items/UltraResearchKit.dds -------------------------------------------------------------------------------- /Textures/Things/Items/UltraResearchKit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Items/UltraResearchKit.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Humanlike/OrassanEars/Ear_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Pawn/Humanlike/OrassanEars/Ear_east.dds -------------------------------------------------------------------------------- /Textures/Things/Pawn/Humanlike/OrassanEars/Ear_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Pawn/Humanlike/OrassanEars/Ear_east.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Humanlike/Tails/OTailG_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Pawn/Humanlike/Tails/OTailG_east.dds -------------------------------------------------------------------------------- /Textures/Things/Pawn/Humanlike/Tails/OTailG_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Pawn/Humanlike/Tails/OTailG_east.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Humanlike/Tails/OTailG_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Pawn/Humanlike/Tails/OTailG_north.dds -------------------------------------------------------------------------------- /Textures/Things/Pawn/Humanlike/Tails/OTailG_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Pawn/Humanlike/Tails/OTailG_north.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Humanlike/Tails/OTailG_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Pawn/Humanlike/Tails/OTailG_south.dds -------------------------------------------------------------------------------- /Textures/Things/Pawn/Humanlike/Tails/OTailG_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Pawn/Humanlike/Tails/OTailG_south.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Humanlike/Tails/OTail_east.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Pawn/Humanlike/Tails/OTail_east.dds -------------------------------------------------------------------------------- /Textures/Things/Pawn/Humanlike/Tails/OTail_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Pawn/Humanlike/Tails/OTail_east.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Humanlike/Tails/OTail_north.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Pawn/Humanlike/Tails/OTail_north.dds -------------------------------------------------------------------------------- /Textures/Things/Pawn/Humanlike/Tails/OTail_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Pawn/Humanlike/Tails/OTail_north.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Humanlike/Tails/OTail_south.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Pawn/Humanlike/Tails/OTail_south.dds -------------------------------------------------------------------------------- /Textures/Things/Pawn/Humanlike/Tails/OTail_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Pawn/Humanlike/Tails/OTail_south.png -------------------------------------------------------------------------------- /Textures/Things/Special/Fire/FireA.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Special/Fire/FireA.dds -------------------------------------------------------------------------------- /Textures/Things/Special/Fire/FireA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Special/Fire/FireA.png -------------------------------------------------------------------------------- /Textures/Things/Special/Fire/FireB.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Special/Fire/FireB.dds -------------------------------------------------------------------------------- /Textures/Things/Special/Fire/FireB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Special/Fire/FireB.png -------------------------------------------------------------------------------- /Textures/Things/Special/Fire/FireC.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Special/Fire/FireC.dds -------------------------------------------------------------------------------- /Textures/Things/Special/Fire/FireC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/Textures/Things/Special/Fire/FireC.png -------------------------------------------------------------------------------- /WeaponTweakData/Applejack_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/Applejack_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/Arak_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/Arak_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/BambooPlank_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/BambooPlank_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/Bamboo_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/Bamboo_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/Beer_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/Beer_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/Brandy_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/Brandy_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/Cognac_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/Cognac_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/ElephantTusk_ludeon.rimworld.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/ElephantTusk_ludeon.rimworld.json -------------------------------------------------------------------------------- /WeaponTweakData/Gin_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/Gin_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/IronWoodLogHMC_arpomo6.hmc.biomes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/IronWoodLogHMC_arpomo6.hmc.biomes.json -------------------------------------------------------------------------------- /WeaponTweakData/Kahlua_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/Kahlua_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/Kindling_vitech.hcskwood.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/Kindling_vitech.hcskwood.json -------------------------------------------------------------------------------- /WeaponTweakData/MSEthanol_mlie.medicalsupplements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MSEthanol_mlie.medicalsupplements.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Axe_vitech.metallurgy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Axe_vitech.metallurgy.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Club_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Club_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Club_vitech.tweaks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Club_vitech.tweaks.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Dagger_vitech.tweaks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Dagger_vitech.tweaks.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Gladius_vitech.tweaks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Gladius_vitech.tweaks.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Glaive_vitech.tweaks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Glaive_vitech.tweaks.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Ikwa_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Ikwa_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Knife_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Knife_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Mace_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Mace_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Mace_vitech.tweaks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Mace_vitech.tweaks.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Partisan_vitech.tweaks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Partisan_vitech.tweaks.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Rapier_vitech.tweaks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Rapier_vitech.tweaks.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Schiv_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Schiv_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Schiv_vitech.tweaks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Schiv_vitech.tweaks.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Spear_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Spear_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Spear_vitech.tweaks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Spear_vitech.tweaks.json -------------------------------------------------------------------------------- /WeaponTweakData/MeleeWeapon_Tanto_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/MeleeWeapon_Tanto_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/Moonshine_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/Moonshine_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/NorbalMeleeWeapon_Ax_vitech.tweaks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/NorbalMeleeWeapon_Ax_vitech.tweaks.json -------------------------------------------------------------------------------- /WeaponTweakData/Pa_S8498III_xxnelsonxx.parabellum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/Pa_S8498III_xxnelsonxx.parabellum.json -------------------------------------------------------------------------------- /WeaponTweakData/Patreonbrew_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/Patreonbrew_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/Sunderer_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/Sunderer_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/TFJ_Tool_Broom_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/TFJ_Tool_Broom_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/TFJ_Tool_Hoe_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/TFJ_Tool_Hoe_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/TFJ_Tool_Sickle_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/TFJ_Tool_Sickle_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/ThrumboHorn_ludeon.rimworld.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/ThrumboHorn_ludeon.rimworld.json -------------------------------------------------------------------------------- /WeaponTweakData/ThrumboHorn_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/ThrumboHorn_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/Tool_ChefKnife_vitech.metallurgy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/Tool_ChefKnife_vitech.metallurgy.json -------------------------------------------------------------------------------- /WeaponTweakData/Wine_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/Wine_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/WoodLog_vitech.hcskwood.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/WoodLog_vitech.hcskwood.json -------------------------------------------------------------------------------- /WeaponTweakData/arpomo6.hmc.biomes.txt: -------------------------------------------------------------------------------- 1 | HMC Biomes -------------------------------------------------------------------------------- /WeaponTweakData/arpomo6.hmc.project.txt: -------------------------------------------------------------------------------- 1 | HSK more content -------------------------------------------------------------------------------- /WeaponTweakData/cider_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/cider_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/limetreesnake.tenants.txt: -------------------------------------------------------------------------------- 1 | [LTS]Tenants -------------------------------------------------------------------------------- /WeaponTweakData/ludeon.rimworld.royalty.txt: -------------------------------------------------------------------------------- 1 | Royalty -------------------------------------------------------------------------------- /WeaponTweakData/ludeon.rimworld.txt: -------------------------------------------------------------------------------- 1 | Core -------------------------------------------------------------------------------- /WeaponTweakData/mlie.medicalsupplements.txt: -------------------------------------------------------------------------------- 1 | Medical Supplements (Continued) -------------------------------------------------------------------------------- /WeaponTweakData/rum_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/rum_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/rwnodetree.modularizationvanillaweapon.txt: -------------------------------------------------------------------------------- 1 | Modularization Vanilla Weapon -------------------------------------------------------------------------------- /WeaponTweakData/saki_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/saki_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/skyarkhangel.hsk.txt: -------------------------------------------------------------------------------- 1 | Core SK -------------------------------------------------------------------------------- /WeaponTweakData/strawberrywine_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/strawberrywine_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/tequila_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/tequila_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/vanillaexpanded.vpsycastse.txt: -------------------------------------------------------------------------------- 1 | Vanilla Psycasts Expanded -------------------------------------------------------------------------------- /WeaponTweakData/vitech.coretexturereplacement.txt: -------------------------------------------------------------------------------- 1 | Core Texture Replacement -------------------------------------------------------------------------------- /WeaponTweakData/vitech.hcskwood.txt: -------------------------------------------------------------------------------- 1 | Vile's Wood You Please -------------------------------------------------------------------------------- /WeaponTweakData/vitech.metallurgy.txt: -------------------------------------------------------------------------------- 1 | Vile's Metallurgy -------------------------------------------------------------------------------- /WeaponTweakData/vitech.tweaks.txt: -------------------------------------------------------------------------------- 1 | Vile's Tweaks -------------------------------------------------------------------------------- /WeaponTweakData/vodka_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/vodka_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/whisky_skyarkhangel.hsk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/WeaponTweakData/whisky_skyarkhangel.hsk.json -------------------------------------------------------------------------------- /WeaponTweakData/xxnelsonxx.parabellum.txt: -------------------------------------------------------------------------------- 1 | Parabellum -------------------------------------------------------------------------------- /WeaponTweakData/zacharyfoster.mineralscraft.txt: -------------------------------------------------------------------------------- 1 | MineralsCraft_SK -------------------------------------------------------------------------------- /v1.3/Defs/DesignationSubCategoryDefs/SubCategories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Defs/DesignationSubCategoryDefs/SubCategories.xml -------------------------------------------------------------------------------- /v1.3/Patches/Alpha Memes/Patch_Precepts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Alpha Memes/Patch_Precepts.xml -------------------------------------------------------------------------------- /v1.3/Patches/AlphaAnimals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/AlphaAnimals.xml -------------------------------------------------------------------------------- /v1.3/Patches/AlphaBiomes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/AlphaBiomes.xml -------------------------------------------------------------------------------- /v1.3/Patches/AlphaMemes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/AlphaMemes.xml -------------------------------------------------------------------------------- /v1.3/Patches/Altered_Carbon_Remastered.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Altered_Carbon_Remastered.xml -------------------------------------------------------------------------------- /v1.3/Patches/AmuseBouche.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/AmuseBouche.xml -------------------------------------------------------------------------------- /v1.3/Patches/Animal_Gear.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Animal_Gear.xml -------------------------------------------------------------------------------- /v1.3/Patches/BabiesandChildren.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/BabiesandChildren.xml -------------------------------------------------------------------------------- /v1.3/Patches/Bridgello.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Bridgello.xml -------------------------------------------------------------------------------- /v1.3/Patches/Bridges.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Bridges.xml -------------------------------------------------------------------------------- /v1.3/Patches/CSL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/CSL.xml -------------------------------------------------------------------------------- /v1.3/Patches/CampingTent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/CampingTent.xml -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/GloomyFurniture/Buildings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/GloomyFurniture/Buildings.txt -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/GloomyFurniture/Buildings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/GloomyFurniture/Buildings.xml -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/HSK/Buildings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/HSK/Buildings.txt -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/HSK/Buildings2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/HSK/Buildings2.txt -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/HSK/Buildings3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/HSK/Buildings3.txt -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/HSK/Buildings4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/HSK/Buildings4.txt -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/HSK/Buildings5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/HSK/Buildings5.xml -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/HSK/Ceiling_Utilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/HSK/Ceiling_Utilities.xml -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/HSK/ConvertVent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/HSK/ConvertVent.xml -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/HSK/HeatPushers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/HSK/HeatPushers.xml -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/HSK/Ignition.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/HSK/Ignition.xml -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/HSK/Stuff.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/HSK/Stuff.txt -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/HSK/Stuff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/HSK/Stuff.xml -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/HSK/Stuff2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/HSK/Stuff2.txt -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/HSK/Terrains.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/HSK/Terrains.xml -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/LTS_Furnishings/Buildings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/LTS_Furnishings/Buildings.txt -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/LTS_Furnishings/Buildings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/LTS_Furnishings/Buildings.xml -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/SOS2/Buildings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/SOS2/Buildings.txt -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/SOS2/Buildings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/SOS2/Buildings.xml -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/SOS2/HeatPushers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/SOS2/HeatPushers.xml -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/SOS2/SOS_Insulation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/SOS2/SOS_Insulation.xml -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/SOS2/Terrain.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/SOS2/Terrain.xml -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/UtilityColumns/Buildings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/UtilityColumns/Buildings.txt -------------------------------------------------------------------------------- /v1.3/Patches/Celsius/UtilityColumns/Buildings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Celsius/UtilityColumns/Buildings.xml -------------------------------------------------------------------------------- /v1.3/Patches/CoreSK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/CoreSK.xml -------------------------------------------------------------------------------- /v1.3/Patches/Cosmosplus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Cosmosplus.xml -------------------------------------------------------------------------------- /v1.3/Patches/Custom/SeperateEyeGroups.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Custom/SeperateEyeGroups.xml -------------------------------------------------------------------------------- /v1.3/Patches/Dreamers_Dreams.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Dreamers_Dreams.xml -------------------------------------------------------------------------------- /v1.3/Patches/DuplicateResearchFixes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/DuplicateResearchFixes.xml -------------------------------------------------------------------------------- /v1.3/Patches/DynamicEconomy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/DynamicEconomy.xml -------------------------------------------------------------------------------- /v1.3/Patches/Extinguish_Fire.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Extinguish_Fire.xml -------------------------------------------------------------------------------- /v1.3/Patches/FacialAnimation_Human.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/FacialAnimation_Human.xml -------------------------------------------------------------------------------- /v1.3/Patches/FacialAnimation_Orassan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/FacialAnimation_Orassan.xml -------------------------------------------------------------------------------- /v1.3/Patches/FacialAnimation_Rabbie.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/FacialAnimation_Rabbie.xml -------------------------------------------------------------------------------- /v1.3/Patches/FacialAnimation_Ratkin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/FacialAnimation_Ratkin.xml -------------------------------------------------------------------------------- /v1.3/Patches/Fishing-ReWork.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Fishing-ReWork.xml -------------------------------------------------------------------------------- /v1.3/Patches/FoW_PreemptiveStrike_Compatibility.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/FoW_PreemptiveStrike_Compatibility.xml -------------------------------------------------------------------------------- /v1.3/Patches/Fortifications_SK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Fortifications_SK.xml -------------------------------------------------------------------------------- /v1.3/Patches/General_Patches/Leathers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/General_Patches/Leathers.xml -------------------------------------------------------------------------------- /v1.3/Patches/HMC_Biomes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/HMC_Biomes.xml -------------------------------------------------------------------------------- /v1.3/Patches/Insulation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Insulation.xml -------------------------------------------------------------------------------- /v1.3/Patches/Jewellery.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Jewellery.xml -------------------------------------------------------------------------------- /v1.3/Patches/LTS/Deco.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/LTS/Deco.xml -------------------------------------------------------------------------------- /v1.3/Patches/LTS/Doors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/LTS/Doors.xml -------------------------------------------------------------------------------- /v1.3/Patches/LTS/Furniture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/LTS/Furniture.xml -------------------------------------------------------------------------------- /v1.3/Patches/LTS/Lights_and_FireSource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/LTS/Lights_and_FireSource.xml -------------------------------------------------------------------------------- /v1.3/Patches/LTS/Production.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/LTS/Production.xml -------------------------------------------------------------------------------- /v1.3/Patches/LTS/RoyaltyTitle_RoomRequirements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/LTS/RoyaltyTitle_RoomRequirements.xml -------------------------------------------------------------------------------- /v1.3/Patches/LTS/Structures.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/LTS/Structures.xml -------------------------------------------------------------------------------- /v1.3/Patches/LTS/Terrain.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/LTS/Terrain.xml -------------------------------------------------------------------------------- /v1.3/Patches/LTS/[LTS]Furnishings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/LTS/[LTS]Furnishings.xml -------------------------------------------------------------------------------- /v1.3/Patches/LTS_Doors_Locks1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/LTS_Doors_Locks1.xml -------------------------------------------------------------------------------- /v1.3/Patches/LTS_Doors_Locks2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/LTS_Doors_Locks2.xml -------------------------------------------------------------------------------- /v1.3/Patches/LTS_Tenant.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/LTS_Tenant.xml -------------------------------------------------------------------------------- /v1.3/Patches/MedicalSupplements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/MedicalSupplements.xml -------------------------------------------------------------------------------- /v1.3/Patches/Minerals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Minerals.xml -------------------------------------------------------------------------------- /v1.3/Patches/MineralsCraft.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/MineralsCraft.xml -------------------------------------------------------------------------------- /v1.3/Patches/MoreStuffOnTables.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/MoreStuffOnTables.xml -------------------------------------------------------------------------------- /v1.3/Patches/Moyo_Facial_Animation/Moyo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Moyo_Facial_Animation/Moyo.xml -------------------------------------------------------------------------------- /v1.3/Patches/Moyo_Facial_Animation/MoyoRed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Moyo_Facial_Animation/MoyoRed.xml -------------------------------------------------------------------------------- /v1.3/Patches/MusicalInstruments.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/MusicalInstruments.xml -------------------------------------------------------------------------------- /v1.3/Patches/NoPower_Comms.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/NoPower_Comms.xml -------------------------------------------------------------------------------- /v1.3/Patches/Optional/Gloomy_Deco_SK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Optional/Gloomy_Deco_SK.xml -------------------------------------------------------------------------------- /v1.3/Patches/Optional/PassiveCoolerRecipeChange.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Optional/PassiveCoolerRecipeChange.xml -------------------------------------------------------------------------------- /v1.3/Patches/Optional/Prioritize_Vile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Optional/Prioritize_Vile.xml -------------------------------------------------------------------------------- /v1.3/Patches/Paniel_Automata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Paniel_Automata.xml -------------------------------------------------------------------------------- /v1.3/Patches/PerspectiveDoors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/PerspectiveDoors.xml -------------------------------------------------------------------------------- /v1.3/Patches/PerspectiveTrees.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/PerspectiveTrees.xml -------------------------------------------------------------------------------- /v1.3/Patches/Power_Logic/Laser_Content_Disabled.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Power_Logic/Laser_Content_Disabled.xml -------------------------------------------------------------------------------- /v1.3/Patches/Power_Logic/Laser_Content_Enabled.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Power_Logic/Laser_Content_Enabled.txt -------------------------------------------------------------------------------- /v1.3/Patches/Power_Logic/Power_Logic_plus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Power_Logic/Power_Logic_plus.xml -------------------------------------------------------------------------------- /v1.3/Patches/PreemptiveStrike.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/PreemptiveStrike.xml -------------------------------------------------------------------------------- /v1.3/Patches/RPG_Style_Inventory_Revamed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/RPG_Style_Inventory_Revamed.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/ADogSaid/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/ADogSaid/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/AnimalEquipment/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/AnimalEquipment/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/COMIGO_Bridges/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/COMIGO_Bridges/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/ColonyManager/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/ColonyManager/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/Core_SK/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/Core_SK/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/Cosmos+/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/Cosmos+/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/DiseasesOverhauled/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/DiseasesOverhauled/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/Fluffys_Breakdowns/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/Fluffys_Breakdowns/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/HSK_More_Content/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/HSK_More_Content/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/Holograms_Projectors/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/Holograms_Projectors/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/Insulation/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/Insulation/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/Jewelery/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/Jewelery/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/LTS_Tenents/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/LTS_Tenents/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/MedicalIV/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/MedicalIV/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/MedicalSupplements/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/MedicalSupplements/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/MineralsCraft/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/MineralsCraft/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/MoonRabbie/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/MoonRabbie/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/MoyoAbyss/ResearchAdjustments.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/MoyoAbyss/ResearchAdjustments.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/MusicalInstruments/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/MusicalInstruments/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/NoPowerComms/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/NoPowerComms/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/PLASteelTorrent/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/PLASteelTorrent/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/PLA_34_T/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/PLA_34_T/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/Paniel_the_Automata/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/Paniel_the_Automata/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/Parabellum/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/Parabellum/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/PowerLogicPlus/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/PowerLogicPlus/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/PreemptiveStrike/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/PreemptiveStrike/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/RatkinSK/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/RatkinSK/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/ResearchMissingRequirements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/ResearchMissingRequirements.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/Rimputers/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/Rimputers/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/RoadsOfTheRim/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/RoadsOfTheRim/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/SOS2/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/SOS2/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/SRTS/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/SRTS/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/VBE/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/VBE/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/VFE_SK/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/VFE_SK/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research/Vanilla/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research/Vanilla/Research.xml -------------------------------------------------------------------------------- /v1.3/Patches/Research_Reinvented.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Research_Reinvented.xml -------------------------------------------------------------------------------- /v1.3/Patches/Revia.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Revia.xml -------------------------------------------------------------------------------- /v1.3/Patches/Revia_PaperPattern_BodyPatch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Revia_PaperPattern_BodyPatch.xml -------------------------------------------------------------------------------- /v1.3/Patches/RimBees.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/RimBees.xml -------------------------------------------------------------------------------- /v1.3/Patches/Rimputers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Rimputers.xml -------------------------------------------------------------------------------- /v1.3/Patches/Rimsentinal_Spaceports.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Rimsentinal_Spaceports.xml -------------------------------------------------------------------------------- /v1.3/Patches/RoadsOfTheRim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/RoadsOfTheRim.xml -------------------------------------------------------------------------------- /v1.3/Patches/SOS2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/SOS2.xml -------------------------------------------------------------------------------- /v1.3/Patches/SRTS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/SRTS.xml -------------------------------------------------------------------------------- /v1.3/Patches/SimpleStorage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/SimpleStorage.xml -------------------------------------------------------------------------------- /v1.3/Patches/TempResearchFix.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/TempResearchFix.xml -------------------------------------------------------------------------------- /v1.3/Patches/UnderWhere.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/UnderWhere.xml -------------------------------------------------------------------------------- /v1.3/Patches/UtilityColumns.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/UtilityColumns.xml -------------------------------------------------------------------------------- /v1.3/Patches/VBE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/VBE.xml -------------------------------------------------------------------------------- /v1.3/Patches/VBEE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/VBEE.xml -------------------------------------------------------------------------------- /v1.3/Patches/VFE_HSK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/VFE_HSK.xml -------------------------------------------------------------------------------- /v1.3/Patches/VanillaOutpostsExpanded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/VanillaOutpostsExpanded.xml -------------------------------------------------------------------------------- /v1.3/Patches/Vanilla_Base_Generation_Expanded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Vanilla_Base_Generation_Expanded.xml -------------------------------------------------------------------------------- /v1.3/Patches/Vanilla_Psycasts_Expanded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Vanilla_Psycasts_Expanded.xml -------------------------------------------------------------------------------- /v1.3/Patches/Vanilla_Trading_Expanded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Vanilla_Trading_Expanded.xml -------------------------------------------------------------------------------- /v1.3/Patches/VarietyMatters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/VarietyMatters.xml -------------------------------------------------------------------------------- /v1.3/Patches/Vile_WoodYouPlease.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Vile_WoodYouPlease.xml -------------------------------------------------------------------------------- /v1.3/Patches/VilesRenovations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/VilesRenovations.xml -------------------------------------------------------------------------------- /v1.3/Patches/Viles_Metallurgy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Viles_Metallurgy.xml -------------------------------------------------------------------------------- /v1.3/Patches/Viles_Pre-Industrial.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Viles_Pre-Industrial.xml -------------------------------------------------------------------------------- /v1.3/Patches/Viles_Windows.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Viles_Windows.xml -------------------------------------------------------------------------------- /v1.3/Patches/Weapon_Racks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.3/Patches/Weapon_Racks.xml -------------------------------------------------------------------------------- /v1.4/Defs/DesignationSubCategoryDefs/SubCategories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Defs/DesignationSubCategoryDefs/SubCategories.xml -------------------------------------------------------------------------------- /v1.4/Defs/XMLSettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Defs/XMLSettings.xml -------------------------------------------------------------------------------- /v1.4/Patches/AlphaBiomes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/AlphaBiomes.xml -------------------------------------------------------------------------------- /v1.4/Patches/AlphaMemes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/AlphaMemes.xml -------------------------------------------------------------------------------- /v1.4/Patches/AmuseBouche.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/AmuseBouche.xml -------------------------------------------------------------------------------- /v1.4/Patches/Animal_Equipment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Animal_Equipment.xml -------------------------------------------------------------------------------- /v1.4/Patches/Animal_Gear.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Animal_Gear.xml -------------------------------------------------------------------------------- /v1.4/Patches/Better_Parenting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Better_Parenting.xml -------------------------------------------------------------------------------- /v1.4/Patches/Bridgello.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Bridgello.xml -------------------------------------------------------------------------------- /v1.4/Patches/CampingTent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/CampingTent.xml -------------------------------------------------------------------------------- /v1.4/Patches/Clean_Pathfinding.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Clean_Pathfinding.xml -------------------------------------------------------------------------------- /v1.4/Patches/Colony_Manager.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Colony_Manager.xml -------------------------------------------------------------------------------- /v1.4/Patches/CombatAI5000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/CombatAI5000.xml -------------------------------------------------------------------------------- /v1.4/Patches/Comigo_Bridges_And_Platforms.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Comigo_Bridges_And_Platforms.xml -------------------------------------------------------------------------------- /v1.4/Patches/CoreSK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/CoreSK.xml -------------------------------------------------------------------------------- /v1.4/Patches/Custom/SeperateEyeGroups.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Custom/SeperateEyeGroups.xml -------------------------------------------------------------------------------- /v1.4/Patches/DBH_Genes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/DBH_Genes.xml -------------------------------------------------------------------------------- /v1.4/Patches/Dreamers_Dreams.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Dreamers_Dreams.xml -------------------------------------------------------------------------------- /v1.4/Patches/Ducks_Specialists_Patches.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Ducks_Specialists_Patches.xml -------------------------------------------------------------------------------- /v1.4/Patches/DynamicEconomy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/DynamicEconomy.xml -------------------------------------------------------------------------------- /v1.4/Patches/Extinguish_Fire.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Extinguish_Fire.xml -------------------------------------------------------------------------------- /v1.4/Patches/FacialAnimation_Human.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/FacialAnimation_Human.xml -------------------------------------------------------------------------------- /v1.4/Patches/FacialAnimation_Orassan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/FacialAnimation_Orassan.xml -------------------------------------------------------------------------------- /v1.4/Patches/FacialAnimation_Rabbie.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/FacialAnimation_Rabbie.xml -------------------------------------------------------------------------------- /v1.4/Patches/FacialAnimation_Ratkin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/FacialAnimation_Ratkin.txt -------------------------------------------------------------------------------- /v1.4/Patches/FacialAnimation_Ratkin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/FacialAnimation_Ratkin.xml -------------------------------------------------------------------------------- /v1.4/Patches/Fireworks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Fireworks.xml -------------------------------------------------------------------------------- /v1.4/Patches/General_Patches/Leathers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/General_Patches/Leathers.xml -------------------------------------------------------------------------------- /v1.4/Patches/Genes_renderNodeProperties.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Genes_renderNodeProperties.xml -------------------------------------------------------------------------------- /v1.4/Patches/Giddy_Up_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Giddy_Up_2.xml -------------------------------------------------------------------------------- /v1.4/Patches/HologramsAndProjectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/HologramsAndProjectors.xml -------------------------------------------------------------------------------- /v1.4/Patches/Hospitality_Casino.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Hospitality_Casino.xml -------------------------------------------------------------------------------- /v1.4/Patches/LTS/Benches.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS/Benches.xml -------------------------------------------------------------------------------- /v1.4/Patches/LTS/Deco.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS/Deco.xml -------------------------------------------------------------------------------- /v1.4/Patches/LTS/Doors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS/Doors.xml -------------------------------------------------------------------------------- /v1.4/Patches/LTS/Furniture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS/Furniture.xml -------------------------------------------------------------------------------- /v1.4/Patches/LTS/Lights_and_FireSource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS/Lights_and_FireSource.xml -------------------------------------------------------------------------------- /v1.4/Patches/LTS/Power.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS/Power.xml -------------------------------------------------------------------------------- /v1.4/Patches/LTS/Production.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS/Production.xml -------------------------------------------------------------------------------- /v1.4/Patches/LTS/RemoveRecipes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS/RemoveRecipes.xml -------------------------------------------------------------------------------- /v1.4/Patches/LTS/RoyaltyTitle_RoomRequirements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS/RoyaltyTitle_RoomRequirements.xml -------------------------------------------------------------------------------- /v1.4/Patches/LTS/Structures.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS/Structures.xml -------------------------------------------------------------------------------- /v1.4/Patches/LTS/Terrain.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS/Terrain.xml -------------------------------------------------------------------------------- /v1.4/Patches/LTS/Z_[LTS]Furnishings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS/Z_[LTS]Furnishings.xml -------------------------------------------------------------------------------- /v1.4/Patches/LTS_Doors_Locks1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS_Doors_Locks1.txt -------------------------------------------------------------------------------- /v1.4/Patches/LTS_Doors_Locks2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS_Doors_Locks2.xml -------------------------------------------------------------------------------- /v1.4/Patches/LTS_System.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS_System.xml -------------------------------------------------------------------------------- /v1.4/Patches/LTS_Tenant.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/LTS_Tenant.xml -------------------------------------------------------------------------------- /v1.4/Patches/Large_Faction_Bases.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Large_Faction_Bases.xml -------------------------------------------------------------------------------- /v1.4/Patches/Life_Lessons.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Life_Lessons.xml -------------------------------------------------------------------------------- /v1.4/Patches/Loft_Beds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Loft_Beds.xml -------------------------------------------------------------------------------- /v1.4/Patches/MeleeAnimation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/MeleeAnimation.xml -------------------------------------------------------------------------------- /v1.4/Patches/MineralsCraft.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/MineralsCraft.xml -------------------------------------------------------------------------------- /v1.4/Patches/MineralsExtra.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/MineralsExtra.xml -------------------------------------------------------------------------------- /v1.4/Patches/MoreStuffOnTables.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/MoreStuffOnTables.xml -------------------------------------------------------------------------------- /v1.4/Patches/Moyo_Facial_Animation/Moyo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Moyo_Facial_Animation/Moyo.txt -------------------------------------------------------------------------------- /v1.4/Patches/Moyo_Facial_Animation/MoyoRed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Moyo_Facial_Animation/MoyoRed.txt -------------------------------------------------------------------------------- /v1.4/Patches/MusicalInstruments.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/MusicalInstruments.xml -------------------------------------------------------------------------------- /v1.4/Patches/NoPower_Comms.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/NoPower_Comms.xml -------------------------------------------------------------------------------- /v1.4/Patches/PerspectiveDoors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/PerspectiveDoors.xml -------------------------------------------------------------------------------- /v1.4/Patches/PerspectiveTrees.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/PerspectiveTrees.xml -------------------------------------------------------------------------------- /v1.4/Patches/Power_Logic/Laser_Content_Disabled.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Power_Logic/Laser_Content_Disabled.xml -------------------------------------------------------------------------------- /v1.4/Patches/Power_Logic/Laser_Content_Enabled.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Power_Logic/Laser_Content_Enabled.txt -------------------------------------------------------------------------------- /v1.4/Patches/Power_Logic/Power_Logic_plus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Power_Logic/Power_Logic_plus.xml -------------------------------------------------------------------------------- /v1.4/Patches/Precious_Stones_and_Jewelry.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Precious_Stones_and_Jewelry.xml -------------------------------------------------------------------------------- /v1.4/Patches/PreemptiveStrike.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/PreemptiveStrike.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/AnimalEquipment/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/AnimalEquipment/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/ColonyManager/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/ColonyManager/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/CombatAI5000/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/CombatAI5000/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/DiseasesOverhauled/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/DiseasesOverhauled/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/Fluffys_Breakdowns/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/Fluffys_Breakdowns/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/HSK_More_Content/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/HSK_More_Content/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/Holograms_Projectors/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/Holograms_Projectors/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/Jewelery/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/Jewelery/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/LTS_Tenents/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/LTS_Tenents/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/MedicalIV/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/MedicalIV/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/MedicalSupplements/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/MedicalSupplements/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/Minerals/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/Minerals/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/MineralsCraft/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/MineralsCraft/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/MoyoAbyss/ResearchAdjustments.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/MoyoAbyss/ResearchAdjustments.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/MusicalInstruments/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/MusicalInstruments/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/NoPowerComms/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/NoPowerComms/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/Parabellum/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/Parabellum/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/PowerLogicPlus/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/PowerLogicPlus/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/PreemptiveStrike/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/PreemptiveStrike/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/ResearchMissingRequirements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/ResearchMissingRequirements.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/Rimputers/Research.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/Rimputers/Research.txt -------------------------------------------------------------------------------- /v1.4/Patches/Research/RoadsOfTheRim/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/RoadsOfTheRim/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/VBE/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/VBE/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research/VFE_SK/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research/VFE_SK/Research.xml -------------------------------------------------------------------------------- /v1.4/Patches/Research_Reinvented.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Research_Reinvented.xml -------------------------------------------------------------------------------- /v1.4/Patches/Revia_PaperPattern_BodyPatch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Revia_PaperPattern_BodyPatch.xml -------------------------------------------------------------------------------- /v1.4/Patches/RimNauts2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/RimNauts2.xml -------------------------------------------------------------------------------- /v1.4/Patches/Rimputers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Rimputers.txt -------------------------------------------------------------------------------- /v1.4/Patches/Rimsentinal_Spaceports.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Rimsentinal_Spaceports.xml -------------------------------------------------------------------------------- /v1.4/Patches/RoadsOfTheRim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/RoadsOfTheRim.xml -------------------------------------------------------------------------------- /v1.4/Patches/Seasonal_Weather.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Seasonal_Weather.xml -------------------------------------------------------------------------------- /v1.4/Patches/SomeThingsFloat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/SomeThingsFloat.xml -------------------------------------------------------------------------------- /v1.4/Patches/UnderWhere.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/UnderWhere.xml -------------------------------------------------------------------------------- /v1.4/Patches/VBE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/VBE.xml -------------------------------------------------------------------------------- /v1.4/Patches/VBEE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/VBEE.xml -------------------------------------------------------------------------------- /v1.4/Patches/VanillaOutpostsExpanded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/VanillaOutpostsExpanded.xml -------------------------------------------------------------------------------- /v1.4/Patches/Vanilla_Base_Generation_Expanded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Vanilla_Base_Generation_Expanded.xml -------------------------------------------------------------------------------- /v1.4/Patches/Vanilla_Psycasts_Expanded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Vanilla_Psycasts_Expanded.xml -------------------------------------------------------------------------------- /v1.4/Patches/Vanilla_Skills_Expanded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Vanilla_Skills_Expanded.xml -------------------------------------------------------------------------------- /v1.4/Patches/Vanilla_Trading_Expanded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Vanilla_Trading_Expanded.xml -------------------------------------------------------------------------------- /v1.4/Patches/VarietyMatters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/VarietyMatters.xml -------------------------------------------------------------------------------- /v1.4/Patches/Vile_WoodYouPlease.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Vile_WoodYouPlease.xml -------------------------------------------------------------------------------- /v1.4/Patches/VilesRenovations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/VilesRenovations.xml -------------------------------------------------------------------------------- /v1.4/Patches/Viles_Metallurgy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Viles_Metallurgy.xml -------------------------------------------------------------------------------- /v1.4/Patches/Viles_Pre-Industrial.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Viles_Pre-Industrial.xml -------------------------------------------------------------------------------- /v1.4/Patches/Viles_Windows.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Viles_Windows.xml -------------------------------------------------------------------------------- /v1.4/Patches/Weapon_Racks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/Weapon_Racks.xml -------------------------------------------------------------------------------- /v1.4/Patches/XMl Extensions/Viles_Fences.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.4/Patches/XMl Extensions/Viles_Fences.xml -------------------------------------------------------------------------------- /v1.5/Defs/XMLSettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Defs/XMLSettings.xml -------------------------------------------------------------------------------- /v1.5/Patches/AlphaBiomes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/AlphaBiomes.xml -------------------------------------------------------------------------------- /v1.5/Patches/AlphaMemes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/AlphaMemes.xml -------------------------------------------------------------------------------- /v1.5/Patches/AmuseBouche.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/AmuseBouche.xml -------------------------------------------------------------------------------- /v1.5/Patches/Animal_Equipment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Animal_Equipment.xml -------------------------------------------------------------------------------- /v1.5/Patches/Animal_Gear.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Animal_Gear.xml -------------------------------------------------------------------------------- /v1.5/Patches/Better_Parenting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Better_Parenting.xml -------------------------------------------------------------------------------- /v1.5/Patches/Bridgello.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Bridgello.xml -------------------------------------------------------------------------------- /v1.5/Patches/CampingTent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/CampingTent.xml -------------------------------------------------------------------------------- /v1.5/Patches/Clean_Pathfinding.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Clean_Pathfinding.xml -------------------------------------------------------------------------------- /v1.5/Patches/Colony_Manager.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Colony_Manager.xml -------------------------------------------------------------------------------- /v1.5/Patches/CombatAI5000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/CombatAI5000.xml -------------------------------------------------------------------------------- /v1.5/Patches/Comigo_Bridges_And_Platforms.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Comigo_Bridges_And_Platforms.xml -------------------------------------------------------------------------------- /v1.5/Patches/CoreSK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/CoreSK.xml -------------------------------------------------------------------------------- /v1.5/Patches/Custom/SeperateEyeGroups.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Custom/SeperateEyeGroups.xml -------------------------------------------------------------------------------- /v1.5/Patches/DBH_Genes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/DBH_Genes.xml -------------------------------------------------------------------------------- /v1.5/Patches/Dreamers_Dreams.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Dreamers_Dreams.xml -------------------------------------------------------------------------------- /v1.5/Patches/Ducks_Specialists_Patches.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Ducks_Specialists_Patches.xml -------------------------------------------------------------------------------- /v1.5/Patches/DynamicEconomy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/DynamicEconomy.xml -------------------------------------------------------------------------------- /v1.5/Patches/Extinguish_Fire.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Extinguish_Fire.xml -------------------------------------------------------------------------------- /v1.5/Patches/FacialAnimation_Human.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/FacialAnimation_Human.xml -------------------------------------------------------------------------------- /v1.5/Patches/FacialAnimation_Orassan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/FacialAnimation_Orassan.xml -------------------------------------------------------------------------------- /v1.5/Patches/FacialAnimation_Rabbie.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/FacialAnimation_Rabbie.xml -------------------------------------------------------------------------------- /v1.5/Patches/FacialAnimation_Ratkin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/FacialAnimation_Ratkin.txt -------------------------------------------------------------------------------- /v1.5/Patches/FacialAnimation_Ratkin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/FacialAnimation_Ratkin.xml -------------------------------------------------------------------------------- /v1.5/Patches/Fireworks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Fireworks.xml -------------------------------------------------------------------------------- /v1.5/Patches/General_Patches/Leathers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/General_Patches/Leathers.xml -------------------------------------------------------------------------------- /v1.5/Patches/Genes_renderNodeProperties.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Genes_renderNodeProperties.xml -------------------------------------------------------------------------------- /v1.5/Patches/Giddy_Up_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Giddy_Up_2.xml -------------------------------------------------------------------------------- /v1.5/Patches/HologramsAndProjectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/HologramsAndProjectors.xml -------------------------------------------------------------------------------- /v1.5/Patches/Hospitality_Casino.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Hospitality_Casino.xml -------------------------------------------------------------------------------- /v1.5/Patches/LTS/Benches.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS/Benches.xml -------------------------------------------------------------------------------- /v1.5/Patches/LTS/Deco.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS/Deco.xml -------------------------------------------------------------------------------- /v1.5/Patches/LTS/Doors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS/Doors.xml -------------------------------------------------------------------------------- /v1.5/Patches/LTS/Furniture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS/Furniture.xml -------------------------------------------------------------------------------- /v1.5/Patches/LTS/Lights_and_FireSource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS/Lights_and_FireSource.xml -------------------------------------------------------------------------------- /v1.5/Patches/LTS/Power.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS/Power.xml -------------------------------------------------------------------------------- /v1.5/Patches/LTS/Production.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS/Production.xml -------------------------------------------------------------------------------- /v1.5/Patches/LTS/RemoveRecipes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS/RemoveRecipes.xml -------------------------------------------------------------------------------- /v1.5/Patches/LTS/RoyaltyTitle_RoomRequirements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS/RoyaltyTitle_RoomRequirements.xml -------------------------------------------------------------------------------- /v1.5/Patches/LTS/Structures.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS/Structures.xml -------------------------------------------------------------------------------- /v1.5/Patches/LTS/Terrain.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS/Terrain.xml -------------------------------------------------------------------------------- /v1.5/Patches/LTS/Z_[LTS]Furnishings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS/Z_[LTS]Furnishings.xml -------------------------------------------------------------------------------- /v1.5/Patches/LTS_Doors_Locks1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS_Doors_Locks1.txt -------------------------------------------------------------------------------- /v1.5/Patches/LTS_Doors_Locks2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS_Doors_Locks2.xml -------------------------------------------------------------------------------- /v1.5/Patches/LTS_System.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS_System.xml -------------------------------------------------------------------------------- /v1.5/Patches/LTS_Tenant.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/LTS_Tenant.xml -------------------------------------------------------------------------------- /v1.5/Patches/Large_Faction_Bases.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Large_Faction_Bases.xml -------------------------------------------------------------------------------- /v1.5/Patches/Life_Lessons.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Life_Lessons.xml -------------------------------------------------------------------------------- /v1.5/Patches/Loft_Beds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Loft_Beds.xml -------------------------------------------------------------------------------- /v1.5/Patches/MeleeAnimation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/MeleeAnimation.xml -------------------------------------------------------------------------------- /v1.5/Patches/MineralsCraft.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/MineralsCraft.xml -------------------------------------------------------------------------------- /v1.5/Patches/MineralsExtra.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/MineralsExtra.xml -------------------------------------------------------------------------------- /v1.5/Patches/MoreStuffOnTables.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/MoreStuffOnTables.xml -------------------------------------------------------------------------------- /v1.5/Patches/Moyo_Facial_Animation/Moyo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Moyo_Facial_Animation/Moyo.txt -------------------------------------------------------------------------------- /v1.5/Patches/Moyo_Facial_Animation/MoyoRed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Moyo_Facial_Animation/MoyoRed.txt -------------------------------------------------------------------------------- /v1.5/Patches/MusicalInstruments.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/MusicalInstruments.xml -------------------------------------------------------------------------------- /v1.5/Patches/NoPower_Comms.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/NoPower_Comms.xml -------------------------------------------------------------------------------- /v1.5/Patches/PerspectiveDoors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/PerspectiveDoors.xml -------------------------------------------------------------------------------- /v1.5/Patches/PerspectiveTrees.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/PerspectiveTrees.xml -------------------------------------------------------------------------------- /v1.5/Patches/Power_Logic/Laser_Content_Disabled.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Power_Logic/Laser_Content_Disabled.xml -------------------------------------------------------------------------------- /v1.5/Patches/Power_Logic/Laser_Content_Enabled.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Power_Logic/Laser_Content_Enabled.txt -------------------------------------------------------------------------------- /v1.5/Patches/Power_Logic/Power_Logic_plus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Power_Logic/Power_Logic_plus.xml -------------------------------------------------------------------------------- /v1.5/Patches/Precious_Stones_and_Jewelry.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Precious_Stones_and_Jewelry.xml -------------------------------------------------------------------------------- /v1.5/Patches/PreemptiveStrike.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/PreemptiveStrike.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/AnimalEquipment/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/AnimalEquipment/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/ColonyManager/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/ColonyManager/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/CombatAI5000/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/CombatAI5000/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/DiseasesOverhauled/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/DiseasesOverhauled/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/Fluffys_Breakdowns/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/Fluffys_Breakdowns/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/HSK_More_Content/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/HSK_More_Content/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/Holograms_Projectors/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/Holograms_Projectors/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/Jewelery/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/Jewelery/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/LTS_Tenents/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/LTS_Tenents/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/MedicalIV/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/MedicalIV/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/MedicalSupplements/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/MedicalSupplements/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/Minerals/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/Minerals/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/MineralsCraft/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/MineralsCraft/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/MoyoAbyss/ResearchAdjustments.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/MoyoAbyss/ResearchAdjustments.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/MusicalInstruments/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/MusicalInstruments/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/NoPowerComms/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/NoPowerComms/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/Parabellum/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/Parabellum/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/PowerLogicPlus/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/PowerLogicPlus/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/PreemptiveStrike/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/PreemptiveStrike/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/ResearchMissingRequirements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/ResearchMissingRequirements.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/Rimputers/Research.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/Rimputers/Research.txt -------------------------------------------------------------------------------- /v1.5/Patches/Research/RoadsOfTheRim/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/RoadsOfTheRim/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/VBE/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/VBE/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research/VFE_SK/Research.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research/VFE_SK/Research.xml -------------------------------------------------------------------------------- /v1.5/Patches/Research_Reinvented.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Research_Reinvented.xml -------------------------------------------------------------------------------- /v1.5/Patches/Revia_PaperPattern_BodyPatch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Revia_PaperPattern_BodyPatch.xml -------------------------------------------------------------------------------- /v1.5/Patches/RimNauts2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/RimNauts2.xml -------------------------------------------------------------------------------- /v1.5/Patches/Rimputers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Rimputers.txt -------------------------------------------------------------------------------- /v1.5/Patches/Rimsentinal_Spaceports.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Rimsentinal_Spaceports.xml -------------------------------------------------------------------------------- /v1.5/Patches/RoadsOfTheRim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/RoadsOfTheRim.xml -------------------------------------------------------------------------------- /v1.5/Patches/Seasonal_Weather.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Seasonal_Weather.xml -------------------------------------------------------------------------------- /v1.5/Patches/SomeThingsFloat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/SomeThingsFloat.xml -------------------------------------------------------------------------------- /v1.5/Patches/UnderWhere.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/UnderWhere.xml -------------------------------------------------------------------------------- /v1.5/Patches/VBE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/VBE.xml -------------------------------------------------------------------------------- /v1.5/Patches/VBEE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/VBEE.xml -------------------------------------------------------------------------------- /v1.5/Patches/VanillaOutpostsExpanded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/VanillaOutpostsExpanded.xml -------------------------------------------------------------------------------- /v1.5/Patches/Vanilla_Base_Generation_Expanded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Vanilla_Base_Generation_Expanded.xml -------------------------------------------------------------------------------- /v1.5/Patches/Vanilla_Psycasts_Expanded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Vanilla_Psycasts_Expanded.xml -------------------------------------------------------------------------------- /v1.5/Patches/Vanilla_Skills_Expanded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Vanilla_Skills_Expanded.xml -------------------------------------------------------------------------------- /v1.5/Patches/Vanilla_Trading_Expanded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Vanilla_Trading_Expanded.xml -------------------------------------------------------------------------------- /v1.5/Patches/VarietyMatters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/VarietyMatters.xml -------------------------------------------------------------------------------- /v1.5/Patches/Vile_WoodYouPlease.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Vile_WoodYouPlease.xml -------------------------------------------------------------------------------- /v1.5/Patches/VilesRenovations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/VilesRenovations.xml -------------------------------------------------------------------------------- /v1.5/Patches/Viles_Metallurgy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Viles_Metallurgy.xml -------------------------------------------------------------------------------- /v1.5/Patches/Viles_Pre-Industrial.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Viles_Pre-Industrial.xml -------------------------------------------------------------------------------- /v1.5/Patches/Viles_Windows.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Viles_Windows.xml -------------------------------------------------------------------------------- /v1.5/Patches/Weapon_Racks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/Weapon_Racks.xml -------------------------------------------------------------------------------- /v1.5/Patches/XMl Extensions/Viles_Fences.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLoneTec/Tecs-Assorted-Patches/HEAD/v1.5/Patches/XMl Extensions/Viles_Fences.xml --------------------------------------------------------------------------------