dml courtesy Jax: ixes a few paintings that 'disappear' if you move too close to them also fixes a couple of windows that have become blacked out (RepositionScript required, found in T2Fix)
Code:
DML1
//T2 FM: The Five Tigers: Eye of the Tiger by W. Scott Thune (Catman) / Fixes: miss21.mis.dml
#script "squirrel"
//paintings
-ObjProp 1539 "PhysType"
ObjProp 1539 "Position"
{
"Location" -68, -40.21, 50
}
+ObjProp 1539 "PhysType"
{
"Type" OBB
}
-ObjProp 1540 "PhysType"
ObjProp 1540 "Position"
{
"Location" -68, -95.79, 50
"Heading" 8000
}
+ObjProp 1540 "PhysType"
{
"Type" OBB
}
-ObjProp 1541 "PhysType"
ObjProp 1541 "Position"
{
"Location" -48, -95.79, 50
"Heading" 8000
}
+ObjProp 1541 "PhysType"
{
"Type" OBB
}
-ObjProp 1542 "PhysType"
ObjProp 1542 "Position"
{
"Location" -88, -95.79, 50
"Heading" 8000
}
+ObjProp 1542 "PhysType"
{
"Type" OBB
}
-ObjProp 1852 "PhysType"
ObjProp 1852 "Position"
{
"Location" 16, -72.21, 72
}
+ObjProp 1852 "PhysType"
{
"Type" OBB
}
//windows
+ObjProp 316 "Scripts"
{
"Script 0" SimRepositionOfst
"Script 1" ""
"Script 2" ""
"Script 3" ""
"Don't Inherit" false
}
+ObjProp 316 "DesignNote"
{
"" RepositionLoc=0.0,-0.02,0.0
}
+ObjProp 330 "Scripts"
{
"Script 0" SimRepositionOfst
"Script 1" ""
"Script 2" ""
"Script 3" ""
"Don't Inherit" false
}
+ObjProp 330 "DesignNote"
{
"" RepositionLoc=0.02,0.0,0.0
}