Raised This Month: $ Target: $400
 0% 

[CSGO] gamemods_server.txt or maybe more?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Fluffy SoXx
Junior Member
Join Date: Sep 2012
Old 09-24-2012 , 20:36   [CSGO] gamemods_server.txt or maybe more?
Reply With Quote #1

Problem with my server ...

so i start my server and i want custom maps so i put them in my gamemods_sever.txt example here

Quote:
// This file was created on the 23-9-2012 at 16:19:27
// with the help of me --> the Gamemodeshelper <--
// You can still edit this file, but keep in mind that I might not be able to open the file again to edit it!

"GameModes_Server.txt"
{
"gameTypes"
{
"classic"
{
"gameModes"
{
"casual"
{
"maxplayers" "16"

"exec"
{
"exec" "ca_custom_convar.cfg"
}

"mapgroupsMP"
{
}
}

"competitive"
{
"maxplayers" "16"
}
}
}

"gungame"
{
"gameModes"
{
"gungameprogressive"
{
"maxplayers" "16"
}

"gungametrbomb"
{
"maxplayers" "16"
}
}
}
}

"mapgroups"
{

"custom"
{
"imagename" "mapgroup-custom1"
"nameID" "#SFUI_Mapgroup_custom"
"name" "custom"
"maps"
{
"aim_ag_texture_2x" ""
"aim_crazyjump_simpsons" ""
"aim_deagle7k" ""
"fy_neon_snow" ""
"aim_deagle_simpsons" ""
}
}
}

"maps"
{

"aim_ag_texture_2x"
{
"nameID" "#SFUI_Map_aim_ag_texture_2x"
"name" "aim_ag_texture_2x"
"imagename" "map-custom1-overall"
"t_arms" "models/weapons/t_arms_phoenix.mdl"
"t_models"
{
"tm_phoenix" ""
"tm_phoenix_variantA" ""
"tm_phoenix_variantB" ""
"tm_phoenix_variantC" ""
"tm_phoenix_variantD" ""
}
"ct_arms" "models/weapons/ct_arms_st6.mdl"
"ct_models"
{
"ctm_st6" ""
"ctm_st6_variantA" ""
"ctm_st6_variantB" ""
"ctm_st6_variantC" ""
"ctm_st6_variantD" ""
}
}

"aim_crazyjump_simpsons"
{
"nameID" "#SFUI_Map_aim_crazyjump_simpsons"
"name" "aim_crazyjump_simpsons"
"imagename" "map-custom2-overall"
"t_arms" "models/weapons/t_arms_phoenix.mdl"
"t_models"
{
"tm_phoenix" ""
"tm_phoenix_variantA" ""
"tm_phoenix_variantB" ""
"tm_phoenix_variantC" ""
"tm_phoenix_variantD" ""
}
"ct_arms" "models/weapons/ct_arms_st6.mdl"
"ct_models"
{
"ctm_st6" ""
"ctm_st6_variantA" ""
"ctm_st6_variantB" ""
"ctm_st6_variantC" ""
"ctm_st6_variantD" ""
}
}

"aim_deagle7k"
{
"nameID" "#SFUI_Map_aim_deagle7k"
"name" "aim_deagle7k"
"imagename" "map-custom3-overall"
"t_arms" "models/weapons/t_arms_phoenix.mdl"
"t_models"
{
"tm_phoenix" ""
"tm_phoenix_variantA" ""
"tm_phoenix_variantB" ""
"tm_phoenix_variantC" ""
"tm_phoenix_variantD" ""
}
"ct_arms" "models/weapons/ct_arms_st6.mdl"
"ct_models"
{
"ctm_st6" ""
"ctm_st6_variantA" ""
"ctm_st6_variantB" ""
"ctm_st6_variantC" ""
"ctm_st6_variantD" ""
}
}

"aim_deagle_simpsons"
{
"nameID" "#SFUI_Map_aim_deagle_simpsons"
"name" "aim_deagle_simpsons"
"imagename" "map-custom4-overall"
"t_arms" "models/weapons/t_arms_phoenix.mdl"
"t_models"
{
"tm_phoenix" ""
"tm_phoenix_variantA" ""
"tm_phoenix_variantB" ""
"tm_phoenix_variantC" ""
"tm_phoenix_variantD" ""
}
"ct_arms" "models/weapons/ct_arms_st6.mdl"
"ct_models"
{
"ctm_st6" ""
"ctm_st6_variantA" ""
"ctm_st6_variantB" ""
"ctm_st6_variantC" ""
"ctm_st6_variantD" ""
}
}

"fy_neon_snow"
{
"nameID" "#SFUI_Map_fy_neon_snow"
"name" "fy_neon_snow"
"imagename" "map-custom5-overall"
"t_arms" "models/weapons/t_arms_phoenix.mdl"
"t_models"
{
"tm_phoenix" ""
"tm_phoenix_variantA" ""
"tm_phoenix_variantB" ""
"tm_phoenix_variantC" ""
"tm_phoenix_variantD" ""
}
"ct_arms" "models/weapons/ct_arms_st6.mdl"
"ct_models"
{
"ctm_st6" ""
"ctm_st6_variantA" ""
"ctm_st6_variantB" ""
"ctm_st6_variantC" ""
"ctm_st6_variantD" ""
}
}
}
}
I get this error in my console when i try to connect
Quote:
GameTypes: could not find matching map "aim_ag_texture_2x".
[MM] Sending reservation request to 109.70.149.86:27110
[MM] Sending reservation request to 109.70.149.86:27110
Can someone hep me please

example of my command line

Quote:
srcds -game csgo -console -usercon +game_type 0 +game_mode 0 -maxplayers_override 16 +exec server.cfg +mapgroup custom +map aim_ag_texture_2x -ip 109.70.149.86 -port 27110 -tickrate 128
I even tried renaming the gamemodes_server.txt to gamemodes.txt and that still didnt work i really dont know what the problem is all the maps are in maplist.txt and mapcycle.txt please help me

Thanks,
Fluffy SoXx
Fluffy SoXx is offline
Fluffy SoXx
Junior Member
Join Date: Sep 2012
Old 09-25-2012 , 09:52   Re: [CSGO] gamemods_server.txt or maybe more?
Reply With Quote #2

54 views and no help .. i would appreciate some help here
Fluffy SoXx is offline
nightrider
SourceMod Donor
Join Date: Dec 2008
Old 09-25-2012 , 10:35   Re: [CSGO] gamemods_server.txt or maybe more?
Reply With Quote #3

CS:GO doesn't specifically use the maplist.txt and mapcycle.txt to define the CS:GO map structure.
Make sure you have the default configs from Valve
as you said you renamed the gamemodes_server.txt to gamemodes.txt

it's all about the gamemodes_server file
If you follow this post by striker07 on [How To] Add maps for cs:go
Your server should work great.
__________________
[SIGPIC][/SIGPIC] the pantless
I am the Night Rider!, I'm a fuel-injected suicide machine.
I am a rocker! I am a roller!, I am an out-of-controller!



Last edited by nightrider; 09-25-2012 at 10:36.
nightrider is offline
Fluffy SoXx
Junior Member
Join Date: Sep 2012
Old 09-25-2012 , 12:31   Re: [CSGO] gamemods_server.txt or maybe more?
Reply With Quote #4

i used that lol no help
Fluffy SoXx 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 15:09.


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