Compare commits

..

4 Commits

Author SHA1 Message Date
486af8060a
Bump Newtonsoft.Json from 13.0.1 to 13.0.3 2024-03-10 17:29:47 +03:00
e799658120
Update README.md 2022-07-03 00:39:31 +03:00
ce83bcfa1d
Merge branch 'develop' 2022-04-16 00:43:21 +03:00
37a51015eb
engine update 2022-04-16 00:43:14 +03:00
4 changed files with 13 additions and 3 deletions

View File

@ -20,10 +20,10 @@
---------------------------
# Stargazers
[![Stargazers repo roster for @EpicMorg/SourceSDK.ENV.Editor](https://reporoster.com/stars/dark/EpicMorg/SourceSDK.ENV.Editor)](https://github.com/EpicMorg/SourceSDK.ENV.Editor/stargazers)
[![Stargazers repo roster for @EpicMorg/UniversalValveToolbox](https://reporoster.com/stars/dark/EpicMorg/UniversalValveToolbox)](https://github.com/EpicMorg/UniversalValveToolbox/stargazers)
# Forkers
[![Forkers repo roster for @EpicMorg/SourceSDK.ENV.Editor](https://reporoster.com/forks/dark/EpicMorg/SourceSDK.ENV.Editor)](https://github.com/EpicMorg/SourceSDK.ENV.Editor/network/members)
[![Forkers repo roster for @EpicMorg/UniversalValveToolboxr](https://reporoster.com/forks/dark/EpicMorg/UniversalValveToolbox)](https://github.com/EpicMorg/UniversalValveToolbox/network/members)
---------------------------

View File

@ -78,7 +78,7 @@
<PackageReference Include="kasthack.binding.wf">
<Version>1.2.26</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<Reference Include="UIAutomationProvider" />
<Reference Include="WindowsBase" />
<Reference Include="WindowsFormsIntegration" />

View File

@ -38,6 +38,11 @@
"bin": "kl.exe",
"name": "Engine Tools"
},
{
"args": "-game klall -novid -condebug -condump +map testmap -shaderedit",
"bin": "kl.exe",
"name": "Shader Editor"
},
{
"args": "-steam -game klall",
"bin": "kl.exe",

View File

@ -38,6 +38,11 @@
"bin": "bst.exe",
"name": "Engine Tools"
},
{
"args": "-game bst -novid -condebug -condump +map testmap -shaderedit",
"bin": "bst.exe",
"name": "Shader Editor"
},
{
"args": "-steam -game bst",
"bin": "bst.exe",