update CSGO -> CS2

This commit is contained in:
STAM 2024-03-10 18:36:16 +03:00
parent 3cdd5bd447
commit 759c1b92ee
No known key found for this signature in database
GPG Key ID: 711526C6938897F1
3 changed files with 23 additions and 38 deletions

View File

@ -48,4 +48,4 @@ appid | name
570 | Dota 2 570 | Dota 2
620 | Portal 2 620 | Portal 2
630 | Alien Swarm 630 | Alien Swarm
730 | ounter-Strike: Global Offensive 730 | Сounter-Strike 2: SDK (ex. Сounter-Strike: Global Offensive)

View File

@ -0,0 +1,22 @@
{
"appid": 730,
"name": "Сounter-Strike 2: SDK (ex. CS:GO)",
"bin": "",
"tools": [
{
"args": "-steam -retail",
"bin": "game\\bin\\win64\\csgocfg.exe",
"name": "Сounter-Strike 2: Workshop Manager"
},
{
"args": "-steam",
"bin": "game\\bin\\win32\\cs2.exe",
"name": "Run Сounter-Strike 2 (x32)"
}
{
"args": "-steam",
"bin": "game\\bin\\win64\\cs2.exe",
"name": "Run Сounter-Strike 2 (x64)"
}
]
}

View File

@ -1,37 +0,0 @@
{
"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"
}
]
}