diff options
Diffstat (limited to 'gamedata/engine.kv')
-rw-r--r-- | gamedata/engine.kv | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gamedata/engine.kv b/gamedata/engine.kv index 81a0545..a43d25c 100644 --- a/gamedata/engine.kv +++ b/gamedata/engine.kv @@ -6,6 +6,16 @@ vtidx_StopRecording 7 vtidx_RecordPacket 11 // VEngineClient +vtidx_GetGameDirectory { + Client015 35 // current portal 2 + Client014 { L4D2 73 } // YES IT'S SEVENTY THREE ALL OF A SUDDEN. + Client013 { + L4Dx 36 // AND THEN THEY CHANGED IT BACK LATER! + default 35 // <- most things have this! + } + Client012 37 // dmomm, ep1, ... +} vtidx_GetEngineBuildNumber { L4D2 99 } +vtidx_PEntityOfEntIndex { OrangeBox 19 } // probably OE too but??? // vi: sw=4 ts=4 noet tw=80 cc=80 |