Skip to content
89 changes: 79 additions & 10 deletions src/main/resources/rs117/hd/scene/areas.json
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,14 @@
{
"name": "EDGEVILLE_BANK_WINDOW_FIX",
"aabbs": [
[ 3089, 3493, 3089, 3498 ]
[ 3089, 3493, 3089, 3498 ],
[ 3090, 3497 ]
]
},
{
"name": "EDGEVILLE_BANK_WINDOW_FIX_2",
"aabbs": [
[ 3090, 3497 ]
]
},
{
Expand Down Expand Up @@ -1894,10 +1901,10 @@
{
"name": "EAST_ARDOUGNE_COBBLE_OFFICE",
"aabbs": [
[ 2668, 3320, 2673, 3323 ],
[ 2668, 3318, 2675, 3319 ],
[ 2671, 3315, 2675, 3317 ],
[ 2670, 3316, 2670, 3317 ]
[ 2670, 3316, 2670, 3317 ],
[ 2669, 3317 ]
]
},
{
Expand All @@ -1908,6 +1915,12 @@
[ 2670, 3315 ]
]
},
{
"name": "EAST_ARDOUGNE_COBBLE_OFFICE_HOUSE",
"aabbs": [
[ 2668, 3320, 2673, 3323 ]
]
},
{
"name": "EAST_ARDOUGNE_COBBLE_CHURCH",
"aabbs": [
Expand Down Expand Up @@ -2032,6 +2045,30 @@
[ 2667, 3264, 2689, 3276 ]
]
},
{
"name": "WIZARD_CROMPERTY_PATH_1",
"aabbs": [
[ 2662, 3325, 2670, 3325 ],
[ 2666, 3319, 2666, 3323 ]
]
},
{
"name": "WIZARD_CROMPERTY_PATH_2",
"aabbs": [
[ 2649, 3324, 2678, 3325 ],
[ 2651, 3329, 2655, 3329 ]
]
},
{
"name": "WIZARD_CROMPERTY_PATH_BLENDING_FIX",
"aabbs": [
[ 2653, 3322, 2661, 3322 ],
[ 2661, 3323 ],
[ 2669, 3327 ],
[ 2679, 3323 ],
[ 2679, 3326 ]
]
},
{
"name": "CLOCK_TOWER_DUNGEON_COLORED_TILES",
"aabbs": [
Expand Down Expand Up @@ -5508,12 +5545,6 @@
],
"hideOtherAreas": true
},
{
"name": "KOUREND_CASTLE_ENTRANCE_FIX",
"aabbs": [
[ 1623, 3669, 0, 1623, 3677, 0 ]
]
},
{
"name": "KOUREND_CASTLE",
"aabbs": [
Expand All @@ -5530,7 +5561,32 @@
[ 1586, 3661, 1, 1604, 3685, 1 ],
[ 1610, 3656, 2, 1621, 3690, 2 ],
[ 1591, 3681, 2, 1599, 3685, 2 ],
[ 1591, 3661, 2, 1599, 3667, 2 ]
[ 1591, 3661, 2, 1599, 3667, 2 ],
[ 1605, 3671, 1, 1609, 3675, 1 ],
[ 1605, 3676, 1, 1607, 3678, 1 ],
[ 1605, 3668, 1, 1607, 3670, 1 ],
[ 1618, 3671, 1, 1623, 3675, 1 ],
[ 1622, 3667, 1, 1623, 3670, 1 ],
[ 1622, 3676, 1, 1623, 3679, 1 ],
[ 1592, 3679, 1599, 3685, 2 ],
[ 1593, 3661, 1599, 3667, 2 ]
]
},
{
"name": "KOUREND_CASTLE_BACK_COURTYARD",
"aabbs": [
[ 1598, 3666, 1607, 3680 ],
[ 1595, 3671, 1597, 3675 ]
]
},
{
"name": "KOUREND_CASTLE_CARPET",
"aabbs": [
[ 1608, 3666, 1611, 3670, 1 ],
[ 1608, 3676, 1611, 3680, 1 ],
[ 1610, 3661, 1613, 3667, 2 ],
[ 1620, 3686, 1626, 3688, 0 ],
[ 1610, 3679, 1613, 3679, 2 ]
]
},
{
Expand Down Expand Up @@ -8026,6 +8082,19 @@
[ 1496, 9563, 1530, 9596 ]
]
},
{
"name": "FORTIS_BRIDGE",
"aabbs": [
[ 1730, 3106, 1746, 3107 ]
]
},
{
"name": "FORTIS_BRIDGE_BRIGHTNESS_FIX",
"aabbs": [
[ 1730, 3106, 1730, 3107 ],
[ 1746, 3106, 1746, 3108 ]
]
},
{
"name": "THE_FINAL_DAWN_KEYSTONE_ROOM",
"aabbs": [
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/rs117/hd/scene/ground_materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,12 @@
"GROUND_WEB_3"
]
},
{
"name": "FORTIS_ROADS",
"materials": [
"FORTIS_ROADS"
]
},
{
"name": "ABYSSAL_BILE",
"materials": [
Expand Down
90 changes: 82 additions & 8 deletions src/main/resources/rs117/hd/scene/lights.json
Original file line number Diff line number Diff line change
Expand Up @@ -28785,7 +28785,9 @@
"type": "STATIC",
"duration": 0,
"range": 0,
"fadeInDuration": 500,
"fadeInDuration": 300,
"fadeOutDuration": 100,
"fadeOverlap": true,
"projectileIds": [
"FIREBREATH_TRAVEL"
]
Expand Down Expand Up @@ -29915,7 +29917,7 @@
{
"description": "Wyrm Magic Attack",
"offset": [ 0, 0, 0 ],
"radius": 220,
"radius": 250,
"strength": 20,
"color": [
0,
Expand All @@ -29924,16 +29926,15 @@
],
"type": "FLICKER",
"duration": 1,
"range": 80,
"range": 60,
"projectileIds": [ "WYRM_RANGE_PROJ" ],
"spawnDelay": 400,
"fadeInDuration": 300,
"fadeOutDuration": 100
"fadeOutDuration": 300
},
{
"description": "Shadow Wyrm Magic Attack",
"offset": [ 0, 0, 0 ],
"radius": 220,
"radius": 250,
"strength": 50,
"color": [
0,
Expand All @@ -29944,9 +29945,8 @@
"duration": 10,
"range": 70,
"projectileIds": [ "SUPERIOR_WYRM_RANGE_PROJ" ],
"spawnDelay": 400,
"fadeInDuration": 300,
"fadeOutDuration": 100
"fadeOutDuration": 300
},
{
"description": "KARUULM_INDOOR_LAVA_1",
Expand Down Expand Up @@ -39738,6 +39738,80 @@
"fadeOutDuration": 200,
"graphicsObjectIds": [ "SPECIAL_ATLATL_SPOTANIM" ]
},
{
"description": "Scorching Bow Special Attack - Arrow",
"offset": [ 0, -25, 0 ],
"radius": 175,
"strength": 12,
"fadeOutDuration": 575,
"fadeInDuration": 200,
"color": [
252,
148,
3
],
"type": "FLICKER",
"duration": 0,
"range": 20,
"projectileIds": [ "VFX_SCORCHING_BOW_PROJECTILE" ]
},
{
"description": "Emberlight Special Attack Player",
"offset": [ 0, 75, 0 ],
"radius": 230,
"strength": 11.5,
"spawnDelay": 450,
"fixedDespawnTime": true,
"despawnDelay": 900,
"color": [
252,
148,
3
],
"type": "STATIC",
"fadeInDuration": 175,
"fadeOutDuration": 375,
"graphicsObjectIds": [ "VFX_EMBERLIGHT_SPEC_02" ]
},
{
"description": "Emberlight Special Attack Impact",
"offset": [ 0, 75, 90 ],
"radius": 260,
"spawnDelay": 1150,
"fixedDespawnTime": true,
"despawnDelay": 650,
"strength": 11.5,
"color": [
252,
148,
3
],
"type": "STATIC",
"fadeInDuration": 150,
"fadeOutDuration": 275,
"graphicsObjectIds": [ "VFX_EMBERLIGHT_SPEC_02" ]
},
{
"description": "Scorching Bow Special Attack - Shot Firing",
"offset": [ 0, 80, 50 ],
"radius": 165,
"strength": 12,
"fixedDespawnTime": true,
"despawnDelay": 1000,
"spawnDelay": 150,
"fadeOutDuration": 175,
"fadeInDuration": 250,

"color": [
252,
148,
3
],
"type": "FLICKER",
"duration": 0,
"range": 20,
"graphicsObjectIds": [ "VFX_HUMAN_SCORCHING_BOW_SPECIAL_ATTACK_01" ]
},
{
"description": "Varlamore - Ruins of Tapoyauik - Brazier",
"offset": [ 0, 350, 0 ],
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/rs117/hd/scene/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -661,13 +661,13 @@
{
"name": "FORTIS_ROADS",
"vanillaTextureIndex": 121,
"textureScale": [ -1, -1 ]
"textureScale": [ -1, -1 ],
"brightness": 0.92
},
{
"name": "FORTIS_ROADS_MIRRORED",
"parent": "FORTIS_ROADS",
"vanillaTextureIndex": 122,
"textureScale": [ -1, -1 ]
"vanillaTextureIndex": 122
},
{
"name": "BRICK_CAM_TORUM",
Expand Down
23 changes: 22 additions & 1 deletion src/main/resources/rs117/hd/scene/model_overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -2674,12 +2674,13 @@
},
{
"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",
"baseMaterial": "GRAY_65",
"flatNormals": true,
"upwardsNormals": true,
"inheritTileColorType": "UNDERLAY",
"castShadows": false,
"windDisplacementMode": "OBJECT",
"windDisplacementModifier": -2,
"objectIds": [
"GRASS_LIGHT_1",
"GRASS_LIGHT_2",
Expand Down Expand Up @@ -3113,6 +3114,16 @@
"DS2_OGRE_BROWN_GRASS_4"
]
},
{
"description": "Hide Grass on Wizard Cromperty's Path",
"areas": [ "WIZARD_CROMPERTY_PATH_2" ],
"hide": true,
"objectIds": [
"LONG_GRASS_1",
"GRASS_LIGHT_1",
"GRASS_LIGHT_2"
]
},
{
"description": "WOODEN_FENCES",
"baseMaterial": "WOOD_GRAIN_3",
Expand Down Expand Up @@ -41218,6 +41229,16 @@
}
]
},
{
"description": "Fortis Bridge - Hide Road Model to Replace with Tiles",
"areas": [ "FORTIS_BRIDGE" ],
"hide": true,
"objectIds": [
"FLOOR_CIVITAS_MIDDLE01",
"FLOOR_CIVITAS_MIDDLE02"
],
"uvType": "BOX"
},
{
"description": "Mortytania Slayer Tower Spiked Chain shortcuts",
"baseMaterial": "METALLIC_1_LIGHT_GLOSS",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading