Preno on 1/2/2003 at 21:47
I'm stuck in this contest mission and I do feel really stupid coz it's so small. I can't find the sword... I figured it's in the locked chest but I don't see the key anywhere. :confused:
Also, how am I supposed to escape... does the author mean the treebeast area.or what?
bukary on 1/2/2003 at 21:54
Quote:
Originally posted by Preno I'm stuck in this contest mission and I do feel really stupid coz it's so small. I can't find the sword... I figured it's in the locked chest but I don't see the key anywhere. :confused:
Also, how am I supposed to escape... does the author mean the treebeast area.or what? [SPOILER]The key is close to the entrance to the facility (on the ground). In order to escape you have to kill the threebeast and enter the space behind it.[/SPOILER]
Preno on 1/2/2003 at 22:07
Right, found it and finished the mission. Pretty average one (not so bad considering it's the author's first one, though).
Sneaky1Kenobi on 3/2/2003 at 07:52
I really liked the ghost scenes in this one! Nice touch! The sounds added atmosphere also. :D
Spyrano on 5/2/2003 at 07:11
[SPOILER]You don't have to kill the Treebeast, it's not very sensitive to sound and it's turned in the opposite drection so you could crouch-run into the space behind it and it wouldn't even notice.[/SPOILER]
Jennie&Tim on 5/2/2003 at 18:39
[SPOILER]I just ran past it, and the objective was checked before it could kill me.[/SPOILER]
fortuni on 3/10/2014 at 20:56
just played this little one and garrett moves at super sonic speed, quite fun actually although a bit bizarre, anyone have any idea why this might happen or did the author intend it this way ?
SlyFoxx on 4/10/2014 at 04:52
I don't know but the nine year thread necrophilia is kind of cool.
Tannar on 4/10/2014 at 05:34
Then I guess the fact that it's 11 years is even cooler. :cheeky:
Unna Oertdottir on 29/1/2017 at 18:39
I made a small fix for this mission (rope bug). Not perfect, but it's working
Code:
DML1
//Fix Volcano Prison Facility//Rope Bug
+ObjProp 24 "Position"
{
"Location" 3.144, 11.22, 27.318
"Heading" 8000
"Pitch" 0
"Bank" 0
}
+ObjProp 14 "Position"
{
"Location" 7.2, 5.6, 27.3
"Heading" 0
"Pitch" 0
"Bank" 0
}
+ObjProp 14 "PhysDims"
{
"Size" 1.0,1.0,8.0
}
+ObjProp 53 "Position"
{
"Location" -1.744, 9.6, 19.965
"Heading" 0
"Pitch" 0
"Bank" 0
}
Save this as miss20.mis.dml
More about dmls
(
http://www.ttlg.com/forums/showthread.php?t=145374)