ValveSoftware / csgo-osx-linux

Counter-Strike: Global Offensive
http://counter-strike.net
775 stars 69 forks source link

map thumbnails when voting for workshop maps #2025

Open valeologist opened 5 years ago

valeologist commented 5 years ago

Tell me please? Why don't you give the opportunity to develop community servers? Why at the end of the voting of the collection of maps from the workshop there are no pictures in the maps, how is it done in standard maps ??? I tried to understand myself how it works for you, but in the end I realized that you wanted to spit on the map from the workshop and it would not work at all! I propose 2 screenshots of what I want from you !! One screenshot, how it looks like voting in standard maps, and another screenshot, in which there are no images of map, and I want you to fix it! 20181130125620_1 Снимок экрана (84)

RusJJ commented 5 years ago

Kisak, it's disabled by convar, but it shows at the end of the match and non-usable. Btw, i found a solution: create an empty maplist in yours gamemodes_server.cfg and switch to it using "mapgroup MapGroupName"

valeologist commented 5 years ago

Kisak, it's disabled by convar, but it shows at the end of the match and non-usable. Btw, i found a solution: create an empty maplist in yours gamemodes_server.cfg and switch to it using "mapgroup MapGroupName"

Similarly, gamemodes_server.cfg must be created or gamemodes_server.txt? You can write an example of how it should be completed so that I can test?

valeologist commented 5 years ago

thumbnails of pictures are taken along the path of materials \ panorama \ images \ map_icons \ screenshots \ 360p for example materials \ panorama \ images \ map_icons \ screenshots \ 360p \ aim_deagle7k.png for the work of pictures you must use mapgroups. For example, I used mg_active for mapgroups test. Map sketches work only with local maps, that is, if the map is on the csg / maps path, then the map thumbnails work, but if I use the maps workshop, then the thumbnails do not work, even if for the maps of the workshop there are pictures along the way for materials \ panorama \ images \ map_icons \ screenshots \ 360p \ workshop \ 122521875 \ fy_pool_day.png icon_image_path generally works with maps workshop or not?

- [ ] "Gamemodes_Server.txt"
{
    "gameTypes"
    {
        "classic"
        {
            "gameModes"
            {
                "competitive"
                {
                    "mapgroupsMP"
                    {
                        "mg_active" ""
                    }
                }
            }
        }
    }
    "mapgroups"
    {
        "mg_active"
        {
            "imagename"             "mapgroup-active"
            "nameID"                "#SFUI_Mapgroup_active"
            "tooltipID"             "#SFUI_MapGroup_Tooltip_Desc_Active"
            "tooltipMaps"           ""
            "name"                  "mg_active"
            "grouptype"             "active"
            "icon_image_path"       "map_icons/mapgroup_icon_active"
            "maps"
            {
                "workshop/894841795/$2000$_csgo"    ""
                "workshop/125609944/aim_ak-colt_pool"       ""
                "workshop/125621707/aim_deagle7k"       ""
                "workshop/487039571/awp_lego_2" ""
                "workshop/1597318081/awp_india"     ""
                "workshop/959926385/awp_lego_2_no_deagle"   ""
                "workshop/487039571/awp_lego_2" ""
                "workshop/417029277/cs_mansion" ""
                "workshop/125438255/de_dust2" ""
                "workshop/1177199224/de_dust2_2x2" ""
                "workshop/152508932/de_mirage" ""
                "workshop/122521875/fy_pool_day" ""
                "workshop/540889065/fy_snow" ""
                "workshop/163589843/de_cache" ""
                "workshop/303727632/aim_deagle_jungle" ""
                "workshop/404340147/aim_map_gamma" ""
                "workshop/1363750475/aim_usp_s" ""
                "de_infermo" ""
            }
        }
    }
}

Is there a solution to the problems? I can not understand how to make work!

marcosolina commented 3 years ago

I did a research and a lot of people are asking this question, but unfortunately no working solution is provided. Do we have any update or link to a working solution?

Thanks

RusJJ commented 3 years ago

I did a research and a lot of people are asking this question, but unfortunately no working solution is provided. Do we have any update or link to a working solution?

Thanks

A lot of answers. Use google, hope you're not banned.

valeologist commented 3 years ago

If in the game folder in the gamemodes.txt file you specify this in the maps section:

"workshop/894841795/$2000$_csgo"
{
    "nameID" "# SFUI_Map_$2000$_csgo"
    "name" "$ 2000 $ _csgo"
    "imagename" "map-$2000$_csgo-overall"
    "default_game_type" "0" // classic
    "default_game_mode" "0" // casual
}

then iskiz maps work Gamemodes_server.txt file ignores functions: "nameID" "imagename" That is, it does not perceive in any way. This once again proves that Valve does not care about the use of maps for the community users! their workshop

Can someone know how this plugin can be made to work?

Kitof commented 1 year ago

Is there any news on this subject ?

Kitof commented 1 year ago

I publish a few scripts as a workaround https://github.com/Kitof/csgo_workshop_vote_fix

VoteWithThumbnails