File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ robocopy /MIR external\rpclib\rpclib-2.2.1\build\Release %RPCLIB_TARGET_LIB%\Rel
7575
7676REM //---------- get High PolyCount SUV Car Model ------------
7777IF 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
Original file line number Diff line number Diff line change 8686if [ ! -d " Unreal/Plugins/AirSim/Content/VehicleAdv" ]; then
8787 mkdir -p " Unreal/Plugins/AirSim/Content/VehicleAdv"
8888fi
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."
You can’t perform that action at this time.
0 commit comments