NetKAN added mod - kRPC-v0.5.4
This commit is contained in:
parent
08db7e13cd
commit
a0e2799dea
kRPC
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "kRPC",
|
||||
"name": "kRPC: Remote Procedure Call Server",
|
||||
"abstract": "kRPC allows you to control the game from external programs. It comes with client libraries for several popular languages including Python, C++, C#, Java and Lua. Programs communicate with the game over a TCP/IP connection, and can be configured to work on just the local machine or even over the wider internet.",
|
||||
"author": [
|
||||
"GaryDeco",
|
||||
"djungelorm"
|
||||
],
|
||||
"version": "v0.5.4",
|
||||
"ksp_version_min": "1.12.3",
|
||||
"ksp_version_max": "1.12.5",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://krpc.github.io/krpc",
|
||||
"repository": "https://github.com/krpc/krpc",
|
||||
"bugtracker": "https://github.com/krpc/krpc/issues",
|
||||
"remote-avc": "http://ksp-avc.cybutek.net/version.php?id=254"
|
||||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"app",
|
||||
"control"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/krpc/krpc/releases/download/v0.5.4/krpc-0.5.4.zip",
|
||||
"download_size": 703528,
|
||||
"download_hash": {
|
||||
"sha1": "2DCD35E3747D4A76653D4EBCDB9BD420F99AFBA7",
|
||||
"sha256": "B09DDDF5F3B921B65EA666E6710183AF0F8BA33D8238B8C9C89548F6999A983E"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"install_size": 2816366,
|
||||
"release_date": "2024-06-10T10:32:34Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue