mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2025-01-30 07:28:12 +03:00
deprecate old lib, added new engines
This commit is contained in:
parent
e97c63c077
commit
9f02064ee2
@ -71,7 +71,7 @@
|
|||||||
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Net.Http" />
|
||||||
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Windows.Forms" />
|
||||||
<Reference Include="System.Xml" />
|
<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">
|
<PackageReference Include="kasthack.binding.wf">
|
||||||
<Version>1.2.26</Version>
|
<Version>1.2.26</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
@ -282,6 +282,12 @@
|
|||||||
<None Include="json\engines\1840_sfm.json">
|
<None Include="json\engines\1840_sfm.json">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</None>
|
</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">
|
<None Include="json\engines\440_tf2.sdk.json">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
37
src/UniversalValveToolbox/json/engines/1950750_kl.json
Normal file
37
src/UniversalValveToolbox/json/engines/1950750_kl.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
37
src/UniversalValveToolbox/json/engines/1966980_bst.json
Normal file
37
src/UniversalValveToolbox/json/engines/1966980_bst.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user