Skip to content
Open
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
90 changes: 90 additions & 0 deletions src/main/resources/rs117/hd/scene/model_overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -2672,6 +2672,26 @@
"AVIUM_GRASS_TALL4_DRY"
]
},
{
"description": "Tlati Rainforest Grass",
"baseMaterial": "GRAY_45",
"upwardsNormals": true,
"windDisplacementMode": "OBJECT",
"castShadows": false,
"objectIds": [
"GEMSTONE_GRASS_TALL1",
"GEMSTONE_GRASS_TALL2",
"GEMSTONE_GRASS_TALL3",
"GEMSTONE_GRASS_TALL4",
"TLATI_GRASS_TALL1",
"TLATI_GRASS_TALL2",
"TLATI_GRASS_TALL3",
"TLATI_GRASS_TALL4",
"TLATI_GRASS_VERYLONG_1",
"TLATI_GRASS_VERYLONG_2",
"TLATI_GRASS_VERYLONG_3"
]
},
{
"description": "Short grass that is constructed out of triangles at perpendicular angles from each other. Shouldn't cast shadows, and should use up as the normal direction to prevent lighting artifacts.",
"baseMaterial": "GRAY_75",
Expand Down Expand Up @@ -18071,6 +18091,7 @@
"description": "Tree - Non interactable - Jungle",
"baseMaterial": "BARK",
"windDisplacementMode": "VERTEX_WITH_HEMISPHERE_BLEND",
"windDisplacementModifier": -2,
"objectIds": [
"JUNGLETREE1",
"JUNGLETREE2",
Expand All @@ -18088,6 +18109,7 @@
{
"colors": "h > 10",
"windDisplacementMode": "VERTEX_WITH_HEMISPHERE_BLEND",
"windDisplacementModifier": -2,
"baseMaterial": "LEAF_VEINS",
"uvType": "MODEL_XZ",
"uvScale": 0.25
Expand All @@ -18109,6 +18131,7 @@
"description": "Jungle Tree Small",
"baseMaterial": "LEAF_VEINS",
"windDisplacementMode": "VERTEX_WITH_HEMISPHERE_BLEND",
"windDisplacementModifier": -2,
"objectIds": [
"KHARAZI_JUNGLE_TREE_LOGS",
"MM_BUSH_KHARAZI_JUNGLE_TREE1",
Expand All @@ -18126,6 +18149,7 @@
{
"colors": [ "h == 5", "h == 4" ],
"windDisplacementMode": "VERTEX_WITH_HEMISPHERE_BLEND",
"windDisplacementModifier": -2,
"baseMaterial": "BARK",
"uvScale": 0.75,
"terrainVertexSnap": true,
Expand All @@ -18147,6 +18171,7 @@
{
"description": "Jungle Tree Small",
"windDisplacementMode": "VERTEX_WITH_HEMISPHERE_BLEND",
"windDisplacementModifier": -2,
"baseMaterial": "LEAF_VEINS",
"objectIds": [
"MM_BUSH_KHARAZI_JUNGLE_TREE2",
Expand All @@ -18159,6 +18184,7 @@
{
"colors": "h == 6 && s == 4",
"windDisplacementMode": "VERTEX_WITH_HEMISPHERE_BLEND",
"windDisplacementModifier": -2,
"baseMaterial": "BARK",
"uvScale": 0.75,
"uvType": "BOX"
Expand Down Expand Up @@ -25854,6 +25880,7 @@
{
"description": "Magic Tree",
"baseMaterial": "BARK_STONEPINE",
"terrainVertexSnap": true,
"windDisplacementMode": "VERTEX_WITH_HEMISPHERE_BLEND",
"objectIds": [
"POH_BIG_TREE7_4", "POH_SMALL_TREE7_5", "MAGIC_TREE_SEEDLING",
Expand Down Expand Up @@ -58819,5 +58846,68 @@
"uvOrientation": 192
}
]
},
{
"description": "Tlati Rainforest - Tree - Large Tops",
"baseMaterial": "BARK_STONEPINE_2",
"uvType": "BOX",
"uvScale": 0.45,
"objectIds": [
"TLATI_TREE_TOP01",
"TLATI_TREE_MIDDLE01",
"TLATI_TREE_MIDDLE02",
"TLATI_TREE_TOP02",
"TLATI_TREE_TOP02",
"TLATI_TREE_MIDDLE04",
"TLATI_TREE_MIDDLE03"
],
"colorOverrides": [
{
"colors": "h > 11",
"baseMaterial": "PLANT_GRUNGE_1",
"uvType": "GEOMETRY"
}
]
},
{
"description": "Tlati Rainforest - Tree - Large Bottoms",
"baseMaterial": "BARK_STONEPINE_2",
"terrainVertexSnap": true,
"uvType": "BOX",
"uvScale": 0.45,
"objectIds": [
"TLATI_TREE_BASE02",
"TLATI_TREE_BASE04",
"TLATI_TREE_BASE01",
"TLATI_TREE_BASE03"
],
"colorOverrides": [
{
"colors": "h > 11",
"baseMaterial": "PLANT_GRUNGE_1",
"terrainVertexSnap": true
}
]
},
{
"description": "Tlati Rainforest - Tree - Small",
"baseMaterial": "BARK_STONEPINE_2",
"uvType": "BOX",
"uvScale": 0.3,
"objectIds": [
"TLATI_TREE_SMALL01_DEFAULT01",
"TLATI_TREE_SMALL01_DEFAULT02",
"TLATI_TREE_SMALL01_DEFAULT03",
"TLATI_TREE_SMALL02_DEFAULT01",
"TLATI_TREE_SMALL02_DEFAULT02"
],
"colorOverrides": [
{
"colors": "h > 8",
"baseMaterial": "PLANT_GRUNGE_1",
"uvType": "GEOMETRY",
"terrainVertexSnap": true
}
]
}
]