From fe3cb6863a604f5c0cf8b692fe2b6300b45b5999 Mon Sep 17 00:00:00 2001 From: corkyw10 Date: Wed, 3 Feb 2021 16:33:58 +0100 Subject: [PATCH] Included instructions to get assets with Update.bat for latest verion --- Docs/build_windows.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Docs/build_windows.md b/Docs/build_windows.md index 126cd4bea..c7d824484 100644 --- a/Docs/build_windows.md +++ b/Docs/build_windows.md @@ -129,7 +129,15 @@ The button above will take you to the official repository of the project. Either ### Get assets -Download the __latest__ assets to work with the current version of CARLA: +Download the __latest__ assets to work with the current version of CARLA by running the following command in the CARLA root folder: + +```shell +Update.bat +``` + +The assets will be downloaded and extracted to the appropriate location. + +To download the assets for a __specific version__ of CARLA: 1. From the root CARLA directory, navigate to `\Util\ContentVersions.txt`. This document contains the links to the assets for all CARLA releases. 2. Extract the assets in `Unreal\CarlaUE4\Content\Carla`. If the path doesn't exist, create it.