This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 45
Documentation: Initial Setup
Lucas Vilas-Bôas edited this page Aug 7, 2022
·
3 revisions
- Go to Release Page and download the ProjectElementus.zip from the latest released version, unzip in any folder and open the ProjectElementus.uproject.
- Type
git clone https://github.com/lucoiso/UEProject_Elementus.git
in the CMD (git bash) to clone the repository in the current path (typecd PATHNAME
replacing PATHNAME with the destiny folder to change path) and open the ProjectElementus.uproject when the clone process completes.
- AMD FidelityFX Super Resolution 1.0 - UE5 Adapted ver.
- Modular Game Features - Extra Actions
- Elementus Inventory
- EOS SDK Handler
- Git Large File Storage (Only if you're cloning this repository)
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