Skip to content
Open
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
6 changes: 6 additions & 0 deletions src/main/resources/rs117/hd/scene/areas.json
Original file line number Diff line number Diff line change
Expand Up @@ -5129,6 +5129,12 @@
"regions": [ 10642 ],
"hideOtherAreas": true
},
{
"name": "SHILO_VILLAGE_MINE_SURFACE",
"aabbs": [
[ 2815, 2990, 2833, 3007 ]
]
},
{
"name": "SHILO_VILLAGE_MINE",
"regions": [ 11410 ],
Expand Down
19 changes: 18 additions & 1 deletion src/main/resources/rs117/hd/scene/lights.json
Original file line number Diff line number Diff line change
Expand Up @@ -20718,7 +20718,24 @@
"objectIds": [
"MISC_LANTERN",
"VC_LANTERN_DECOR",
"QUEST_LUNAR_HANGING_LANTERN",
"QUEST_LUNAR_HANGING_LANTERN"
]
},
{
"description": "Shilo Mine Lantern",
"offset": [ -8, 115, 30 ],
"alignment": "CENTER",
"radius": 500,
"strength": 16,
"color": [
252,
148,
3
],
"type": "FLICKER",
"duration": 0,
"range": 20,
"objectIds": [
"ATJUN_MINE_WALL_LAMP"
]
},
Expand Down
12 changes: 12 additions & 0 deletions src/main/resources/rs117/hd/scene/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -1816,6 +1816,11 @@
{
"name": "STONE"
},
{
"name": "STONE_DARK",
"parent": "STONE",
"brightness": 0.88
},
{
"name": "STONE_NORMALED",
"parent": "STONE",
Expand Down Expand Up @@ -1853,6 +1858,13 @@
1.4285715
]
},
{
"name": "GEM_STONE",
"normalMap": "METALLIC_2_N",
"brightness": 1.1,
"specularStrength": 1,
"specularGloss": 30.0
},
{
"name": "WALL_STONE_N"
},
Expand Down
108 changes: 106 additions & 2 deletions src/main/resources/rs117/hd/scene/model_overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -9551,7 +9551,8 @@
"FAI_FALADOR_CASTLE_LADDER_UP",
"FAI_FALADOR_CASTLE_LADDERTOP",
"LUC2_DARKSQUALL_LADDER",
"LUC2_DARKSQUALL_LADDERTOP"
"LUC2_DARKSQUALL_LADDERTOP",
"ATJUN_MINE_LADDER"
],
"uvType": "BOX",
"uvScale": 0.8
Expand Down Expand Up @@ -11790,7 +11791,12 @@
"HUNTING_DEADFALL_TRAPPING_FENNEC",
"HUNTING_DEADFALL_TRAPPING_FENNEC_M",
"HUNTING_DEADFALL_FULL_FENNEC",
"CASTLEWARS_STEPING_STONE"
"CASTLEWARS_STEPING_STONE",
"ATJUN_ROCKS_SMALL_SOFT_01",
"ATJUN_ROCKS_SMALL_SOFT_02",
"ATJUN_ROCKS_FLOOR_SOFT_03",
"ATJUN_ROCKS_FLOOR_SOFT_02",
"ATJUN_ROCKS_FLOOR_SOFT_01"
],
"uvType": "BOX",
"uvScale": 0.32
Expand Down Expand Up @@ -58819,5 +58825,103 @@
"uvOrientation": 192
}
]
},
{
"description": "Shilo Mine - Walls",
"baseMaterial": "ROCK_3",
"uvType": "BOX",
"objectIds": [
"ATJUN_MINE_WALL",
"ATJUN_MINE_WALL_ROCKY"
]
},
{
"description": "Shilo Mine - Walls with Wooden Supports",
"baseMaterial": "ROCK_3",
"uvType": "BOX",
"objectIds": [
"ATJUN_MINE_WALL_SUPPORT_LEFT",
"ATJUN_MINE_WALL_SUPPORT_MID",
"ATJUN_MINE_WALL_LAMP",
"ATJUN_MINE_WALL_SUPPORT_RIGHT"
],
"colorOverrides": [
{
"colors": "h == 6",
"baseMaterial": "WOOD_GRAIN_2_SMOOTH",
"uvScale": 0.6,
"uvOrientationX": 512,
"uvType": "BOX"
}
]
},
{
"description": "Shilo Mine - Wall Top",
"baseMaterial": "STONE_DARK",
"uvType": "BOX",
"objectIds": [
"ATJUN_CAVEWALL_TOP"
],
"uvScale": 1.5,
"uvOrientation": -100
},
{
"description": "Shilo Mine - Gem Rocks",
"baseMaterial": "GEM_STONE",
"uvScale": 1.1,
"uvOrientation": 512,
"areas": [
"SHILO_VILLAGE_MINE",
"SHILO_VILLAGE_MINE_SURFACE"
],
"uvType": "BOX",
"objectIds": [
"GEMROCK",
"GEMROCK1"
]
},
{
"description": "Shilo Mine - Gem Rocks - Depleted",
"baseMaterial": "SMOOTH_STONE",
"areas": [
"SHILO_VILLAGE_MINE",
"SHILO_VILLAGE_MINE_SURFACE"
],
"uvType": "BOX",
"objectIds": [
"ROCKS1",
"ROCKS2"
]
},
{
"description": "Shilo Mine - Entrance Ladder",
"baseMaterial": "GRAVEL",
"uvType": "BOX",
"objectIds": [
"ATJUN_MINE_LADDER_HOLE"
],
"colorOverrides": [
{
"colors": "h == 6",
"baseMaterial": "WOOD_GRAIN_2_SMOOTH",
"uvOrientationZ": 512,
"uvOrientationX": 512,
"uvScale": 0.6,
"uvType": "BOX"
},
{
"colors": "h == 0 && l == 2",
"baseMaterial": "BLACK"
}
]
},
{
"description": "Shilo Mine - Bank Deposit Chest",
"baseMaterial": "METALLIC_1_LIGHT",
"uvType": "BOX",
"uvScale": 0.5,
"objectIds": [
"BANK_DEPOSIT_CHEST"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/main/resources/rs117/hd/scene/tile_overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -6800,6 +6800,24 @@
],
"groundMaterial": "EARTHEN_CAVE_FLOOR"
},
{
"name": "SHILO_VILLAGE_MINE_SURFACE_FIX",
"area": "SHILO_VILLAGE_MINE_SURFACE",
"groundMaterial": "ROCKY_CAVE_FLOOR",
"underlayIds": [
21,
50,
55
],
"replacements": {
"DEFAULT_DIRT": [
"h <= 8 && s >= 4 && l <= 71",
"h == 9 && s == 2 && l <= 44",
"h == 8 && s == 3 && l <= 40"
],
"DEFAULT_ROCKY_GROUND": "s <= 2 && l <= 40"
}
},
{
"name": "COMPLEX_TILES_KARAMJA",
"area": "KARAMJA",
Expand Down