Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/assets/opensb/client.config.patch
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-29 00:13:43 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-29 00:13:43 +1000
commit9486a56508bf22f46c62b0b71ea81e104e30e0b8 (patch)
tree5d3e765e3ead0b0f21abc74e047e394199810899 /assets/opensb/client.config.patch
parente809aad0728c0be20c1d6c6603c8632b9e7d5ab8 (diff)
Add base variables for warping cinematics
I literally only did this because I have an ultra-wide monitor and the letterboxing bothered me
Diffstat (limited to 'assets/opensb/client.config.patch')
-rw-r--r--assets/opensb/client.config.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/opensb/client.config.patch b/assets/opensb/client.config.patch
new file mode 100644
index 0000000..88bf328
--- /dev/null
+++ b/assets/opensb/client.config.patch
@@ -0,0 +1,11 @@
+{
+ // Disables scissoring and letterboxing on vanilla and modded warp cinematics
+ "warpCinematicBase" : {
+ "scissor" : false,
+ "letterbox" : false
+ },
+ "deployCinematicBase" : {
+ "scissor" : false,
+ "letterbox" : false
+ }
+} \ No newline at end of file