mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2025-03-13 05:50:19 +03:00
38 lines
683 B
JSON
38 lines
683 B
JSON
{
|
|
"appid": 730,
|
|
"name": "CSGO: SDK",
|
|
"bin": "csgo.exe",
|
|
"tools": [
|
|
{
|
|
"args": "",
|
|
"bin": "bin\\SDKLauncher.exe",
|
|
"name": "Authoring Tools Launcher"
|
|
},
|
|
{
|
|
"args": "-nop4",
|
|
"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": "-steam -game csgo",
|
|
"bin": "csgo.exe",
|
|
"name": "Run Game"
|
|
}
|
|
]
|
|
}
|