maga on 20/1/2015 at 19:20
I'm replaying this one but I can't, for the life of me, find the mechanist item. All other goals accomplished, everyone KO'ed.........
DarkMax on 2/2/2015 at 17:58
Quote Posted by maga
I'm replaying this one but I can't, for the life of me,
find the mechanist item. All other goals accomplished, everyone KO'ed.........If you ever came across a mechanist banner, look behind it.
Samantha1 on 15/7/2020 at 11:44
Very nice FM, loved it! The vibe & music of deadly shadows fits so perfectly :)
fortuni on 14/1/2022 at 12:22
dml courtesy Glypher, and with blessing of DarkMax.
Fixes:
- doors (protection, blockfrob)
- banner (blockfrob, if you are playing as a ghost, remove the corresponding section)
- misplaced objects (purse, painting)
- DeathStage 12 bug
Code:
DML1
//T2 FM: A Visit for the Knights by Max Breuillot (DarkMax) / Fixes: miss20.mis.dml
//doors
+MetaProp 478 -5661
+MetaProp 479 -5661
+MetaProp 815 -5661
-ObjProp 581 "JointPos"
-ObjProp 1213 "JointPos"
-ObjProp 1243 "JointPos"
-ObjProp 1244 "JointPos"
+ObjProp 740 "BlockFrob"
{
"" true
}
+ObjProp 742 "BlockFrob"
{
"" true
}
+ObjProp 764 "BlockFrob"
{
"" true
}
//arrows
-ObjProp 82 "DeathStage"
-ObjProp 244 "DeathStage"
-ObjProp 248 "DeathStage"
//misplaced objects
ObjProp 757 "Position"
{
"Location" -85, -122, 13.7
}
-ObjProp 799 "PhysType"
ObjProp 799 "Position"
{
"Location" -16, 24.75, 32
}
+ObjProp 799 "PhysType"
{
"Type" OBB
}
//banner
+ObjProp 1455 "BlockFrob"
{
"" true
}