Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

map thumbnails when voting for workshop maps #2025

Open
valeologist opened this issue Mar 20, 2019 · 8 comments
Open

map thumbnails when voting for workshop maps #2025

valeologist opened this issue Mar 20, 2019 · 8 comments

Comments

@valeologist
Copy link

valeologist commented Mar 20, 2019

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)

@kisak-valve kisak-valve changed the title vote maps workshop map thumbnails when voting for workshop maps Mar 20, 2019
@RusJJ
Copy link

RusJJ commented Mar 22, 2019

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
Copy link
Author

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
Copy link
Author

valeologist commented Jul 30, 2019

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
Copy link

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
Copy link

RusJJ commented Dec 18, 2020

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
Copy link
Author

valeologist commented Mar 4, 2021

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
Copy link

Kitof commented Apr 27, 2023

Is there any news on this subject ?

@Kitof
Copy link

Kitof commented Apr 28, 2023

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

VoteWithThumbnails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants