You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: game_clean/create_clean.sh
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,10 @@ dev_folder=../../game
10
10
mkdir -p $clean_folder
11
11
mkdir -p $clean_folder/bin
12
12
mkdir -p $clean_folder/tf/bin
13
+
mkdir -p $clean_folder/tf/custom
13
14
cp -f *.bat $clean_folder
14
15
cp -f *.dll $clean_folder
15
-
cp -rf tc2/ $clean_folder
16
+
cp -rf tc2/ $clean_folder/tf/custom
16
17
17
18
declare -a files=("steam_appid.txt""hl2.exe""srcds.exe""bin/engine.dll""bin/GameUI.dll""bin/replay.dll""bin/launcher.dll""bin/inputsystem.dll""bin/MaterialSystem.dll""bin/dedicated.dll""bin/ServerBrowser.dll""bin/shaderapidx9.dll""bin/vguimatsurface.dll""bin/stdshader_dx9.dll""bin/vgui2.dll""bin/datacache.dll""bin/sourcevr.dll""bin/StudioRender.dll""bin/SoundEmitterSystem.dll""bin/bsppack.dll""bin/FileSystem_Stdio.dll""bin/scenefilecache.dll""bin/vstdlib.dll""bin/tier0.dll""tf/bin/client.dll""tf/bin/server.dll")
0 commit comments