Skip to content

Instantly share code, notes, and snippets.

@Deshke
Deshke / UpdateArcDps.cmd
Created October 3, 2017 06:36 — forked from OneFaced/UpdateArcDps.cmd
Automatically Update ArcDps for GuildWars 2
#Modify as required. Points to the default install location
$GW2Path = "C:\Program Files\Guild Wars 2\"
#Don't change these paths unless arc does
$md5sum = 'https://www.deltaconnected.com/arcdps/x64/d3d9.dll.md5sum'
$d3d9 = 'https://www.deltaconnected.com/arcdps/x64/d3d9.dll'
$bt = 'https://www.deltaconnected.com/arcdps/x64/buildtemplates/d3d9_arcdps_buildtemplates.dll'
#And this one unless ANet does
$gw = 'Gw2-64'