Saint Denis Bank Interior FIX
As a server owner you might encounter the issue that the Saint Denis bank interior has a hole in the ground. I found the missing piece and fixed the issue with a simple, yet effective mapping. You can use XML or Spooni Prop Loader to load the mapping.
XML:
<?xml version="1.0"?>
<Map>
<MapMeta Creator="**Invalid**"/>
<Object Hash="-1198011485" Position_x="2651.30859375" Position_y="-1293.0009765625" Position_z="54.248020172119" Rotation_x="0.0" Rotation_y="0.0" Rotation_z="0.0" Collision="true" Visible="true"/>
</Map>
SpooniProp Loader:
objects = {
{
model = `des_nbd1_bankwall_int_start`,
coords = vec3(2651.308594,-1293.000977,54.248020),
rotation = vec3(0.000000,0.000000,0.000000),
},
}
Before:
After: