Rusted Warfare - RTS

Rusted Warfare - RTS

AEA Map Pack
depesz 10 Feb, 2021 @ 2:27am
Small bug influencing game on Linux
Hi,
First of all - love the pack.
But there is small issue.

Looks that Rusted Warfare is looking for map thumbnail, if map file is "xx.tmx", then thumbnail should be "xx_map.png".

But it's not always the case - because Linux files are case sensitive.

I found 10 maps where thumbnail doesn't display in "Single player -> Custom maps":

  • Map: "[p10] Napali Warfare (10p).tmx", thumbnail file: "[p10] Napali Warfare (10p)_map.PNG"
  • Map: "[p2]rock_spires_by_MP97.tmx", thumbnail file: "[p2]Rock_spires_by_MP97_map.png"
  • Map: "[p4]Desert Battle (4p).tmx", thumbnail file: "[p4]Desert Battle (4p)_map.PNG"
  • Map: "[p4]Northern Nightmare (1v3).tmx", thumbnail file: "[p4]Northern Nightmare (1v3)_map.PNG"
  • Map: "[p6]Island Hop (6p).tmx", thumbnail file: "[p6]Island Hop (6p)_map.PNG"
  • Map: "[p6]Lava River (6p).tmx", thumbnail file: "[p6]Lava River (6p)_map.PNG"
  • Map: "[p6] RoundaBout (6p).tmx", thumbnail file: "[p6] RoundaBout (6p)_map.PNG"
  • Map: "[p8]Hell's Arena (8p).tmx", thumbnail file: "[p8]Hell's Arena (8p)_map.PNG"
  • Map: "[p8]Hot Cornerz (p8).tmx", thumbnail file: "[p8]Hot Cornerz (p8)_map.PNG"
  • Map: "[p8]Many Islands mrhidihoEdit (8p).tmx", thumbnail file: "[p8]Many Islands mrhidihoEdit (8p)_map.PNG"

As you can see in most of the cases it will be sufficient to change .PNG to .png and it will be OK. Only "Rock Spires" is more complicated.

Could I ask you to fix that?