ASHASSIN on 23/3/2009 at 20:04
just got around to playing this mission and its predecessor ice base 1. decent couple of missions! nice work on the scripted sequences :thumb:
NAC on 26/3/2009 at 19:51
Hope you are planning an expansion :D
LOVE the snow ; watching the fights between the snowbeasts and
the guards ( each fight has a different outcome !! :cool: ) ; when
I shot a guard , he stopped and drank a bottle of " health" !!! :laff:;
looking down through the grid of the walkway ; when I jumped
over the railing into the water, the ICE killed me ( should have
known !!! ) ; and the rain of " ice daggers " . Would also like to
explore the glyph .
Thank you...:)
Cardia on 28/3/2009 at 16:34
That was fun passing through all that chaos;)...this looks to promise a new great continuation...keep the good work independent thief:thumb:
massimilianogoi on 15/4/2009 at 10:43
The graphic can be reassumed with a single word: W O W!!
But the mission is really too short. Anyway, nice playing! :thumb: I hoped it endured alot more.
Dia on 25/8/2010 at 15:58
I've been updating my list of T2 FMs (lost all my info during a major move) and came across this FM. I've played all three of the Independent Thief's (aka NightRanger?) FMs, enjoyed each one tremendously, and am curious as to whether or not he/she will be forthcoming with another FM any time soon? I checked the 'Upcoming & Abandoned FMs' thread and didn't see his/her name listed with any works planned or in progress. I'd really like to see another FM by this talented author! Really. :thumb:
downwinder on 4/2/2018 at 03:52
will we get a part 2 by 2019 10 years after part 1?
the snow mech theme was real good
fortuni on 13/12/2021 at 16:23
Couple of dml's to fix Pockets Picked count, courtesy Glypher.
Code:
DML1
//T2 FM: Cold Feet by The Independent Thief / Fixes: miss21.mis.dml
//pickpocketing
+ObjProp 80 "DiffTurnOn"
{
"quest var values" 0, 1, 2
}
+Link 80 81 "ControlDevice"
{
}
+ObjProp 80 "Scripts"
{
"Script 0" TrapRelay
}
+ObjProp 81 "Scripts"
{
"Script 0" TrapSetQVar
}
+ObjProp 81 "TrapQVar"
{
"" =1:DrSPocketCnt
}
Code:
DML1
//T2 FM: Cold Feet by The Independent Thief / Fixes: coldquest.gam
#script "script"
ObjProp -14 "Scripts"
{
"Script 2" CorpseFrobFixed
}