CrazyHackGUT / sm-autodemo

Server plugin for AutoDemo system
GNU General Public License v3.0
24 stars 4 forks source link

Questions with SM AutoDemo #18

Open crashzk opened 2 years ago

crashzk commented 2 years ago

I would like to start using this plugin to manage the demos on my servers, but there were some questions.

I can configure using the AutoDemo_FTPUpload plugin to upload the demos after it's finished to my web hosting, correct? So players could go and download the demo after the upload is complete.

About SourceTV setup:

Can I freely change the tv_maxclients, tv_name and tv_port options?

CrazyHackGUT commented 2 years ago

I can configure using the AutoDemo_FTPUpload plugin to upload the demos after it's finished to my web hosting, correct?

Yes, but you need manually implement listing. This can be reached via built-in feature "auto-index" in web-servers, for example. https://nginx.org/en/docs/http/ngx_http_autoindex_module.html https://httpd.apache.org/docs/2.4/mod/mod_autoindex.html

Can I freely change the tv_maxclients, tv_name and tv_port options?

Yes, of course. Plugin limits only tv_autorecord value: they should be zero always.