json updates

This commit is contained in:
stam@epicm.org 2022-04-15 12:16:31 +03:00
parent 233b75c3c0
commit b1d7779802
Signed by: stam
GPG Key ID: E149C3760CFA3C7E
54 changed files with 430 additions and 136 deletions

View File

@ -280,8 +280,77 @@
<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\addons\7-zip.json">
<None Include="json\addons\myProgram.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>

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "7-Zip",
"Category": "",
"Bin": "C:\\Program Files\\7-Zip\\7zFM.exe",
"Args": ""
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "Far Manager",
"Category": "",
"Bin": "C:\\Program Files\\Far Manager\\Far.exe",
"Args": ""
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "Git Bash",
"Category": "",
"Bin": "C:\\Program Files\\Git\\git-bash.exe",
"Args": "--cd-to-home"
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "Git CMD",
"Category": "",
"Bin": "C:\\Program Files\\Git\\git-cmd.exe",
"Args": "--cd-to-home"
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "Git GUI",
"Category": "",
"Bin": "C:\\Program Files\\Git\\cmd\\git-gui.exe",
"Args": ""
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "Google Chrome",
"Category": "",
"Bin": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
"Args": ""
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "Google Chrome",
"Category": "",
"Bin": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
"Args": ""
}

View File

@ -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": ""
}

View File

@ -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": ""
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "Mozilla Firefox",
"Category": "",
"Bin": "C:\\Program Files\\Mozilla Firefox\\firefox.exe",
"Args": ""
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "Notepad++",
"Category": "",
"Bin": "C:\\Program Files\\Notepad++\\notepad++.exe",
"Args": ""
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "P4 Merge",
"Category": "",
"Bin": "C:\\Program Files\\Perforce\\p4merge.exe",
"Args": ""
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "Perforce",
"Category": "",
"Bin": "C:\\Program Files\\Perforce\\p4v.exe",
"Args": ""
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "PowerShell 7 (x64)",
"Category": "",
"Bin": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"Args": "-WorkingDirectory ~"
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "PowerShell 7 (x86)",
"Category": "",
"Bin": "C:\\Program Files (x86)\\PowerShell\\7\\pwsh.exe",
"Args": "-WorkingDirectory ~"
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "PowerShell 7 Preview (x64)",
"Category": "",
"Bin": "C:\\Program Files\\PowerShell\\7-preview\\pwsh.exe",
"Args": " -WorkingDirectory ~"
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "PowerShell 7 Preview (x86)",
"Category": "",
"Bin": "C:\\Program Files (x86)\\PowerShell\\7-preview\\pwsh.exe",
"Args": "-WorkingDirectory ~"
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "Steam",
"Category": "",
"Bin": "C:\\Program Files (x86)\\Steam\\Steam.exe",
"Args": ""
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "Sublime Text",
"Category": "",
"Bin": "C:\\Program Files\\Sublime Text\\sublime_text.exe",
"Args": ""
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "VLC",
"Category": "",
"Bin": "C:\\Program Files\\VideoLAN\\VLC\\vlc.exe",
"Args": ""
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "VS Code Insiders",
"Category": "",
"Bin": "C:\\Program Files\\Microsoft VS Code Insiders\\Code - Insiders.exe",
"Args": ""
}

View File

@ -0,0 +1,9 @@
{
"Engines": [
],
"Name": "Win Merge",
"Category": "",
"Bin": "C:\\Program Files\\WinMerge\\WinMergeU.exe",
"Args": ""
}

View File

@ -0,0 +1,7 @@
{
"Engines": [],
"Name": "WinRAR",
"Category": "",
"Bin": "C:\\Program Files\\WinRAR\\WinRAR.exe",
"Args": ""
}

View File

@ -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"
} }
] ]

View File

@ -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"
} }
] ]
} }

View File

@ -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"
} }
] ]
} }

View File

@ -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"
} }
] ]

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
} }
] ]

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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)"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {