I don't know how to fix it with a start parameter, but here are two
workarounds:

- Symlinks are a good way to get these problems fixed. Symlink all
directories that the servers should share and have a separate
cfg/addons/etc. for each instance.
- Also, most things that are currently in the gamemodes.txt are just
standard cvars, locked from console access. SourceMod can help you with
that: http://forums.alliedmods.net/showthread.php?t=186668
I think the only thing that you can't set is the per-map stuff in the
gamemodes.txt


Oh and be careful when symlinking CS:GO servers. Valve have decided that it
would be a good idea to have material files in the main game directory
again (the .vpk files in csgo) so you need to update your symlinks when
they add a new one. I thought the times of .wad were over with srcds :/

On Fri, Aug 3, 2012 at 6:17 AM, Brendan Cosman <
[email protected]> wrote:

> Hi,
>
> Sorry for what is probably a common question, but I couldn't find any
> information online, and the link to the archives for this mailing list
> don't seem to be available.
>
> I'm attempting to setup multiple CS:GO servers using a single
> installation. This was possible with CSS using something like this:
>
> srcds.exe -game cstrike -norestart -nocrashdialog -ip xxx.xxx.xxx.xxx
> -port yyyyy -maxplayers 20 +map de_inferno -console +mm_basedir
> "addons/metamodyyyy" +mm_pluginsfile "addons/sourcemodyyyy/metaplugins.ini"
> +sm_basepath addons/sourcemodyyyy +fps_max 600 +exec portyyyy.cfg
>
> And in portyyyy.cfg you could specify:
>
> mapcyclefile "mapcycleyyyy.cfg"
> motdfile "motdyyyy.txt"
>
> However, with CS:GO using \cfg\gamemodes.txt, \cfg\maplist.txt etc, I've
> not been able to find the correct way to set these per-instance. The
> command "motdfile" is available, but not "mapcyclefile" or "maplistfile".
>
> Can someone please let me know the correct way to launch multiple servers
> from the same directory. I assume there is a command line option to provide
> each instance with its own \cfg directory?
>
> Thanks,
> Brendan
>
>
> _______________________________________________
> Csgo_servers mailing list
> [email protected]
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>
_______________________________________________
Csgo_servers mailing list
[email protected]
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

Reply via email to