├── .gitattributes ├── .github └── workflows │ ├── build.yml │ └── deploy.yml ├── .gitignore ├── .ksp_deploy_config.yml ├── .mod_data.yml ├── CKAN ├── NearFutureSolar-Core.netkan └── NearFutureSolar.netkan ├── GameData └── NearFutureSolar │ ├── Localization │ ├── Localization.md │ ├── de-de.cfg │ ├── en-us.cfg │ ├── es-es.cfg │ ├── fr-fr.cfg │ ├── it-it.cfg │ ├── pt-br.cfg │ ├── ru.cfg │ └── zh-cn.cfg │ ├── Parts │ └── SolarPanels │ │ ├── deploying-advanced │ │ ├── nfs-panel-deploying-advanced-1-basic-s.dds │ │ ├── nfs-panel-deploying-advanced-1-basic.dds │ │ ├── nfs-panel-deploying-advanced-1-concentrator-s.dds │ │ ├── nfs-panel-deploying-advanced-1-concentrator.dds │ │ ├── nfs-panel-deploying-advanced-1-n.dds │ │ ├── nfs-panel-deploying-advanced-1-s.dds │ │ ├── nfs-panel-deploying-advanced-1.dds │ │ ├── nfs-panel-deploying-advanced-1x1-ikonos-1.cfg │ │ ├── nfs-panel-deploying-advanced-1x1-ikonos-1.mu │ │ ├── nfs-panel-deploying-advanced-1x1-messenger-1.cfg │ │ ├── nfs-panel-deploying-advanced-1x1-messenger-1.mu │ │ ├── nfs-panel-deploying-advanced-1x2-mro-1.cfg │ │ ├── nfs-panel-deploying-advanced-1x2-mro-1.mu │ │ ├── nfs-panel-deploying-advanced-1x2-wv4-1.cfg │ │ ├── nfs-panel-deploying-advanced-1x2-wv4-1.mu │ │ ├── nfs-panel-deploying-advanced-1x3-orion-1.cfg │ │ ├── nfs-panel-deploying-advanced-1x3-orion-1.mu │ │ ├── nfs-panel-deploying-advanced-1x3-orion-2.cfg │ │ ├── nfs-panel-deploying-advanced-1x3-orion-2.mu │ │ ├── nfs-panel-deploying-advanced-1x4-dragon-1.cfg │ │ ├── nfs-panel-deploying-advanced-1x4-dragon-1.mu │ │ ├── nfs-panel-deploying-advanced-1x4-dragon-2.cfg │ │ ├── nfs-panel-deploying-advanced-1x4-dragon-2.mu │ │ ├── nfs-panel-deploying-advanced-1x5-dawn-1.cfg │ │ ├── nfs-panel-deploying-advanced-1x5-dawn-1.mu │ │ ├── nfs-panel-deploying-advanced-1x5-goes-1.cfg │ │ ├── nfs-panel-deploying-advanced-1x5-goes-1.mu │ │ ├── nfs-panel-deploying-advanced-2-n.dds │ │ ├── nfs-panel-deploying-advanced-2.dds │ │ ├── nfs-panel-deploying-advanced-2x20-hub-1.cfg │ │ ├── nfs-panel-deploying-advanced-2x20-hub-1.mu │ │ ├── nfs-panel-deploying-advanced-2x6x6-lab-1.cfg │ │ ├── nfs-panel-deploying-advanced-2x6x6-lab-1.mu │ │ ├── nfs-panel-deploying-advanced-3-basic-s.dds │ │ ├── nfs-panel-deploying-advanced-3-basic.dds │ │ ├── nfs-panel-deploying-advanced-3-concentrator-s.dds │ │ ├── nfs-panel-deploying-advanced-3-concentrator.dds │ │ ├── nfs-panel-deploying-advanced-3-n.dds │ │ ├── nfs-panel-deploying-advanced-3-s.dds │ │ ├── nfs-panel-deploying-advanced-3.dds │ │ ├── nfs-panel-deploying-advanced-3x1-hayabusa-1.cfg │ │ ├── nfs-panel-deploying-advanced-3x1-hayabusa-1.mu │ │ ├── nfs-panel-deploying-advanced-3x1-tdrss-1.cfg │ │ ├── nfs-panel-deploying-advanced-3x1-tdrss-1.mu │ │ ├── nfs-panel-deploying-advanced-3x1-wv3-1.cfg │ │ ├── nfs-panel-deploying-advanced-3x1-wv3-1.mu │ │ ├── nfs-panel-deploying-advanced-4-basic-s.dds │ │ ├── nfs-panel-deploying-advanced-4-basic.dds │ │ ├── nfs-panel-deploying-advanced-4-concentrator-s.dds │ │ ├── nfs-panel-deploying-advanced-4-concentrator.dds │ │ ├── nfs-panel-deploying-advanced-4-n.dds │ │ ├── nfs-panel-deploying-advanced-4-s.dds │ │ └── nfs-panel-deploying-advanced-4.dds │ │ ├── deploying-blanket │ │ ├── nfs-panel-deploying-blanket-1-basic-s.dds │ │ ├── nfs-panel-deploying-blanket-1-basic.dds │ │ ├── nfs-panel-deploying-blanket-1-n.dds │ │ ├── nfs-panel-deploying-blanket-1-s.dds │ │ ├── nfs-panel-deploying-blanket-1.dds │ │ ├── nfs-panel-deploying-blanket-2-basic-s.dds │ │ ├── nfs-panel-deploying-blanket-2-basic.dds │ │ ├── nfs-panel-deploying-blanket-2-n.dds │ │ ├── nfs-panel-deploying-blanket-2-s.dds │ │ ├── nfs-panel-deploying-blanket-2.dds │ │ ├── nfs-panel-deploying-blanket-3-basic-s.dds │ │ ├── nfs-panel-deploying-blanket-3-basic.dds │ │ ├── nfs-panel-deploying-blanket-3-n.dds │ │ ├── nfs-panel-deploying-blanket-3-s.dds │ │ ├── nfs-panel-deploying-blanket-3.dds │ │ ├── nfs-panel-deploying-blanket-4-n.dds │ │ ├── nfs-panel-deploying-blanket-4.dds │ │ ├── nfs-panel-deploying-blanket-5-basic-s.dds │ │ ├── nfs-panel-deploying-blanket-5-basic.dds │ │ ├── nfs-panel-deploying-blanket-5-n.dds │ │ ├── nfs-panel-deploying-blanket-5-s.dds │ │ ├── nfs-panel-deploying-blanket-5.dds │ │ ├── nfs-panel-deploying-blanket-arm-1.cfg │ │ ├── nfs-panel-deploying-blanket-arm-1.mu │ │ ├── nfs-panel-deploying-blanket-bfs-1.cfg │ │ ├── nfs-panel-deploying-blanket-bfs-1.mu │ │ ├── nfs-panel-deploying-blanket-copernicus-1.cfg │ │ ├── nfs-panel-deploying-blanket-copernicus-1.mu │ │ ├── nfs-panel-deploying-blanket-drm-1.cfg │ │ ├── nfs-panel-deploying-blanket-drm-1.mu │ │ ├── nfs-panel-deploying-blanket-dsg-1.cfg │ │ ├── nfs-panel-deploying-blanket-dsg-1.mu │ │ ├── nfs-panel-deploying-blanket-dst-1.cfg │ │ ├── nfs-panel-deploying-blanket-dst-1.mu │ │ ├── nfs-panel-deploying-blanket-nautilus-1.cfg │ │ ├── nfs-panel-deploying-blanket-nautilus-1.mu │ │ ├── nfs-panel-deploying-blanket-orion-1.cfg │ │ ├── nfs-panel-deploying-blanket-orion-1.mu │ │ ├── nfs-panel-deploying-blanket-starship-1.cfg │ │ └── nfs-panel-deploying-blanket-starship-1.mu │ │ ├── deploying-concentrator │ │ ├── nfs-panel-deploying-concentrator-1-adv-s.dds │ │ ├── nfs-panel-deploying-concentrator-1-adv.dds │ │ ├── nfs-panel-deploying-concentrator-1-basic-s.dds │ │ ├── nfs-panel-deploying-concentrator-1-basic.dds │ │ ├── nfs-panel-deploying-concentrator-1-n.dds │ │ ├── nfs-panel-deploying-concentrator-1-s.dds │ │ ├── nfs-panel-deploying-concentrator-1.dds │ │ ├── nfs-panel-deploying-concentrator-1x3x1-juice-1.cfg │ │ ├── nfs-panel-deploying-concentrator-1x3x1-juice-1.mu │ │ ├── nfs-panel-deploying-concentrator-1x4-juno-1.cfg │ │ └── nfs-panel-deploying-concentrator-1x4-juno-1.mu │ │ ├── deploying-curved │ │ ├── nfs-panel-deploying-curved-1-basic-s.dds │ │ ├── nfs-panel-deploying-curved-1-basic.dds │ │ ├── nfs-panel-deploying-curved-1-concentrator-s.dds │ │ ├── nfs-panel-deploying-curved-1-concentrator.dds │ │ ├── nfs-panel-deploying-curved-1-n.dds │ │ ├── nfs-panel-deploying-curved-1-s.dds │ │ ├── nfs-panel-deploying-curved-1.dds │ │ ├── nfs-panel-deploying-curved-25-1.cfg │ │ ├── nfs-panel-deploying-curved-25-1.mu │ │ ├── nfs-panel-deploying-curved-375-1.cfg │ │ └── nfs-panel-deploying-curved-375-1.mu │ │ ├── static-curved │ │ ├── nfs-panel-static-curved-1-basic-s.dds │ │ ├── nfs-panel-static-curved-1-basic.dds │ │ ├── nfs-panel-static-curved-1-concentrator-s.dds │ │ ├── nfs-panel-static-curved-1-concentrator.dds │ │ ├── nfs-panel-static-curved-1-n.dds │ │ ├── nfs-panel-static-curved-1-s.dds │ │ ├── nfs-panel-static-curved-1.dds │ │ ├── nfs-panel-static-curved-25-1.cfg │ │ ├── nfs-panel-static-curved-25-1.mu │ │ ├── nfs-panel-static-curved-375-1.cfg │ │ └── nfs-panel-static-curved-375-1.mu │ │ └── static │ │ ├── nfs-panel-static-1-basic-n.dds │ │ ├── nfs-panel-static-1-basic-s.dds │ │ ├── nfs-panel-static-1-basic.dds │ │ ├── nfs-panel-static-1-concentrator-s.dds │ │ ├── nfs-panel-static-1-concentrator.dds │ │ ├── nfs-panel-static-1-n.dds │ │ ├── nfs-panel-static-1-s.dds │ │ ├── nfs-panel-static-1.dds │ │ ├── nfs-panel-static-truss-1.cfg │ │ ├── nfs-panel-static-truss-1.mu │ │ ├── nfs-panel-static-truss-2.cfg │ │ ├── nfs-panel-static-truss-2.mu │ │ ├── nfs-panel-static-truss-3.cfg │ │ └── nfs-panel-static-truss-3.mu │ ├── Patches │ ├── NFSolar1-10.cfg │ ├── NFSolarCommunityTechTree.cfg │ └── VABOrganizer │ │ ├── NFSolarSubcategories.cfg │ │ └── NFSolarSubcategoryAssignment.cfg │ ├── Plugins │ └── NearFutureSolar.dll │ └── Versioning │ └── NearFutureSolar.version ├── README.md ├── Source ├── .vs │ └── NearFutureSolar │ │ └── v15 │ │ └── Server │ │ └── sqlite3 │ │ ├── db.lock │ │ └── storage.ide ├── ModuleCurvedSolarPanel.cs ├── ModuleSolarPanelSecondaryAxis.cs ├── NearFutureSolar.csproj ├── NearFutureSolar.sln ├── Properties │ └── AssemblyInfo.cs └── Utils.cs ├── changelog.txt ├── contributing.md └── readme.txt /.gitattributes: -------------------------------------------------------------------------------- 1 | build_scripts/* linguist-vendored 2 | -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/.github/workflows/deploy.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/.gitignore -------------------------------------------------------------------------------- /.ksp_deploy_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/.ksp_deploy_config.yml -------------------------------------------------------------------------------- /.mod_data.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/.mod_data.yml -------------------------------------------------------------------------------- /CKAN/NearFutureSolar-Core.netkan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/CKAN/NearFutureSolar-Core.netkan -------------------------------------------------------------------------------- /CKAN/NearFutureSolar.netkan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/CKAN/NearFutureSolar.netkan -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Localization/Localization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Localization/Localization.md -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Localization/de-de.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Localization/de-de.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Localization/en-us.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Localization/en-us.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Localization/es-es.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Localization/es-es.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Localization/fr-fr.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Localization/fr-fr.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Localization/it-it.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Localization/it-it.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Localization/pt-br.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Localization/pt-br.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Localization/ru.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Localization/ru.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Localization/zh-cn.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Localization/zh-cn.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1-basic-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1-basic-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1-basic.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1-basic.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1-concentrator-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1-concentrator-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1-concentrator.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1-concentrator.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1-n.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1-n.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x1-ikonos-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x1-ikonos-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x1-ikonos-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x1-ikonos-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x1-messenger-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x1-messenger-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x1-messenger-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x1-messenger-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x2-mro-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x2-mro-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x2-mro-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x2-mro-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x2-wv4-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x2-wv4-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x2-wv4-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x2-wv4-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x3-orion-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x3-orion-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x3-orion-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x3-orion-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x3-orion-2.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x3-orion-2.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x3-orion-2.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x3-orion-2.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x4-dragon-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x4-dragon-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x4-dragon-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x4-dragon-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x4-dragon-2.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x4-dragon-2.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x4-dragon-2.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x4-dragon-2.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x5-dawn-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x5-dawn-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x5-dawn-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x5-dawn-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x5-goes-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x5-goes-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x5-goes-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-1x5-goes-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-2-n.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-2-n.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-2.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-2.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-2x20-hub-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-2x20-hub-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-2x20-hub-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-2x20-hub-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-2x6x6-lab-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-2x6x6-lab-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-2x6x6-lab-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-2x6x6-lab-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3-basic-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3-basic-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3-basic.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3-basic.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3-concentrator-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3-concentrator-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3-concentrator.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3-concentrator.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3-n.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3-n.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3x1-hayabusa-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3x1-hayabusa-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3x1-hayabusa-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3x1-hayabusa-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3x1-tdrss-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3x1-tdrss-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3x1-tdrss-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3x1-tdrss-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3x1-wv3-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3x1-wv3-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3x1-wv3-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-3x1-wv3-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-4-basic-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-4-basic-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-4-basic.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-4-basic.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-4-concentrator-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-4-concentrator-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-4-concentrator.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-4-concentrator.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-4-n.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-4-n.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-4-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-4-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-4.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-advanced/nfs-panel-deploying-advanced-4.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-1-basic-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-1-basic-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-1-basic.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-1-basic.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-1-n.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-1-n.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-1-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-1-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-1.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-2-basic-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-2-basic-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-2-basic.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-2-basic.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-2-n.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-2-n.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-2-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-2-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-2.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-2.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-3-basic-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-3-basic-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-3-basic.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-3-basic.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-3-n.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-3-n.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-3-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-3-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-3.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-3.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-4-n.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-4-n.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-4.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-4.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-5-basic-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-5-basic-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-5-basic.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-5-basic.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-5-n.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-5-n.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-5-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-5-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-5.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-5.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-arm-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-arm-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-arm-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-arm-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-bfs-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-bfs-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-bfs-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-bfs-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-copernicus-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-copernicus-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-copernicus-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-copernicus-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-drm-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-drm-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-drm-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-drm-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-dsg-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-dsg-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-dsg-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-dsg-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-dst-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-dst-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-dst-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-dst-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-nautilus-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-nautilus-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-nautilus-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-nautilus-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-orion-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-orion-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-orion-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-orion-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-starship-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-starship-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-starship-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-blanket/nfs-panel-deploying-blanket-starship-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1-adv-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1-adv-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1-adv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1-adv.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1-basic-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1-basic-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1-basic.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1-basic.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1-n.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1-n.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1x3x1-juice-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1x3x1-juice-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1x3x1-juice-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1x3x1-juice-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1x4-juno-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1x4-juno-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1x4-juno-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-concentrator/nfs-panel-deploying-concentrator-1x4-juno-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-1-basic-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-1-basic-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-1-basic.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-1-basic.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-1-concentrator-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-1-concentrator-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-1-concentrator.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-1-concentrator.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-1-n.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-1-n.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-1-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-1-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-1.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-25-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-25-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-25-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-25-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-375-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-375-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-375-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/deploying-curved/nfs-panel-deploying-curved-375-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-1-basic-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-1-basic-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-1-basic.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-1-basic.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-1-concentrator-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-1-concentrator-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-1-concentrator.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-1-concentrator.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-1-n.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-1-n.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-1-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-1-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-1.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-25-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-25-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-25-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-25-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-375-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-375-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-375-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static-curved/nfs-panel-static-curved-375-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1-basic-n.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1-basic-n.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1-basic-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1-basic-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1-basic.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1-basic.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1-concentrator-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1-concentrator-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1-concentrator.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1-concentrator.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1-n.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1-n.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1-s.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1-s.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-1.dds -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-truss-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-truss-1.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-truss-1.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-truss-1.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-truss-2.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-truss-2.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-truss-2.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-truss-2.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-truss-3.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-truss-3.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-truss-3.mu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Parts/SolarPanels/static/nfs-panel-static-truss-3.mu -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Patches/NFSolar1-10.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Patches/NFSolar1-10.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Patches/NFSolarCommunityTechTree.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Patches/NFSolarCommunityTechTree.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Patches/VABOrganizer/NFSolarSubcategories.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Patches/VABOrganizer/NFSolarSubcategories.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Patches/VABOrganizer/NFSolarSubcategoryAssignment.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Patches/VABOrganizer/NFSolarSubcategoryAssignment.cfg -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Plugins/NearFutureSolar.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Plugins/NearFutureSolar.dll -------------------------------------------------------------------------------- /GameData/NearFutureSolar/Versioning/NearFutureSolar.version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/GameData/NearFutureSolar/Versioning/NearFutureSolar.version -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/README.md -------------------------------------------------------------------------------- /Source/.vs/NearFutureSolar/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/.vs/NearFutureSolar/v15/Server/sqlite3/storage.ide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/Source/.vs/NearFutureSolar/v15/Server/sqlite3/storage.ide -------------------------------------------------------------------------------- /Source/ModuleCurvedSolarPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/Source/ModuleCurvedSolarPanel.cs -------------------------------------------------------------------------------- /Source/ModuleSolarPanelSecondaryAxis.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/Source/ModuleSolarPanelSecondaryAxis.cs -------------------------------------------------------------------------------- /Source/NearFutureSolar.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/Source/NearFutureSolar.csproj -------------------------------------------------------------------------------- /Source/NearFutureSolar.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/Source/NearFutureSolar.sln -------------------------------------------------------------------------------- /Source/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/Source/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Source/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/Source/Utils.cs -------------------------------------------------------------------------------- /changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/changelog.txt -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/contributing.md -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/post-kerbin-mining-corporation/NearFutureSolar/HEAD/readme.txt --------------------------------------------------------------------------------