This commit is contained in:
Johnny Ikarus
2020-10-01 16:05:56 +02:00
parent 02c876d93b
commit 0a0a8da4ec
101 changed files with 277 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"FileVersion": 3,
"Version": 2,
"VersionName": "2.1",
"FriendlyName": "CustomMapTools",
"Description": "Pavlov VR's custom map tool for workshop map authoring",
"Category": "Other",
"CreatedBy": "davevillz",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": true,
"Modules": [
{
"Name": "PavlovProxy",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "CustomMapTools",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
]
}