NextXI is an advanced addon framework and launcher tailored for the game environment.
To run and debug the NextXI application locally:
- Open the NextXI project folder in Visual Studio Insiders.
- Set the build configuration to
DebugorReleaseaccording to your needs. - If building for the first time, ensure all project dependencies are restored.
- Press
F5to build the solution and launch the debugger, orCtrl+F5to run without debugging. - The
build/bin/debug(or release) directory will be populated with the executable and required core scripts.
- All core binaries are built into the
build/folder. - Addon source code is kept in the
/addons/directory. - Shared libraries are located in
/addons/libs/so all addons can utilize them universally.