mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2025-05-31 15:57:46 +03:00
commit
036c427743
32
CHANGELOG.md
Normal file
32
CHANGELOG.md
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# Universal Valve Toolbox [](https://ko-fi.com/B0B81CUI4)
|
||||||
|
|
||||||
|
# [](https://github.com/EpicMorg/UniversalValveToolbox/actions) [](https://translate.epicm.org/engage/universalvalvetoolbox/?utm_source=widget) [](https://github.com/EpicMorg/UniversalValveToolbox/archive/master.zip) [](https://github.com/EpicMorg/UniversalValveToolbox/releases) [](LICENSE.md) [](CHANGELOG.md) [](https://github.com/EpicMorg/UniversalValveToolbox/commits) [](https://github.com/EpicMorg/UniversalValveToolbox/issues) [](https://github.com/EpicMorg/UniversalValveToolbox/network) [](https://github.com/EpicMorg/UniversalValveToolbox/stargazers) [](https://github.com/EpicMorg/UniversalValveToolbox/pulse) [](https://codescene.io/projects/6852) [](https://codescene.io/projects/6852)
|
||||||
|
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
`Universal Valve Toolbox is not affiliated with Valve Corporation.`
|
||||||
|
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 1.0.0.3
|
||||||
|
#### Whats new
|
||||||
|
* Migrated to @Facepunch [Steamworks](https://github.com/Facepunch/Facepunch.Steamworks)
|
||||||
|
* Added support for new engines
|
||||||
|
* Code cleanup
|
||||||
|
* Added new modes - `retail`, `bundeled`, `dev`
|
||||||
|
|
||||||
|
## 1.0.0.2
|
||||||
|
#### Whats new
|
||||||
|
* SteamPathLib version bump
|
||||||
|
* Fixed UI
|
||||||
|
* Fixed logic
|
||||||
|
|
||||||
|
## 1.0.0.1
|
||||||
|
#### Whats new
|
||||||
|
* lang hotfix
|
||||||
|
|
||||||
|
## 1.0.0.0
|
||||||
|
#### Whats new
|
||||||
|
* Release Candidate
|
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2020 EpicMorg: Main
|
Copyright (c) 2023 EpicMorg: Main
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
34
README.md
34
README.md
@ -1,20 +1,30 @@
|
|||||||
# Universal Valve Toolbox
|
# Universal Valve Toolbox [](https://ko-fi.com/B0B81CUI4)
|
||||||
|
|
||||||
# [](https://ci.appveyor.com/project/stamepicmorg/universalvalvetoolbox) [](https://translate.epicm.org/engage/universalvalvetoolbox/?utm_source=widget) [](https://github.com/EpicMorg/UniversalValveToolbox/archive/master.zip) [](https://github.com/EpicMorg/UniversalValveToolbox/releases) [](LICENSE.md) [](CHANGELOG.md) [](https://github.com/EpicMorg/UniversalValveToolbox/commits) [](https://github.com/EpicMorg/UniversalValveToolbox/issues) [](https://github.com/EpicMorg/UniversalValveToolbox/network) [](https://github.com/EpicMorg/UniversalValveToolbox/stargazers) [](https://github.com/EpicMorg/UniversalValveToolbox/pulse) [](https://codescene.io/projects/6852) [](https://codescene.io/projects/6852)
|
# [](https://github.com/EpicMorg/UniversalValveToolbox/actions) [](https://translate.epicm.org/engage/universalvalvetoolbox/?utm_source=widget) [](https://github.com/EpicMorg/UniversalValveToolbox/archive/master.zip) [](https://github.com/EpicMorg/UniversalValveToolbox/releases) [](LICENSE.md) [](CHANGELOG.md) [](https://github.com/EpicMorg/UniversalValveToolbox/commits) [](https://github.com/EpicMorg/UniversalValveToolbox/issues) [](https://github.com/EpicMorg/UniversalValveToolbox/network) [](https://github.com/EpicMorg/UniversalValveToolbox/stargazers) [](https://github.com/EpicMorg/UniversalValveToolbox/pulse) [](https://codescene.io/projects/6852) [](https://codescene.io/projects/6852)
|
||||||
|
|
||||||
# Description
|
---------------------------
|
||||||
Toolbox for easy launching some officials Valve's SDK such as Source SDK 2013 SP or MP.
|
|
||||||
|
|
||||||
`Universal Valve Toolbox is not affiliated with Valve Corporation.`
|
`Universal Valve Toolbox is not affiliated with Valve Corporation.`
|
||||||
|
|
||||||
# Settings
|
---------------------------
|
||||||
Mod could be changed at `settings.json` with `ToolboxMod` section. Supported mods: `retail`, `bundle`, `dev`.
|
|
||||||
## Retail
|
|
||||||
This is default mode. Shows all avalible users games at account. Tool launched with default steam app id `480` for requesting steam api and getting info.
|
|
||||||
|
|
||||||
## Bundle mode
|
# Description
|
||||||
If you want to distribute this tollbox with your game - edit `settings.json` and switch `ToolboxMod` to `bundle` value. And change `ToolsAppId` and `BundleAppID` for your's `SteamApp` of you game and sdk tools.
|
`Universal Valve Toolbox` is a toolbox for easy launching some officials Valve's SDK such as Source SDK 2013 SP or MP and other games. Full list of supported games can be found [here](SUPPORTED.md).
|
||||||
## Dev mode
|
|
||||||
Dev mode is the same mode as `bundle` but local path of root of your game folder and angine name will be get from `DevEnginePath` and `DevEngineName` values. Also You should set `ToolsAppId` and `BundleAppID` for your's `SteamApp` of you game and sdk tools.
|
## Settings
|
||||||
|
[Read it here](SETTINGS.md)
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
[Read it here](CHANGELOG.md)
|
||||||
|
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
# Stargazers
|
||||||
|
[](https://github.com/EpicMorg/SourceSDK.ENV.Editor/stargazers)
|
||||||
|
|
||||||
|
# Forkers
|
||||||
|
[](https://github.com/EpicMorg/SourceSDK.ENV.Editor/network/members)
|
||||||
|
|
||||||
|
---------------------------
|
||||||
|
|
||||||
[](https://codescene.io/projects/6852/jobs/latest-successful/results)
|
[](https://codescene.io/projects/6852/jobs/latest-successful/results)
|
||||||
|
7
SECURITY.md
Normal file
7
SECURITY.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Security Policy
|
||||||
|
|
||||||
|
## Reporting a Vulnerability
|
||||||
|
1. Open `Issues` tab [here](https://github.com/EpicMorg/UniversalValveToolbox/issues).
|
||||||
|
2. Select `CVE Report`.
|
||||||
|
3. Publish `CVE Report`.
|
||||||
|
4. Thank you :heart:
|
20
SETTINGS.md
Normal file
20
SETTINGS.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Universal Valve Toolbox [](https://ko-fi.com/B0B81CUI4)
|
||||||
|
|
||||||
|
# [](https://github.com/EpicMorg/UniversalValveToolbox/actions) [](https://translate.epicm.org/engage/universalvalvetoolbox/?utm_source=widget) [](https://github.com/EpicMorg/UniversalValveToolbox/archive/master.zip) [](https://github.com/EpicMorg/UniversalValveToolbox/releases) [](LICENSE.md) [](CHANGELOG.md) [](https://github.com/EpicMorg/UniversalValveToolbox/commits) [](https://github.com/EpicMorg/UniversalValveToolbox/issues) [](https://github.com/EpicMorg/UniversalValveToolbox/network) [](https://github.com/EpicMorg/UniversalValveToolbox/stargazers) [](https://github.com/EpicMorg/UniversalValveToolbox/pulse) [](https://codescene.io/projects/6852) [](https://codescene.io/projects/6852)
|
||||||
|
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
`Universal Valve Toolbox is not affiliated with Valve Corporation.`
|
||||||
|
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
# Settings
|
||||||
|
Mod could be changed at `settings.json` with `ToolboxMod` section. Supported mods: `retail`, `bundle`, `dev`.
|
||||||
|
## Retail
|
||||||
|
This is default mode. Shows all avalible users games at account. Tool launched with default steam app id `480` for requesting steam api and getting info.
|
||||||
|
|
||||||
|
## Bundle mode
|
||||||
|
If you want to distribute this tollbox with your game - edit `settings.json` and switch `ToolboxMod` to `bundle` value. And change `ToolsAppId` and `BundleAppID` for your's `SteamApp` of you game and sdk tools.
|
||||||
|
## Dev mode
|
||||||
|
Dev mode is the same mode as `bundle` but local path of root of your game folder and angine name will be get from `DevEnginePath` and `DevEngineName` values. Also You should set `ToolsAppId` and `BundleAppID` for your's `SteamApp` of you game and sdk tools.
|
||||||
|
|
51
SUPPORTED.md
Normal file
51
SUPPORTED.md
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
# Universal Valve Toolbox [](https://ko-fi.com/B0B81CUI4)
|
||||||
|
|
||||||
|
# [](https://github.com/EpicMorg/UniversalValveToolbox/actions) [](https://translate.epicm.org/engage/universalvalvetoolbox/?utm_source=widget) [](https://github.com/EpicMorg/UniversalValveToolbox/archive/master.zip) [](https://github.com/EpicMorg/UniversalValveToolbox/releases) [](LICENSE.md) [](CHANGELOG.md) [](https://github.com/EpicMorg/UniversalValveToolbox/commits) [](https://github.com/EpicMorg/UniversalValveToolbox/issues) [](https://github.com/EpicMorg/UniversalValveToolbox/network) [](https://github.com/EpicMorg/UniversalValveToolbox/stargazers) [](https://github.com/EpicMorg/UniversalValveToolbox/pulse) [](https://codescene.io/projects/6852) [](https://codescene.io/projects/6852)
|
||||||
|
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
`Universal Valve Toolbox is not affiliated with Valve Corporation.`
|
||||||
|
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
# Supported games and SDK
|
||||||
|
appid | name
|
||||||
|
--- | ---
|
||||||
|
1117390 | Snowdrop Escape
|
||||||
|
17520 | Synergy
|
||||||
|
1828210 | Requiem Of Science
|
||||||
|
1840 | Source Filmmaker
|
||||||
|
1950750 | Kayf-Life: Complete Edition
|
||||||
|
1966980 | Bestiarium Project
|
||||||
|
211 | Source SDK
|
||||||
|
220 | Half-Life2
|
||||||
|
224260 | No More Room in Hell
|
||||||
|
240 | Counter-Strike: Source
|
||||||
|
243730 | Source SDK 2013 SinglePlayer
|
||||||
|
243750 | Source SDK 2013 MultiPlayer
|
||||||
|
254430 | Half-Life SDK
|
||||||
|
280740 | Aperture Tag: The Paint Gun Testing Initiative
|
||||||
|
280 | Half-Life: Source
|
||||||
|
286080 | Thinking with Time Machine
|
||||||
|
290930 | Half-Life 2: Update
|
||||||
|
300 | Day of Defeat: Source
|
||||||
|
320 | Half-Life 2: Deathmatch
|
||||||
|
340 | Half-Life 2: Lost Coast
|
||||||
|
360 | Half-Life Deathmatch: Source
|
||||||
|
362890 | Black Mesa
|
||||||
|
380 | Half-Life 2: Episode One
|
||||||
|
397680 | FIREFIGHT RELOADED
|
||||||
|
399120 | Prospekt
|
||||||
|
4000 | Garry's Mod
|
||||||
|
400 | Portal
|
||||||
|
420 | Half-Life 2: Episode Two
|
||||||
|
440 | Team Fortress 2
|
||||||
|
447820 | Day of Infamy
|
||||||
|
496450 | J.A.C.K.
|
||||||
|
500 | Left 4 Dead
|
||||||
|
550 | Left 4 Dead 2
|
||||||
|
563560 | Alien Swarm: Reactive Drop
|
||||||
|
570 | Dota 2
|
||||||
|
620 | Portal 2
|
||||||
|
630 | Alien Swarm
|
||||||
|
730 | ounter-Strike: Global Offensive
|
@ -280,8 +280,101 @@
|
|||||||
<EmbeddedResource Include="UI\FormSettings.ru.resx">
|
<EmbeddedResource Include="UI\FormSettings.ru.resx">
|
||||||
<DependentUpon>FormSettings.cs</DependentUpon>
|
<DependentUpon>FormSettings.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<None Include="json\addons\myOtherProgram.json" />
|
<None Include="json\engines\1117390_snowdropecape.sdk.json">
|
||||||
<None Include="json\addons\myProgram.json" />
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\engines\17520_synergy.sdk.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\engines\1828210_RequiemOfScience.sdk.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\engines\224260_nmrih.sdk.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\engines\286080_thinkingwithtimemachine.sdk.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\engines\397680_FIREFIGHTRELOADED.sdk.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\engines\447820_dayofinfamy.sdk.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\engines\563560_alienswarm.sdk.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\7-zip.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\far manager.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\git bash.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\git cmd.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\git gui.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\google chrome 86.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\google chrome.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\microsoft visual studio 2019 preview.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\microsoft visual studio 2022 preview.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\mozilla firefox.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\template\myOtherProgram.json" />
|
||||||
|
<None Include="json\addons\template\myProgram.json" />
|
||||||
|
<None Include="json\addons\notepad++.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\p4 merge.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\perforce.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\powershell 7 %28x64%29.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\powershell 7 %28x86%29.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\powershell 7 preview %28x64%29.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\powershell 7 preview %28x86%29.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\steam.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\sublime text.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\vlc.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\vs code insiders.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\win merge.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="json\addons\winrar.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
<None Include="json\engines\1840_sfm.json">
|
<None Include="json\engines\1840_sfm.json">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
9
src/UniversalValveToolbox/json/addons/7-zip.json
Normal file
9
src/UniversalValveToolbox/json/addons/7-zip.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "7-Zip",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\7-Zip\\7zFM.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
9
src/UniversalValveToolbox/json/addons/far manager.json
Normal file
9
src/UniversalValveToolbox/json/addons/far manager.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "Far Manager",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\Far Manager\\Far.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
9
src/UniversalValveToolbox/json/addons/git bash.json
Normal file
9
src/UniversalValveToolbox/json/addons/git bash.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "Git Bash",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\Git\\git-bash.exe",
|
||||||
|
"Args": "--cd-to-home"
|
||||||
|
}
|
9
src/UniversalValveToolbox/json/addons/git cmd.json
Normal file
9
src/UniversalValveToolbox/json/addons/git cmd.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "Git CMD",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\Git\\git-cmd.exe",
|
||||||
|
"Args": "--cd-to-home"
|
||||||
|
}
|
9
src/UniversalValveToolbox/json/addons/git gui.json
Normal file
9
src/UniversalValveToolbox/json/addons/git gui.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "Git GUI",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\Git\\cmd\\git-gui.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "Google Chrome",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
9
src/UniversalValveToolbox/json/addons/google chrome.json
Normal file
9
src/UniversalValveToolbox/json/addons/google chrome.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "Google Chrome",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "Microsoft Visual Studio 2019 Preview",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\Common7\\IDE\\devenv.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "Microsoft Visual Studio 2022 Preview",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Preview\\Common7\\IDE\\devenv.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "Mozilla Firefox",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\Mozilla Firefox\\firefox.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
9
src/UniversalValveToolbox/json/addons/notepad++.json
Normal file
9
src/UniversalValveToolbox/json/addons/notepad++.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "Notepad++",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\Notepad++\\notepad++.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
9
src/UniversalValveToolbox/json/addons/p4 merge.json
Normal file
9
src/UniversalValveToolbox/json/addons/p4 merge.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "P4 Merge",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\Perforce\\p4merge.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
9
src/UniversalValveToolbox/json/addons/perforce.json
Normal file
9
src/UniversalValveToolbox/json/addons/perforce.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "Perforce",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\Perforce\\p4v.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "PowerShell 7 (x64)",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
|
||||||
|
"Args": "-WorkingDirectory ~"
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "PowerShell 7 (x86)",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files (x86)\\PowerShell\\7\\pwsh.exe",
|
||||||
|
"Args": "-WorkingDirectory ~"
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "PowerShell 7 Preview (x64)",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\PowerShell\\7-preview\\pwsh.exe",
|
||||||
|
"Args": " -WorkingDirectory ~"
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "PowerShell 7 Preview (x86)",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files (x86)\\PowerShell\\7-preview\\pwsh.exe",
|
||||||
|
"Args": "-WorkingDirectory ~"
|
||||||
|
}
|
9
src/UniversalValveToolbox/json/addons/steam.json
Normal file
9
src/UniversalValveToolbox/json/addons/steam.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "Steam",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files (x86)\\Steam\\Steam.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
9
src/UniversalValveToolbox/json/addons/sublime text.json
Normal file
9
src/UniversalValveToolbox/json/addons/sublime text.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "Sublime Text",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\Sublime Text\\sublime_text.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
9
src/UniversalValveToolbox/json/addons/vlc.json
Normal file
9
src/UniversalValveToolbox/json/addons/vlc.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "VLC",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\VideoLAN\\VLC\\vlc.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "VS Code Insiders",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\Microsoft VS Code Insiders\\Code - Insiders.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
9
src/UniversalValveToolbox/json/addons/win merge.json
Normal file
9
src/UniversalValveToolbox/json/addons/win merge.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Engines": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"Name": "Win Merge",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\WinMerge\\WinMergeU.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
7
src/UniversalValveToolbox/json/addons/winrar.json
Normal file
7
src/UniversalValveToolbox/json/addons/winrar.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"Engines": [],
|
||||||
|
"Name": "WinRAR",
|
||||||
|
"Category": "",
|
||||||
|
"Bin": "C:\\Program Files\\WinRAR\\WinRAR.exe",
|
||||||
|
"Args": ""
|
||||||
|
}
|
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"appid": 1117390,
|
||||||
|
"name": "Snowdrop Escape: SDK",
|
||||||
|
"bin": "hl2.exe",
|
||||||
|
"tools": [
|
||||||
|
{
|
||||||
|
"args": "",
|
||||||
|
"bin": "bin\\hammer.exe",
|
||||||
|
"name": "Valve Hammer Editor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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 -steam -game snowdrop_escape",
|
||||||
|
"bin": "hl2.exe",
|
||||||
|
"name": "Engine Tools"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "-steam -game snowdrop_escape",
|
||||||
|
"bin": "hl2.exe",
|
||||||
|
"name": "Run Game"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"appid": 17520,
|
||||||
|
"name": "Synergy: SDK",
|
||||||
|
"bin": "synergy.exe",
|
||||||
|
"tools": [
|
||||||
|
{
|
||||||
|
"args": "",
|
||||||
|
"bin": "bin\\hammer.exe",
|
||||||
|
"name": "Valve Hammer Editor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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 -steam -game synergy",
|
||||||
|
"bin": "synergy.exe",
|
||||||
|
"name": "Engine Tools"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "-steam -game synergy",
|
||||||
|
"bin": "synergy.exe",
|
||||||
|
"name": "Run Game"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,42 @@
|
|||||||
|
{
|
||||||
|
"appid": 1828210,
|
||||||
|
"name": "Requiem Of Science: SDK",
|
||||||
|
"bin": "hl2.exe",
|
||||||
|
"tools": [
|
||||||
|
{
|
||||||
|
"args": "",
|
||||||
|
"bin": "bin\\hammerplusplus.exe",
|
||||||
|
"name": "Valve Hammer Editor ++"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "",
|
||||||
|
"bin": "bin\\hammer.exe",
|
||||||
|
"name": "Valve Hammer Editor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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 -steam -game hl2ss",
|
||||||
|
"bin": "hl2.exe",
|
||||||
|
"name": "Engine Tools"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "-steam -game hl2ss",
|
||||||
|
"bin": "hl2.exe",
|
||||||
|
"name": "Run Game"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -1,36 +1,36 @@
|
|||||||
{
|
{
|
||||||
"appid": 1840,
|
"appid": 1840,
|
||||||
"name": "Source Filmmaker",
|
"name": "Source Filmmaker",
|
||||||
"bin": "game//sfm.exe",
|
"bin": "game\\sfm.exe",
|
||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "-steam",
|
"args": "-steam",
|
||||||
"bin": "game//bin//qsdklauncher.exe",
|
"bin": "game\\bin\\qsdklauncher.exe",
|
||||||
"name": "SDK Launcher"
|
"name": "SDK Launcher"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "game//bin//hammer.exe",
|
"bin": "game\\bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "game//bin//hlmv.exe",
|
"bin": "game\\bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "game//bin//hlfaceposer.exe",
|
"bin": "game\\bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "game//bin//qc_eyes.exe",
|
"bin": "game\\bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "-steam",
|
"args": "-steam",
|
||||||
"bin": "game//sfm.exe",
|
"bin": "game\\sfm.exe",
|
||||||
"name": "Run SFM"
|
"name": "Run SFM"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -5,33 +5,43 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammerplusplus.exe",
|
"bin": "bin\\hammerplusplus.exe",
|
||||||
"name": "Valve Hammer Editor ++"
|
"name": "Valve Hammer Editor ++"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor (Slamin Tools)"
|
"name": "Valve Hammer Editor (Slammin' Source Tools)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "",
|
||||||
|
"bin": "sdktools\\SourceSDK.ENV.Editor\\SourceSDK.ENV.Editor.exe",
|
||||||
|
"name": "SourceSDK ENV Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "-tools",
|
"args": "-tools -steam -game klall",
|
||||||
"bin": "kl.exe",
|
"bin": "kl.exe",
|
||||||
"name": "Engine Tools"
|
"name": "Engine Tools"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "-steam -game klall",
|
||||||
|
"bin": "kl.exe",
|
||||||
|
"name": "Run Game"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -5,33 +5,43 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammerplusplus.exe",
|
"bin": "bin\\hammerplusplus.exe",
|
||||||
"name": "Valve Hammer Editor ++"
|
"name": "Valve Hammer Editor ++"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor (Slamin Tools)"
|
"name": "Valve Hammer Editor (Slammin' Source Tools)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "",
|
||||||
|
"bin": "sdktools\\SourceSDK.ENV.Editor\\SourceSDK.ENV.Editor.exe",
|
||||||
|
"name": "SourceSDK ENV Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "-tools",
|
"args": "-tools -steam -game bst",
|
||||||
"bin": "bst.exe",
|
"bin": "bst.exe",
|
||||||
"name": "Engine Tools"
|
"name": "Engine Tools"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "-steam -game bst",
|
||||||
|
"bin": "bst.exe",
|
||||||
|
"name": "Run Game"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "-steam -game launcher",
|
"args": "-steam -game launcher",
|
||||||
"bin": "bin//SDKLauncher.exe",
|
"bin": "bin\\SDKLauncher.exe",
|
||||||
"name": "Authoring Tools Launcher"
|
"name": "Authoring Tools Launcher"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -5,27 +5,27 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammerplusplus.exe",
|
"bin": "bin\\hammerplusplus.exe",
|
||||||
"name": "Valve Hammer Editor ++"
|
"name": "Valve Hammer Editor ++"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
37
src/UniversalValveToolbox/json/engines/224260_nmrih.sdk.json
Normal file
37
src/UniversalValveToolbox/json/engines/224260_nmrih.sdk.json
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"appid": 447820,
|
||||||
|
"name": "No More Room in Hell: SDK",
|
||||||
|
"bin": "nmrih.exe",
|
||||||
|
"tools": [
|
||||||
|
{
|
||||||
|
"args": "",
|
||||||
|
"bin": "bin\\hammer.exe",
|
||||||
|
"name": "Valve Hammer Editor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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 -steam -game nmrih",
|
||||||
|
"bin": "nmrih.exe",
|
||||||
|
"name": "Engine Tools"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "-steam -game nmrih",
|
||||||
|
"bin": "nmrih.exe",
|
||||||
|
"name": "Run Game"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -5,27 +5,27 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammerplusplus.exe",
|
"bin": "bin\\hammerplusplus.exe",
|
||||||
"name": "Valve Hammer Editor ++"
|
"name": "Valve Hammer Editor ++"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,27 +5,27 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammerplusplus.exe",
|
"bin": "bin\\hammerplusplus.exe",
|
||||||
"name": "Valve Hammer Editor ++"
|
"name": "Valve Hammer Editor ++"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,27 +5,27 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammerplusplus.exe",
|
"bin": "bin\\hammerplusplus.exe",
|
||||||
"name": "Valve Hammer Editor ++"
|
"name": "Valve Hammer Editor ++"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "Hammer Editor//hammer.exe",
|
"bin": "Hammer Editor\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -5,32 +5,32 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "-steam -game aperturetag",
|
"args": "-steam -game aperturetag",
|
||||||
"bin": "bin//SDKLauncher.exe",
|
"bin": "bin\\SDKLauncher.exe",
|
||||||
"name": "Authoring Tools Launcher"
|
"name": "Authoring Tools Launcher"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "-steam -game aperturetag",
|
"args": "-steam -game aperturetag",
|
||||||
"bin": "bin//p2map_publish.exe",
|
"bin": "bin\\p2map_publish.exe",
|
||||||
"name": "Aperture Tag Publish Tool"
|
"name": "Aperture Tag Publish Tool"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,22 +5,22 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -0,0 +1,42 @@
|
|||||||
|
{
|
||||||
|
"appid": 563560,
|
||||||
|
"name": "Thinking with Time Machine: SDK",
|
||||||
|
"bin": "portal2.exe",
|
||||||
|
"tools": [
|
||||||
|
{
|
||||||
|
"args": "-steam -game TWTM",
|
||||||
|
"bin": "bin\\SDKLauncher.exe",
|
||||||
|
"name": "Authoring Tools Launcher"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "",
|
||||||
|
"bin": "bin\\hammer.exe",
|
||||||
|
"name": "Valve Hammer Editor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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 -steam -game TWTM",
|
||||||
|
"bin": "portal2.exe",
|
||||||
|
"name": "Engine Tools"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "-steam -game TWTM",
|
||||||
|
"bin": "portal2.exe",
|
||||||
|
"name": "Run Game"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -5,22 +5,22 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,27 +5,27 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammerplusplus.exe",
|
"bin": "bin\\hammerplusplus.exe",
|
||||||
"name": "Valve Hammer Editor ++"
|
"name": "Valve Hammer Editor ++"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,27 +5,27 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammerplusplus.exe",
|
"bin": "bin\\hammerplusplus.exe",
|
||||||
"name": "Valve Hammer Editor ++"
|
"name": "Valve Hammer Editor ++"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,22 +5,22 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,27 +5,27 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "-steam -game bms",
|
"args": "-steam -game bms",
|
||||||
"bin": "bin//blackmesa_publish.exe",
|
"bin": "bin\\blackmesa_publish.exe",
|
||||||
"name": "Black Mesa Publish Tool"
|
"name": "Black Mesa Publish Tool"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,27 +5,27 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammerplusplus.exe",
|
"bin": "bin\\hammerplusplus.exe",
|
||||||
"name": "Valve Hammer Editor ++"
|
"name": "Valve Hammer Editor ++"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"appid": 397680,
|
||||||
|
"name": "FIREFIGHT RELOADED: SDK",
|
||||||
|
"bin": "fr.exe",
|
||||||
|
"tools": [
|
||||||
|
{
|
||||||
|
"args": "",
|
||||||
|
"bin": "bin\\hammer.exe",
|
||||||
|
"name": "Valve Hammer Editor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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 -steam -game firefightreloaded",
|
||||||
|
"bin": "fr.exe",
|
||||||
|
"name": "Engine Tools"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "-steam -game firefightreloaded",
|
||||||
|
"bin": "fr.exe",
|
||||||
|
"name": "Run Game"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -5,22 +5,22 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,22 +5,22 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammerplusplus.exe",
|
"bin": "bin\\hammerplusplus.exe",
|
||||||
"name": "Valve Hammer Editor ++"
|
"name": "Valve Hammer Editor ++"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,22 +5,22 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,27 +5,27 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammerplusplus.exe",
|
"bin": "bin\\hammerplusplus.exe",
|
||||||
"name": "Valve Hammer Editor ++"
|
"name": "Valve Hammer Editor ++"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,27 +5,27 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammerplusplus.exe",
|
"bin": "bin\\hammerplusplus.exe",
|
||||||
"name": "Valve Hammer Editor ++"
|
"name": "Valve Hammer Editor ++"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"appid": 447820,
|
||||||
|
"name": "Day of Infamy: SDK",
|
||||||
|
"bin": "dayofinfamy.exe",
|
||||||
|
"tools": [
|
||||||
|
{
|
||||||
|
"args": "",
|
||||||
|
"bin": "bin\\hammer.exe",
|
||||||
|
"name": "Valve Hammer Editor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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 -steam -game doi",
|
||||||
|
"bin": "dayofinfamy.exe",
|
||||||
|
"name": "Engine Tools"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "-steam -game doi",
|
||||||
|
"bin": "dayofinfamy.exe",
|
||||||
|
"name": "Run Game"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -5,27 +5,27 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "-steam -game left4dead",
|
"args": "-steam -game left4dead",
|
||||||
"bin": "bin//SDKLauncher.exe",
|
"bin": "bin\\SDKLauncher.exe",
|
||||||
"name": "Authoring Tools Launcher"
|
"name": "Authoring Tools Launcher"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,37 +5,37 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "-steam -game left4dead2",
|
"args": "-steam -game left4dead2",
|
||||||
"bin": "bin//SDKLauncher.exe",
|
"bin": "bin\\SDKLauncher.exe",
|
||||||
"name": "Authoring Tools Launcher"
|
"name": "Authoring Tools Launcher"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "-steam -game left4dead2",
|
"args": "-steam -game left4dead2",
|
||||||
"bin": "bin//l4d2_workshop_manager.exe",
|
"bin": "bin\\l4d2_workshop_manager.exe",
|
||||||
"name": "Left 4 Dead 2 Workshop Manager"
|
"name": "Left 4 Dead 2 Workshop Manager"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammerplusplus.exe",
|
"bin": "bin\\hammerplusplus.exe",
|
||||||
"name": "Valve Hammer Editor ++"
|
"name": "Valve Hammer Editor ++"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -0,0 +1,47 @@
|
|||||||
|
{
|
||||||
|
"appid": 563560,
|
||||||
|
"name": "Alien Swarm: Reactive Drop - SDK",
|
||||||
|
"bin": "reactivedrop.exe",
|
||||||
|
"tools": [
|
||||||
|
{
|
||||||
|
"args": "-steam -game swarm",
|
||||||
|
"bin": "bin\\SDKLauncher.exe",
|
||||||
|
"name": "Authoring Tools Launcher"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "-steam -game swarm",
|
||||||
|
"bin": "bin\\addoninstaller.exe",
|
||||||
|
"name": "Addon Installer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "",
|
||||||
|
"bin": "bin\\hammer.exe",
|
||||||
|
"name": "Valve Hammer Editor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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 -steam -game swarm",
|
||||||
|
"bin": "reactivedrop.exe",
|
||||||
|
"name": "Engine Tools"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "-steam -game swarm",
|
||||||
|
"bin": "reactivedrop.exe",
|
||||||
|
"name": "Run Game"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -5,12 +5,12 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "-steam -game dota",
|
"args": "-steam -game dota",
|
||||||
"bin": "game//bin//win64//dota2cfg.exe",
|
"bin": "game\\bin\\win64\\dota2cfg.exe",
|
||||||
"name": "Dota 2 Workshop Manager (x64)"
|
"name": "Dota 2 Workshop Manager (x64)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "-steam -game dota",
|
"args": "-steam -game dota",
|
||||||
"bin": "game//bin//win64//dota2.exe",
|
"bin": "game\\bin\\win64\\dota2.exe",
|
||||||
"name": "Run Game (x64)"
|
"name": "Run Game (x64)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,37 +5,37 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "-steam -game portal2",
|
"args": "-steam -game portal2",
|
||||||
"bin": "bin//SDKLauncher.exe",
|
"bin": "bin\\SDKLauncher.exe",
|
||||||
"name": "Authoring Tools Launcher"
|
"name": "Authoring Tools Launcher"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "-steam -game portal2",
|
"args": "-steam -game portal2",
|
||||||
"bin": "bin//p2map_publish.exe",
|
"bin": "bin\\p2map_publish.exe",
|
||||||
"name": "Portal 2 Publish Tool"
|
"name": "Portal 2 Publish Tool"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammerplusplus.exe",
|
"bin": "bin\\hammerplusplus.exe",
|
||||||
"name": "Valve Hammer Editor ++"
|
"name": "Valve Hammer Editor ++"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,27 +5,27 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "-steam -game swarm",
|
"args": "-steam -game swarm",
|
||||||
"bin": "bin//SDKLauncher.exe",
|
"bin": "bin\\SDKLauncher.exe",
|
||||||
"name": "Authoring Tools Launcher"
|
"name": "Authoring Tools Launcher"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,27 +5,27 @@
|
|||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//SDKLauncher.exe",
|
"bin": "bin\\SDKLauncher.exe",
|
||||||
"name": "Authoring Tools Launcher"
|
"name": "Authoring Tools Launcher"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "-nop4",
|
"args": "-nop4",
|
||||||
"bin": "bin//hammer.exe",
|
"bin": "bin\\hammer.exe",
|
||||||
"name": "Valve Hammer Editor"
|
"name": "Valve Hammer Editor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlmv.exe",
|
"bin": "bin\\hlmv.exe",
|
||||||
"name": "Half-Life Model Viewer"
|
"name": "Half-Life Model Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//hlfaceposer.exe",
|
"bin": "bin\\hlfaceposer.exe",
|
||||||
"name": "Half-Life FacePoser"
|
"name": "Half-Life FacePoser"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": "",
|
"args": "",
|
||||||
"bin": "bin//qc_eyes.exe",
|
"bin": "bin\\qc_eyes.exe",
|
||||||
"name": "QC Eyes"
|
"name": "QC Eyes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user