Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wizard tower misc textures #522

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
112 changes: 111 additions & 1 deletion src/main/resources/rs117/hd/scene/model_overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -6078,6 +6078,7 @@
"description": "Wooden - Plank - Tables - Rotated",
"baseMaterial": "WOOD_GRAIN_2",
"objectIds": [
595,
2649,
7175,
9613,
Expand Down Expand Up @@ -15656,7 +15657,7 @@
{
"description": "Wooden crates, Wooden table, wooden rack",
"baseMaterial": "WOOD_GRAIN_3",
"objectIds": [ 356, 595, 647 ],
"objectIds": [ 356, 647 ],
"flatNormals": true,
"uvType": "BOX",
"retainVanillaUvs": false,
Expand Down Expand Up @@ -22976,6 +22977,8 @@
"description": "Skeleton named corpse",
"baseMaterial": "BONE",
"objectIds": [
661,
662,
2176,
4983,
21802,
Expand Down Expand Up @@ -24798,6 +24801,8 @@
"objectIds": [
7176,
9523,
12539,
12540,
15461
],
"uvType": "BOX",
Expand Down Expand Up @@ -27081,5 +27086,110 @@
"objectIds": [
31675
]
},
{
"description": "Game Objects - Wooden Shelf With Book and Urns",
"baseMaterial": "WOOD_GRAIN_3",
"uvType": "BOX",
"colorOverrides": [
{
"description": "Urns",
"colors": "h == 0 && s == 0",
"baseMaterial": "METALLIC_1_LIGHT_GLOSS",
"uvType": "BOX",
"uvOrientationX": 84
},
{
"description": "Book cover",
"colors": "h == 4 ",
"baseMaterial": "GRUNGE_3",
"uvType": "BOX",
"uvOrientationX": 84
},
{
"description": "Paper",
"colors": "l > 60",
"baseMaterial": "GRAY_75"
}
],
"objectIds": [
1021
]
},
{
"description": "Mizgog Table",
"baseMaterial": "WOOD_GRAIN_3",
"uvType": "BOX",
"uvOrientation": 512,
"objectIds": [
16169,
16170
]
},
{
"description": "Textured table with dishes",
"baseMaterial": "METALLIC_1_LIGHT_GLOSS",
"uvScale": 0.5,
"uvType": "BOX",
"retainVanillaUvs": false,
"objectIds": [
603
]
},
{
"description": "Double bed with red blanket and bed frame",
"baseMaterial": "WOOD_GRAIN_3",
"objectIds": [
427
],
"uvType": "BOX",
"uvScale": 0.75,
"colorOverrides": [
{
"description": "Pillow and sheet",
"colors": "h == 0 || h == 10 && s == 0",
"baseMaterial": "CARPET",
"uvType": "BOX",
"uvScale": 0.4
},
{
"description": "Red blanket",
"colors": "h == 0 && s == 7",
"baseMaterial": "CARPET",
"uvType": "BOX"
},
{
"description": "Golden decoration",
"colors": "h == 10 && s == 7",
"baseMaterial": "METALLIC_1_LIGHT_GLOSS",
"uvType": "BOX",
"uvOrientation": 84
},
{
"description": "Golden trim on blanket",
"colors": "h == 8",
"baseMaterial": "ROPE",
"uvType": "MODEL_YZ",
"uvOrientation": 512
}
]
},
{
"description": "Single bed with gray blanket",
"baseMaterial": "CARPET",
"objectIds": [
417
],
"uvType": "BOX",
"uvScale": 0.4,
"colorOverrides": [
{
"description": "Golden trim on blanket",
"colors": "h == 8",
"baseMaterial": "ROPE",
"uvType": "MODEL_YZ",
"uvOrientation": 512
}
]
}
]