• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

I need a tool for fixing this

Status
Not open for further replies.
You can recreate the file associations manually.

Rather than give detailed instructions, I will point out that file type associations can be found at these two registry locations: HKEY_CURRENT_USER/Software/Classes (or HKEY_LOCAL_MACHINE/Software/Classes to affect all users). Briefly analyzing things in regedit and at those locations probably would make the unmentioned steps straightforward.

The open command should look similar to this:
"C:\Warcraft III\worldedit.exe" -loadfile "%1"
While the DefaultIcon should look similar to:
(for .w3m)
C:\Warcraft III\worldedit.exe,2
(for.w3x)
C:\Warcraft III\worldedit.exe,3

Replacing the paths with the proper paths for you, of course.

If you tried Pharaoh_'s method (though with worldedit.exe, not the other .exe) and it does not "work" (open the WE with the map), the fastest way to getting it to "work" probably would be to navigate to HKEY_LOCAL_MACHINE/Software/Classes/Applications/worldedit.exe and change the open command to the one found above (but this method probably will not give you the right icons for .w3m and .w3x files).

Then there is the option of installing Wc3. Or perhaps the Wc3 registry fixing tool can resolve this matter.
 
Status
Not open for further replies.
Back
Top