<Username> on 12/8/2019 at 18:44
Bloodflowers is a very early fan mission for Thief: The Dark Project. It was released on August 5, 1999 by Peter Parrish ((
https://www.ttlg.com/forums/member.php?u=7522) Paz). It is the author's first attempt at a fan mission. He advises players to not "take it too seriously or expect miracles from it".
The goal is to retrieve a copy of the then-upcoming music album "Bloodflowers" by the English rock band The Cure and to steal a copy of the band's contract with the music label Polydor. In 1999, there was a dispute between the band and their label which led to a delayed release of the album.
Finished in 4 minutes with 265 of 265 total loot. The mission is very basic. It can be downloaded from (
https://www.thiefmissions.com/m/bloodflowers) Cheap Thief Missions.
klatremus on 13/8/2019 at 02:25
You working your way through all the missions, Username? Ever considered trying your hand at ghosting? ;)
<Username> on 13/8/2019 at 06:43
That is what I am doing, klatremus. :) I ghosted a few missions in the past, but right now I focus on completing all released T1/TG missions on the easiest difficulty.
fortuni on 28/6/2022 at 06:19
dml courtesy Glypher
Fixes:
- objective notification/objective sound
- goal 0 (now irreversible)
- goal 1 (now irreversible)
- goal 3 (now final and irreversible )
- quest items (non-drop)
- door (protection)
Code:
DML1
//T1 FM: Bloodflowers by Peter Parrish (Paz) / Fixes: miss15.mis.dml
//goals
ObjProp 95 "Scripts"
{
"Don't Inherit" false
}
+ObjProp 101 "DiffTurnOn"
{
"quest var values" 0, 1, 2
}
+ObjProp 101 "Scripts"
{
"Script 0" TrapSetQVar
}
+ObjProp 101 "TrapQVar"
{
"" =1:goal_final_3
}
+ObjProp 102 "DiffTurnOn"
{
"quest var values" 0, 1, 2
}
+ObjProp 102 "Scripts"
{
"Script 0" TrapSetQVar
}
+ObjProp 102 "TrapQVar"
{
"" =1:goal_irreversible_3
}
//quest items
+ObjProp 107 "NoDrop"
{
"" true
}
+ObjProp 143 "FrobInfo"
{
"World Action" Move
}
+ObjProp 143 "NoDrop"
{
"" true
}
//doors
+Receptron 7 "WeaponStim"
{
Min None
Max None
Effect "Abort"
}
+Link 8 9 "ScriptParams"
{
"" Double
}
//footlockers
+ObjProp 98 "JointPos"
{
"Joint 1" 90.00
}
+ObjProp 99 "JointPos"
{
"Joint 1" 90.00
}
+ObjProp 100 "JointPos"
{
"Joint 1" 90.00
}
LaughingMan008 on 28/6/2022 at 18:37
Even Bloodflowers gets a DML patch! :laff:
You're truly doing the builder's work. Thank you.
Is TFix getting updated with a 1.27b version soon, the way T2Fix has kept getting updates with new DMLs and mods by any chance?
fortuni on 28/6/2022 at 19:26
I've informed Voodoo of all the recent T1/TG dml's, so they will all be included in the next TFix, whenever that occurs.