Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 74 additions & 12 deletions src/main/resources/rs117/hd/scene/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -710,12 +710,14 @@
"name": "LEAFY_ACACIA01",
"vanillaTextureIndex": 123,
"hasTransparency": true,
"doubleSidedFaces": true,
"shadowAlphaMap": "LEAF_A_2"
},
{
"name": "LEAFY_STONEPINE01",
"vanillaTextureIndex": 124,
"hasTransparency": true,
"doubleSidedFaces": true,
"shadowAlphaMap": "LEAF_A_2"
},
{
Expand Down Expand Up @@ -977,67 +979,127 @@
{
"name": "LEAFY_JATOBA",
"vanillaTextureIndex": 189,
"hasTransparency": true
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "LEAFY_JATOBA_TILED",
"vanillaTextureIndex": 190,
"hasTransparency": true
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "LEAFY_JATOBA_DISEASED",
"vanillaTextureIndex": 191,
"hasTransparency": true
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "LEAFY_JATOBA_DISEASED_TILED",
"vanillaTextureIndex": 192,
"hasTransparency": true
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "LEAFY_CAMPHOR",
"vanillaTextureIndex": 193,
"hasTransparency": true
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "LEAFY_CAMPHOR_TILED",
"vanillaTextureIndex": 194,
"hasTransparency": true
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "LEAFY_CAMPHOR_DISEASED",
"vanillaTextureIndex": 195,
"hasTransparency": true
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "LEAFY_CAMPHOR_DISEASED_TILED",
"vanillaTextureIndex": 196,
"hasTransparency": true
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "LEAFY_IRONWOOD",
"vanillaTextureIndex": 197,
"hasTransparency": true
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "LEAFY_IRONWOOD_TILED",
"vanillaTextureIndex": 198,
"hasTransparency": true
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "LEAFY_IRONWOOD_DISEASED",
"vanillaTextureIndex": 199,
"hasTransparency": true
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "LEAFY_IRONWOOD_DISEASED_TILED",
"vanillaTextureIndex": 200,
"hasTransparency": true
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "TEXTURE_THATCHED02",
"vanillaTextureIndex": 201
},
{
"name": "LEAFY_ROSEWOOD",
"vanillaTextureIndex": 202,
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "LEAFY_ROSEWOOD_TILED",
"vanillaTextureIndex": 203,
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "LEAFY_ROSEWOOD_DISEASED",
"vanillaTextureIndex": 204,
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "LEAFY_ROSEWOOD_DISEASED_TILED",
"vanillaTextureIndex": 205,
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "HD_WATER_NORMAL",
"vanillaTextureIndex": 206
},
{
"name": "HD_WATER_CAUSTIC",
"vanillaTextureIndex": 207
},
{
"name": "WATER_OUT_OF_BOUNDS",
"vanillaTextureIndex": 208
},
{
"name": "LEAFYTREE_DARKWOOD",
"vanillaTextureIndex": 209,
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "LEAFYTREE_DARKWOOD_TILED",
"vanillaTextureIndex": 210,
"hasTransparency": true,
"doubleSidedFaces": true
},
{
"name": "WHITE",
"parent": "NONE"
Expand Down
9 changes: 7 additions & 2 deletions src/main/resources/rs117/hd/scene/model_overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -22838,6 +22838,7 @@
"windDisplacementModifier": -3,
"baseMaterial": "LEAF_VEINS",
"uvType": "MODEL_XZ",
"doubleSidedFaces": true,
"uvScale": 0.25
}
]
Expand All @@ -22856,6 +22857,7 @@
{
"description": "Jungle Tree Small",
"baseMaterial": "LEAF_VEINS",
"doubleSidedFaces": true,
"windDisplacementMode": "VERTEX_WITH_HEMISPHERE_BLEND",
"windDisplacementModifier": -3,
"objectIds": [
Expand Down Expand Up @@ -22887,6 +22889,7 @@
"description": "Jungle Tree Small with Oranges - Should copy Jungle Tree",
"baseMaterial": "LEAF_VEINS",
"windDisplacementMode": "VERTEX_WITH_HEMISPHERE_BLEND",
"doubleSidedFaces": true,
"windDisplacementModifier": -3,
"objectIds": [
"AVIUM_TREE_ORANGE",
Expand Down Expand Up @@ -42400,7 +42403,6 @@
{
"description": "Acacia Tree",
"baseMaterial": "LIGHT_BARK_STONEPINE",
"doubleSidedFaces": true,
"objectIds": [
"AVIUM_ACACIA_1",
"AVIUM_ACACIA_CANOPY_1"
Expand All @@ -42411,7 +42413,6 @@
{
"description": "Stonepine Tree",
"baseMaterial": "LIGHT_BARK_STONEPINE",
"doubleSidedFaces": true,
"objectIds": [
"ROR_TEMPLE_TREE01_CANOPY01",
"ROR_TEMPLE_TREE01_TRUNK01",
Expand Down Expand Up @@ -42508,6 +42509,8 @@
{
"description": "Varlamore Awnings Small Red",
"baseMaterial": "CARPET",
"doubleSidedFaces": true,
"depthBias": 1,
"objectIds": [
"TENT_BAZAAR01_COVER01"
],
Expand Down Expand Up @@ -54315,6 +54318,7 @@
"uvType": "BOX",
"uvScale": 0.8,
"flatNormals": true,
"doubleSidedFaces": true,
"objectIds": [
"FLOORKIT_WOODEN01_DEFAULT01",
"FLOORKIT_WOODEN01_DEFAULT02",
Expand Down Expand Up @@ -64440,6 +64444,7 @@
"description": "Ropes",
"baseMaterial": "ROPE",
"colors": "s > 2",
"doubleSidedFaces": true,
"uvType": "BOX",
"uvScale": 0.55
}
Expand Down