-
Notifications
You must be signed in to change notification settings - Fork 0
Structure
NoahStarfinder edited this page Nov 5, 2018
·
1 revision
This is the structure of the source code for the next generation of Virtual Universe.
- Universe
- Core - This is where all of the base architecture that powers Virtual Universe and is not necessarily modular goes. Hooks from here will be added to ensure modules can work properly.
- Modules - The modular components of the codebase go here. Modules such as economy module, Estate Module, etc.
- VirtualUniverse
- bin - The built binary files including dlls and executable files are sent here after build
- Configuration - ALl the various configuration files for Virtual Universe go here. They really should never be in the bin folder.
- Data - Data goes here such as region backups, OARs, IARs, server logs, etc.
- Addons - Third party addons that are already built and work with Virtual Universe but are not part of the core or modules of Virtual Universe go here.