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