Page 1 of 1

Plugin not loaded automatically?

Posted: Sun Mar 04, 2018 9:01 pm
by Reeley
After getting Source.Python to work im trying out the Getting started tutorial.

I created a folder test in the plugins folder and a file test.py. When starting the server nothing happens. My plugin only gets loaded when i enter the command sp plugin load test.

Are plugins not automatically loaded when starting a server?

Re: Plugin not loaded automatically?

Posted: Sun Mar 04, 2018 9:04 pm
by Ayuto
Yes, plugins are not loaded automatically. If you want them to load automatically, you need to put the "sp plugin load ..." statements into your autoexec.cfg.

Re: Plugin not loaded automatically?

Posted: Sun Mar 04, 2018 9:08 pm
by Reeley
Hmm ok thanks, maybe this should be added to the get started page

Re: Plugin not loaded automatically?

Posted: Sun Mar 04, 2018 9:10 pm
by Ayuto
Yes, good point. Thanks!