mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2025-03-06 10:30:32 +03:00
update CSGO -> CS2
This commit is contained in:
parent
3cdd5bd447
commit
759c1b92ee
@ -48,4 +48,4 @@ appid | name
|
||||
570 | Dota 2
|
||||
620 | Portal 2
|
||||
630 | Alien Swarm
|
||||
730 | ounter-Strike: Global Offensive
|
||||
730 | Сounter-Strike 2: SDK (ex. Сounter-Strike: Global Offensive)
|
||||
|
22
src/UniversalValveToolbox/json/engines/730_cs2.json
Normal file
22
src/UniversalValveToolbox/json/engines/730_cs2.json
Normal 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)"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user