From 3825d2ed445e9f0767e90bed30dad620a82b0efb Mon Sep 17 00:00:00 2001 From: Roman <56739369+rbar1um43@users.noreply.github.com> Date: Tue, 16 Jan 2024 20:12:10 +0700 Subject: [PATCH] Update install-helper-CopyBuild.bat Copying ragdolls and subtitles to GoldSource games and mods. --- scripts/install-helper-CopyBuild.bat | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/scripts/install-helper-CopyBuild.bat b/scripts/install-helper-CopyBuild.bat index eba5aff4..06299d83 100644 --- a/scripts/install-helper-CopyBuild.bat +++ b/scripts/install-helper-CopyBuild.bat @@ -41,6 +41,26 @@ if "%LauncherMod%"=="svencoop" ( ) + if "%LauncherMod%"=="cstrike" ( + + xcopy "%SolutionDir%Build\cstrike_hd" "%GameDir%\%LauncherMod%_hd\" /y /e + ) + + if "%LauncherMod%"=="czero" ( + + xcopy "%SolutionDir%Build\czero" "%GameDir%\%LauncherMod%\" /y /e + ) + + if "%LauncherMod%"=="echoes" ( + + xcopy "%SolutionDir%Build\echoes" "%GameDir%\%LauncherMod%\" /y /e + ) + + if "%LauncherMod%"=="gearbox" ( + + xcopy "%SolutionDir%Build\gearbox" "%GameDir%\%LauncherMod%\" /y /e + ) + if not exist "%GameDir%\%LauncherMod%\metahook\configs\plugins.lst" copy "%GameDir%\%LauncherMod%\metahook\configs\plugins_goldsrc.lst" "%GameDir%\%LauncherMod%\metahook\configs\plugins.lst" /y ) @@ -63,4 +83,4 @@ echo Make sure that all library directories required by plugins has been added i notepad "%GameDir%\%LauncherMod%\metahook\configs\dllpaths.lst" echo ----------------------------------------------------- -echo Done \ No newline at end of file +echo Done