It is currently Fri May 31, 2024 4:03 am

























Sathor wrote:I recieved access to the CS:GO Beta today. I have already compiled the map in CS:GO and want to show you some screenshots.
Sadly it does not work perfectly yet - it seems I can only play against one bot, although all the spawn points are valid.
...
//
// Classic Maps
//
"cs_italy"
{
"nameID" "#SFUI_Map_cs_italy"
"name" "cs_italy"
"minplayers" "10"
"maxplayers" "10"
"extraspectators" "2"
"imagename" "map-italy-overall"
"t_arms" "models/weapons/t_arms_phoenix.mdl"
"ct_arms" "models/weapons/ct_arms_gign.mdl"
"t_models"
{
"tm_phoenix" ""
"tm_phoenix_variantA" ""
"tm_phoenix_variantB" ""
"tm_phoenix_variantC" ""
"tm_phoenix_variantD" ""
}
"ct_models"
{
"ctm_gign" ""
"ctm_gign_variantA" ""
"ctm_gign_variantB" ""
"ctm_gign_variantC" ""
"ctm_gign_variantD" ""
}
"hostage_models"
{
"models/hostage/hostage.mdl" ""
"models/hostage/hostage_variantA.mdl" ""
"models/hostage/hostage_variantB.mdl" ""
"models/hostage/hostage_variantC.mdl" ""
}
}
...



To play the map against bots you will need to look for the gamemodes.txt
in the "csgo" folder.
Look for this entry:
"maps"
{
//
// Classic Maps
//
The first map here is "cs_italy".
Just paste this into it, as another map:
"de_investment_test11"
{
"nameID" "#SFUI_Map_de_investment_test11"
"name" "de_investment_test11"
"minplayers" "10"
"maxplayers" "32"
"extraspectators" "2"
"imagename" "map-italy-overall"
"t_arms" "models/weapons/t_arms_phoenix.mdl"
"ct_arms" "models/weapons/ct_arms_st6.mdl"
"t_models"
{
"tm_phoenix" ""
"tm_phoenix_variantA" ""
"tm_phoenix_variantB" ""
"tm_phoenix_variantC" ""
"tm_phoenix_variantD" ""
}
"ct_models"
{
"ctm_st6" ""
"ctm_st6_variantA" ""
"ctm_st6_variantB" ""
"ctm_st6_variantC" ""
"ctm_st6_variantD" ""
}
}
After that you can start the map from the console "map de_investment_test11"
To add bots just type "bot_quota X"
This will add X bots.
Enjoy!









Users browsing this forum: No registered users