Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Documentation: Initial Setup

Lucas Vilas-Bôas edited this page Aug 7, 2022 · 3 revisions

Installation: Download

  • Go to Release Page and download the ProjectElementus.zip from the latest released version, unzip in any folder and open the ProjectElementus.uproject.

Installation: Clone

  • Type git clone https://github.com/lucoiso/UEProject_Elementus.git in the CMD (git bash) to clone the repository in the current path (type cd PATHNAME replacing PATHNAME with the destiny folder to change path) and open the ProjectElementus.uproject when the clone process completes.

Dependencies

Submodules

All dependencies are included as Git Submodules. They will be installed automatically on clone.

To check if the dependencies are installed, run the following command:

git submodule status

To update the dependencies, run the following command:

git submodule update --init --recursive

💖 Support Me

The documentation will be moved to Elementus Modules.

Clone this wiki locally