n00dWorkshop is a comprehensive integration of all plugins offered by n00dtech for Unreal Engine. This unified project allows developers to explore, dissect, and tailor these tools to fit their specific project needs while providing practical insights into how each component interacts seamlessly.
This example project in the main repository is developed in C++ due to the requirements of the Binary Editor. When cloning submodules, you'll need to manually compile them. Alternatively, if you prefer using plugins directly from the Launcher, simply drop them into the Plugins folder of the project download from the Releases, and they should integrate seamlessly with this project.
Important Note: Your own project does not need to be C++-based to utilise these plugins effectively. If you download the plugins either from the Releases section within each GitHub repository or directly from the Launcher, they come pre-compiled with all necessary binaries, ready for immediate use.
Follow these steps to set up n00dWorkshop on your system.
- Windows: Install Git SCM if not already installed.
- Linux: Git should be pre-installed.
- Recommended: Use a desktop Git client like GitHub Desktop for Windows or the setup for Linux. Choose the client that best fits your workflow.
This project leverages permanantly free assets that are available on the marketplace, to use this project you must acquire the files from the Launcher that we are using for various features, as we will not be including them in this repository.
- Human Vocalizations
- Stylized Egypt
- Niagara Footstep VFX
- GOOD SKY
- Interface & Item Sounds Pack
- Realistic Starter VFX Pack Vol 2
- Basic Pickups VFX Set (Niagara)
- Stylized Eastern Village
- Stylized Fantasy Provencal (Stylized, Fantasy, Provencal)
Please visit the Launcher to download these assets and add them to this project manually.
If you own the plugins but do not have repository access, visit Verification to verify your ownership and gain the necessary access.
The following only applies to cloning main to receive the latest and greatest, see Releases to download the Binary version of this project where you can simply add the required plugins to the Plugins folder!
To clone n00dWorkshop along with all associated submodules, execute the following commands in your terminal:
git clone https://github.com/n00dtech/n00dWorkshop.git
cd n00dWorkshop
git submodule update --init --recursive
This set of commands initializes and updates the submodules recursively.
Command to update your submodules:
git submodule update --remote
Now that you've cloned the repositories, we must generate visual studio files for the project to see them.
Right-click on n00dWorkshop.uproject and select Generate Visual Studio Project Files
Once this is complete, double-click the project file and you will be prompted to compile the project. Go ahead and do this, it may take a few minutes.
You’re all set! Explore the capabilities of n00dWorkshop and start building your projects with enhanced flexibility and power. See you inside!