Hacknet Pathfinder
Hacknet Pathfinder is a cross-platform modding system for Hacknet.
Automatic Install
Run the Hacknet Pathfinder installer, downloadable from: Github
- For Windows, run
PathfinderInstaller.exe
- For Linux, run
PathfinderInstaller.py
Manual Install
- Download Hacknet Pathfinder's zipped files from Github.
- Extract the contents into Hacknet's folder.
- Run
PathfinderPatcher.exe
(For Linux users,mono PathfinderPatcher.exe
). - (For Linux) Copy
Hacknet.bin.x86(_64)
toHacknetPathfinder.bin.x86(_64)
and makeStartPathfinder.sh
executable. - Run HacknetPathfinder.exe on Windows or StartPathfinder.sh on Linux to start Pathfinder.
Running
Hacknet Pathfinder runs as normal Hacknet, there is no change.
Installing global mods
Move the global mod contents into Hacknet/BepInEx/plugins
.
Troubleshooting
[Windows] System.NotSupportedException on launch
More precisely:
System.NotSupportedException: An attempt was made to load an assembly from a network location
which would have caused the assembly to be sandboxed in previous versions of the .NET Framework
Solution: unblock all .dll files provided by Hacknet Pathfinder. This can be done manually by rightclicking each .dll files and editing their properties, or running the following Powershell command:
get-childitem "HACKNET-FOLDER-HERE" | unblock-file