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...
This commit is contained in:
SlamBamActionman
2025-06-17 18:53:58 +02:00
committed by GitHub
parent 3c297d0620
commit 22e6aef2c5
8 changed files with 11 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 393 KiB

View File

@@ -0,0 +1,3 @@
preload: false
sample:
filter: true

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 MiB

After

Width:  |  Height:  |  Size: 784 KiB

View File

@@ -1 +1,3 @@
preload: false
sample:
filter: true

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 343 KiB

View File

@@ -0,0 +1,3 @@
preload: false
sample:
filter: true