dml, courtesy Jax, to fix couple of misplaced objects, including a gold plate that has sunk into the table, as well as fixing a few walk through barrels.
Code:
DML1
//T2 FM: We Miss You, Bob! by Monastiri / Fixes: miss20.mis.dml
#script "squirrel"
//plate
-ObjProp 280 "PhysType"
ObjProp 280 "Position"
{
"Location" 31.226, -66.06, -5.39894
}
//shovel
-ObjProp 196 "PhysType"
ObjProp 196 "Position"
{
"Location" -1.81154, -118.704, -3.48015
}
//barrels
+ObjProp 57 "DesignNote"
{
"" RepositionLoc=0.2,-0.2,0.0
}
+ObjProp 57 "Scripts"
{
"Script 0" SimRepositionOfst
}
+ObjProp 128 "DesignNote"
{
"" RepositionLoc=0.2,0.0,0.0
}
+ObjProp 128 "Scripts"
{
"Script 0" SimRepositionOfst
}
+ObjProp 129 "DesignNote"
{
"" RepositionLoc=0.0,-0.5,0.0
}
+ObjProp 129 "Scripts"
{
"Script 0" SimRepositionOfst
}
+ObjProp 130 "DesignNote"
{
"" RepositionLoc=0.2,-0.2,0.0
}
+ObjProp 130 "Scripts"
{
"Script 0" SimRepositionOfst
}
+ObjProp 131 "DesignNote"
{
"" RepositionLoc=0.2,0.0,0.0
}
+ObjProp 131 "Scripts"
{
"Script 0" SimRepositionOfst
}