Skip to content
Geroge Albany edited this page May 13, 2017 · 3 revisions

What is Pathfinder?

Pathfinder is an open-source modding API and a mod loader made in C# for the game Hacknet

What can it do?

Pathfinder can allow you to create new commands, executables or server daemons for the game and much more.

How to install?

Extract content of Release.zip into Hacknet's installation folder, run PathfinderPatcher.exe, then run HacknetPathfinder.exe

How do I install new mods?

Drag&Drop the mod dll file into the Mods folder within the Hacknet steam folder

I got an error Impossible to load mod <hacknet-steam-dir>\Mods\<mod>.dll : An attempt...

Right click the mod dll and go into properties. Then click on the "unblock" checkbox. It should work perfectly now.

How do I create new mods?

Take a look at the TemplateMod from the github, you should have a basic example of how it works. Better documentation might come later.

What skills do I need?

Basic C# programming knowledge, as well as a C# IDE

Where do I find documentation

At https://spartan322.github.io/Hacknet-Pathfinder/

Clone this wiki locally