Mapchooser-Redux icon indicating copy to clipboard operation
Mapchooser-Redux copied to clipboard

GetMapDisplayName (support for workshop)

Open Uronic opened this issue 5 years ago • 4 comments

Can you make this mapchooser support GetMapDisplayName, without it, workshop maps in the nominate/rtv menu are with the path of the workshop map.

For example: workshop\1694903705\awp_crystalsmall_v1

Uronic avatar Oct 18 '19 06:10 Uronic

Also, I think because I am using workshop maps, the mapdata doesn't work on rtv and mapend voting only works on nominate menu. This makes rtv have null: unknown and nominate has normal map description

Uronic avatar Oct 18 '19 07:10 Uronic

null: unknown is defined in mapdata.txt I will add a cvar to use GetMapDisplayName

Kxnrl avatar Oct 18 '19 08:10 Kxnrl

Yes I know it is defined in mapdata.txt, and I did put the map descriptions there but the mapdata for the nominate menu and rock the vote menu is different, it makes two mapdatas of same map, for example

"workshop\879396096\am_caribbean_dolnma" { "desc" "1v1 Arenas" "price" "100" "size" "18" "nice" "0" "minplayers" "0" "maxplayers" "0" "nominationonly" "0" "adminonly" "0" "viponly" "0" } "am_caribbean_dolnma" { "desc" "null: unknown" "price" "100" "size" "1" "nice" "0" "minplayers" "0" "maxplayers" "0" "nominationonly" "0" "adminonly" "0" "viponly" "0" }

Same map is generated twice.

Uronic avatar Oct 18 '19 09:10 Uronic

Also it cant works with any maps in other folders (ex. de/de_dust).

innomeni avatar May 09 '20 01:05 innomeni