-
Notifications
You must be signed in to change notification settings - Fork 18
FAQ
Geroge Albany edited this page May 13, 2017
·
3 revisions
Pathfinder is an open-source modding API and a mod loader made in C# for the game Hacknet
Pathfinder can allow you to create new commands, executables or server daemons for the game and much more.
Extract content of Release.zip into Hacknet's installation folder, run PathfinderPatcher.exe, then run HacknetPathfinder.exe
Drag&Drop the mod dll file into the Mods folder within the Hacknet steam folder
Right click the mod dll and go into properties. Then click on the "unblock" checkbox. It should work perfectly now.
Take a look at the TemplateMod from the github, you should have a basic example of how it works. Better documentation might come later.
Basic C# programming knowledge, as well as a C# IDE