From 4ab94b91692349e37f41e77b43afa4d0902d7a65 Mon Sep 17 00:00:00 2001 From: Jin-Jiyunsun <37377657+Jin-Jiyunsun@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:15:53 +0100 Subject: [PATCH 01/11] Fix slight blending issue at Edgeville bank with textures only mode, slightly improve it for blending in general too --- src/main/resources/rs117/hd/scene/tile_overrides.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/rs117/hd/scene/tile_overrides.json b/src/main/resources/rs117/hd/scene/tile_overrides.json index fdb1b2da97..c7486e3d98 100644 --- a/src/main/resources/rs117/hd/scene/tile_overrides.json +++ b/src/main/resources/rs117/hd/scene/tile_overrides.json @@ -1347,12 +1347,13 @@ "EDGEVILLE_BANK_WINDOW_FIX_UNBLEND": "!blendingColors" }, "blended": false, - "minLightness": 29, - "maxLightness": 30 + "minLightness": 30, + "maxLightness": 31 }, { "name": "EDGEVILLE_BANK_WINDOW_FIX_UNBLEND", "area": "EDGEVILLE_BANK_WINDOW_FIX", + "blended": false, "description": "For when ground blending is DISABLED", "groundMaterial": "VARROCK_PATHS" }, From 44d8dd9a939b765119cb916516ee4f9fa2fca223 Mon Sep 17 00:00:00 2001 From: Jin-Jiyunsun <37377657+Jin-Jiyunsun@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:32:32 +0100 Subject: [PATCH 02/11] Set flat normals on Edgeville bank window to remove shading artefacts --- src/main/resources/rs117/hd/scene/model_overrides.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/rs117/hd/scene/model_overrides.json b/src/main/resources/rs117/hd/scene/model_overrides.json index 3f2f07c41c..9fed93a04f 100644 --- a/src/main/resources/rs117/hd/scene/model_overrides.json +++ b/src/main/resources/rs117/hd/scene/model_overrides.json @@ -34026,7 +34026,8 @@ "colorOverrides": [ { "colors": "a < 255", - "baseMaterial": "NONE" + "baseMaterial": "NONE", + "flatNormals": true } ] }, From df9f6c252644d492317a35a720fe24242a6b4f35 Mon Sep 17 00:00:00 2001 From: Jin-Jiyunsun <37377657+Jin-Jiyunsun@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:43:02 +0100 Subject: [PATCH 03/11] Fix incorrect texture blending at Yanille watchtower --- .../resources/rs117/hd/scene/tile_overrides.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/main/resources/rs117/hd/scene/tile_overrides.json b/src/main/resources/rs117/hd/scene/tile_overrides.json index c7486e3d98..4bfd787f5a 100644 --- a/src/main/resources/rs117/hd/scene/tile_overrides.json +++ b/src/main/resources/rs117/hd/scene/tile_overrides.json @@ -340,12 +340,13 @@ "blended": false }, { - "name": "YANILLE_WATCHTOWER_ARCHWAY__BLENDING_FIX_1", + "name": "YANILLE_WATCHTOWER_ARCHWAY_BLENDING_FIX_1", "area": "YANILLE_WATCHTOWER_BOTTOM_DOORWAY", "overlayIds": [ 3 ], - "groundMaterial": "WORN_TILES" + "groundMaterial": "WORN_TILES", + "blended": false }, { "name": "YANILLE_WATCHTOWER_ARCHWAY_BLENDING_FIX_2", @@ -353,7 +354,8 @@ "overlayIds": [ 4 ], - "groundMaterial": "WORN_TILES" + "groundMaterial": "WORN_TILES", + "blended": false }, { "name": "DRAYNOR_WOM_FRONT_FIX_0", @@ -4137,8 +4139,10 @@ 2, 3 ], - "groundMaterial": "MARBLE_1_GLOSS", - "blended": false + "groundMaterial": "WORN_TILES", + "blended": false, + "maxLightness": 34, + "shiftLightness": 4 }, { "name": "DRAYNOR_AGGIES_HOUSE", From 227b114783c2dcd76a04168dd2891381fcc6f765 Mon Sep 17 00:00:00 2001 From: Jin-Jiyunsun <37377657+Jin-Jiyunsun@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:44:50 +0100 Subject: [PATCH 04/11] Fix sewer entrance fixes tiles from blending with surrounding tiles when they shouldn't --- src/main/resources/rs117/hd/scene/tile_overrides.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/rs117/hd/scene/tile_overrides.json b/src/main/resources/rs117/hd/scene/tile_overrides.json index 4bfd787f5a..5e981ad95d 100644 --- a/src/main/resources/rs117/hd/scene/tile_overrides.json +++ b/src/main/resources/rs117/hd/scene/tile_overrides.json @@ -241,7 +241,8 @@ { "name": "SEWER_ENTRANCE_FIXES", "area": "SEWER_ENTRANCE_FIXES", - "heightOffset": -150 + "heightOffset": -150, + "blended": false }, { "area": "Black Knights Fort - Entrance Tile Fix", From 9e8b684ee7cce4e75320be57553c077f11fe3ba5 Mon Sep 17 00:00:00 2001 From: Jin-Jiyunsun <37377657+Jin-Jiyunsun@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:51:54 +0100 Subject: [PATCH 05/11] Fix Ardougne post office bricks when blending textures only is enabled --- .../resources/rs117/hd/scene/tile_overrides.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/main/resources/rs117/hd/scene/tile_overrides.json b/src/main/resources/rs117/hd/scene/tile_overrides.json index 5e981ad95d..6da0ef6857 100644 --- a/src/main/resources/rs117/hd/scene/tile_overrides.json +++ b/src/main/resources/rs117/hd/scene/tile_overrides.json @@ -3685,7 +3685,21 @@ 10 ], "groundMaterial": "BRICK_PATHS", - "shiftLightness": 4 + "shiftLightness": 4, + "replacements": { + "NONE": "!textures", + "EAST_ARDOUGNE_COBBLE_DOCK_HOUSE_TEXTURES_BLENDING_ONLY": "!blendingColors" + } + }, + { + "name": "EAST_ARDOUGNE_COBBLE_DOCK_HOUSE_TEXTURES_BLENDING_ONLY", + "area": "EAST_ARDOUGNE_COBBLE_DOCK_HOUSE", + "overlayIds": [ + 10 + ], + "groundMaterial": "BRICK_PATHS", + "shiftLightness": 4, + "blended": false }, { "name": "EAST_ARDOUGNE_NORTH_BANK_11", From 1b689d94e7a3424c83f5ba9294210038c821f12d Mon Sep 17 00:00:00 2001 From: Jin-Jiyunsun <37377657+Jin-Jiyunsun@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:53:56 +0100 Subject: [PATCH 06/11] Adjust Lumbridge bridge tile override scale --- src/main/resources/rs117/hd/scene/tile_overrides.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/rs117/hd/scene/tile_overrides.json b/src/main/resources/rs117/hd/scene/tile_overrides.json index 6da0ef6857..cdf8fdb972 100644 --- a/src/main/resources/rs117/hd/scene/tile_overrides.json +++ b/src/main/resources/rs117/hd/scene/tile_overrides.json @@ -755,7 +755,7 @@ "minSaturation": 0, "maxSaturation": 1, "shiftLightness": 7, - "uvScale": 0.75, + "uvScale": 0.9, "blended": false, "replacements": { "LUMBRIDGE_PATHS": "blendingColors", @@ -774,7 +774,7 @@ "minSaturation": 0, "maxSaturation": 1, "shiftLightness": 7, - "uvScale": 0.75, + "uvScale": 0.9, "replacements": { "NONE": "!textures", "LUM_BRIDGE_10_TEXTURE_BLENDING_ONLY": "blendingTexturesOnly" @@ -792,6 +792,7 @@ "minSaturation": 0, "maxSaturation": 1, "shiftLightness": 7, + "uvScale": 0.9, "blended": false, "replacements": { "NONE": "!textures" From db356bbed7b1f10b77f4665d416ab95953913e51 Mon Sep 17 00:00:00 2001 From: Jin-Jiyunsun <37377657+Jin-Jiyunsun@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:19:56 +0100 Subject: [PATCH 07/11] Restrict the tile_small override to only the rooms that should have tiles in Draynor Manor to stop it from spilling out into the garden - Adjust environment to be a bit more consistent and less harsh --- src/main/resources/rs117/hd/scene/areas.json | 12 ++++++++ .../rs117/hd/scene/environments.json | 4 +-- .../rs117/hd/scene/model_overrides.json | 1 - .../rs117/hd/scene/tile_overrides.json | 29 ++++++++++++++++--- 4 files changed, 39 insertions(+), 7 deletions(-) diff --git a/src/main/resources/rs117/hd/scene/areas.json b/src/main/resources/rs117/hd/scene/areas.json index ac8cf9536c..58d6593cae 100644 --- a/src/main/resources/rs117/hd/scene/areas.json +++ b/src/main/resources/rs117/hd/scene/areas.json @@ -960,6 +960,18 @@ [ 3120, 3353, 3126, 3360 ] ] }, + { + "name": "DRAYNOR_MANOR_TILED_ROOMS", + "aabbs": [ + [ 3097, 3367, 3101, 3373 ], + [ 3091, 3353, 3096, 3363 ], + [ 3108, 3366, 3112, 3368 ], + [ 3105, 3354, 3112, 3357 ], + [ 3098, 3363, 3103, 3363 ], + [ 3092, 3354, 3106, 3362 ], + [ 3119, 3354, 3125, 3359 ] + ] + }, { "name": "DRAYNOR_MANOR", "aabbs": [ diff --git a/src/main/resources/rs117/hd/scene/environments.json b/src/main/resources/rs117/hd/scene/environments.json index 02fd132f1a..47d58c5581 100644 --- a/src/main/resources/rs117/hd/scene/environments.json +++ b/src/main/resources/rs117/hd/scene/environments.json @@ -586,9 +586,9 @@ "area": "DRAYNOR_MANOR", "lightningEffects": true, "ambientColor": "#615c57", - "ambientStrength": 1.5, + "ambientStrength": 3, "directionalColor": "#ffbcb7", - "directionalStrength": 2, + "directionalStrength": 0.5, "fogColor": "#0c0b0a", "fogDepth": 45 }, diff --git a/src/main/resources/rs117/hd/scene/model_overrides.json b/src/main/resources/rs117/hd/scene/model_overrides.json index 9fed93a04f..272264bc1e 100644 --- a/src/main/resources/rs117/hd/scene/model_overrides.json +++ b/src/main/resources/rs117/hd/scene/model_overrides.json @@ -20409,7 +20409,6 @@ "CRUMBLYWALLLOW", "CRUMBLYWALLLOW2" ], - "receiveShadows": false, "terrainVertexSnap": true }, { diff --git a/src/main/resources/rs117/hd/scene/tile_overrides.json b/src/main/resources/rs117/hd/scene/tile_overrides.json index cdf8fdb972..d80ec34c22 100644 --- a/src/main/resources/rs117/hd/scene/tile_overrides.json +++ b/src/main/resources/rs117/hd/scene/tile_overrides.json @@ -3689,11 +3689,11 @@ "shiftLightness": 4, "replacements": { "NONE": "!textures", - "EAST_ARDOUGNE_COBBLE_DOCK_HOUSE_TEXTURES_BLENDING_ONLY": "!blendingColors" + "EAST_ARDOUGNE_COBBLE_DOCK_HOUSE_TEXTURE_BLENDING_ONLY": "!blendingColors" } }, { - "name": "EAST_ARDOUGNE_COBBLE_DOCK_HOUSE_TEXTURES_BLENDING_ONLY", + "name": "EAST_ARDOUGNE_COBBLE_DOCK_HOUSE_TEXTURE_BLENDING_ONLY", "area": "EAST_ARDOUGNE_COBBLE_DOCK_HOUSE", "overlayIds": [ 10 @@ -4239,7 +4239,7 @@ }, { "name": "DRAYNOR_MANOR_TILE_SMALL", - "area": "DRAYNOR_MANOR_INTERIOR", + "area": "DRAYNOR_MANOR_TILED_ROOMS", "overlayIds": [ 11 ], @@ -4272,7 +4272,28 @@ "maxHue": 0, "minLightness": 12, "maxLightness": 14, - "uvOrientation": 488, + "overlayIds": [ + 2, + 11, + 90, + 117, + 120, + 127, + 132 + ], + "replacements": { + "DRAYNOR_MANOR_ENTRANCE_PATH_TEXTURE_BLENDING_ONLY": "!blendingColors" + } + }, + { + "name": "DRAYNOR_MANOR_ENTRANCE_PATH_TEXTURE_BLENDING_ONLY", + "area": "DRAYNOR_MANOR", + "groundMaterial": "VARROCK_PATHS", + "maxSaturation": 0, + "maxHue": 0, + "minLightness": 12, + "maxLightness": 14, + "blended": false, "overlayIds": [ 2, 11, From a2ca2b1f10b1d23a77af206361c88d1e7933fc02 Mon Sep 17 00:00:00 2001 From: Jin-Jiyunsun <37377657+Jin-Jiyunsun@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:19:12 +0100 Subject: [PATCH 08/11] Texture all objects missing them at Sinclair Mansion --- .../rs117/hd/scene/model_overrides.json | 242 +++++++++++++++--- 1 file changed, 212 insertions(+), 30 deletions(-) diff --git a/src/main/resources/rs117/hd/scene/model_overrides.json b/src/main/resources/rs117/hd/scene/model_overrides.json index 272264bc1e..0c10c9f11a 100644 --- a/src/main/resources/rs117/hd/scene/model_overrides.json +++ b/src/main/resources/rs117/hd/scene/model_overrides.json @@ -11559,7 +11559,8 @@ "KR_TABLE_SMALL", "KR_ROUNDTABLE", "KR_SEERS_TABLE2", - "KR_SEERS_TABLE3" + "KR_SEERS_TABLE3", + "KR_SIN_ROUNDTABLE_RESIZE" ], "uvOrientation": 512, "uvType": "BOX", @@ -12835,6 +12836,7 @@ "SHAYZIEN_BENCH01" ], "uvType": "BOX", + "uvScale": 0.75, "uvOrientation": 512 }, { @@ -13722,7 +13724,7 @@ "SLP_DUNGEON_DOOR_2" ], "uvType": "BOX", - "uvScale": 0.5, + "uvScale": 0.25, "uvOrientation": 512 }, { @@ -13796,7 +13798,8 @@ "uvScale": 0.45, "objectIds": [ "FAI_VARROCK_FOUNTAIN_SPLASH", - "ATES_FOUNTAIN" + "ATES_FOUNTAIN", + "MURDERFOUNTAIN" ], "colorOverrides": [ { @@ -14006,11 +14009,19 @@ ] }, { - "description": "Sinclair Mansion - Marble Stairs", - "baseMaterial": "MARBLE_2_SEMIGLOSS", + "description": "Sinclair Mansion - Stone Stairs", + "baseMaterial": "SMOOTH_STONE", + "uvType": "BOX", "objectIds": [ "MURDER_QIP_SPIRALSTAIRS", "MURDER_QIP_SPIRALSTAIRSTOP" + ], + "colorOverrides": [ + { + "colors": [ "h == 5" ], + "baseMaterial": "WOOD_GRAIN", + "uvScale": 0.5 + } ] }, { @@ -14492,7 +14503,7 @@ "colorOverrides": [ { "description": "Golden Handles", - "colors": "h == 6 && s == 7", + "colors": "h == 6 && s > 5 && s < 8", "baseMaterial": "METALLIC_1_SEMIGLOSS", "uvType": "BOX", "uvScale": 0.2, @@ -15650,6 +15661,30 @@ "FAI_VARROCK_DRAINS2" ] }, + { + "description": "Sinclair Mansion Drain", + "baseMaterial": "STONE_NORMALED", + "uvType": "BOX", + "uvScale": 0.75, + "objectIds": [ + "MURDERDRAIN" + ], + "colorOverrides": [ + { + "colors": "h == 0", + "baseMaterial": "METALLIC_1_LIGHT_SMOOTH", + "uvType": "BOX", + "uvScale": 0.2 + }, + { + "colors": "h == 42", + "baseMaterial": "WATER_FOUNTAIN_FLAT", + "uvType": "BOX", + "uvScale": 0.3, + "shiftLightness": -20 + } + ] + }, { "description": "Ground Decoration - Dirt Clump - Tiny - Uncolored", "baseMaterial": "DIRT_2", @@ -16836,6 +16871,36 @@ "ELID_WALLSHIELD" ] }, + { + "description": "Sinclair Mansion - Decoration - Metallic - Sword and Shield", + "baseMaterial": "METALLIC_1_LIGHT_SEMIGLOSS", + "shiftLightness": -3, + "objectIds": [ + "MURDERSIGN" + ], + "colorOverrides": [ + { + "colors": "h == 0 && l == 95", + "baseMaterial": "NONE", + "depthBias": 190 + }, + { + "colors": "h == 10", + "baseMaterial": "NONE", + "depthBias": 200 + }, + { + "colors": "h == 42", + "baseMaterial": "NONE", + "depthBias": 180 + }, + { + "colors": "h > 4", + "baseMaterial": "NONE", + "depthBias": 255 + } + ] + }, { "description": "Wall - Wooden - Post", "baseMaterial": "WOOD_GRAIN_2", @@ -26988,6 +27053,15 @@ "uvScale": 0.66, "objectIds": [ "QIP_OBS_SPIDERWEBS" ] }, + { + "description": "Floor Decoration Webbing", + "baseMaterial": "GROUND_WEB_1", + "shiftLightness": 27, + "uvType": "BOX", + "uvScale": 0.5, + "depthBias": 1, + "objectIds": [ "MURDERWEB" ] + }, { "description": "Slepe - Marble - Sanctuary Tiles", "baseMaterial": "MARBLE_2_SEMIGLOSS", @@ -28988,7 +29062,8 @@ "MURDER_QIP_GARDEN_HEDGE", "HEDGE_ALDARIN01_END01", "HEDGE_ALDARIN01_CORNER01", - "HEDGE_ALDARIN01_MIDDLE01" + "HEDGE_ALDARIN01_MIDDLE01", + "MURDER_QIP_GARDEN_HEDGE_END" ], "colorOverrides": [ { @@ -28996,8 +29071,9 @@ "baseMaterial": "LEAF_VEINS", "colors": "h >= 11", "uvType": "BOX", - "uvScale": 0.6, - "uvOrientation": 89 + "uvScale": 0.15, + "uvOrientation": 89, + "shiftLightness": 1 } ] }, @@ -34472,7 +34548,8 @@ "colorOverrides": [ { "colors": "s == 7", - "shiftLightness": 30 + "shiftLightness": 30, + "baseMaterial": "NONE" } ] }, @@ -34675,7 +34752,8 @@ }, { "colors": "h == 17", - "shiftLightness": 20 + "shiftLightness": 20, + "baseMaterial": "NONE" } ] }, @@ -34968,7 +35046,7 @@ "uvScale": 0.6 }, { - "description": "Food Trouph", + "description": "Food Trough", "baseMaterial": "WOOD_GRAIN_3", "objectIds": [ "EADGAR_KITCHEN_FOODTROUGH", @@ -46272,7 +46350,8 @@ "objectIds": [ "FOODTROUGH", "FOODTROUGH4", - "FAI_VARROCK_FOODTROUGH" + "FAI_VARROCK_FOODTROUGH", + "MURDER_QIP_FOODTROUGH" ], "baseMaterial": "WOOD_GRAIN_3", "uvType": "BOX", @@ -46413,7 +46492,8 @@ "LUNAR_MOONCLAN_SHELF_SPOONS", "FARM_COOKINGSHELF", "FARM_COOKINGUTENSILS", - "CONTACT_COOKINGSHELF" + "CONTACT_COOKINGSHELF", + "KR_SIN_COOKINGSHELF" ], "uvType": "BOX", "uvScale": 0.8, @@ -46423,7 +46503,9 @@ { "description": "Metal", "colors": "h == 0 && s == 0", - "baseMaterial": "METALLIC_1_LIGHT_GLOSS" + "baseMaterial": "METALLIC_1_LIGHT_GLOSS", + "undoVanillaShading": false, + "shiftLightness": 5 } ] }, @@ -46645,7 +46727,8 @@ "FAI_VARROCK_SHELF_EMPTY_LOW", "QIP_SHEEP_SHEARER_COOKINGSHELFEMPTY", "FAIRY_EMPTY_SHELF", - "CONTACT_COOKINGSHELFEMPTY" + "CONTACT_COOKINGSHELFEMPTY", + "KR_SIN_COOKINGSHELFEMPTY" ], "uvType": "BOX", "uvScale": 0.5, @@ -47286,7 +47369,8 @@ "baseMaterial": "WOOD_GRAIN_3_SEMILIGHT_DULL", "objectIds": [ "MACRO_INACTIVE_BEEHIVE", - "MERLIN_BEEHIVE" + "MERLIN_BEEHIVE", + "MURDERHIVE" ], "uvType": "BOX", "upwardsNormals": false, @@ -47326,7 +47410,22 @@ "KR_SEERS_VILLAGE_DRAWERS1", "AKD_HUGHES_DRAWERS_1_NOOP", "FAI_FALADOR_DRAWERS", - "SLUG2_DRAWERS" + "SLUG2_DRAWERS", + "KR_SIN_DRAWERS1", + "KR_SIN_DRAWERS1OPEN", + "KR_SIN_DRAWERS2", + "KR_SIN_DRAWERS2OPEN", + "KR_SIN_DRAWERS3", + "KR_SIN_DRAWERS3OPEN", + "KR_SIN_DRAWERS_NO_OP", + "KR_SIN_DRAWERS_LEFT", + "KR_SIN_DRAWERS_LEFT_OPEN", + "KR_SIN_DRAWERS_RIGHT", + "KR_SIN_DRAWERS_RIGHT_OPEN", + "KR_SIN_DRAWERS_UP", + "KR_SIN_DRAWERS_UP_OPEN", + "KR_SIN_DRAWERS_DOWN", + "KR_SIN_DRAWERS_DOWN_OPEN" ], "uvType": "BOX", "uvScale": 0.8, @@ -47451,7 +47550,7 @@ "colors": "h == 5 && s < 2 || h == 0 && s == 0", "uvType": "BOX", "baseMaterial": "METALLIC_1_LIGHT", - "uvScale": 0.5 + "uvScale": 0.2 } ], "objectIds": [ @@ -47507,7 +47606,14 @@ "BARREL_EMPTY", "BARREL_TAP", "MYQ3_LAB_BARREL", - "SLUG2_BARREL_RODS_ACTIVE" + "SLUG2_BARREL_RODS_ACTIVE", + "KR_SIN_BARREL", + "MURDERBARRELA", + "MURDERBARRELB", + "MURDERBARRELC", + "MURDERBARRELD", + "MURDERBARRELE", + "MURDERBARRELF" ] }, { @@ -48725,7 +48831,8 @@ "KEBOS_SHACK_BED", "FAI_VARROCK_SINGLE_BED_DIRTY", "HOS_BED_01", - "NORMAL_BED" + "NORMAL_BED", + "MURDER_QIP_BED" ], "uvType": "BOX", "uvScale": 0.7, @@ -48844,7 +48951,7 @@ "description": "Sink with textured water and wood paneling - textured", "baseMaterial": "METALLIC_1_LIGHT", "uvType": "BOX", - "uvScale": 0.4, + "uvScale": 0.25, "objectIds": [ "SINK", "SINK2", @@ -48853,7 +48960,8 @@ "QIP_COOK_SINK", "RIMMINGTON_SINK", "AIDE_SINK", - "MORTTON_SINK" + "MORTTON_SINK", + "KR_SIN_SINK2" ], "colorOverrides": [ { @@ -49431,6 +49539,23 @@ "uvScale": 0.8, "uvOrientation": 512 }, + { + "description": "Compost pile with Wooden Trim", + "baseMaterial": "DIRT_1", + "objectIds": [ + "MURDERCOMPOST" + ], + "uvType": "BOX", + "uvScale": 0.7, + "colorOverrides": [ + { + "colors": "h == 5 && s < 5", + "baseMaterial": "WOOD_GRAIN_3", + "uvType": "BOX", + "uvScale": 0.6 + } + ] + }, { "description": "Gnome stronghold door - textured", "baseMaterial": "WOOD_GRAIN_3", @@ -51038,6 +51163,31 @@ } ] }, + { + "description": "Cupboard with glass panels and Gold Dishes", + "baseMaterial": "WOOD_GRAIN_3", + "objectIds": [ + "KR_SIN_CABINET", + "KR_SIN_CABINET2" + ], + "uvType": "BOX", + "uvScale": 0.8, + "retainVanillaUvs": false, + "colorOverrides": [ + { + "description": "Metal", + "colors": "h == 7", + "minLightness": 20, + "maxLightness": 25, + "baseMaterial": "METALLIC_1_LIGHT_SMOOTH" + }, + { + "description": "Glass", + "colors": "a < 255", + "baseMaterial": "GRAY_55" + } + ] + }, { "description": "Varrock - Posh Cupboard with glass panels and silver dishes and golden trim", "baseMaterial": "WOOD_GRAIN_3", @@ -51615,6 +51765,33 @@ } ] }, + { + "description": "Sinclair Manor - Bookcase", + "baseMaterial": "GRUNGE_3", + "objectIds": [ + "KR_SIN_BOOKCASE2A", + "KR_SIN_BOOKCASE2B", + "KR_SIN_BOOKCASE2C", + "KR_SIN_BOOKCASE2D", + "KR_SIN_BOOKCASE1C", + "KR_SIN_BOOKCASE1B", + "KR_SIN_BOOKCASE3A", + "KR_SIN_BOOKCASE3B", + "KR_SIN_BOOKCASE4A", + "KR_SIN_BOOKCASE4B" + ], + "uvType": "BOX", + "uvOrientationY": 512, + "colorOverrides": [ + { + "description": "Green books", + "colors": "h == 5", + "baseMaterial": "WOOD_GRAIN_3", + "shiftLightness": 2, + "uvType": "BOX" + } + ] + }, { "description": "General Store Shelves with metal and glass", "baseMaterial": "WOOD_GRAIN_3", @@ -64370,7 +64547,7 @@ ] }, { - "description": "Barrel with metal bands filled with flower", + "description": "Barrel with metal bands filled with flour", "baseMaterial": "WOOD_GRAIN_3", "uvType": "BOX", "uvScale": 0.8, @@ -64379,16 +64556,19 @@ "colors": "h == 5 && s < 2", "uvType": "BOX", "baseMaterial": "METALLIC_1_LIGHT", - "uvScale": 0.5 + "uvScale": 0.25 }, { "colors": "h == 12 && s == 0", "uvType": "BOX", - "baseMaterial": "DIRT_1", - "uvScale": 0.5 + "baseMaterial": "GRUNGE_3", + "uvScale": 0.2 } ], - "objectIds": [ "GA_FLOURBARREL" ] + "objectIds": [ + "GA_FLOURBARREL", + "FLOURBARREL" + ] }, { "description": "Kebos Farm - Walls", @@ -69301,7 +69481,8 @@ "uvType": "BOX", "uvScale": 0.4, "objectIds": [ - "DAIRY_CHURN" + "DAIRY_CHURN", + "KR_SIN_DAIRY_CHURN" ], "colorOverrides": [ { @@ -72466,7 +72647,8 @@ "uvScale": 0.5, "objectIds": [ "GRANDFATHERCLOCK", - "FAI_VARROCK_POSH_GRANDFATHER_CLOCK" + "FAI_VARROCK_POSH_GRANDFATHER_CLOCK", + "KR_SIN_GRANDFATHERCLOCK" ], "colorOverrides": [ { From 70037bc454670c39ca7596fbe17f051f3d8919c8 Mon Sep 17 00:00:00 2001 From: Jin-Jiyunsun <37377657+Jin-Jiyunsun@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:20:17 +0100 Subject: [PATCH 09/11] Remove duplicated uv type on stronghold fences --- src/main/resources/rs117/hd/scene/model_overrides.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/rs117/hd/scene/model_overrides.json b/src/main/resources/rs117/hd/scene/model_overrides.json index 0c10c9f11a..b7ae073e23 100644 --- a/src/main/resources/rs117/hd/scene/model_overrides.json +++ b/src/main/resources/rs117/hd/scene/model_overrides.json @@ -34511,7 +34511,6 @@ "SOS_WAR_RAIL_5" ], "uvType": "BOX", - "uvType": "BOX", "uvScale": 0.5, "flatNormals": true }, From 15073f68fa31004ba9ed465a10b8548baa48be81 Mon Sep 17 00:00:00 2001 From: Jin-Jiyunsun <37377657+Jin-Jiyunsun@users.noreply.github.com> Date: Wed, 29 Jul 2026 04:05:34 +0100 Subject: [PATCH 10/11] Texture and adjust the rest of the zoo fences - Texture Ardougne castle portcullis - Adjust concrete bank table and deposit box --- .../rs117/hd/scene/model_overrides.json | 53 ++++++++++++++++--- 1 file changed, 45 insertions(+), 8 deletions(-) diff --git a/src/main/resources/rs117/hd/scene/model_overrides.json b/src/main/resources/rs117/hd/scene/model_overrides.json index b7ae073e23..2636434e9d 100644 --- a/src/main/resources/rs117/hd/scene/model_overrides.json +++ b/src/main/resources/rs117/hd/scene/model_overrides.json @@ -20445,10 +20445,21 @@ "PENG_ARDOUGNE_ZOO", "PENG_ARDOUGNE_ZOO_SHORT", "PENG_ARDOUGNE_ZOO_SHORT_L", - "PENG_ARDOUGNE_ZOO_SHORT_R" + "PENG_ARDOUGNE_ZOO_SHORT_R", + "PENG_ARDOUGNE_ZOO_BLOCKRANGE" ], - "uvType": "GEOMETRY", - "flatNormals": true + "uvType": "BOX", + "uvScale": 0.7, + "flatNormals": true, + "colorOverrides": [ + { + "colors": "h == 0", + "baseMaterial": "METALLIC_1_SMOOTH", + "uvType": "BOX", + "uvScale": 0.2, + "uvOrientation": 512 + } + ] }, { "description": "Ardougne - Walls - Stone - Zoo Ferret Fence", @@ -20536,6 +20547,17 @@ "TIMBERDEFENCE_NEW" ] }, + { + "description": "Objects - Ardougne Castle - Gate", + "baseMaterial": "METALLIC_1_LIGHT", + "uvType": "BOX", + "uvOrientation": 512, + "uvScale": 0.3, + "objectIds": [ + "PORTCULLIS_2R", + "PORTCULLIS_2L" + ] + }, { "description": "Objects - Ardougne Castle - Standard", "baseMaterial": "GRUNGE_3_DARK", @@ -32851,8 +32873,7 @@ "uvScale": 0.65 }, { - "description": "Metallic - Wooden - Concrete - Table with books weights and scales- Textured", - "baseMaterial": "METALLIC_1_SEMIGLOSS", + "description": "Metallic - Wooden - Concrete - Table with books weights and scales - Textured", "textureMaterial": "HD_CONCRETE", "uvType": "BOX", "retainVanillaUvs": false, @@ -32867,13 +32888,21 @@ ], "colorOverrides": [ { - "description": "Metal", + "description": "Wood", "colors": "h == 5 || h == 6", "baseMaterial": "WOOD_GRAIN_3", "uvType": "BOX", "uvOrientation": 512, "uvScale": 0.65 }, + { + "description": "Metal", + "colors": "h == 0", + "baseMaterial": "METALLIC_1_SEMIGLOSS", + "uvType": "BOX", + "uvOrientation": 512, + "uvScale": 0.2 + }, { "description": "Paper", "colors": "h == 10", @@ -32966,10 +32995,9 @@ { "description": "Objects - Concrete - Deposit Box", "textureMaterial": "HD_CONCRETE", - "baseMaterial": "METALLIC_1_LIGHT_SEMIGLOSS", "uvType": "BOX", "retainVanillaUvs": false, - "uvScale": 0.4, + "uvScale": 0.6, "objectIds": [ "BANK_DEPOSIT_BOX" ], @@ -32981,6 +33009,15 @@ "uvType": "BOX", "uvScale": 0.5, "uvOrientation": 512 + }, + { + "description": "Metal", + "colors": "h == 0", + "baseMaterial": "METALLIC_1_SEMIGLOSS", + "uvType": "BOX", + "uvOrientation": 512, + "uvScale": 0.2, + "shiftLightness": 4 } ] }, From 1a378fa90a600a3ca77050adf087dc4b9cbeed53 Mon Sep 17 00:00:00 2001 From: Jin-Jiyunsun <37377657+Jin-Jiyunsun@users.noreply.github.com> Date: Wed, 29 Jul 2026 04:09:04 +0100 Subject: [PATCH 11/11] Terrain vertex snap benches, Adjust uv type on bear skin rugs --- src/main/resources/rs117/hd/scene/model_overrides.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/rs117/hd/scene/model_overrides.json b/src/main/resources/rs117/hd/scene/model_overrides.json index 2636434e9d..220ea9e869 100644 --- a/src/main/resources/rs117/hd/scene/model_overrides.json +++ b/src/main/resources/rs117/hd/scene/model_overrides.json @@ -29377,6 +29377,7 @@ "PIRATETREASURE_PICNICBENCH" ], "flatNormals": true, + "terrainVertexSnap": true, "uvType": "BOX", "uvOrientationY": 512 }, @@ -44751,7 +44752,7 @@ "FUR_D", "VIKING_FUR" ], - "uvType": "MODEL_XZ", + "uvType": "BOX", "uvScale": 0.4 }, {