View Single Post
Author Message
FortyTwo
New Member
Join Date: Dec 2020
Old 06-25-2023 , 08:30   [L4D2/TF2] VScript
Reply With Quote #1

Description
SourceMod plugin that exposes many VScript features to make use of it.
Currently supports L4D2 and TF2. More game support can be added to gamedata if requested.

Features
You can read all features plugin has at vscript.inc, but some noticeable features include:
  • Creating SDKCall and DynamicDetour handle from native function, with parameter and return infos auto filled. Do not need gamedata signature for address of function.
  • Creating new native function for vscript to use.
  • Managing with HSCRIPT objects.
  • Compiling and Executing a vscript code with parameters and returns passed.

You can find some code examples in readme.

ConVars
  • vscript_version: Current version, no touchie.

Dependencies
Source Code
All build package for download

Last edited by FortyTwo; 03-19-2024 at 16:23.
FortyTwo is offline