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

Alternative for seDirector


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 03-31-2017 , 15:01   Alternative for seDirector
Reply With Quote #1

Hello. Is there any alternative for seDirector? It seems developer not active anymore and i'm having issues witth the program (server freezes doesn't restart)
iGANGNAM is offline
Sil3nt702
Member
Join Date: May 2016
Old 03-31-2017 , 15:36   Re: Alternative for seDirector
Reply With Quote #2

You don't really need it. I use batch scripts to automatically restart it if it crashes, use steamworks auto update to update windows srcds, and any server crontab to restart it daily if it's a 24/7 server.
Sil3nt702 is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 03-31-2017 , 15:58   Re: Alternative for seDirector
Reply With Quote #3

Quote:
Originally Posted by Sil3nt702 View Post
You don't really need it. I use batch scripts to automatically restart it if it crashes, use steamworks auto update to update windows srcds, and any server crontab to restart it daily if it's a 24/7 server.
+1

I also use batch scripts to fork my servers off one install.
__________________
Neuro Toxin is offline
YunaJung
Junior Member
Join Date: Feb 2017
Old 03-31-2017 , 17:15   Re: Alternative for seDirector
Reply With Quote #4

Quote:
Originally Posted by Sil3nt702 View Post
You don't really need it. I use batch scripts to automatically restart it if it crashes, use steamworks auto update to update windows srcds, and any server crontab to restart it daily if it's a 24/7 server.
+2
For auto restart: https://forums.alliedmods.net/showthread.php?p=777168 (If game is CS:GO, disable hibernate)

But I still miss neat UI of seDirector
__________________
YunaJung is offline
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 04-01-2017 , 06:43   Re: Alternative for seDirector
Reply With Quote #5

Can anyone share some useful bash scripts? I use forked server as well seDirector doesn't want to support it tho.

Last edited by iGANGNAM; 04-01-2017 at 06:43.
iGANGNAM is offline
YunaJung
Junior Member
Join Date: Feb 2017
Old 04-01-2017 , 13:06   Re: Alternative for seDirector
Reply With Quote #6

Quote:
Originally Posted by iGANGNAM View Post
Can anyone share some useful bash scripts? I use forked server as well seDirector doesn't want to support it tho.
PHP Code:
@echo off
cls
title CSGO SERVER
:update
c
:\STEAM_CMD_dir\steamcmd.exe +runscript C:\STEAM_CMD_dir\script.txt
goto srcds
:srcds
echo (%time%) srcds started.
start /wait srcds.exe --parameters
goto update 
I wrote simple script,
This script will do update server every server restart/crash.
Just send quit or _restart command via SteamWorks_RestartRequested forward in SteamWorks.
Then that is auto update, Seems -autoupdate and -steamcmd_dir parameters are not work in Windows environment.

But this isn't auto restart when appear dialog such as No free editcs or precache related error box.
__________________
YunaJung 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 17:34.


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