For the complete documentation index, see llms.txt. This page is also available as Markdown.

Settings

As your mod expands with cool features, you may want your players to be able to customize how and what your mod does, fortunately we have Mod Settings (nexus) for Redscript and Native Settings UI (nexus) for CET.

These framework mods lets your mod be able to define custom settings in a native style menu, so that your players can change the values you specifically give them.

These mods create an in-game menu for players to customize settings, while CET already has a built-in solution to provide settings in the overlay through ImGui.

These mods do not conflict with each other, there are separate as Mod Settings creates settings for Redscript mods while Native Settings UI creates settings for CET/Lua mods.

Mod SettingsNative Settings UI

Last updated