diff options
author | Willian Henrique <wsimanbrazil@yahoo.com.br> | 2023-06-20 20:53:09 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2023-06-20 20:56:23 +0100 |
commit | 9c2bb3af4358a44d71d45d05278b2f34313de0e2 (patch) | |
tree | 7f3dc229fc9930001d3831a3a17955a70a982d66 /gamedata/engine.kv | |
parent | 7079ad6643f3eaa724c9f9ae0e753e787ee2f7f5 (diff) |
Add more GetEngineBuildNumber offsets
Diffstat (limited to 'gamedata/engine.kv')
-rw-r--r-- | gamedata/engine.kv | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/gamedata/engine.kv b/gamedata/engine.kv index e72fa3f..383fe3c 100644 --- a/gamedata/engine.kv +++ b/gamedata/engine.kv @@ -33,10 +33,19 @@ vtidx_GetGameDirectory { Client012 37 // dmomm, ep1, ... } vtidx_GetEngineBuildNumber { - L4D2 { - Client013 99 - //Client014 ??? // TODO(compat): find out what this is (maybe 136?) + Client013 { + L4D2 99 + Portal2 100 + } + Client014 { + L4D2 31 + 2013 98 } + Portal1_3420 91 + // TODO(compat): we'll need these... but need to detect first + //Portal1_5135 102 + //L4D1_1005 99 + //L4D1_Steam 97 } // IGameUIFuncs |