mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2025-03-15 06:50:33 +03:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
486af8060a | |||
e799658120 | |||
ce83bcfa1d | |||
37a51015eb |
@ -20,10 +20,10 @@
|
|||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
# Stargazers
|
# Stargazers
|
||||||
[](https://github.com/EpicMorg/SourceSDK.ENV.Editor/stargazers)
|
[](https://github.com/EpicMorg/UniversalValveToolbox/stargazers)
|
||||||
|
|
||||||
# Forkers
|
# Forkers
|
||||||
[](https://github.com/EpicMorg/SourceSDK.ENV.Editor/network/members)
|
[](https://github.com/EpicMorg/UniversalValveToolbox/network/members)
|
||||||
|
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
<PackageReference Include="kasthack.binding.wf">
|
<PackageReference Include="kasthack.binding.wf">
|
||||||
<Version>1.2.26</Version>
|
<Version>1.2.26</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||||
<Reference Include="UIAutomationProvider" />
|
<Reference Include="UIAutomationProvider" />
|
||||||
<Reference Include="WindowsBase" />
|
<Reference Include="WindowsBase" />
|
||||||
<Reference Include="WindowsFormsIntegration" />
|
<Reference Include="WindowsFormsIntegration" />
|
||||||
|
@ -38,6 +38,11 @@
|
|||||||
"bin": "kl.exe",
|
"bin": "kl.exe",
|
||||||
"name": "Engine Tools"
|
"name": "Engine Tools"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"args": "-game klall -novid -condebug -condump +map testmap -shaderedit",
|
||||||
|
"bin": "kl.exe",
|
||||||
|
"name": "Shader Editor"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"args": "-steam -game klall",
|
"args": "-steam -game klall",
|
||||||
"bin": "kl.exe",
|
"bin": "kl.exe",
|
||||||
|
@ -38,6 +38,11 @@
|
|||||||
"bin": "bst.exe",
|
"bin": "bst.exe",
|
||||||
"name": "Engine Tools"
|
"name": "Engine Tools"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"args": "-game bst -novid -condebug -condump +map testmap -shaderedit",
|
||||||
|
"bin": "bst.exe",
|
||||||
|
"name": "Shader Editor"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"args": "-steam -game bst",
|
"args": "-steam -game bst",
|
||||||
"bin": "bst.exe",
|
"bin": "bst.exe",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user