Skip to content

Commit 881a3f8

Browse files
committed
Fix tires comming off, #940
1 parent 2c96616 commit 881a3f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ robocopy /MIR external\rpclib\rpclib-2.2.1\build\Release %RPCLIB_TARGET_LIB%\Rel
7575

7676
REM //---------- get High PolyCount SUV Car Model ------------
7777
IF NOT EXIST Unreal\Plugins\AirSim\Content\VehicleAdv mkdir Unreal\Plugins\AirSim\Content\VehicleAdv
78-
IF NOT EXIST Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\v1.1.9 (
78+
IF NOT EXIST Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\v1.1.10 (
7979
IF NOT DEFINED noFullPolyCar (
8080
REM //leave some blank lines because powershell shows download banner at top of console
8181
ECHO(
@@ -89,8 +89,8 @@ IF NOT EXIST Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\v1.1.9 (
8989
IF EXIST suv_download_tmp rmdir suv_download_tmp /q /s
9090
mkdir suv_download_tmp
9191
@echo on
92-
REM powershell -command "& { Start-BitsTransfer -Source https://github.com/Microsoft/AirSim/releases/download/v1.1.9/car_assets.zip -Destination suv_download_tmp\car_assets.zip }"
93-
REM powershell -command "& { (New-Object System.Net.WebClient).DownloadFile('https://github.com/Microsoft/AirSim/releases/download/v1.1.9/car_assets.zip', 'suv_download_tmp\car_assets.zip') }"
92+
REM powershell -command "& { Start-BitsTransfer -Source https://github.com/Microsoft/AirSim/releases/download/v1.1.10/car_assets.zip -Destination suv_download_tmp\car_assets.zip }"
93+
REM powershell -command "& { (New-Object System.Net.WebClient).DownloadFile('https://github.com/Microsoft/AirSim/releases/download/v1.1.10/car_assets.zip', 'suv_download_tmp\car_assets.zip') }"
9494
powershell -command "& { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iwr https://github.com/Microsoft/AirSim/releases/download/v1.1.9/car_assets.zip -OutFile suv_download_tmp\car_assets.zip }"
9595
@echo off
9696
rmdir /S /Q Unreal\Plugins\AirSim\Content\VehicleAdv\SUV

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fi
8686
if [ ! -d "Unreal/Plugins/AirSim/Content/VehicleAdv" ]; then
8787
mkdir -p "Unreal/Plugins/AirSim/Content/VehicleAdv"
8888
fi
89-
if [ ! -d "Unreal/Plugins/AirSim/Content/VehicleAdv/SUV/v1.1.9" ]; then
89+
if [ ! -d "Unreal/Plugins/AirSim/Content/VehicleAdv/SUV/v1.1.10" ]; then
9090
if $downloadHighPolySuv; then
9191
echo "*********************************************************************************************"
9292
echo "Downloading high-poly car assets.... The download is ~37MB and can take some time."

0 commit comments

Comments
 (0)