-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Ketei edited this page Nov 18, 2025
·
12 revisions
Nexus Forge is a modular, open-source toolset designed to serve as the structural backbone for Godot 4.4+ projects. Built entirely in GDScript, it provides a collection of specialized tools that handle complex game logic and state management while remaining strictly UI-agnostic giving creative freedom over how data is presented to the player.
-
The Singleton: All tools and runtime data are accessed via the central
NexusForgesingleton. - Built-in Help: The plugin is fully integrated with the Godot Editor's built-in help system. You can press F1 within the editor to search for and access detailed technical documentation for almost all custom classes and resources provided by the suite.
Nexus Forge registers several custom classes globally to ensure seamless integration with the Godot Inspector. Before importing the plugin, please ensure your project does not already use the following class names to avoid parsing conflicts:
DialogParserBlackboardDataCharacterSheetSpeciesCatalog-
SkillCatalog,TraitCatalog -
ItemCatalog,CurrencyCatalog RecipeCatalogQuestCatalogPhraseMapStatCatalog
-
SkillSet,TraitBlock,StatBlock -
RecipeSheet,RecipeItem -
QuestData,QuestStage,QuestStep
UUID-
BitUtils,BitFlags -
Cache,ResourceCache RandomWeightedPool-
RangeInt,RangeFloat -
ArrayUtils,RangeUtils,StringUtils