From 9bebe7aa2ea80df948338e8b8cee256f7b6454d9 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 2 Apr 2026 21:16:55 -0400 Subject: Gut graphics stuff, misc additions Signed-off-by: Andrew Opalach --- Scripts/zip_from_gamedir.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 Scripts/zip_from_gamedir.sh (limited to 'Scripts') diff --git a/Scripts/zip_from_gamedir.sh b/Scripts/zip_from_gamedir.sh new file mode 100755 index 0000000..ca37151 --- /dev/null +++ b/Scripts/zip_from_gamedir.sh @@ -0,0 +1,19 @@ +#! /usr/bin/env sh + +7z a -tzip "NewCamera_$1_incl_spl_linux.zip" \ + msvcrt.dll \ + nativePC/plugins/CSharp/Loader/Default.bin \ + nativePC/plugins/CSharp/Loader/SharpPluginLoader.Bootstrapper.dll \ + nativePC/plugins/CSharp/Loader/SharpPluginLoader.Core.dll \ + nativePC/plugins/CSharp/Loader/SharpPluginLoader.runtimeconfig.json \ + nativePC/plugins/CSharp/NewCamera.dll \ + nativePC/plugins/CSharp/NewCamera.json \ + nativePC/plugins/CSharp/Shaders/body_skin.shdr \ + nativePC/plugins/CSharp/Shaders/cube_only.shdr \ + nativePC/plugins/CSharp/Shaders/face.shdr \ + nativePC/plugins/CSharp/Shaders/fxaa_max_quality.hlsl \ + nativePC/plugins/CSharp/Shaders/sslr.shdr \ + nativePC/plugins/CSharp/Shaders/volume_upsample.shdr \ + nativePC/plugins/CSharp/Shaders/volume_upsample2.shdr \ + nativePC/plugins/CSharp/WorldTuningTool.dll \ + nativePC/plugins/CSharp/WorldTuningTool.json -- cgit v1.2.3-101-g0448