1
Mods & Development / Re: I wrote a Warcraft II map viewer in JavaScript
« on: April 04, 2019, 07:01:17 AM »Is there a way to open the map by url? I mean, to use query string like site-name/warcraft2-map-editor/?map=GardenOfWar.pud or w/e?
To let people give links to some map directly somewhere on forum or anywhere else?
That's a great idea. I implemented it as you suggested, following the same file paths as given in the file browser. Some examples:
classic/Plains of snow.pud
campaign/xhuman12.pud
ladder/Garden of war BNE.pud
classic/expansion/Friends.pud
(Edit: I also added a "Link to Map" action under the "Editor" menu to generate these URLs automagically.)
Nice one jc. Looks great
I appreciate it! It looks like there's a wealth of information here, so I intend to stick around and absorb some things.