AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   csgo server mapcycle.txt resets (https://forums.alliedmods.net/showthread.php?t=221396)

Maxximou5 08-17-2013 23:31

Re: csgo server mapcycle.txt resets
 
Quote:

Originally Posted by Powerlord (Post 1996576)
This is the first I've heard of CS:GO clearing the mapcycle... does this have something to do with the gamemodes.txt / gamemodes-server.txt file?

This has been an issue since the beginning due to the update replacing the file, along with gamemode_server.txt
Reference: http://forums.alliedmods.net/showthread.php?t=207240

Quote:

Originally Posted by Bacardi (Post 1995837)
in server.cfg
mapcyclefile "mapcycle2.txt"
and do another mapcycle file

sm_cvar mapcyclefile "mapcycle2.txt"
Otherwise it will most likely fail.

Bacardi 08-18-2013 10:24

Re: csgo server mapcycle.txt resets
 
god dammed, left 4 dead crap...

gizmic 08-18-2013 14:32

Re: csgo server mapcycle.txt resets
 
Code:

hostname ""
rcon_password ""

sv_lan 0

sv_region 4

sv_downloadurl ""

// Server is open
sv_allow_lobby_connect_only 0

sv_dc_friends_reqd 0

exec banned_user.cfg

exec banned_ip.cfg
exec my_server_override_competitive.cfg
ammo_grenade_limit_flashbang 2
ammo_grenade_limit_total 4

mp_spawnprotectiontime 7
mp_endmatch_votenextmap 0
maxplayers 32
mp_freezetime 5
mp_maxrounds 20
mp_weapons_allow_zeus 1
mp_flashlight 1
mp_warmuptime 30
sv_vote_quorum_ratio 0.01000
+mapcyclefile mapcycle2.txt
cl_cmdrate 128
cl_updaterate 128
cl_interp 0
cl_interp_ratio 1
rate 128000

Code:

log on

cl_cmdrate 128
cl_updaterate 128
cl_interp 0
cl_interp_ratio 1
cl_cmdrate 128
rate 128000


iGANGNAM 08-18-2013 15:09

Re: csgo server mapcycle.txt resets
 
+mapcyclefile mapcycle2.txt

I think this is bad way of doing.Try to add this to start up line for example mine:

screen -A -m -d -S minigames ./srcds_run -game cstrike +maxplayers 32 +ip MineGoodIPhere +port 27015 +map bob2 +sm_basepath addons/minigames +sm_corecfgfile addons/minigames/configs/core.cfg +servercfgfile minigames.cfg +mapcyclefile minigames.txt

Ofcourse it won't fit you maybe, because I use it on Counter-Strike: Source
If you use windows than just add +mapcyclefile mapcycle2.txt in start up line just don't add it in .cfg files :)

You may read about csgo startup line here: http://csgodev.com/csgo-server-command-line-options/

Kjaer 08-18-2013 22:58

Re: csgo server mapcycle.txt resets
 
^ What he said, you use the + to signify that you are about to define a variable in the startup line before the game loads, so you do not need this in server.cfg.

If you are going to set your mapcycle file in the cmd startup line that is fine (and probably the best way to do it), but if you are going to do in through config (.cfg) files, I would suggest adding it to the autoexec.cfg, and not server.cfg to ensure proper loading.


All times are GMT -4. The time now is 20:55.

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