AtlanticZealot on 29/8/2018 at 01:38
I apologize if this is posted somewhere already.
I recently fired up some T2 fan missions and got stuck on Act 2 of Calendra's Legacy. I ran into an (apparent) bug where a couple of the mission objectives would not actually tick off even as I completed them. I was hoping they'd tick off at the end of the act with the final objective but that did not happen, and now I'm unable to progress to Act III even though Act II is essentially over.
I vaguely remember being able to use a shortcut key Ctrl+Alt+Shift+End to artificially end the mission, but this apparently doesn't work on my laptop. Does anyone have a workaround? I've tried it with every combination of caps lock, num lock, and tried resetting my keyboard mapping. It's drivin' me nuts!
Thanks
Unna Oertdottir on 29/8/2018 at 07:33
This combination of keys might be hard coded. I don't know
Check default.bnd/user.bnd
This line has to be there
bind end+alt+ctrl+shift win_mission
vfig on 29/8/2018 at 10:13
If your laptop needs you to press Fn+something_else to get the End key, it's possible that Thief is detecting it wrong.
You can try adding a different key binding for it to USER.BND, say Ctrl+F10 perhaps, by adding the appropriate line:
Code:
bind F10+ctrl win_mission
Unna Oertdottir on 29/8/2018 at 10:20
F10 won't work, it's already used as screen_dump.
AtlanticZealot on 29/8/2018 at 11:57
Thanks all!
Changing the entry in USER.BND did the trick.
I appreciate the fast responses!