Sorry_for_virtual_textures

newMain
RETRY\Retry 10 months ago
parent cacfcb4680
commit 36cf527557

@ -0,0 +1,19 @@
@echo off
:: We can't delete files while UE4 using them
tasklist /FI "IMAGENAME eq UE4Editor.exe" 2>NUL | find /I /N "UE4Editor.exe">NUL
IF %ERRORLEVEL% EQU 0 GOTO CLOSEUNREAL
:: delete ALL folders with names - Intermediate, Saved, Binaries
color 02
for /d /r . %%d in (Intermediate Saved Binaries) do @if exist "%%d" echo "Removing %%d" && rd /s/q "%%d"
echo.
echo SUCCESS
pause
EXIT
:CLOSEUNREAL
color 04
ECHo Please close Unreal Engine instance and restart bat file"
pause
EXIT

Binary file not shown.

Binary file not shown.

BIN
Japan_Raid/Content/Levels/Cameras.umap (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Japan_Raid/Content/Levels/Geometry.umap (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
Japan_Raid/Content/Levels/UDS_Day.umap (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Japan_Raid/Content/MainMap.umap (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save