This repository contains PowerShell scripts used to manage NeverSink Filters for Path of Exile 2. Some scripts require administrative privileges to run.
- Purpose: Creates symbolic or hard links for your filter files from the NeverSink Filter repository to your PoE2 filters folder.
- Parameters:
-FilterSet: Specifies the filter sets to link. Accepts a comma-separated list of filter sets (default,darkmode,customsounds,all).
- Usage Example:
.\Create-Links.ps1 "C:\Path\To\NeverSink-Filter-for-PoE2" -FilterSet default,darkmode
- Purpose: Schedules a persistent Windows Scheduled Task to automatically run a
git pullin your NeverSink Filter repository. - Parameters:
-AtLogon: Schedules the task to trigger at user logon.-Interval: Specifies the interval in minutes for the task to run.
- Usage Example:
.\Schedule-Updates.ps1 "C:\Path\To\NeverSink-Filter-for-PoE2" -AtLogon
- Cloned Neversink Filters Repository
- PowerShell 5.1 or higher
- Administrator privileges
- Git installed and available in your system's PATH