https://github.com/moddota/d2vdump
Dota 2 Server VScript API Dumper
https://github.com/moddota/d2vdump
Last synced: about 1 year ago
JSON representation
Dota 2 Server VScript API Dumper
- Host: GitHub
- URL: https://github.com/moddota/d2vdump
- Owner: ModDota
- License: gpl-3.0
- Created: 2016-12-21T23:50:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T15:16:23.000Z (about 9 years ago)
- Last Synced: 2025-04-06T08:51:12.589Z (about 1 year ago)
- Language: C++
- Size: 24.4 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
D2VDump is a [Metamod:Source](http://metamodsource.net) 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](https://github.com/alliedmodders/metamod-source/tree/S2) branch of Metamod:Source.
* The [dota 'hl2sdk'](https://github.com/alliedmodders/hl2sdk/tree/dota) from AlliedModders.
* [Jansson](http://www.digip.org/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.