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

csgo server mapcycle.txt resets


Post New Thread Reply   
 
Thread Tools Display Modes
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 08-17-2013 , 23:31   Re: csgo server mapcycle.txt resets
Reply With Quote #11

Quote:
Originally Posted by Powerlord View Post
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 View Post
in server.cfg
mapcyclefile "mapcycle2.txt"
and do another mapcycle file
sm_cvar mapcyclefile "mapcycle2.txt"
Otherwise it will most likely fail.
Maxximou5 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 08-18-2013 , 10:24   Re: csgo server mapcycle.txt resets
Reply With Quote #12

god dammed, left 4 dead crap...
Bacardi is offline
gizmic
Junior Member
Join Date: Jul 2013
Old 08-18-2013 , 14:32   Re: csgo server mapcycle.txt resets
Reply With Quote #13

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
gizmic is offline
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 08-18-2013 , 15:09   Re: csgo server mapcycle.txt resets
Reply With Quote #14

+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/

Last edited by iGANGNAM; 08-18-2013 at 15:11.
iGANGNAM is offline
Kjaer
Senior Member
Join Date: Oct 2009
Location: Canada
Old 08-18-2013 , 22:58   Re: csgo server mapcycle.txt resets
Reply With Quote #15

^ 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.
__________________
If you require server assistance add me!
Kjaer 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 10:49.


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