baeuchlein on 24/11/2016 at 13:06
Quote Posted by Tobias
Sorry just changed it to public. Should be viewable now.
Not really. Facebook wants me to login in order to proceed. But since I'm not on facebook...:erg:
fortuni on 11/6/2020 at 17:10
Couple of dml's that mainly fix misplaced objects in missions 1 + 2, but also fixes a boulder mission 1 that is mean't to sit on top of a footlocker but with ND has fallen into the footlocker making it impossible to frob the items in that same footlocker.
Note: Both missions 1+2 are very cramped maps and accordingly there are a lot (and I mean a lot) of misplaced objects mainly due to objects overlapping each other, which ND exacerbates so we have only fixed those that ND appeared to affect the most.
NB. There is a footlocker in mission 1 in which it almost impossible to frob a purse out of, but this was also the case in Olddark and as we could not be certain that this not intentional we have left that purse and footlocker as is.
Mission 1 dml
Code:
DML1
//Night Watch: Fix boulder on top of chest containing Jake's note. File: miss20.mis.dml
#script "script-t2"
#script "nvscript"
#script "squirrel"
+ObjProp 719 "DesignNote"
{
"" RepositionLoc=104.427,-116.134,613.801
}
+ObjProp 719 "Scripts"
{
"Script 0" SimRepositionAbs
}
+ObjProp 526 "DesignNote"
{
"" RepositionLoc=135.992,-91.225,611.731; RepositionDir=43.995,278.685,0.0
}
+ObjProp 526 "Scripts"
{
"Script 0" SimRepositionAbs
}
ObjProp 324 "Scale"
{
"" 1.7,1.7,1.7
}
ObjProp 78 "Scale"
{
"" 1.7,1.03561,1.0913
}
+ObjProp 573 "Position"
{
"Location" 109.15,-60.1359,616.673
"Heading" c000
"Bank" aaa
}
+ObjProp 575 "Position"
{
"Location" 109.03,-56.6865,616.486
"Heading" c000
"Bank" 71c
}
Mission 2 dml
Code:
DML1
//Night Watch: Fixes. File: miss21.mis.dml
+ObjProp 59 "PhysType"
{
"Type" None
"# Submodels" 0
}
+ObjProp 59 "Position"
{
"Location" 82.0169,-34.4583,659.876
"Heading" 656d
"Pitch" 4000
}
+ObjProp 60 "PhysType"
{
"Type" None
"# Submodels" 0
}
+ObjProp 60 "Position"
{
"Location" 81.8152,-34.8204,659.876
"Heading" 6187
"Pitch" 4000
}
+ObjProp 69 "PhysType"
{
"Type" None
"# Submodels" 0
}
+ObjProp 69 "Position"
{
"Location" 82.2438,-34.2954,659.876
"Heading" 638e
"Pitch" 4000
}
+ObjProp 912 "Position"
{
"Location" 70.1664,-19.39,662.75
}
+ObjProp 49 "Position"
{
"Location" 69.9594,-21.2324,662.375
"Heading" 4000
}