User Tools

Site Tools


games:windows:guild_wars_2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:windows:guild_wars_2 [2025/06/14 20:21] Sean Rhonegames:windows:guild_wars_2 [2025/07/05 21:24] (current) Sean Rhone
Line 1: Line 1:
-****+  ''80,541,852,864 Gw2.dat''
  
   "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -image   "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -image
Line 7: Line 7:
   * [[https://cloudfront.guildwars2.com/client/branches/Gw2Setup-64.exe|Gw2Setup-64.exe]]   * [[https://cloudfront.guildwars2.com/client/branches/Gw2Setup-64.exe|Gw2Setup-64.exe]]
   * 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
-  * TODO: ''mkdir DLs\GW2-DL'', copy setup exe in DL folder to renamed above, shortcut for ''-image''+ 
 +  * TODO: Rename temp dir ''GW2'' to something else so ''RMDIR'' doesn't delete backup 
 + 
 +  MKDIR "%UserProfile%\Downloads\GW2" & MOVE /Y "%UserProfile%\Downloads\Gw2Setup-64.exe" "%UserProfile%\Downloads\GW2" & "%UserProfile%\Downloads\GW2\Gw2Setup-64.exe" 
 + 
 +  RMDIR /S /Q "%UserProfile%\Downloads\GW2" 
 + 
 +====== NAS ====== 
 + 
 +  * ''Update.bat'' is next to ''Gw2.dat'' ((not inside ''Update'' folder)) 
 + 
 +<code> 
 + 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 ====== 
 + 
 +  * https://wiki.guildwars2.com/wiki/Command_line_arguments 
 + 
 +<code> 
 +-autologin 
 +-diag 
 +-mapLoadinfo 
 +-mumble 0 
 +-nodelta 
 +-prefreset 
 +-repair 
 +-useOldFov 
 +-verify (diff than repair?)</code> 
 + 
 +====== Desktop ====== 
 + 
 +  "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -image -nodelta 
 + 
 +  GW2 Updater 
 + 
 +  "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -autologin -mapLoadinfo -mumble 0 
 + 
 +  GW2 
 + 
 +====== 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
  
/srv/www/wiki/data/attic/games/windows/guild_wars_2.1749946910.txt.gz · Last modified: by Sean Rhone