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

CS:GO custom maps problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
polaq12345
Member
Join Date: Jul 2012
Location: Poland
Old 10-06-2013 , 05:28   CS:GO custom maps problem
Reply With Quote #1

Hi, when i change map to de_westwood i can't see screen
[IMG]http://img547.**************/img547/476/eu8v.jpg[/IMG]


how to fix it?

#######################################
Map de_westwood missing stringtable dictionary, don't ship this way!!!
Run with -stringtables on the command line or convar
stringtable_alwaysrebuilddictionaries enabled to build the string table
#######################################

GameModes_Server.txt
Code:
// To use this file, rename it to GameModes_Server.txt
//
// Values here override the default gamemodes.txt 

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

                    "maxplayers"        "32"                // Note that maxplayers doesn't go in the convar block.
                                                        // Another way to set maxplayers is to add -maxplayers_override XX to the cmd line.

                    "convars"
                    {
                        "hostname"                                "SE SERVER 24/7"
                        "mp_startmoney"                            "888"
                        "mp_maxmoney"                            "9999"

                    }

                    "mapgroupsMP"                        // List of mapgroups valid for this game mode ( competitive )
                    {
                        "mg_bomb_se"        ""
                    }
                }

                "casual"
                {

                    "maxplayers"        "32"

                    "convars"
                    {
                        "hostname"                                "SE SERVER 24/7"
                        "mp_startmoney"                            "15998"
                        "mp_maxmoney"                            "99999"

                    }

                    "mapgroupsMP"                        // List of mapgroups valid for this game mode ( casual )
                    {
                        "mg_bomb_se"        ""
                    }
                }

            }    
        }
    }

//////////////////////////////////////////////////////////////////////////////////////////////
// Map groups
//
// To use a mapgroup, it needs to be defined in a keyvalues
// block such as the example below, as well as listed in the 
// 'mapgroupsMP' block within the game mode that will run it,
// such as the example above.
//
// Then launch the server with '+mapgroup MAPGROUPNAME'
//
// Example:
//
// srcds -game csgo +game_mode 1 +mapgroup mg_bomb_se +map de_nuke_se
//
//
// Check the developer wiki for updated community info
// https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers
//////////////////////////////////////////////////////////////////////////////////////////////


    "mapgroups"
    {
        "mg_bomb_se"                                    // mapgroup definition
        {
            "name"            "mg_bomb_se"
            "maps"
            {
                "de_dust_se"        ""
                "de_dust2_se"        ""
                "de_nuke_se"        ""
                "de_train_se"        ""
                "de_inferno_se"        ""
                "de_aztec_se"        ""
            }
        }
    }
}

Last edited by polaq12345; 10-06-2013 at 05:31.
polaq12345 is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 10-06-2013 , 05:50   Re: CS:GO custom maps problem
Reply With Quote #2

your just typing 'map de_westood" in console?

is that map local in maps/ or is that map in maps/workshop/<id>/de_westwood.bsp ?

just de_westwood?

it might not have radar screens... why don't you just click 'kontynuuj' and play?

Last edited by hamilton5; 10-06-2013 at 05:51.
hamilton5 is offline
polaq12345
Member
Join Date: Jul 2012
Location: Poland
Old 10-06-2013 , 05:58   Re: CS:GO custom maps problem
Reply With Quote #3

i don't know i prefer when all works
i change map with UMC plugin

Last edited by polaq12345; 10-06-2013 at 05:58.
polaq12345 is offline
marcintojatak
BANNED
Join Date: Sep 2010
Location: PL
Old 10-06-2013 , 07:11   Re: CS:GO custom maps problem
Reply With Quote #4

Quote:
Originally Posted by polaq12345 View Post
Hi, when i change map to de_westwood i can't see screen

[/code]
============================================= =================
=============== ALL CUSTOM MAPS ON CS:GO SRV WORKS ==============
============================================= =================

https://forums.alliedmods.net/showpo...20&postcount=3

oblukaj fotki powinieneś dac sobie rade z cfg

this photo tutorial how to make custom maps running & working on csgo srv NO CS:GO [MM] Sending reservation request & NO this map is no part of yours mapgroup

read add lines and files to yours srv use notepad ++ to edit files have fun to configure csgo srv

--------------------------------------------------------------------------------------------------------------
---->ALL MAPS WORKS CHECK PHOTO<----
--------------------------------------------------------------------------------------------------------------

Last edited by marcintojatak; 10-06-2013 at 13:54.
marcintojatak is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 10-06-2013 , 07:25   Re: CS:GO custom maps problem
Reply With Quote #5

Try disable SourceMod nextmap
ou screen.. nvm

There where keyvalues in de_westwood pack = de_westwood.kv
seems it use office overall because it not have own...

read this
https://developer.valvesoftware.com/..._Player_Models
__________________
Do not Private Message @me

Last edited by Bacardi; 10-06-2013 at 10:01.
Bacardi is offline
marcintojatak
BANNED
Join Date: Sep 2010
Location: PL
Old 10-06-2013 , 09:13   Re: CS:GO custom maps problem
Reply With Quote #6

Quote:
Originally Posted by Bacardi View Post
Try disable SourceMod nextmap
ou screen.. nvm

There where keyvalues in de_westwood pack = de_westwood.kv
seems it use office overall because it not have own...
"imagename" "map-office-overall"
idont have kv (i delete .kv files) files but server still works game server self use default

skins models & weapons & hostage skins [if you want add to gamemodes.txt kv files cfg yours server skins on standard maps will be other which you set : ]

just copy yours map to csgo/maps folder addmaps to gamemodes.txt yours map group
add to maps.txt name of map restart srv play

copy maplist.cfg check photo upload file then restart

ps.read https://forums.alliedmods.net/showth...98#post2030598

harder way but will work kv settings in one file
https://forums.alliedmods.net/showpo...20&postcount=3

copy maplist.cfg check photo upload file then restart

connect <---

Last edited by marcintojatak; 10-31-2013 at 07:55.
marcintojatak is offline
polaq12345
Member
Join Date: Jul 2012
Location: Poland
Old 10-07-2013 , 10:48   Re: CS:GO custom maps problem
Reply With Quote #7

there an easier way?
__________________
polaq12345 is offline
marcintojatak
BANNED
Join Date: Sep 2010
Location: PL
Old 10-07-2013 , 13:59   Re: CS:GO custom maps problem
Reply With Quote #8

Quote:
Originally Posted by polaq12345 View Post
there an easier way?
ty polak oblukaj foto tuz pod artykulem bacardi.ja mam w ten desen ogarnięty srv
jak na fotkach trochę intencji twórczej bo inaczej się nie nauczysz


https://forums.alliedmods.net/showpo...96&postcount=2

harder way but work

https://forums.alliedmods.net/showpo...20&postcount=3

connect <---

Last edited by marcintojatak; 10-31-2013 at 08:01.
marcintojatak is offline
polaq12345
Member
Join Date: Jul 2012
Location: Poland
Old 10-07-2013 , 14:19   Re: CS:GO custom maps problem
Reply With Quote #9

Ok spróbuje
__________________
polaq12345 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 10:34.


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