I am trying to modify the DLC05MZ1QuestScript to remove the beginning cutscene
where the aliens are "examining" the player, but my attempts to modify this script have
been unsuccessful. This cutscene is where my game always freezes up, and hopefully
if I can stop the cutscene from playing at all that might allow me to progress in this
DLC mission.
I have tried all of the supposed fixes for this bug that I could find online including the
changing of ini file settings
bUseThreadedAI=1
NumHWThreads=2
and I am running no game mods at all, but I cannot avoid a game freeze during the
above mentioned cutscene that requires me to alt-tab-delete out of the game.
Since the game completely freezes at this point, I cannot open the console to enable
player controls.
What I am trying to accomplish is to hopefully have the game transport me directly
to the spaceship without having the alien cutscene playing at all. I have tried tinkering
with the DLC05MZ1QuestScript and commenting out lines that refer to "imod **** SFX"
but this does not accomplish what I want.
Does anyone with more scripting knowledge know if this script or any other script can be
modified to prevent the above mentioned cutscene from playing, and if so, what script
edits can do this?