"NetKAN generated mods - samv-client-v0.15"

This commit is contained in:
NetKAN inflator Robot 2015-11-23 03:25:45 +00:00
parent 4acd7bd268
commit f9bc0f7da3
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{
"spec_version": 1,
"identifier": "samv-client",
"name": "Stand alone map view client",
"abstract": "Allows you to open a new window (on a separator monitor) to display the map view, using two separate copies of the game. One copy should install the client, the other (your main game) should install the server. All other mods should be the same.",
"author": "DanielKinsman",
"license": "GPL-3.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/76273-Stand-Alone-Map-View-Multi-monitor-KSP-1-0-5-WIP-Plugin",
"repository": "https://github.com/danielkinsman/stand-alone-map-view"
},
"version": "v0.15",
"ksp_version": "1.0.5",
"conflicts": [
{
"name": "samv-server"
}
],
"install": [
{
"file": "stand-alone-map-view/samv_client",
"install_to": "GameData"
}
],
"download": "https://github.com/DanielKinsman/stand-alone-map-view/releases/download/v0.15/release.zip",
"download_size": 218274,
"x_generated_by": "netkan"
}