gw2-addon-loader / GW2-Addon-Manager

Installer and updater for Guild Wars 2 addons.
MIT License
435 stars 55 forks source link

Option to add parameters to Gw2 exe call #89

Open TrYkeRm4N opened 3 years ago

TrYkeRm4N commented 3 years ago

Actually you can add parameters to the GW2 exe via shortcut. But using the "Launch at close" option, you cannot configure the parameters to call the .exe of the game.

The solution should be add a checkbox with the avaliable parameters or just a zone where user can type it.

I'm actually using these: "-clientport 6112 -autologin -maploadinfo"

Thanks in advance!!

greenya commented 2 years ago

That would be nice to have.

But right now there is a workaround: Win+R -> %APPDATA%\Guild Wars 2 -> create file Settings.json with content:

{
     "arguments": [ "-clientport 6112", "-autologin", "-mapLoadinfo" ]
}

More info at https://wiki.guildwars2.com/wiki/Command_line_arguments