-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NetKAN added mod - WildBlue-PlayMode-Simplified-v1.90.4 (#3315)
- Loading branch information
1 parent
e98d068
commit 0af60e0
Showing
1 changed file
with
77 additions
and
0 deletions.
There are no files selected for viewing
77 changes: 77 additions & 0 deletions
77
WildBlue-PlayMode-Simplified/WildBlue-PlayMode-Simplified-v1.90.4.ckan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"spec_version": "v1.18", | ||
"identifier": "WildBlue-PlayMode-Simplified", | ||
"name": "WildBlueIndustries Simplified Play Mode", | ||
"abstract": "Lite Blue reduces the number available templates and resources used. This is great for players new to Pathfinder and other WildBlue mods or for those that don't want a lot of complexity.", | ||
"author": "Angel-125", | ||
"version": "v1.90.4", | ||
"ksp_version_min": "1.12.2", | ||
"license": "GPL-3.0", | ||
"resources": { | ||
"repository": "https://github.com/Angel-125/WildBlueTools", | ||
"bugtracker": "https://github.com/Angel-125/WildBlueTools/issues", | ||
"remote-avc": "https://raw.githubusercontent.com/Angel-125/WildBlueTools/master/GameData/WildBlueIndustries/000WildBlueTools/WildBlueTools.version" | ||
}, | ||
"tags": [ | ||
"config" | ||
], | ||
"provides": [ | ||
"WildBlue-PlayMode", | ||
"Buffalo-PlayMode", | ||
"DSEV-PlayMode", | ||
"MOLE-PlayMode", | ||
"KerbalKomets-PlayMode", | ||
"ClassicStockResources-PlayMode" | ||
], | ||
"depends": [ | ||
{ | ||
"name": "WildBlueTools" | ||
} | ||
], | ||
"conflicts": [ | ||
{ | ||
"name": "WildBlue-PlayMode" | ||
}, | ||
{ | ||
"name": "Buffalo-PlayMode" | ||
}, | ||
{ | ||
"name": "DSEV-PlayMode" | ||
}, | ||
{ | ||
"name": "MOLE-PlayMode" | ||
}, | ||
{ | ||
"name": "KerbalKomets-PlayMode" | ||
}, | ||
{ | ||
"name": "ClassicStockResources-PlayMode" | ||
}, | ||
{ | ||
"name": "CommunityResourcePack" | ||
} | ||
], | ||
"install": [ | ||
{ | ||
"find": "000WildBlueTools/Templates/Simplified/Storage/OmniStorage.txt", | ||
"install_to": "GameData/WildBlueIndustries/000WildBlueTools/Templates/Simplified/Storage", | ||
"as": "OmniStorage.cfg", | ||
"find_matches_file": true | ||
}, | ||
{ | ||
"find": "000WildBlueTools/Templates/Simplified.cfg", | ||
"install_to": "GameData/WildBlueIndustries/000WildBlueTools/Templates", | ||
"find_matches_files": true | ||
} | ||
], | ||
"download": "https://github.com/Angel-125/WildBlueTools/releases/download/v1.90.4/WildBlueTools.zip", | ||
"download_size": 22914405, | ||
"download_hash": { | ||
"sha1": "DEDB114BAE7CFADD27667B84A239C97D1296D174", | ||
"sha256": "5FB9B324CFF02D5D9F804E2E7B98CBA821F3F7915A5A67064DCE00F04E23885B" | ||
}, | ||
"download_content_type": "application/zip", | ||
"install_size": 2478, | ||
"release_date": "2024-10-14T19:50:32Z", | ||
"x_generated_by": "netkan" | ||
} |