Skip to content

Commit

Permalink
Make Avenger Model Fix Mandatory (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 authored Sep 9, 2021
1 parent 6702997 commit 944038c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Patch104pZH/Scripts/MAKE_Patch104pZH.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ del /s /f /q %GeneratedBigFilesDir%\%BigName%.big
:: Copy .big contents
xcopy /Y /S %GameFilesDir%\*.ini %GeneratedBigFilesUnpackedDir%\%BigName%\
xcopy /Y /S %GameFilesDir%\*.wnd %GeneratedBigFilesUnpackedDir%\%BigName%\
xcopy /Y /S %GameFilesDir%\Art\W3D\AVAvnger.W3D %GeneratedBigFilesUnpackedDir%\%BigName%\
xcopy /Y /S %GameFilesDir%\Art\W3D\AVAvnger_D.W3D %GeneratedBigFilesUnpackedDir%\%BigName%\
xcopy /Y /S %GameFilesDir%\Art\W3D\NVLOutpost.W3D %GeneratedBigFilesUnpackedDir%\%BigName%\
xcopy /Y /S %GameFilesDir%\Art\W3D\NVLOutpost_D.W3D %GeneratedBigFilesUnpackedDir%\%BigName%\

Expand Down

0 comments on commit 944038c

Please sign in to comment.