1
0
Fork 0

Fix KitchenTile lights flickering

This commit is contained in:
ivan tkachenko 2025-08-01 23:07:00 +03:00
parent c7b67b9042
commit 0eb02698eb
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,7 @@
## MuzikaGromche 13.37.9001 ## MuzikaGromche 13.37.9001
- Fixed more missing flickering behaviours for some animators controllers.
## MuzikaGromche 13.37.1337 - Photosensitivity Warning Edition ## MuzikaGromche 13.37.1337 - Photosensitivity Warning Edition

View File

@ -59,9 +59,13 @@ namespace MuzikaGromche
const string LightbulbsLine = $"{BasePath}lightbulbsLineMesh (Patched).controller"; const string LightbulbsLine = $"{BasePath}lightbulbsLineMesh (Patched).controller";
const string CeilingFan = $"{BasePath}CeilingFan (originally GameObject) (Patched).controller"; const string CeilingFan = $"{BasePath}CeilingFan (originally GameObject) (Patched).controller";
TilePatchDescriptor[] descriptors = TilePatchDescriptor[] descriptors =
[ [
// any version
new("KitchenTile", [
new("PoweredLightTypeB", PointLight4),
new("PoweredLightTypeB (1)", PointLight4),
]),
// < v70 // < v70
new("ManorStartRoom", [ new("ManorStartRoom", [
new("ManorStartRoom/Chandelier/PoweredLightTypeB (1)", PointLight4), new("ManorStartRoom/Chandelier/PoweredLightTypeB (1)", PointLight4),