Contributing
Compiling and installing
- Clone from source Hacknet Pathfinder https://github.com/Arkhist/Hacknet-Pathfinder
- Compile PathfinderPatcher (
msbuild1 orxbuildin root folder or specically against PathfinderPatcher.csproj) - Move
PathfinderPatcher/bin/Debug/PathfinderPatcher.exeto Hacknet's root directory - Run
PathfinderPatcher.exein the root Hacknet directory to obtainHacknetPathfinder.exe - Move
HacknetPathfinder.exeandFNA.dllto the Pathfinderlibsfolder. - Compile the rest of the project (
msbuild1 orxbuildin root folder) - Copy everything in
BepInEx.Hacknet/bin/DebugintoHacknet/BepInEx/core. - Copy
PathfinderAPI/bin/PathfinderAPI.dllintoHacknet/BepInEx/plugins
Adding features
Branch off the master branch, program your feature and send the dev team a Pull Request!
-
msbuildis broken on Arch unless you use mono-git from the AUR, see this bug report. ↩↩