From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:53:58 +0000 (+0200) Subject: Scale down 4k parallax textures (#38390) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=22e6aef2c53c0d7f2381b6866a271fa21762ea03;p=space-station-14.git Scale down 4k parallax textures (#38390) * Scale down 4k textures, add false preload to new parallaxes * Add filter effect, also make sure the preload yml actually has the correct name... --- diff --git a/Resources/Prototypes/Parallaxes/amber.yml b/Resources/Prototypes/Parallaxes/amber.yml index 9d939b4f25..83bf8cb0a5 100644 --- a/Resources/Prototypes/Parallaxes/amber.yml +++ b/Resources/Prototypes/Parallaxes/amber.yml @@ -5,7 +5,7 @@ !type:ImageParallaxTextureSource path: "/Textures/Parallaxes/space_map2.png" slowness: 0.995 - scale: "1, 1" + scale: "4, 4" - texture: !type:GeneratedParallaxTextureSource id: "hq_wizard_stars" diff --git a/Resources/Prototypes/Parallaxes/exo.yml b/Resources/Prototypes/Parallaxes/exo.yml index 4c8f755ef6..0fcc7361b0 100644 --- a/Resources/Prototypes/Parallaxes/exo.yml +++ b/Resources/Prototypes/Parallaxes/exo.yml @@ -5,7 +5,7 @@ !type:ImageParallaxTextureSource path: "/Textures/Parallaxes/space_map3.png" slowness: 0.998046875 - scale: "1, 1" + scale: "4, 4" - texture: !type:GeneratedParallaxTextureSource id: "hq_wizard_stars" @@ -20,7 +20,7 @@ !type:ImageParallaxTextureSource path: "/Textures/Parallaxes/XenoParallaxNeb.png" slowness: 0.967046875 - scale: "1, 1" + scale: "4, 4" - texture: !type:GeneratedParallaxTextureSource id: "hq_wizard_stars_faster" diff --git a/Resources/Textures/Parallaxes/XenoParallaxNeb.png b/Resources/Textures/Parallaxes/XenoParallaxNeb.png index aac1b4c2e8..ba0ccfa7f6 100644 Binary files a/Resources/Textures/Parallaxes/XenoParallaxNeb.png and b/Resources/Textures/Parallaxes/XenoParallaxNeb.png differ diff --git a/Resources/Textures/Parallaxes/XenoParallaxNeb.png.yml b/Resources/Textures/Parallaxes/XenoParallaxNeb.png.yml new file mode 100644 index 0000000000..33ec7fbea5 --- /dev/null +++ b/Resources/Textures/Parallaxes/XenoParallaxNeb.png.yml @@ -0,0 +1,3 @@ +preload: false +sample: + filter: true diff --git a/Resources/Textures/Parallaxes/space_map2.png b/Resources/Textures/Parallaxes/space_map2.png index d4e69b6a5b..b7af98b0c1 100644 Binary files a/Resources/Textures/Parallaxes/space_map2.png and b/Resources/Textures/Parallaxes/space_map2.png differ diff --git a/Resources/Textures/Parallaxes/space_map2.png.yml b/Resources/Textures/Parallaxes/space_map2.png.yml index a2cfb0a1fe..33ec7fbea5 100644 --- a/Resources/Textures/Parallaxes/space_map2.png.yml +++ b/Resources/Textures/Parallaxes/space_map2.png.yml @@ -1 +1,3 @@ preload: false +sample: + filter: true diff --git a/Resources/Textures/Parallaxes/space_map3.png b/Resources/Textures/Parallaxes/space_map3.png index f71781f609..492283118c 100644 Binary files a/Resources/Textures/Parallaxes/space_map3.png and b/Resources/Textures/Parallaxes/space_map3.png differ diff --git a/Resources/Textures/Parallaxes/space_map3.png.yml b/Resources/Textures/Parallaxes/space_map3.png.yml new file mode 100644 index 0000000000..33ec7fbea5 --- /dev/null +++ b/Resources/Textures/Parallaxes/space_map3.png.yml @@ -0,0 +1,3 @@ +preload: false +sample: + filter: true