Raised This Month: $51 Target: $400
 12% 

Sourcemod not starting on server boot


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
chezpuf
New Member
Join Date: Oct 2020
Location: BC, Canada
Old 10-30-2020 , 21:23   Sourcemod not starting on server boot
Reply With Quote #1

Source mods load fine when called for while on the server, I'd just like for practice mode to start on boot.

Here's the specific plugin:
"CS:GO PracticeMode" (1.3.3) by splewis

I've tried adding sm_practicemode_autostart "1" to my autoexec, but it's not a recognized command.

Am I missing something simple here?

Last edited by chezpuf; 10-30-2020 at 21:23.
chezpuf is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 10-30-2020 , 22:32   Re: Sourcemod not starting on server boot
Reply With Quote #2

srcds execute autoexec.cfg before first map load.
This is too early for SM.

Look, does plugin create own config file ...cfg/sourcemod/

If not, you can add that cvar in sourcemod.cfg or ...cfg/server.cfg
These configs however will execute on every map start.
__________________
Do not Private Message @me
Bacardi is offline
chezpuf
New Member
Join Date: Oct 2020
Location: BC, Canada
Old 10-30-2020 , 22:42   Re: Sourcemod not starting on server boot
Reply With Quote #3

Quote:
Originally Posted by Bacardi View Post
srcds execute autoexec.cfg before first map load.
This is too early for SM.

Look, does plugin create own config file ...cfg/sourcemod/

If not, you can add that cvar in sourcemod.cfg or ...cfg/server.cfg
These configs however will execute on every map start.
I have +exec /sourcemod/practicemode.cfg in my start command, and it shows the practicemode overlay/setup options when on the server, but it doesn't actually run the sourcemod
chezpuf is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 10-31-2020 , 05:05   Re: Sourcemod not starting on server boot
Reply With Quote #4

srcds start command is also, too early to use SM convars.

Try look ...cfg/sourcemod/practicemode.cfg for example


*edit
Read bottom, ConVars section
https://github.com/splewis/csgo-practice-mode
__________________
Do not Private Message @me

Last edited by Bacardi; 10-31-2020 at 05:34.
Bacardi is offline
chezpuf
New Member
Join Date: Oct 2020
Location: BC, Canada
Old 11-06-2020 , 02:18   Re: Sourcemod not starting on server boot
Reply With Quote #5

Quote:
Originally Posted by Bacardi View Post
srcds start command is also, too early to use SM convars.

Try look ...cfg/sourcemod/practicemode.cfg for example


*edit
Read bottom, ConVars section
https://github.com/splewis/csgo-practice-mode
sm_practicemode_autostart "1" in practicemode.cfg

facepalm. thanks!
__________________
professional idiot
chezpuf is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:37.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode