There is a valve mailing list specially for csgo. Look for it.

Now, regarding your question:

First thing: you have your mapgroup name wrong, it is mg_bomb, not mp_bomb
Also mapgroup mg_bomb does not contain any _se map.

you have to define your own _se mapgroup

lets name it "mg_bomb_se"

in gamemodes_server.txt look for your "mg_bomb" mapgroup, copy it, and
change all maps for their _se counterparts.
it will end up like:

"mapgroups"
        {

                "mg_bomb"
                      // mapgroup definition
                {
                        "name"                  "mg_bomb"
                        "maps"
                        {
                                "de_dust"            ""
                                "de_dust2"           ""
                                "de_nuke"            ""
                                "de_train"           ""
                                "de_inferno"         ""
                                "de_aztec"           ""
                        }
                }

                "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"           ""
                        }
                }
        }

Then start your server with +mapgroup mg_bomb_se and voila!

2012/8/24 Jonathan SCHNEIDER <[email protected]>:
> Hi,
>
>
>
> I am actually blocked with my DS of CS:GO. I try to launch  my server with
> *_se maps (ie. de_dust_se) with this command line : ./srcds_run -game csgo
> -console -usercon +game_type 0 +game_mode 0 +mapgroup mp_bomb +map
> de_dust_se
>
>
>
> The dedicated server seems to launch properly and when someone tries to
> connect on the server, the console prints :
>
> VAC secure mode is activated.
>
> -> Reservation cookie [SNIP ... SNIP]:  reason ReplyReservationRequest
>
> ApplyGameSettings: Map de_dust_se not part of Mapgroup mg_bomb
>
> Server waking up from hibernation
>
> L 08/24/2012 - 18:42:09: World triggered "Round_Start"
>
> GameTypes: could not find matching map "de_dust_se".
>
> -> Reservation cookie 0:  reason reserved(yes), clients(no),
> reservationexpires(0.00)
>
> Server is hibernating
>
>
>
>
>
> I don't know which mapgroup is related with *_se maps and I don't find it on
> the Internet T_T
>
>
>
>
>
> Do you have an idea of which mapgroup I have to use ?
>
>
>
>
>
> Thanks
>
>
>
>
>
> Jonathan (bartoua)
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

Reply via email to