AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   Mapgroup issue (https://forums.alliedmods.net/showthread.php?t=308339)

creepa 06-17-2018 03:02

Mapgroup issue
 
so i added mapgroup and set it up in the gamemode_server, but its still not working. I cant get points or rank to work on my csgo surf servers because of this. Mapcycle doesnt work anymore so i need to setup mapgroup.

it says this
Host_MapGroup_f: No mapgroup specified

when i type mapgroup in console

this is what i have in my gamemode_server

"Gamemodes_Server.txt"
{
"gameTypes"
{
"classic"
{
"gameModes"
{
"casual"
{
"mapgroupsMP"
{
"mg_surf" ""
}
}
}
}
}
"mapgroups"
{
"mg_surf"
{
"name" "mg_surf"
"maps"
{
"surf_rookie" "0"
}
}
}
}

creepa 06-17-2018 03:04

Re: Mapgroup issue
 
when i put the map name in map cycle it works but soon as i reboot it changes mapcycle maps back to default. I was told it doesnt work anymore that i need to setup mapgroups the new way. But i cant get this to work. Ive spent several days trying

ghostofmybrain 06-17-2018 10:28

Re: Mapgroup issue
 
I'll upload mine when I'm at the computer in about an hour.

ghostofmybrain 06-17-2018 10:46

Re: Mapgroup issue
 
I just noticed that mine says "Host_MapGroup_f: No mapgroup specified" as well. I haven't run a map group in a really long time, but I remember several years ago it wouldn't allow custom map group names (you had to, for example, just change the maps listed in "mg_bomb" to match yours). Try that and see if it works.

EDIT: No, that doesn't work at all.

creepa 06-17-2018 11:15

Re: Mapgroup issue
 
Quote:

Originally Posted by ghostofmybrain (Post 2597455)
I just noticed that mine says "Host_MapGroup_f: No mapgroup specified" as well. I haven't run a map group in a really long time, but I remember several years ago it wouldn't allow custom map group names (you had to, for example, just change the maps listed in "mg_bomb" to match yours). Try that and see if it works.

EDIT: No, that doesn't work at all.

Ya mine says the samething.


We named the mapgroup mg_surf and listed the maps in the gamemodes_server.txt and we added the +mapgroup mg_surf in the command line.

Still nothing is working

creepa 06-17-2018 11:29

Re: Mapgroup issue
 
so it says this in console
Times on maps which are not in the mapcycle.txt (Records still count but you don't get points): surf_aircontrol_ksf, surf_beginner, surf_borderlands, surf_forbidden_ways_ksf, surf_leet_xl_beta7z_, surf_mesa, surf_rebel_scaz_csgo, surf_reprise, surf_utopia_v3


the game is still trying to read mapcycle, but i thought map cycle doesnt work anymore. When we add the maps in the map cycle folder stuff works, but when ever map changes or theres an update the info in the file removes and puts everything back to default

ghostofmybrain 06-17-2018 11:49

Re: Mapgroup issue
 
Is that in the client console or the server console? I'm also running a surf server, so I'll check if I'm getting the same thing.

creepa 06-17-2018 12:02

Re: Mapgroup issue
 
Quote:

Originally Posted by ghostofmybrain (Post 2597475)
Is that in the client console or the server console? I'm also running a surf server, so I'll check if I'm getting the same thing.

i have my own dedicated server.

ghostofmybrain 06-17-2018 12:40

Re: Mapgroup issue
 
But are you seeing those errors in the client console (the console you open with ~ when you're in game) or in the server's console (which you may access through a web browser or a program like putty)?

creepa 06-17-2018 12:57

Re: Mapgroup issue
 
Quote:

Originally Posted by ghostofmybrain (Post 2597493)
But are you seeing those errors in the client console (the console you open with ~ when you're in game) or in the server's console (which you may access through a web browser or a program like putty)?

I see it in the server console.

For now we just made a new file names surf.txt and we exec it and put it in command line and it seems to be working. Its not the correct way to do it but the mapgroups is not working so i guess ill use this for now


All times are GMT -4. The time now is 05:42.

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