AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Need help with server.cfg and maps and such (https://forums.alliedmods.net/showthread.php?t=319157)

breezetix 10-16-2019 02:09

Need help with server.cfg and maps and such
 
I'm hosting 2 servers from NFOservers. I have a bhop server 128 tick, and 5v5 64 tick with 60+ valve maps. The problem is, I put the commands in server.cfg and they aren't being executed automatically.

I put in these commands:
mp_freezetime 5
mp_round_restart_delay 7
mp_autokick 0
mp_weapons_max_gun_purchases_per_weapon_per_m atch -1
mp_maxrounds 45

(for the 5v5 server)

and I checked the commands in console in the server, after restarting it, I really don't think server.cfg is being automatically executed. Should I put them in autoexec.cfg instead, or what?

And some of the maps differ from the server, other people get the same issue. Is there a command to make them automatically download the maps or update them or something? I also have csgo_movement_unlocker plugin, but it's not what I expected, it can only get up to 266, and I want it to get up to like 300+ max speed.

Please help, thank you!

i'm using filezilla client to open, edit, or transfer files/maps by the way.

TomL. 10-16-2019 09:14

Re: Need help with server.cfg and maps and such
 
Make sure the commands are not getting overridden by other configs.
You can check out the gamemodes_server.txt.example file in the main directory of your csgo server.

breezetix 10-16-2019 19:08

Re: Need help with server.cfg and maps and such
 
Quote:

Originally Posted by TomL. (Post 2669871)
Make sure the commands are not getting overridden by other configs.
You can check out the gamemodes_server.txt.example file in the main directory of your csgo server.

Still doesnt work. I removed "example" in the file so I could use it, but it does show the maps in maps list, without showing the maps that i don't want on the server so that's good.

"GameModes_Server.txt"
{
"gameTypes"
{
"classic"
{
"gameModes"
{
"competitive"
{
"maxplayers" "10"

"exec"
{
"exec" "server.cfg"
}

"mapgroupsMP"
{
"mg_bomb" ""
}
}

"competitive"
{
"maxplayers" "10"
}
}
}

"gungame"
{
"gameModes"
{
"gungameprogressive"
{
"maxplayers" "10"
}

"gungametrbomb"
{
"maxplayers" "10"
}
}
}
}

"mapgroups"
{

"mg_custom"
{
"imagename" "mapgroup-custom1"
"nameID" "#SFUI_Mapgroup_mg_custom"
"name" "mg_custom"
"maps"
{
"cs_agency" ""
"cs_assault" ""
"cs_backalley" ""
"cs_cruise" ""
"cs_downtown" ""
"cs_insertion" ""
"cs_italy" ""
"cs_militia" ""
"cs_motel" ""
"cs_museum_2013" ""
"cs_office" ""
"cs_rush" ""
"cs_thunder" ""
"cs_workout" ""
"de_abbey" ""
"de_ali" ""
"de_austria" ""
"de_aztec" ""
"de_bazaar" ""
"de_biome" ""
"de_breach" ""
"de_cache" ""
"de_cache_2013" ""
"de_cache_2014" ""
"de_canals" ""
"de_castle" ""
"de_cbble" ""
"de_cbble_2014" ""
"de_coast" ""
"de_dust2" ""
"cs_dust2_old" ""
"de_dust_2013" ""
"de_empire" ""
"de_facade" ""
"de_favela" ""
"de_inferno" ""
"de_inferno_2014" ""
"de_lite" ""
"de_log" ""
"de_marquis" ""
"de_mikla" ""
"de_mirage" ""
"de_mirage_2013" ""
"de_mist" ""
"de_nuke" ""
"de_nuke_2016" ""
"de_overgrown" ""
"de_overpass" ""
"de_rails" ""
"de_resort" ""
"de_royal" ""
"de_ruby" ""
"de_santorini" ""
"de_seaside" ""
"de_season" ""
"de_shipped" ""
"de_subzero" ""
"de_tangerine" ""
"de_thrill" ""
"de_train" ""
"de_train_2013" ""
"de_tulip" ""
"de_vertigo" ""
"de_zoo" ""
"gd_rialto" ""
}
}
}
}



oh, as I said I removed "example" from the file so I could use it, it said, at the top, now it's changed back... Again, still won't automatically execute server.cfg.

this is really annoying, as the commands are ONLY in server.cfg.

breezetix 10-16-2019 19:09

Re: Need help with server.cfg and maps and such
 
i didn't remove all the spaces btw, reply removed all the spaces.


anyway, could you try to fix it for me? I can give you access to the control panel.

breezetix 10-16-2019 20:17

Re: Need help with server.cfg and maps and such
 
Quote:

Originally Posted by TomL. (Post 2669871)
Make sure the commands are not getting overridden by other configs.
You can check out the gamemodes_server.txt.example file in the main directory of your csgo server.

nvm, fixed the issue, had to change gamemode and type to classic competitive from classic competitive 5v5.

anyway, which mg should i set to? mg_bomb? mg_custom? cuz I have all cs, de, gd maps. cs is hostage maps, de is bomb maps, right? idk whats gd is for.

TomL. 10-17-2019 09:29

Re: Need help with server.cfg and maps and such
 
Create a mapgroup (e.g. mg_custom) and add all the maps to the mapgroup.
Now make the mapgroup your default one.


All times are GMT -4. The time now is 16:29.

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