Skip to content

Commit

Permalink
Split out play modes for ClassicStockResources (#9904)
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan authored Jan 15, 2024
1 parent 83fe0b9 commit 88d4df2
Show file tree
Hide file tree
Showing 11 changed files with 252 additions and 262 deletions.
91 changes: 42 additions & 49 deletions NetKAN/Buffalo.netkan
Original file line number Diff line number Diff line change
@@ -1,49 +1,42 @@
{
"spec_version": "v1.4",
"identifier": "Buffalo",
"name": "Buffalo",
"author": "Angel-125",
"$kref": "#/ckan/github/Angel-125/Buffalo",
"$vref": "#/ckan/ksp-avc",
"x_netkan_staging": true,
"x_netkan_staging_reason": "Make sure that no new play modes were added to the Templates folder",
"license": "GPL-3.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/122617-*"
},
"tags": [
"parts",
"crewed"
],
"depends": [
{ "name": "Buffalo-PlayMode" },
{ "name": "ModuleManager" },
{ "name": "WildBlueTools" },
{ "name": "KerbalActuators" }
],
"supports": [
{ "name": "ConnectedLivingSpace" },
{ "name": "TACLS" },
{ "name": "USI-LS" },
{ "name": "Snacks" }
],
"recommends": [
{ "name": "Snacks" },
{ "name": "ExtraPlanetaryLaunchpads" },
{ "name": "KIS" },
{ "name": "KAS" },
{ "name": "ASET" },
{ "name": "ASETAvionics" }
],
"install": [ {
"find": "Buffalo",
"install_to": "GameData/WildBlueIndustries",
"filter": [ "Ships", "Templates" ]
}, {
"find": "Buffalo/Templates/Common",
"install_to": "GameData/WildBlueIndustries/Buffalo/Templates"
}, {
"find": "Ships/SPH",
"install_to": "Ships"
} ]
}
spec_version: v1.4

Check warning on line 1 in NetKAN/Buffalo.netkan

View workflow job for this annotation

GitHub Actions / Inflate

4782 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - Unbounded future compatibility for module with a plugin, consider setting $vref or ksp_version or ksp_version_max
identifier: Buffalo
name: Buffalo
author: Angel-125
$kref: '#/ckan/github/Angel-125/Buffalo'
$vref: '#/ckan/ksp-avc'
x_netkan_staging: true
x_netkan_staging_reason: Make sure that no new play modes were added to the Templates folder

Check warning on line 8 in NetKAN/Buffalo.netkan

View workflow job for this annotation

GitHub Actions / Inflate

8:81 [line-length] line too long (92 > 80 characters)
license: GPL-3.0
resources:
homepage: http://forum.kerbalspaceprogram.com/index.php?/topic/122617-*
tags:
- parts
- crewed
depends:
- name: Buffalo-PlayMode
- name: ModuleManager
- name: WildBlueTools
- name: ClassicStockResources
- name: KerbalActuators
supports:
- name: ConnectedLivingSpace
- name: TACLS
- name: USI-LS
- name: Snacks
recommends:
- name: Snacks
- name: ExtraPlanetaryLaunchpads
- name: KIS
- name: KAS
- name: ASET
- name: ASETAvionics
install:
- find: Buffalo
install_to: GameData/WildBlueIndustries
filter:
- Ships
- Templates
- find: Buffalo/Templates/Common
install_to: GameData/WildBlueIndustries/Buffalo/Templates
- find: Ships/SPH
install_to: Ships
28 changes: 28 additions & 0 deletions NetKAN/ClassicStockResources-PlayMode-ClassicStock.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
spec_version: v1.24
identifier: ClassicStockResources-PlayMode-ClassicStock
name: Classic Stock Resources Classic Stock Play Mode
author: Angel-125
$kref: '#/ckan/github/Angel-125/ClassicStockResources'
$vref: '#/ckan/ksp-avc'
license: GPL-3.0
resources:
homepage: https://github.com/Angel-125/ClassicStockResources
tags:
- library
- resources
provides:
- ClassicStockResources-PlayMode
conflicts:
- name: CommunityResourcePack
- name: ClassicStockResources-PlayMode
depends:
- name: ModuleManager
- name: ClassicStockResources
- name: WildBlue-PlayMode-ClassicStock
install:
- find: ClassicStockResources/Templates
include_only:
- Storage
- Utility
- Production
install_to: GameData/WildBlueIndustries/ClassicStockResources
43 changes: 20 additions & 23 deletions NetKAN/ClassicStockResources.netkan
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
{
"spec_version": "v1.4",
"identifier": "ClassicStockResources",
"author": "Angel-125",
"$kref": "#/ckan/github/Angel-125/ClassicStockResources",
"$vref": "#/ckan/ksp-avc",
"license": "GPL-3.0",
"resources": {
"homepage": "https://github.com/Angel-125/ClassicStockResources"
},
"tags": [
"library",
"resources"
],
"depends": [
{ "name": "ModuleManager" },
{ "name": "WildBlue-PlayMode-ClassicStock" }
],
"install": [ {
"find": "ClassicStockResources",
"install_to": "GameData/WildBlueIndustries"
} ]
}
spec_version: v1.4
identifier: ClassicStockResources
author: Angel-125
$kref: '#/ckan/github/Angel-125/ClassicStockResources'
$vref: '#/ckan/ksp-avc'
license: GPL-3.0
resources:
homepage: https://github.com/Angel-125/ClassicStockResources
tags:
- library
- resources
depends:
- name: ModuleManager
- name: ClassicStockResources-PlayMode
install:
- find: ClassicStockResources
install_to: GameData/WildBlueIndustries
filter: Templates
- find: ClassicStockResources/Templates/Common
install_to: GameData/WildBlueIndustries/ClassicStockResources/Templates
1 change: 1 addition & 0 deletions NetKAN/DSEV.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ depends:
- name: DSEV-PlayMode
- name: ModuleManager
- name: WildBlueTools
- name: ClassicStockResources
- name: NearFutureProps
- name: KerbalActuators
recommends:
Expand Down
1 change: 1 addition & 0 deletions NetKAN/Heisenberg.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends:
- name: Heisenberg-PlayMode
- name: ModuleManager
- name: WildBlueTools
- name: ClassicStockResources
- name: HooliganLabsAirships
- name: KerbalActuators
recommends:
Expand Down
1 change: 1 addition & 0 deletions NetKAN/MOLE.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ depends:
- name: MOLE-PlayMode
- name: ModuleManager
- name: WildBlueTools
- name: ClassicStockResources
- name: KerbalActuators
recommends:
- name: ASETProps
Expand Down
3 changes: 1 addition & 2 deletions NetKAN/Pathfinder.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ depends:
- name: ModuleManager
- name: KerbalActuators
- name: WildBlueTools
- name: ClassicStockResources
recommends:
- name: KAS
- name: KIS
Expand All @@ -36,5 +37,3 @@ install:
- Templates
- find: Pathfinder/Templates/Common
install_to: GameData/WildBlueIndustries/Pathfinder/Templates
- file: GameData/WBIPlayMode.cfg
install_to: GameData
Loading

0 comments on commit 88d4df2

Please sign in to comment.