Providing detailed instructions on obtaining a full, decompressed gw.dat file can be tricky, considering that each system is different. However, using a batch file will make it easy, but due to risks involved with sending a batch file, I shall do my best to give instructions (along with screenshots as needed). Also, I'll tell you when to enter in quotations, so unless stated otherwise, don't enter in any quotes.
Remember that each system is different and the screenshots I have provided may or may not reflect anything you have on your system. For example, the command prompts I have is set to the colors shown, while yours may be the default black background with white text.
STEP 1:
Click Start.
Step 2:
Click "Run".
Step 3:
Type "cmd" and click "OK".
Step 4:
Type "cd "C:\Program Files\Guild Wars"" (NOTE: You WILL need the quotes around "C:\Program Files\Guild Wars") and press ENTER.
Step 5:
Type "gw.exe -image" and press ENTER.
Also, you can use the following batch command:
Code:
echo off
echo This will download a full gw.dat from
echo the Guild Wars servers.
pause
cd "C:\Program Files\Guild Wars"
gw.exe -image
In order to run that, open up a text editor (like notepad), copy and paste that code, and save it as, let's say "gw.bat" to your Desktop.
Lastly, you can run the command directly from the Run Dialoge box. Repeat steps 1-2 from above. Replace Step 3 with:
Type ""C:\Program Files\Guild Wars\gw.exe" -image" (NOTE: You WILL need to type the quotations around "C:\Program Files\Guild Wars\gw.exe"). Click "OK".
I hope this helps.