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

[How To] Add maps for cs:go


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Surreal.
Junior Member
Join Date: Jun 2012
Old 09-08-2012 , 19:19   Re: [How To] Add maps for cs:go
Reply With Quote #11

Hello,

i hope someone can help me.
I've created the gamemodes_server.txt:

// This file was created on the 9-9-2012 at 1:9
// 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"
}

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

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

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

"mapgroups"
{

"aim"
{
"imagename" "mapgroup-custom1"
"nameID" "#SFUI_Mapgroup_aim"
"name" "aim"
"maps"
{
"aim_deagle_hangar" ""
"aim_deagle_nav72" ""
"aim_deagle_simpsons" ""
"aim_deagle7k" ""
"aim_deagle8k_go" ""
"aim_map_deagle" ""
}
}
}

"maps"
{

"aim_deagle_hangar"
{
"nameID" "#SFUI_Map_aim_deagle_hangar"
"name" "aim_deagle_hangar"
"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_deagle_nav72"
{
"nameID" "#SFUI_Map_aim_deagle_nav72"
"name" "aim_deagle_nav72"
"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_deagle_simpsons"
{
"nameID" "#SFUI_Map_aim_deagle_simpsons"
"name" "aim_deagle_simpsons"
"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_deagle7k"
{
"nameID" "#SFUI_Map_aim_deagle7k"
"name" "aim_deagle7k"
"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" ""
}
}

"aim_deagle8k_go"
{
"nameID" "#SFUI_Map_aim_deagle8k_go"
"name" "aim_deagle8k_go"
"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" ""
}
}

"aim_map_deagle"
{
"nameID" "#SFUI_Map_aim_map_deagle"
"name" "aim_map_deagle"
"imagename" "map-custom6-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" ""
}
}
}
}



And added this line to my autoexec:

srcds -game csgo +game_mode 1 +mapgroup aim



BUT it doesn't work n____n
I get the "missing map"-line in my console ..

can someone help me?

regards.

Last edited by Surreal.; 09-08-2012 at 19:21.
Surreal. is offline
 



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 17:06.


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