From 24c4acf8fd3dc53e796ce4b94433f028cfb90d3d Mon Sep 17 00:00:00 2001 From: Niffe <77193496+N1ffe@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:12:30 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc5ed68..5c73df1 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,6 @@ Changes: * Additionally, objects can be placed under non-solid foreground tiles. * Some minor polish to UI +* Skybox sun now matches the system type you're currently in. Previously generated planets will not have this feature and will display the default sun. Modded system types require a patch to display their custom sun. Additionally, you can also access now skybox sun scale and its default ray colors. For more details see [sky.config.patch](https://github.com/OpenStarbound/OpenStarbound/blob/main/assets/opensb/sky.config.patch). [Discord](https://discord.gg/D4QqtBNmAY) From cc960aa754b5736011e305c8fbdfa99a8d0c2f5a Mon Sep 17 00:00:00 2001 From: Niffe <77193496+N1ffe@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:16:02 +0200 Subject: [PATCH 2/2] Remove unrelated comment This was supposed to reference another sun feature (dynamic scaling), which was not added due to being quite specific --- assets/opensb/sky.config.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/opensb/sky.config.patch b/assets/opensb/sky.config.patch index e9a7866..fc7d0a0 100644 --- a/assets/opensb/sky.config.patch +++ b/assets/opensb/sky.config.patch @@ -1,7 +1,7 @@ { "sun" : { "rayColor" : [255, 255, 200], - "scale" : 0.7, // base scale, dynamic scaling aplies after it (sun image appears to have a higher scale in osb client?) + "scale" : 0.7, // sun image appears to have a higher scale in osb client? "dynamicImage" : { "enabled" : true, "images" : { @@ -20,4 +20,4 @@ } } } -} \ No newline at end of file +}