I'm trying to change the name of a map. I have two problems:
First the minor one: In function config, If I change the line:
Code: Select all
call SetMapName("TRIGSTR_175")
Code: Select all
call SetMapName("New Map Name")
Next I want to change the name of the map as it appears in the list of maps to choose from (ie when hosting). The problem is, I don't find any JASS for this. Instead the only "solution" I've found it to HEX EDIT the game name. But it limits me to a maximum of as many characters as the original map name is. Ie if the original is "Map" I can't rename it into anything longer than three characters. I want to expand the map name, but I haven't figured out how. This is my major problem and where I need your help! (Simply inserting bytes won't work as then you won't be able to play the map as WC3 thinks it is corrupted. And yes, I have removed the Attributes file.)
Thanks!
~ Kris