Server plugin for AutoDemo system
- SourceMod 1.9 or higher
- REST in Pawn
- SourceTV Manager
- Nice hands
- Download the repository content fully or latest release archive.
- Unpack archive.
if you downloaded repository content fully, you need build plugin. Go to Building for more information. - Upload files on game server.
- Enable SourceTV on server. For more information, read section SourceTV enabling.
- Restart the map or server.
For compiling sourcepawn source file (.sp), you need SourcePawn Compiler on your PC. You can download him from here.
Note: You should download archive for your OS. All plugins, compiled on Windows, can run on server with Linux, and vice versa.
If you use Windows, you must select the source file (.sp) and transfer it to spcomp.exe. You will compile the source and you will receive a plugin (.smx).
Else you use Linux, then you need to register ./spcomp file.sp and you will compile the file.
P.S.: In both cases, the plugin is compiled into the source folder. But in the case of Linux, for everything to work, you must be in the folder with the compiler. Also if you use SM 1.10+, then it's better to use spcomp64
.
To enable SourceTV, you need to register the following in server.cfg:
// SourceTV options
tv_enable 1
tv_autorecord 0
tv_maxclients 0
tv_name "AutoDemo"
tv_port 27020
- Erik Minekus for developing REST in Pawn.
- Peace-Maker for developing SourceTV Manager.
- Se7en for providing own demo auto-uploader with cURL by FTP (called as
UploadFTP
).