Skip to content

Commit

Permalink
Only include clone repo method
Browse files Browse the repository at this point in the history
Signed-off-by: guillaume-haerinck <[email protected]>
  • Loading branch information
guillaume-haerinck committed Apr 28, 2024
1 parent b825fab commit 3253ed1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@ assets of our planet - the Moon, you must protect it at all costs against alien

You need to build or [install O3DE engine](https://o3de.org/download/).

You need to [install git with lfs support](https://git-scm.com/downloads), and [setup a token on your github account](https://www.docs.o3de.org/docs/welcome-guide/setup/setup-from-github/#configure-credentials-for-git-lfs). Needed as the repository uses Git LFS, the "Download ZIP" button will not download assets.

## How to run

1. Download (green "Code" button, then "Download ZIP") or clone the github repository (`git clone https://github.com/o3de/Protect-the-Moon.git`)
1. Clone the github repository (`git clone https://github.com/o3de/Protect-the-Moon.git`). When prompted to authenticate, use your github username and the token as password.
2. Launch O3DE. It will open the Project manager. Click on the **New Project** button then **Open Existing Project** option.
3. Navigate to your download (and make sure it is unzipped). Open this folder. The project should now be registered.
3. Navigate to the cloned repository. Open this folder. The project should now be registered.

<img width="162" alt="build" src="https://user-images.githubusercontent.com/87207603/235956071-9c1a20f0-052e-4e06-8fa1-afe8073d1c42.png">

4. Click on the **Build Project** button, located on the **Protect-the-Moon** image.
5. Once the project has been built sucessfully, use the **Open Editor** button.
5. Once the project has been built successfully, use the **Open Editor** button.
6. The asset pre-processor will run for a bit. Once it is over you will be welcomed with the **Open a Level** window, simply pick the first one.

## Controls
Expand Down

0 comments on commit 3253ed1

Please sign in to comment.