deprecate old lib, added new engines

This commit is contained in:
stam@epicm.org 2022-04-13 15:13:03 +03:00
parent e97c63c077
commit 9f02064ee2
3 changed files with 81 additions and 1 deletions

View File

@ -71,7 +71,7 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<PackageReference Include="EpicMorg.SteamPathsLib" Version="1.1.0.6" />
<!--<PackageReference Include="EpicMorg.SteamPathsLib" Version="1.1.0.6" />-->
<PackageReference Include="kasthack.binding.wf">
<Version>1.2.26</Version>
</PackageReference>
@ -282,6 +282,12 @@
<None Include="json\engines\1840_sfm.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="json\engines\1950750_kl.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="json\engines\1966980_bst.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="json\engines\440_tf2.sdk.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>

View File

@ -0,0 +1,37 @@
{
"appid": 1950750,
"name": "Kayf-Life: Complete Edition",
"bin": "kl.exe",
"tools": [
{
"args": "",
"bin": "bin//hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
"bin": "bin//hammer.exe",
"name": "Valve Hammer Editor (Slamin Tools)"
},
{
"args": "",
"bin": "bin//hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
"bin": "bin//hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
"bin": "bin//qc_eyes.exe",
"name": "QC Eyes"
},
{
"args": "-tools",
"bin": "kl.exe",
"name": "Engine Tools"
}
]
}

View File

@ -0,0 +1,37 @@
{
"appid": 1950750,
"name": "Bestiarium Project",
"bin": "bst.exe",
"tools": [
{
"args": "",
"bin": "bin//hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
"bin": "bin//hammer.exe",
"name": "Valve Hammer Editor (Slamin Tools)"
},
{
"args": "",
"bin": "bin//hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
"bin": "bin//hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
"bin": "bin//qc_eyes.exe",
"name": "QC Eyes"
},
{
"args": "-tools",
"bin": "bst.exe",
"name": "Engine Tools"
}
]
}