Posts: 2
Threads: 1
Joined: Oct 2008
Reputation:
0
10-27-2008, 02:53 PM
Hi,
Is there a way of changing the default map (for CS:S) without having access to the command line?
If command line access is the only way, is adding "+map name_of_map" correct?
Cheers Jason.
Posts: 1,321
Threads: 85
Joined: Feb 2008
Reputation:
11
I think you can add "changelevel name_of_map" to your autoexec.cfg
~ trewq
Posts: 229
Threads: 38
Joined: Dec 2007
Reputation:
1
putting it the autoexec would make that map change every map change.
try making a mapcfg for that map, and putting the changemap command in that.
Posts: 1,321
Threads: 85
Joined: Feb 2008
Reputation:
11
ok no it wouldn't the autoexec only runs on the server startup its the server.cfg that runs every map change and if you make a map config to change it you wouldn't be able to play that map if you wanted to.
~ trewq
Posts: 3,906
Threads: 404
Joined: Oct 2007
Reputation:
21
Putting a Changelevel in a cfg file is generally a bad idea.
Putting it in the server.cfg would make the map constantly change. Putting it in a map.cfg would games the map when the said map is changed to.
Set it in the command line.
~ Mooga ...w00t? -
SRCDS.com on Twitter
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.