Author Topic: Solution to Replay Problem  (Read 1567 times)

Offline dRagoLjuB

  • dRagoLjuB
  • Retired Moderator
  • MonsterKill Member
  • *
  • Posts: 4387
  • Country: gb
  • Karma: +146/-124
  • Nowhere and Everywhere
    • View Profile
    • Awards
Solution to Replay Problem
« on: January 17, 2011, 00:37 »
For us the only way to watch a replay is to copy paste the replay in the "Replays" folder in Warcraft and go to it via in game menu Single Player > Replays > Replay name. Double clicking the replay do not work.. Even if you rt click and open it via warcraft it will just open the game and not the replay..

1>> Open Notepad
2>> Type within quotes your full address of war3.exe.
3>> Add after that "-loadfile %1"
4>> Go to File > Save as
5>> Change "Save as Type" to "All Files"
6>> Name that file <Name of your choice>.bat.. i.e replays.bat
7>> Save it anywhere....
8>> Go to the replay you want to view.. Right Click > Open With > Choose Program.
9>> Choose the BAT file you just made..
10>> Make sure you tick the "Always use the selected program to open this kind of file". Click OK..

Thats it.. your replay should start with the loading screen.
From the nest time onwards to watch any replay just double click the replay.. and it should be fine..

Here is the code that I use for my bat file
Code: [Select]
"D:\Games\WarCraft 3 Frozen Throne\War3.exe" -loadfile %1
You have to change the address in the above text to the address where you have war3.exe
Thank You.. If you face any problem feel free to PM me or reply to this Post.
« Last Edit: October 03, 2011, 17:19 by 德拉戈柳 »