Skip to content

Latest commit

 

History

History
 
 

compiler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

SourcePawn Public Methodmap Compiler

VSH-Rewrite use methodmaps to call boss, ability and modifiers function. However with default SourcePawn all methodmaps is private, meaning plugin can't find functions and therefore can't be called. With this custom compiler, all methodmaps will be compiled public, so plugin can find functions and call it. Custom SourceMod build is not needed/required, SourcePawn custom compiler should work fine for base SourceMod. Very small changes has been done with source code to make this work, only parser.cpp has been modified.

Available custom compilers can be found here, 2 spcomp-custom for both windows and linux, built with SourceMod 1.10.6453