Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:windows:guild_wars_2 [2025/06/27 18:14] – Sean Rhone | games:windows:guild_wars_2 [2025/08/24 08:31] (current) – Sean Rhone |
---|
* Can be renamed to ''Gw2-64.exe'' and have ''-image'' to avoid installing | * Can be renamed to ''Gw2-64.exe'' and have ''-image'' to avoid installing |
| |
MKDIR "%UserProfile%\Downloads\GW2" & MOVE /Y "%UserProfile%\Downloads\Gw2Setup-64.exe" "%UserProfile%\Downloads\GW2" & "%UserProfile%\Downloads\GW2\Gw2Setup-64.exe" | MKDIR "%UserProfile%\Downloads\GW2-Setup" & MOVE /Y "%UserProfile%\Downloads\Gw2Setup-64.exe" "%UserProfile%\Downloads\GW2-Setup" & "%UserProfile%\Downloads\GW2-Setup\Gw2Setup-64.exe" |
| |
RMDIR /S /Q "%UserProfile%\Downloads\GW2" | RMDIR /S /Q "%UserProfile%\Downloads\GW2-Setup" |
| |
====== NAS ====== | ====== Restore Gw2.dat ====== |
| |
* ''Update.bat'' is next to ''Gw2.dat'' ((not inside ''Update'' folder)) | **** |
| |
<code> | MOVE /Y "%UserProfile%\Downloads\GW2\Gw2.dat" "%ProgramFiles%\Guild Wars 2" |
Directory of \Games\PC\GW2 | |
| |
80,541,852,864 Gw2.dat | |
29,340,840 Gw2Setup-64.exe | |
<DIR> Update | |
75 Update.bat | |
| |
Directory of \Games\PC\GW2\Update | |
| |
42,732,936 Gw2-64.exe</code> | |
| |
Update.bat | |
| |
<code> | |
@echo off | |
| |
CD "Update" | |
| |
"Gw2-64.exe" -dat "..\Gw2.dat" -image | |
| |
:: End</code> | |
| |
====== Flags ====== | ====== Flags ====== |
====== Desktop ====== | ====== Desktop ====== |
| |
"%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -image | "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -image -nodelta |
| |
GW2 Updater | GW2 Updater |
| |
"%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -autologin -mapLoadinfo -mumble 0 | "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -autologin -bmp -nodelta -mapLoadinfo -ignorecoherentgpucrash -useOldFov -mumble 0 |
| |
GW2 | GW2 |
| |
| ====== Shortcuts ====== |
| |
| * Repair |
| |
| "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -image -nodelta -repair |
| |
| * Network Diagnostics |
| |
| "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -diag |
| |
| "notepad.exe" "%UserProfile%\Documents\Guild Wars 2\NetworkDiag.log" |
| |
| ====== Compat Settings ====== |
| |
| REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f |
| |
| REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Gw2-64.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f |
| |