Skip to content

Commit

Permalink
ckan support
Browse files Browse the repository at this point in the history
  • Loading branch information
blackliner committed Jan 27, 2017
1 parent a5d13bc commit 7c901f3
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RealBattery/GameData/RealBattery/RealBattery.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"MAJOR":0,
"MINOR":1,
"PATCH":1,
"BUILD":0
"BUILD":4
},
"KSP_VERSION":
{
Expand Down
1 change: 1 addition & 0 deletions RealBattery/RealBattery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<None Include="old\RealBattery_20.cfg" />
<None Include="old\RealBattery_100.cfg" />
<None Include="GameData\RealBattery\RealBattery.version" />
<None Include="source\RealBattery.netkan" />
</ItemGroup>
<ItemGroup>
<Content Include="GameData\RealBattery\RealBattery.dll" />
Expand Down
Binary file modified RealBattery/RealBattery.zip
Binary file not shown.
30 changes: 30 additions & 0 deletions RealBattery/source/RealBattery-1.1.4.ckan
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"spec_version": 1,
"identifier": "RealBattery",
"name": "Real Battery",
"abstract": "Realistic behaving electrical storage. Including state of the art Li-Ion recharchable batteries!",
"author": "blackliner",
"license": "MIT",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/151164-121-real-battery-v114/",
"repository": "https://github.com/blackliner/RealBattery"
},
"version": "1.1.4",
"ksp_version": "1.2",
"depends": [
{
"name": "ModuleManager"
},
{
"name": "CommunityResourcePack"
}
],
"download": "https://github.com/blackliner/RealBattery/releases/download/1.1.4/RealBattery.zip",
"download_size": 7979,
"download_hash": {
"sha1": "D80CAED8C3239021D20F85F71A3C6C241E7706A8",
"sha256": "9586AC650988644E286EC50E2A2BA3CEF27F11B014EE73859A77DDB308DFCC80"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
}
16 changes: 16 additions & 0 deletions RealBattery/source/RealBattery.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"spec_version" : 1,
"identifier" : "RealBattery",
"$kref" : "#/ckan/github/blackliner/RealBattery",
"license" : "MIT",
"ksp_version" : "1.2",
"abstract" : "Realistic behaving electrical storage. Including state of the art Li-Ion recharchable batteries!",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/151164-121-real-battery-v114/"
},
"depends": [
{ "name": "ModuleManager" },
{ "name": "CommunityResourcePack" }
]

}
Binary file added RealBattery/source/netkan.exe
Binary file not shown.

0 comments on commit 7c901f3

Please sign in to comment.