I like tweaking my games to perfection, so I want to start a thread that lists the different command lines you can add to your shortcut target. Here's a couple I found:
-perf will display fps in top right corner
-email "email address" -password "password" will auto log you in (credit to wolfpackee)
any additions are welcome
Edit: credit to koitsu
-update
-uninstall
-noui
-nosound
-noshaders
-repair
-port
-map
-fps
List of GW Run command lines
1 pages • Page 1
k
There are many more than this. Using GNU strings for Win32, you can figure out where the data segment for such strings is located:
In this case, looking around gw.exe at file offset 0x2e0ef0 was useful. Here's a list of all the command-line arguments supported by gw.exe. What they do is anyone's guess. I also have no idea what the applicable arguments are to each of these arguments (i.e. "-email foobar")
If one can figure out what all of these do, it'd be worth posting/mentioning them here.
Code:
D:\>strings -t x -e l -a gw.exe | grep -i "perf"
2e0ef0 perf
2e4d20 Perf
D:\>strings -t x -e l -a gw.exe | grep -i "email"
2e0f20 email
{snipped}
Code:
-update -uninstall -noui -nosound -noshaders -repair -port -perf -password -map -fps -email
k
M
I have a guide started in community works (info pulled from the community) but always looking for new switches or the effects of them.
http://www.guildwarsguru.com/forum/s...ad.php?t=94814
Is koitsu around?, that info is very usefull.. have to try that
http://www.guildwarsguru.com/forum/s...ad.php?t=94814
Is koitsu around?, that info is very usefull.. have to try that

