Hacknet-Pathfinder icon indicating copy to clipboard operation
Hacknet-Pathfinder copied to clipboard

Hacknet Labyrinths Modloader in C#

Results 38 Hacknet-Pathfinder issues
Sort by recently updated
recently updated
newest added

- [ ] Slider option - [ ] Textbox option - [ ] List option

Feature Bloat

- [ ] `ExtensionLoader.ReloadExtensionNodes` - [x] `ISPDaemon.DrawIPEntryScreen` - [x] `ISPDaemon.DrawLoadingScreen` - [x] `MissionFunctions.findComp` - [x] `Multiplayer.getComp` - [x] `NetworkMap.discoverNode(string)` - [x] `Programs.computerExists`

Only happens with the latest version, none of the others have an issue. ![image](https://github.com/Arkhist/Hacknet-Pathfinder/assets/73551377/1974b282-e717-4d0c-99ac-e2f7cf818463) ![image](https://github.com/Arkhist/Hacknet-Pathfinder/assets/73551377/a7532d95-4a85-4f34-bb57-8c1ca294f8fc)

hello! Pathfinder shows an update for 5.3.2 inside of hacknet but I am already on that version: ** ![image](https://github.com/Arkhist/Hacknet-Pathfinder/assets/76208371/e65174a3-ebd6-4688-b7b6-e02d16eda359) **

When an error in the XML of an extension occurs, in current PF, the game crashes. 1) Such errors should never cause a crash. When such an error does not...

A plugin installed both globally and in an extension will load both times without any warning. The global plugins's entry in `HacknetChainloader.Instance.Plugins` gets replaced by the extension plugin's entry and...

Bug

Simplifies logic in `CachedCustomTheme.Load`. Also fixes inconsistency with base game by allowing `` to have empty content. This has NOT been tested using the `PreloadAllThemes` option since it doesn't work...

Extension plugins should appear as a second row of options Their options should be unloaded when the plugin is unloaded.

Bug
Enhancement