Merge pull request #525 from Dazpoet/add_somemods
update and add some mods
This commit is contained in:
commit
0e366e5663
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"spec_version": 1,
|
||||||
|
"identifier": "NoOffsetLimits",
|
||||||
|
"name": "NoOffsetLimits",
|
||||||
|
"abstract": "Removes limits for part offset in editor.",
|
||||||
|
"author": "FW Industries",
|
||||||
|
"license": "MIT",
|
||||||
|
"resources":
|
||||||
|
{
|
||||||
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/121034"
|
||||||
|
},
|
||||||
|
"version": "2015-05-12",
|
||||||
|
"ksp_version": "1.0.2",
|
||||||
|
"download": "https://dl.dropboxusercontent.com/u/7121093/ksp-mods/KSP%5B1.0.2%5DNoOffsetLimits%5BMay12%5D.zip",
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"file": "GameData/NoOffsetLimits",
|
||||||
|
"install_to": "GameData",
|
||||||
|
"filter": "source"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -16,7 +16,7 @@
|
||||||
{
|
{
|
||||||
"file": "GameData/SelectRoot2",
|
"file": "GameData/SelectRoot2",
|
||||||
"install_to": "GameData",
|
"install_to": "GameData",
|
||||||
"filter": "SelectRoot2Behaviour.cs"
|
"filter": "source"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"spec_version": 1,
|
||||||
|
"identifier": "WasdEditorCamera",
|
||||||
|
"name": "WasdEditorCamera",
|
||||||
|
"abstract": "FPS editor controls.",
|
||||||
|
"author": "FW Industries",
|
||||||
|
"license": "MIT",
|
||||||
|
"resources":
|
||||||
|
{
|
||||||
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/122297"
|
||||||
|
},
|
||||||
|
"version": "2015-05-20",
|
||||||
|
"ksp_version": "1.0.2",
|
||||||
|
"download": "https://dl.dropboxusercontent.com/u/7121093/ksp-mods/KSP%5B1.0.2%5DWasdEditorCamera%5BMay20%5D.zip",
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"file": "GameData/WasdEditorCamera",
|
||||||
|
"install_to": "GameData",
|
||||||
|
"filter": "source"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue