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

[nextmap.smx] FATAL: Cannot load map cycle.


Post New Thread Reply   
 
Thread Tools Display Modes
RisingFog
Junior Member
Join Date: Nov 2011
Old 05-01-2013 , 22:48   Re: [nextmap.smx] FATAL: Cannot load map cycle.
Reply With Quote #11

Is there a way to fix the mapcycle issue so that it uses the original Valve system instead of SourceMod?
RisingFog is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 05-04-2013 , 10:14   Re: [nextmap.smx] FATAL: Cannot load map cycle.
Reply With Quote #12

I put it in the [mod]/custom/custom_cfgs/cfg/ folder and seems to work in terms of the next map in the given mapcyclefile, though nextmap will still kick up a fuss and fail.
__________________

Last edited by 11530; 05-04-2013 at 10:17.
11530 is offline
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 05-04-2013 , 10:35   Re: [nextmap.smx] FATAL: Cannot load map cycle.
Reply With Quote #13

my fix way in linux:

adding to startup: "+mapcyclefile zombiemaps.txt"
cd gamedirectorywhereiscss/cstrike
cd cfg
mkdir cfg
ln -s ../ zombiemaps.txt
cd cfg
ln -s ../../ zombiemaps.txt

(This should work for you, I did it some other way, maybe startup is not that as mine.)

server restart
__________________

Last edited by iGANGNAM; 05-04-2013 at 10:39.
iGANGNAM is offline
marcintojatak
BANNED
Join Date: Sep 2010
Location: PL
Old 05-10-2013 , 16:41   Re: [nextmap.smx] FATAL: Cannot load map cycle.
Reply With Quote #14

change this file this is maplists.cfg to all sourcemod maps plugins

addons/sourcemod/configs/maplists.cfg <--

you may create txt file and add favorite map myfavmaps.txt put him to /cstrike/

and change on maplists.cfg

/* For the "randomcycle" plugin */
"randomcycle"
{
"file" "maplist.txt"-->myfavmaps.txt


----------------------------------------------------------------------------------------------

or create file mymaps.txt and mymaps-cycle.txt add maps name to file copy to cstrike/

edit file addons/sourcemod/configs/maplists.cfg

"MapLists"
{
/**
* Default requests go right to the mapcyclefile.
*/
"default"
{
"target" "mymaps.txt"
}

/* Admin menu, map menu */
"sm_map menu"
{
"file" "mymaps.txt"
}

/* Admin menu, map voting menu */
"sm_votemap menu"
{
"file" "mymaps.txt"
}

/* For the "randomcycle" plugin */
"randomcycle"
{
"file" "mymaps-cycle.txt"
}

/* For the "mapchooser" plugin */
"mapchooser"
{
"file" "mymaps.txt"
}

/* For the "nominations" plugin */
"nominations"
{
"file" "mymaps.txt"
}
}

----------------------------------------------------------------------------------------------

download file maplists.cfg edit with notepad++ upload to ftp

restart
and thats all

new update no need to change files stay the same in cstrike/ mymaps.txt mymaps-cycle.txt


----------------------------------------------------------------------------------------------
--> YOU MUST RESTART YOURS SRV IF YOU CHANGE addons/sourcemod/configs/maplists.cfg <--
--> this file is sourcemod cfg if you not restart will be the same source mod is read old cfg <--
----------------------------------------------------------------------------------------------
Attached Files
File Type: cfg maplists.cfg (1.3 KB, 393 views)

Last edited by marcintojatak; 03-16-2014 at 17:57.
marcintojatak is offline
waza123a
Member
Join Date: Mar 2010
Old 05-15-2013 , 06:06   Re: [nextmap.smx] FATAL: Cannot load map cycle.
Reply With Quote #15

move plugins nextmap and mapchooser to disabled folder, until official or unofficial fix is available.
waza123a is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 05-31-2013 , 09:21   Re: [nextmap.smx] FATAL: Cannot load map cycle.
Reply With Quote #16

Set mapcyclefile in your server launch string and it works properly.
I did this first day steampipe came out and never had any problems since..
Otherwise, if you try to use server.cfg or something, it's too late and fails.
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.

Last edited by friagram; 05-31-2013 at 09:22.
friagram 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 20:58.


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