Skocz do zawartości

Nowy szablon forum

mygo.pl

Stworzyliśmy dla Was nowy wygląd forum. Z pewnością znajdziesz rzeczy, które wg Ciebie mogą zostać zmienione - wspomnij o tym w specjalnym wątku.

Czytaj więcej

Jak założyć własną sieć

serwerów CS

Zastanawiasz się nad prowadzeniem własnej sieci serwerów? Przeczytaj podstawowe informacje, na które należy zwrócić uwagę, przy takim projekcie.

Czytaj więcej

Tworzymy spis sieci

dodaj swoją

Dodaj sieć do której należysz, pozwoli to na promocję i budowę ogólnopolskiej bazy sieci CS.

Czytaj więcej

Emisticg

Użytkownik
  • Postów

    5
  • Dołączył

  • Ostatnia wizyta

Odpowiedzi opublikowane przez Emisticg

  1. Cytat

    /home/steam/serverfiles/csgo# cat mapcycle.txt 
    am_inferno_banana_3D1
    am_grass2
    am_nuke
    am_ramps_lego
    am_texture2_64
    am_water HDR


    /home/steam/serverfiles/csgo# cat maplist.txt 
    am_inferno_banana_3D1
    am_grass2
    am_nuke
    am_ramps_lego
    am_texture2_64
    am_water HDR
     

    /home/steam/serverfiles/csgo/addons/sourcemod/configs# cat maplists.cfg 
    /**
     * Use this file to configure map lists.
     *
     * Each section is a map list that plugins can use.  For example, the Admin Menu 
     * requests an "admin menu" map list, and you can control which maps appear via 
     * this file.
     *
     * Each section must have a property that explains where to read the maps from.
     * There are two properties:
     *
     *    target         - Redirect the request to another section.
     *    file             - Read a file of map names, in mapcycle.txt format.
     *
     * There is one section by default, called "mapcyclefile" - it is mapped to the 
     * mapcycle.txt file, or whatever the contents of your mapcyclefile cvar is.
     *
     * If a plugin requests a map list file which doesn't exist, or is empty, SourceMod 
     * tries the "default" section, and then the "mapcyclefile" section.
     */
    "MapLists"
    {
        /**
         * Default requests go right to the mapcyclefile.
         */
        "default"
        {
            "target"        "mapcyclefile"
        }
        
        /* Admin menu, map menu */
        "sm_map menu"
        {
            "file"            "addons/sourcemod/configs/adminmenu_maplist.ini"
        }
        
        /* Admin menu, map voting menu */
        "sm_votemap menu"
        {
            "file"            "addons/sourcemod/configs/adminmenu_maplist.ini"
        }
        
        /* For the "randomcycle" plugin */
        "randomcycle"
        {
            "target"        "default"
        }
        
        /* For the "mapchooser" plugin */
        "mapchooser"
        {
            "target"        "default"
        }
        
        /* For the "nominations" plugin */
        "nominations"
        {
            "target"        "default"
        }
    }
     

     

    Mam coś takiego. ^
    Czy mam zmienić? :
        "default"
        {
            "target"        "mapcyclefile"
        }

    Na:
        "default"
        {
            "file"        "/home/steam/serverfiles/csgo/mapcycle.txt"
        }

  2. Usunąłem ręcznie wszystkie mapy pobrane z warsztatu. Zostały mi te:

    Cytat

    PENDING:   (fs) workshop/677781148/am_ramps_lego.bsp
    PENDING:   (fs) workshop/642277466/am_inferno_banana_3D1.bsp
    PENDING:   (fs) workshop/1846202911/am_nuke.bsp
    PENDING:   (fs) workshop/1840288708/am_grass2.bsp
    PENDING:   (fs) workshop/1840270492/am_water.bsp
    PENDING:   (fs) workshop/1745330558/am_texture2_64.bsp

    Mam je w menu głosowania, wybrałem do testu workshop/1840270492/am_water.bsp a odpalił mi się de_dust.

    Drugie pytanie, czy w menu głosowania da się zmienić tak, żeby zamiast ścieżki do mapy była tylko jej nazwa jeśli tak to gdzie?

  3. Hej,
    Postawiłem swój pierwszy serwer CSGO na VPS KVM.
    Najpierw wrzuciłem tam linuxGSM, następnie
    wgrałem metamod i sourcemod i do tego plugin multiarena1v1 <- chyba dokładnie ten: https://forums.alliedmods.net/showthread.php?t=241056

    Mam utworzoną na steamie kolekcję map (5 mapek) https://steamcommunity.com/sharedfiles/filedetails/?id=1846244775

    w /home/steam/lgsm/config-lgsm/csgoserver/csgoserver.cfg
    Mam dodane:

    Cytat

    ## Workshop Parameters | https://developer.valvesoftware.com/wiki/CSGO_Workshop$
    # To get an API key visit - https://steamcommunity.com/dev/apikey
    wsapikey="428B176E0231FD9A5AF75C5332292DF5"
    wscollectionid="1846244775"
    wsstartmap="642277466"

     

    Problem mam następujący:
    Jak dam głosowanie to nieważne którą mapę się wybierze to przechodzi do de_dust_custom albo jakąś inną.
    Tak samo jak się skończy czas pierwszej mapy przechodzi na de_dust_custom.

×
×
  • Dodaj nową pozycję...