T2 FM: The Den (Nov. 26, 2005) - by nickie
Unna Oertdottir on 23/7/2019 at 20:58
Quote Posted by gaetane
Oops, it seems that Bourrique has a bug :erm:
Fixed
Code:
DML1//The Den//Fix Bourrique Conversation Bug//miss23.mis.dml
-ObjProp 1063 "Position"
+ObjProp 1063 "Position"
{
"Location" -296.9,-53.09,74.0
"Heading" 0
"Pitch" 0
"Bank" 0
}
Toulomne on 12/7/2020 at 09:37
This mission is an absolute masterpiece; I found all 3 previous missions in L'Arsene series to be top-notch, brilliant missions yet this one somehow tops even them, it is probably my favorite of the series! The only downside is there are now less Gaetane missions to look forward to playing...excited to play the Black Frog campaign next which I haven't played. I would say L'Arsene series for me has managed to top even T2X as a campaign. The fact that these were all done largely by a single person (I don't really know to be honest and the people who contributed voices, art, textures, resources, etc. definitely deserve a shoutout as well, but my impression is the levels are largely the work of one person) is just crazy!
In Gaetane's levels I found a great mix of both top-notch storytelling and some of the best level design I've seen in any Thief Missions. I think Looking Glass would have been lucky to have her on their team for the original game! in mission 1, L'Arsene, Gaetane did a fantastic job establishing L'Arsene as a worthy villain. Not only did L'Arsene steal from Garrett at the beginning, but the two traps (with his thugs where the gate closes) and where Garrett falls into the pit with spiders and rats really made you feel like here was someone who could outwit Garrett once in a while. The fall trap into the pit is probably among my favorite top 3 moments of any Thief FM, it was just so well executed and designed. Normally you feel so safe in the dark but this L'Arsene seemed to be able to outsneak even Garrett at times. A worthy villain indeed! He keeps you on your toes and it is very satisfying to finally capture him and turn him into the bluecoats. Mission 4 I just felt took it to a whole new level of polish and just showed off Gaetane's talents in story exposition, writing, and level design to a fully realized level, congratulations even if this comes so many years late :D
PS: I did miss a bit more loot in this one it seems; I only missed 100 loot in M1, 100 in M2, about 400 in M3, but somehow ~1000 in M4. 4:30 hours, 6/9 secrets. I managed to do most on my own without a walkthrough but I did miss the gemstone in the forbidden section b/c I meant to make sure there are no enemies nearby I could attract when breaking down the plank then forgot to go back and check out the door :rolleyes:
PPS: when I got to L'Arsene I had 11 fire arrows (hadn't used any) so I figured I'd try to kill him with those...I placed initial "sneaky" hit on him and then spammed him and his body guards with all arrows. Took all 11 of them and then just another maybe 3-4 broadhead arrows to finish him off :D I guess that heart did make him pretty strong...was a satisfying way to put him out of his misery, instead of waiting for the statues like how I see some people go about it : )
radogoal on 18/7/2021 at 04:55
a great mission but i stuck
where can i get the crystal of molte playing on easy?
and i got 3 red balls . the smell the taste and the sight.
how many balls are there?
i tried to put in the ball of sight into the lock of the sight but it doesn't functioned
Stingm on 19/7/2021 at 00:24
Check the walkthrough at the top of this page in ffox post. You need the key to open each area. You havent found the temple yet have you? You will also find orbs along the way. Make sure to read the plaques in each area as well. :thumb:
Marmbo on 8/1/2022 at 22:27
Second time playing through this mission, 5 of 5 stars for sure! I'm one of those dewdrop fans but *gasp* stabbed in this mission! I couldn't find record of my first pass so unable to compare but happy with the results. I know I knocked out others on my first play through so this time none of that. When the Stone warriors woke up they went to down on everyone that wasn't sleeping of course. If only there was a mission 5!
Time Taken: 4hr 10min
Loot: 5041/5251
Secrets: 10/10
Stingm on 9/1/2022 at 02:50
There is and a lot more. The Black Frog.
styora on 28/5/2023 at 14:17
Great mission! Somehow reminded me of A Crack In the Slab from DH2 even though there was no time travel. The atmosphere was outstanding, especially the later parts in the "dream" world.
I wasn't really a fan of L'Arsene but I'm glad I stuck with the missions and played them all, more than worth it.
zappenduster on 29/8/2023 at 09:40
German translation added to this famous FM: (
https://0815x.de/thief/FMs/TheDen.zip) https://0815x.de/thief/FMs/TheDen.zip
As always: Mirrors welcome ...
Samantha1 on 29/8/2023 at 16:12
Thank you!! :D I have to remember to play the l´arsene series in german next time I replay it :cheeky:
fortuni on 12/9/2023 at 22:42
updated dml courtesy baeuchlein
The only change from Unna's dml above is Constantine's sword now appears in the correct language you are playing (it used to always appear only in English).
Code:
DML1//The Den//Fix Bourrique Conversation Bug//miss23.mis.dml
/* "Expanded" version of Unna Oertdottir's DML fix. This one has a
fingerprint section as well as a fix for the name of Garrett's sword.
FINGERPRINT section taken from the version of Unna's DML which was shipped
with T2Fix v1.27e. The only difference of the DML in T2Fix when compared
with Unna's DML was the added FINGERPRINT section.
*/
FINGERPRINT
{
2284 [52 420 139]
1032 [240 457 92]
1377 [15 338 107]
1738 [-34 337 91]
1485 [53 401 89]
2344 [20 330 107]
1781 [187 401 48]
1803 [212 450 63]
QVAR "goal_target_0" == 511
}
/* (According to Unna Oertdottir on TTLG.COM, the following fixes some bug
with "Bourrique".) */
-ObjProp 1063 "Position"
+ObjProp 1063 "Position"
{
"Location" -296.9,-53.09,74.0
"Heading" 0
"Pitch" 0
"Bank" 0
}
// Correct name of Garrett's sword (otherwise it's always in English)
ObjProp 1490 "GameName"
{
"" Name_ConSword
}