0 of 0

File information

Last updated

Original upload

Created by

HelixTechGroup

Uploaded by

chaosnhatred

Virus scan

Safe to use

About this mod

This is the Core mod used by all HelixTechGroup projects.
This mod does nothing on its own and is to be consumed by other mods.
Its a set of tools common to all modules in the Regenesys Project and can be utilized by all modders

Requirements
Permissions and credits
Mirrors
Changelogs
Donations
If you find a bug or have a question about the mod, please post it on the Bug page at Nexus Mods, or in the GitHub issues page.

It includes the following:
  • Extended forms of base types to be used by scripts in other modules.
  • Each form has built-in event loop to help with a more thread-safe workflow
  • Each form has access to a built in logger configured on a quest level via a Refernce Alias
  • Utility classes for built-in base types
  • Common type array helper functions
  • Attempts to extends base types without sideloading to allow for compatibility with consoles
  • Common function to help create forms in a script.
  • A built-in system for creating centralized management via a Dataslate 
  • Utilizes the TerminalMenu type
  • Menus can be dynamically added, removed, and configured
  • Collections
  • Dynamic arrays (Lists)
Easily extendable to add lists for custom types
  • Dictionaries (Key-Value pairs)
Var and Form types

This is a Work-In-Progress and many more features are planned.