Replace all door_load_darkness00 with T_Glb_BlackDoor_0*

Type: 

Bug

Severity: 

Normal

Game version: 

Morrowind

Concerns: 

TR_Mainland

Related Release File: 

Found in Version: 

Status: 

Description: 

The vanilla "Dark Hole" door types ( door_load_darkness00 ) lack collision. This tends not to be a problem, as they're typically placed in small places that players can't path through. TR though uses this vanilla mesh in several places where the opening surrounding the dark plane is wide enough to pass through, allowing the player to walk into the void behind the spaces. Raathim Ancestral Tomb, Lichgate is one notable example, but I'm sure there are other places, too. Ideally we replace this mesh with our own which has collision, or we slap collision boxes behind the worst offenders.

Comments

We have three doors of our

Hemaris's picture

We have three doors of our own which we can use for this purpose. Their IDs are T_Glb_BlackDoor_01 ("Dark Passage"), _02 ("Entrance"), and _03 ("Exit").

Edited the bug title to clarify.