NetKAN updated mod - Pathfinder-v1.36.1
This commit is contained in:
parent
88bc4da3bc
commit
c1173bb348
|
@ -3,7 +3,7 @@
|
|||
"identifier": "Pathfinder",
|
||||
"name": "Pathfinder",
|
||||
"abstract": "Space Camping @ Geoscience",
|
||||
"author": "Angel125",
|
||||
"author": "Angel-125",
|
||||
"version": "v1.36.1",
|
||||
"ksp_version_min": "1.8.0",
|
||||
"license": "GPL-3.0",
|
||||
|
@ -21,15 +21,15 @@
|
|||
"crewed"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "Pathfinder-PlayMode"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "KerbalActuators"
|
||||
},
|
||||
{
|
||||
"name": "ClassicStockResources"
|
||||
},
|
||||
{
|
||||
"name": "BarisBridge"
|
||||
},
|
||||
|
@ -67,9 +67,14 @@
|
|||
"find": "Pathfinder",
|
||||
"install_to": "GameData/WildBlueIndustries",
|
||||
"filter_regexp": [
|
||||
".*\\.pdb$"
|
||||
".*\\.pdb$",
|
||||
"Templates"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": "Pathfinder/Templates/Common",
|
||||
"install_to": "GameData/WildBlueIndustries/Pathfinder/Templates"
|
||||
},
|
||||
{
|
||||
"file": "GameData/WBIPlayMode.cfg",
|
||||
"install_to": "GameData"
|
||||
|
|
Loading…
Reference in New Issue