Skip to content

Structure

NoahStarfinder edited this page Nov 5, 2018 · 1 revision

Virtual Universe Source Code Structure

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.
Clone this wiki locally