Skip to content
Thomas edited this page Apr 13, 2022 · 2 revisions

This Wiki contains info about using NoMansSky.Api.

This project is a C# Modding API that allows modders to make much more intricate mod for the game No Mans Sky. Under the hood, it uses memory modding techniques to expose hooked (detoured) game functions and important values from the game to any C# mods that use this API. To achieve this, it also uses Reloaded2, an amazing suite of high performance memory modding tools, as well as Reloaded.ModHelper, a library I created to make it significantly easier to make unique and powerful Reloaded mods.

Clone this wiki locally