Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
48c4b13
Add a lighter sand option to brightness match TOA
SirFancyBacon Feb 21, 2026
dbdc8af
Remove some unneeded overrides, added new ones for ground materials w…
SirFancyBacon Feb 21, 2026
93f1346
Add moels for sand objects as well as some rubble in the sand
SirFancyBacon Feb 21, 2026
8130180
update overrides based on feedback to dirt
SirFancyBacon Feb 21, 2026
73afaca
push incomplete walls
SirFancyBacon Feb 22, 2026
46f0ef0
move incomplete items for easy removal if need
SirFancyBacon Feb 22, 2026
bf672a1
fix typo
SirFancyBacon Feb 22, 2026
a9b3213
add light to exit
SirFancyBacon Feb 22, 2026
3fe3bbe
texture nexus and lobby walls
SirFancyBacon Feb 22, 2026
d519dfc
remove unneeded override
SirFancyBacon Feb 28, 2026
410b737
more akkha room textures
SirFancyBacon Feb 28, 2026
e7417e0
Fix entrance by adding it's own environment and move the sun directio…
SirFancyBacon Mar 6, 2026
9a6cb5b
clean up overrides, add pillar
SirFancyBacon Mar 6, 2026
41a6d6a
Rock model
SirFancyBacon Mar 10, 2026
48cace3
More Akkah
SirFancyBacon Mar 21, 2026
48892f0
fix typo
SirFancyBacon Mar 21, 2026
517a795
Roll back unstable changes
SirFancyBacon Mar 22, 2026
903f2ac
fix Zebek sand
SirFancyBacon Mar 22, 2026
ac365ad
Merge remote-tracking branch 'upstream/master' into pr945
aHooder Mar 22, 2026
b9e5046
Change Crondis' island to use `VARIED_DIRT`
aHooder Mar 22, 2026
11e8da8
Lobby fixes, add bosses back in
SirFancyBacon Mar 23, 2026
2381599
kephri touch ups
SirFancyBacon Mar 23, 2026
051d75b
Crondis puzzle
SirFancyBacon Mar 24, 2026
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
10 changes: 10 additions & 0 deletions src/main/resources/rs117/hd/scene/environments.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,16 @@
"fogColor": "#050505",
"fogDepth": 20
},
{
"area": "TOA_ENTRANCE_LOBBY",
"directionalStrength": 0.75,
"fogColor": "#050505",
"sunAngles": [
125,
180
],
"fogDepth": 20
},
{
"area": "TOMBS_OF_AMASCUT",
"directionalStrength": 0.75,
Expand Down
17 changes: 17 additions & 0 deletions src/main/resources/rs117/hd/scene/lights.json
Original file line number Diff line number Diff line change
Expand Up @@ -46098,5 +46098,22 @@
"DRAGON_SLAYER_QIP_FIRE_2X2",
"ZORGOTH_FIRE"
]
},
{
"description": "TOA_LOBBY_EXIT",
"offset": [ 0, 215, -35 ],
"radius": 450,
"strength": 15,
"color": [
255,
255,
255
],
"type": "STATIC",
"duration": 0,
"range": 0,
"objectIds": [
"TOA_LOBBY_EXIT"
]
}
]
5 changes: 5 additions & 0 deletions src/main/resources/rs117/hd/scene/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,11 @@
"parent": "GRAVEL",
"brightness": 1.194
},
{
"name": "GRAVEL_TOA",
"parent": "GRAVEL",
"brightness": 1.3
},
{
"name": "DIRT_1_SHINY",
"parent": "DIRT_1",
Expand Down
Loading