From 244d20e67e3c8a9f0f857f91a43ecef79a151f40 Mon Sep 17 00:00:00 2001 From: jamestagg Date: Mon, 8 Jun 2026 04:34:28 -0700 Subject: [PATCH] Enable CelestialVault + DaySequence plugins (night sky / star rendering) Pairs with ralpha f18a7095d: the night-sky handlers control a CelestialVaultDaySequenceActor via reflection, which only exists when the CelestialVault plugin is loaded. Without these enabled, set_night_sky rendered a black frame. DaySequence is CelestialVault's time-of-day dependency. Co-Authored-By: Claude Opus 4.8 --- Ralpha.uproject | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Ralpha.uproject b/Ralpha.uproject index 2c0c7080d..06dbdd090 100644 --- a/Ralpha.uproject +++ b/Ralpha.uproject @@ -89,6 +89,14 @@ { "Name": "MetaHumanCharacter", "Enabled": true + }, + { + "Name": "DaySequence", + "Enabled": true + }, + { + "Name": "CelestialVault", + "Enabled": true } ] }