sm-autodemo icon indicating copy to clipboard operation
sm-autodemo copied to clipboard

Questions with SM AutoDemo

Open crashzk opened this issue 4 years ago • 1 comments

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:

  • tv_enable 1
  • tv_autorecord 0
  • tv_maxclients 0
  • tv_name "AutoDemo"
  • tv_port 27020

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

crashzk avatar Sep 25 '21 20:09 crashzk

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.

CrazyHackGUT avatar Sep 25 '21 21:09 CrazyHackGUT