john9818a on 5/12/2004 at 02:09
Quote Posted by Nightwalker
If there is anyone who is fluent in Czech, Yony would be very grateful for help with translation. As it is, I have volunteered to try to edit the texts as best I can.
I bet Yoni is fluent in Czech. :D
I didn't play the first versions so I didn't see the problems stated before. I was able to climb on the rooftops, but couldn't do anything up there. There is a [SPOILER] chest in the flower shop [/SPOILER] that I could not open. I did like the walk through the park. :) It was easy. :)
[SPOILER] I never did find the extra weapons besides the sword before I finished. [/SPOILER]
Nightwalker on 5/12/2004 at 02:22
Guess I should have said Czech and English. :erg: :cheeky: The key for the chest in the flower shop is [SPOILER] under the boxes [/SPOILER]
There are [SPOILER] some mines behind the bookcase that your water arrows are sitting on at the beginning of the mission. I couldn't see them but you can pick them up by just moving and clicking on the bookcase. [/SPOILER]
Preno on 5/12/2004 at 14:18
By the way, I've already translated Water Way Tunnel FM & the walkthrough to hopefully somewhat better English and sent it to the author. (it's not up at Jason's site yet though)
The_Dude on 26/1/2005 at 18:28
I must be dim (again). Where is the scroll in the pub? And the person? I've looked all over the pub and can only find the 2 books?
smithpd on 15/2/2005 at 06:20
I just completed version 3, and everything worked for me. I completed the note objectives in the wrong order -- as I recall, I got the last one first and the first one last. I'll have to admit that it took many tries, and it was a really tight squeeze, to get on[SPOILER]the balcony with the telescope.[/SPOILER] That part should be opened up if there is another version. I managed to ghost the mission, including the sword (that took several tries, too).
Thanks, Yohny :)
Maybe a little more testing next time, eh? ;)
Unna Oertdottir on 13/1/2019 at 16:25
dml fix for a guard that can't be blackjacked. Not a critical bug
Code:
DML1//Meeting//Guard without physics//miss39.mis.dml
+ObjProp 351 "PhysAIColl"
{
"" True
}
+ObjProp 351 "PhysType"
{
"Type" "Sphere"
"# Submodels" 2
"Remove on Sleep" FALSE
"Special" FALSE
}
+ObjProp 351 "PhysAttr"
{
"Gravity %" 100.00
"Mass" 150.00
"Density" 1.10
"Elasticity" 1.00
"Base Friction" 0.00
"COG Offset" 0.00, 0.00, 0.00
"Climbable Sides" "[None]"
"Flags" "[None]"
"Rotation Axes" "[None]"
"Rest Axes" "[None]"
}
+ObjProp 351 "PhysControl"
{
"Controls Active" "[None]"
"AxisVelocity" 0.00, 0.00, 0.00
"Velocity" 0.00, 0.00, 0.00
"RotationalVelocity" 0.00, 0.00, 0.00
}
+ObjProp 351 "PhysDims"
{
"Size" 0.00, 0.00, 0.00
"Radius 1" -2.40
"Radius 2" -2.40
"Offset 1" 0.00, 0.00, 0.00
"Offset 2" 0.00, 0.00, 0.00
"Point vs Terrain" FALSE
"Point vs Not Special" FALSE
}