-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Installing this Fork
First, you need to download a copy of PoB from Openarls Github page here. You can use either the portable version or the .exe install for this to work.
To have your PoB refer this fork when updating you will need to change 1 line in the manifest.xml file in your PoB install directory.
Download this file by clikcing on the raw button then right-clicking and saving as patch.ps1. Then right-click on the downloaded file and select "Run with PowerShell" and this should switch your PoB from using Openarls repository, to using this repository for all future updates.
If you do not trust the code from the PowerShell script or if it does not work for you, you can manually change the line yourself by going to your C:\ProgramData\Path of Building folder if you used the original installer or if you installed the portable version go to the folder where you installed it. If you cannot see the "ProgramData" folder make sure you have hidden items turned on under the view tab.
Open the manifest.xml file and search for the line (should be near line 8)
<Source url="https://raw.githubusercontent.com/Openarl/PathOfBuilding/{branch}/" part="program"/>
and change it to
<Source url="https://raw.githubusercontent.com/LocalIdentity/PathOfBuilding/{branch}/" part="program"/>
Save the manifest.xml file and open Path of Building. It should automatically start looking for an update and downloading all of the files from my version.
Your PoB will now always look at my version for any future updates unless you change the manifest.xml file or make a fresh install.