NetKAN updated mod - DSEV-v3.6.0
This commit is contained in:
parent
88bc4da3bc
commit
4a8fa9b0bc
|
@ -19,6 +19,9 @@
|
|||
"crewed"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "DSEV-PlayMode"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
|
@ -31,9 +34,6 @@
|
|||
{
|
||||
"name": "KerbalActuators"
|
||||
},
|
||||
{
|
||||
"name": "ClassicStockResources"
|
||||
},
|
||||
{
|
||||
"name": "BarisBridge"
|
||||
}
|
||||
|
@ -60,9 +60,14 @@
|
|||
"install_to": "GameData/WildBlueIndustries",
|
||||
"filter_regexp": [
|
||||
".*\\.pdb$",
|
||||
"ReferenceDesigns"
|
||||
"ReferenceDesigns",
|
||||
"Templates"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": "DSEV/Templates/Common",
|
||||
"install_to": "GameData/WildBlueIndustries/DSEV/Templates"
|
||||
},
|
||||
{
|
||||
"find": "VAB",
|
||||
"install_to": "Ships"
|
||||
|
|
Loading…
Reference in New Issue