ardba / proton_aoe2de_mpfix

Small script containing Multiplayer fix for AOE2
GNU General Public License v3.0
107 stars 17 forks source link

Added usage, force option, arg parsing and used local vc_redist #14

Open Costinteo opened 1 year ago

Costinteo commented 1 year ago

Some simple QoL changes. I was looking online to see if such a script has been done and noticed you always download vc_redist from Microsoft. It seems like the game already does so, so I thought of adding a check for the local vc_redist before trying to download it.

Added force option just in case. It probably won't ever help, honestly, but I would personally force repatch just for a sanity check, as a user.

Feel free to decline if it feels like the changes bloat the script too much.