diff options
| author | jz0 <[email protected]> | 2020-05-03 22:38:59 +0300 |
|---|---|---|
| committer | jz0 <[email protected]> | 2020-05-03 22:38:59 +0300 |
| commit | fdb81a898151278a66af544dfae6bfcbbf9dc3d2 (patch) | |
| tree | 8884fc5c21b3daf0a32cc145c4488b9e708deec4 /README.md | |
| download | source2-basehook-fdb81a898151278a66af544dfae6bfcbbf9dc3d2.tar.xz source2-basehook-fdb81a898151278a66af544dfae6bfcbbf9dc3d2.zip | |
Initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5f15573 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Source2-Basehook +Internal base for Source2 games + +## Features +* CreateMove hook via ClientMode +* PaintTraverse hook + * Basic engine renderer +* Simple to use VMT hooking class +* Basic NetVar dumper +* Minimal Source SDK implementation |