View previous topic :: View next topic |
Author |
Message |
death_hawk
|
Posted: Sun Mar 29, 2009 9:39 am Post subject: Request: Parent can enter subdomains without relogging in |
|
|
I run a set of Source based servers for a community.
The thing is, I need different configs for mostly every server.
Is there an option to allow the parent domain to do stuff in the Subdomains without having to relogin for each one? If I have 20 servers to update I don't want to have to log in 20 times.
Even if you could make it an option for those who do like the existing system.
Thanks |
|
Back to top |
|
 |
adbot
|
Posted: Thu Mar 31, 2011 3:57 am |
|
|
|
|
|
Andrew Mammoth
|
Posted: Mon Mar 30, 2009 2:16 pm Post subject: |
|
|
Unfortunately not at this time; its on a wishlist though.
If you run servers for a community and manage 20 individual subdomains, I think you should revisit the reason you have subdomains.
They are really only useful for a rental environment (to truly isolate server installs, settings, etc)
You can still provide community members with separate access to servers (or all servers of specific games) with a single parent domain. |
|
Back to top |
|
 |
death_hawk
|
Posted: Tue Mar 31, 2009 10:04 am Post subject: |
|
|
I run Source games and certain plugins for Sourcemod (and Sourcemod in general) don't like muliple copies running from the same install.
Vanilla installs work quite well though.
The reason I found Gamecreate useful in my environment is to automate updates to each of my servers. Updating that many Source based servers is a pain in the ass, especially since Valve's Content servers are stupidly slow.
EDIT: I am taking advantage of Subdomains by installing more than one game on them. |
|
Back to top |
|
 |
Kybber
|
Posted: Tue Mar 31, 2009 6:56 pm Post subject: |
|
|
death_hawk wrote: | I run Source games and certain plugins for Sourcemod (and Sourcemod in general) don't like muliple copies running from the same install. |
What is your problem with SM and multiple server instances? |
|
Back to top |
|
 |
death_hawk
|
|
Back to top |
|
 |
Andrew Mammoth
|
Posted: Wed Apr 01, 2009 5:58 pm Post subject: |
|
|
(I fixed up your post death_hawk, it was invisible) |
|
Back to top |
|
 |
death_hawk
|
Posted: Fri Apr 03, 2009 12:35 pm Post subject: |
|
|
One other question, is there a way I can clone an existing subdomain?
Each time I create one I have to tweak all the settings again.
Kind of a pain when you're dealing with a bunch of them. |
|
Back to top |
|
 |
Andrew Mammoth
|
Posted: Fri Apr 03, 2009 12:40 pm Post subject: |
|
|
Not at the moment no, sorry. |
|
Back to top |
|
 |
Kybber
|
Posted: Fri Apr 03, 2009 6:17 pm Post subject: |
|
|
In most cases (probably not all) there are ways around this. Try experimenting
with putting plugins into the disabled-folder and loading them explicitly. The
autoexec-file is loaded before SM is loaded, so you can't load sourcemod
plugins in autoexec. But what you can do is to first let autoexec run, then
run a special predefined server.cfg once, where you load the required
SM-plugins. In that file you redefine which server.cfg to run subsequently
by the servercfgfile statement (that file will be fired each round/mapchange,
which is why you need a special server.cfg file to run first.)
I can provice you with a more complete rundown if required. |
|
Back to top |
|
 |
|