mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2025-02-11 14:18:55 +03:00
supported games update
+ portal: demo
This commit is contained in:
parent
217e369694
commit
4cd82e69eb
81
SUPPORTED.md
81
SUPPORTED.md
@ -9,43 +9,44 @@
|
|||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
# Supported games and SDK
|
# Supported games and SDK
|
||||||
appid | name
|
appid | name | type
|
||||||
--- | ---
|
--- | --- | ---
|
||||||
1117390 | Snowdrop Escape
|
1117390 | Snowdrop Escape |
|
||||||
17520 | Synergy
|
17520 | Synergy |
|
||||||
1828210 | Requiem Of Science
|
1828210 | Requiem Of Science |
|
||||||
1840 | Source Filmmaker
|
1840 | Source Filmmaker | SDK
|
||||||
1950750 | Kayf-Life: Complete Edition
|
1950750 | Kayf-Life: Complete Edition | Mod
|
||||||
1966980 | Bestiarium Project
|
1966980 | Bestiarium Project | Game
|
||||||
211 | Source SDK
|
211 | Source SDK | SDK
|
||||||
220 | Half-Life2
|
220 | Half-Life2 | Game
|
||||||
224260 | No More Room in Hell
|
224260 | No More Room in Hell |
|
||||||
240 | Counter-Strike: Source
|
240 | Counter-Strike: Source | Game
|
||||||
243730 | Source SDK 2013 SinglePlayer
|
243730 | Source SDK 2013 SinglePlayer | SDK
|
||||||
243750 | Source SDK 2013 MultiPlayer
|
243750 | Source SDK 2013 MultiPlayer | SDK
|
||||||
254430 | Half-Life SDK
|
254430 | Half-Life SDK | SDK
|
||||||
280740 | Aperture Tag: The Paint Gun Testing Initiative
|
280740 | Aperture Tag: The Paint Gun Testing Initiative |
|
||||||
280 | Half-Life: Source
|
280 | Half-Life: Source | Game
|
||||||
286080 | Thinking with Time Machine
|
286080 | Thinking with Time Machine | Game
|
||||||
290930 | Half-Life 2: Update
|
290930 | Half-Life 2: Update | Mod
|
||||||
300 | Day of Defeat: Source
|
300 | Day of Defeat: Source | Game
|
||||||
320 | Half-Life 2: Deathmatch
|
320 | Half-Life 2: Deathmatch | Game
|
||||||
340 | Half-Life 2: Lost Coast
|
340 | Half-Life 2: Lost Coast | Game
|
||||||
360 | Half-Life Deathmatch: Source
|
360 | Half-Life Deathmatch: Source | Game
|
||||||
362890 | Black Mesa
|
362890 | Black Mesa | Game
|
||||||
380 | Half-Life 2: Episode One
|
380 | Half-Life 2: Episode One | Game
|
||||||
397680 | FIREFIGHT RELOADED
|
397680 | FIREFIGHT RELOADED |
|
||||||
399120 | Prospekt
|
399120 | Prospekt |
|
||||||
4000 | Garry's Mod
|
4000 | Garry's Mod | Game
|
||||||
400 | Portal
|
400 | Portal | Game
|
||||||
420 | Half-Life 2: Episode Two
|
410 | Portal: First Slice | Demo
|
||||||
440 | Team Fortress 2
|
420 | Half-Life 2: Episode Two | Game
|
||||||
447820 | Day of Infamy
|
440 | Team Fortress 2 | Game
|
||||||
496450 | J.A.C.K.
|
447820 | Day of Infamy |
|
||||||
500 | Left 4 Dead
|
496450 | J.A.C.K. | SDK
|
||||||
550 | Left 4 Dead 2
|
500 | Left 4 Dead | Game
|
||||||
563560 | Alien Swarm: Reactive Drop
|
550 | Left 4 Dead 2 | Game
|
||||||
570 | Dota 2
|
563560 | Alien Swarm: Reactive Drop |
|
||||||
620 | Portal 2
|
570 | Dota 2 | Game
|
||||||
630 | Alien Swarm
|
620 | Portal 2 | Game
|
||||||
730 | Сounter-Strike 2: SDK (ex. Сounter-Strike: Global Offensive)
|
630 | Alien Swarm | Game
|
||||||
|
730 | Сounter-Strike 2: SDK (ex. Сounter-Strike: Global Offensive) | Game
|
||||||
|
37
src/UniversalValveToolbox/json/engines/410.json
Normal file
37
src/UniversalValveToolbox/json/engines/410.json
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"appid": 410,
|
||||||
|
"name": "Portal: First Slice (Demo) 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 portal",
|
||||||
|
"bin": "hl2.exe",
|
||||||
|
"name": "Engine Tools"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": "-steam -game portal",
|
||||||
|
"bin": "hl2.exe",
|
||||||
|
"name": "Run Game"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user