Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.25 KB

README_CONTRIBUTION.md

File metadata and controls

53 lines (33 loc) · 1.25 KB

Contribution

Thank you for your interest in contributing to the Learning Vault!

Our main goal is to give developers new, quality learning experiences. Anything that you can contribute is a help to someone, and very much appreciated by all here!

NOTE: Currently this repository is in progress. We've yet to add anything or complete this guide. If you're interested in contributing, please get in contact with one of the admins on the Discord server.

How to

Overview

First, you'll want to take note of how we've organized this repository.

  • Version
    • Type (C++, BP, Audio, FX, Mesh, etc.)
      • Multiplayer Support
        • Project Folder
      • Singleplayer Only
        • Project Folder

Folder Structure

Content

  • Project_Name
    • System/Item/Theme
      • C++
      • BP
      • Mesh
      • Audio
      • FX

Naming Conventions

Files

All files should follow a VAULT_ITEMNAME_ASSETTYPE structure

Functions / Events / Macros

Should use Name_Here structure

Settings

Should use a Name_Here structure

Note

Everything that you submit here will be under the GPL-3.0 License