Utility to dump game netprops and datamaps for further processing.
|
8 лет назад | |
---|---|---|
scripting | 8 лет назад | |
.gitignore | 8 лет назад | |
.gitmodules | 8 лет назад | |
LICENSE | 8 лет назад | |
README.md | 8 лет назад |
Utility plugin to dump game netprops and datamaps for further processing.
When a required update is detected (i.e., the game's master server requests a restart), the plugin writes a file indicating that the plugin should dump useful engine information on the next startup (after the update).
Saves information into data/datadump
under the SourceMod directory, using the NetworkPatch
version in the game directory's steam.inf
file.
Currently dumps the following information:
sm_dump_datamaps
, sm_dump_netprops
, sm_dump_classes
cvarlist
does.This is a plugin mainly intended for use in Pikachu's Canadian Server of Romance and Drama.
While I'm happy if you find some useful code for your own plugins, I can't provide any support for said code, nor will I offer any guarantees that the plugin will remain usable outside of its main use.