voodoo47 on 21/7/2019 at 18:19
yeah, that's a known issue (mapper messing up the script settings on some concrete objects), the latest T2Fix has an automated fix for that - so if you have it installed and you didn't break your install by messing with the cfg files manually, this shouldn't be happening.
neux on 21/7/2019 at 18:51
Just tried fresh steam install + t2fix 1.27 and its lagging aswell
1. Deleted local thief files from steam directory
2. Installed thief again from steam
3. Installed T2Fix on steam thief
4. Ran Calendras Legacy with AngelLoader
voodoo47 on 21/7/2019 at 19:01
add
to cam_ext.cfg, and restart the mission (that has the problem), exit the game and post the freshly created dbmod.log file.
voodoo47 on 21/7/2019 at 19:19
yeah, that ain't good. check your cam_mod.ini, the last line should end with +T2FMDML (ex. mod_path usermods+mods\candles+mods\CarryBody+NecroAge+EP2+mods\t2water+mods\t2skies+mods\EP+T2FMDML).
//ok, looks like the latest patcher is not installing the FM fixes anymore. reported.
neux on 21/7/2019 at 19:31
The only uncommented lines in cam_mod.ini are:
fm_selector C:\Nex\Thief\AngelLoader\AngelLoader_Stub.dll
uber_mod_path OSM
mod_path usermods+mods\candles+mods\CarryBody+NecroAge+EP2+mods\t2water+mods\t2skies+mods\t2snd
voodoo47 on 21/7/2019 at 19:34
yep, see the edit to my previous post.
good job on reporting this, this is quite important.
neux on 21/7/2019 at 19:38
I'm guessing this will be fixed with the next patch.
I need to replay Calendras Legacy a couple of times for the Podcast.
Is this 1.27 patch issue? And I could play with 1.26?
Is this win10 specific issue? I could try with Virtual Machine with win7 or other.
voodoo47 on 21/7/2019 at 20:01
if you need to fix it right away, create a txt file in the calendra legacy folder, edit it and add
Code:
DML1
//Calendra's Legacy Mission 2: Midnight in Murkbell: Fixed Loot in vault, beast
FINGERPRINT
{
QVAR "goal_target_7" == 980
}
+ObjProp 1532 "Position"
{
"Location" -13.20, -242.0, -173.5
"Heading" 8000
}
+ObjProp 1531 "Position"
{
"Location" -13.20, -251.0, -173.5
"Heading" 8000
}
+ObjProp 2286 "SlayResult"
{
"Effect" No Effect
}
-ObjProp 478 "AI_SaveConverse"
+ObjProp 478 "AI_SaveConverse"
{
"" false
}
-ObjProp 317 "AI_SaveConverse"
+ObjProp 317 "AI_SaveConverse"
{
"" false
}
+ObjProp 829 "BlockFrob"
{
"" true
}
-ObjProp 707 "Scripts"
-ObjProp 708 "Scripts"
-ObjProp 741 "Scripts"
-ObjProp 743 "Scripts"
-ObjProp 744 "Scripts"
-ObjProp 747 "Scripts"
-ObjProp 770 "Scripts"
-ObjProp 771 "Scripts"
save and exit, rename to miss21.mis.dml (windows must be set to display all extensions). restart the mission and that should do it for the time being.
neux on 21/7/2019 at 20:38
Thanks! Works now.