diff options
| author | 2026-08-09 21:36:12 -0400 | |
|---|---|---|
| committer | 2026-08-09 21:36:12 -0400 | |
| commit | cb082b12b7d61942c99cccf8c64127304c62cec4 (patch) | |
| tree | 85bf717738dc03e5ec666dd0d06c06ae0731d41d /Scripts/zip_from_gamedir.sh | |
| parent | d8fda32bb62dbc02e4e881e5e5a2b865aa862493 (diff) | |
| download | NewCamera-cb082b12b7d61942c99cccf8c64127304c62cec4.tar.gz NewCamera-cb082b12b7d61942c99cccf8c64127304c62cec4.tar.bz2 NewCamera-cb082b12b7d61942c99cccf8c64127304c62cec4.zip | |
Joints fixes, expose face joints
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'Scripts/zip_from_gamedir.sh')
| -rwxr-xr-x | Scripts/zip_from_gamedir.sh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Scripts/zip_from_gamedir.sh b/Scripts/zip_from_gamedir.sh index cf7402b..8a6142a 100755 --- a/Scripts/zip_from_gamedir.sh +++ b/Scripts/zip_from_gamedir.sh @@ -8,12 +8,7 @@ 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_upsample1.shdr \ - nativePC/plugins/CSharp/Shaders/volume_upsample2.shdr \ + nativePC/plugins/CSharp/Shaders/* \ + nativePC/plugins/CSharp/LUT/* \ nativePC/plugins/CSharp/WorldTuningTool.dll \ nativePC/plugins/CSharp/WorldTuningTool.json |