Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 778 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 778 Bytes

D2VDump is a Metamod:Source plugin for Dota 2 that dumps out the VScript API functions and globals.

It outputs the dumps upon unload (including server exit), and currently supports JSON. Other formats may be added in the future.

Compile-time Dependencies

  • The S2 branch of Metamod:Source.
  • The dota 'hl2sdk' from AlliedModders.
  • Jansson (only v2.5 and v2.6 have been tested, compiled and linked statically).

Run-time Dependencies

  • Metamod:Source for Dota / Source 2, including gameinfo.gi edit for it to load.
  • If wanting to see bot VM functions, another plugin to trigger its initialization.