Skip to content

Commit

Permalink
Added shared LD/HD Glock viewmodels.
Browse files Browse the repository at this point in the history
  • Loading branch information
malortie committed Dec 28, 2022
1 parent 14bd4f4 commit d5c8065
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions modelsrc/v_9mmhandgun/package.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
setlocal enableextensions enabledelayedexpansion
@echo off
prompt $
cls

set basename=v_9mmhandgun

rem Copy guard LD/HD models

if exist %basename%_guard_hd.mdl xcopy /F /Y %basename%_guard_hd.mdl %~dp0..\..\models_hd\bshift\%basename%.mdl*
if exist %basename%_guard_ld.mdl xcopy /F /Y %basename%_guard_ld.mdl %~dp0..\..\models\bshift\%basename%.mdl*

rem Copy HEV LD/HD models

if exist %basename%_hev_hd.mdl xcopy /F /Y %basename%_hev_hd.mdl %~dp0..\..\models_hd\%basename%.mdl*
if exist %basename%_hev_ld.mdl xcopy /F /Y %basename%_hev_ld.mdl %~dp0..\..\models\%basename%.mdl*

rem Copy soldier LD/HD models

if exist %basename%_soldier_hd.mdl xcopy /F /Y %basename%_soldier_hd.mdl %~dp0..\..\models_hd\op4\%basename%.mdl*
if exist %basename%_soldier_ld.mdl xcopy /F /Y %basename%_soldier_ld.mdl %~dp0..\..\models\op4\%basename%.mdl*

endlocal

0 comments on commit d5c8065

Please sign in to comment.