Skip to content

CrazyHackGUT/sm-autodemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SourceMod AutoDemo Recording System

Server plugin for AutoDemo system

Requirements

Installing

Building

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.

SourceTV Enabling

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

Great thanks

  • 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).