harIII Posted July 22, 2011 Share Posted July 22, 2011 Can anyone tell me what exactly triggers the movie where Visas talks to Nihilus about the an echo in the force? If I don't move the video or rename it, every time I load a new area or something I get to watch Visas and Nihilus which would get quit irritating after you play about an hour of Shadows of the Empire. Would anyone know how I can stop the game from playing this movie besides moving it to a different folder, changing the name, or simply deleting it? Link to comment Share on other sites More sharing options...
Fallen Guardian Posted July 22, 2011 Share Posted July 22, 2011 It depends upon how darkside or lightside you are I believe. I don't know how to stop it though. Link to comment Share on other sites More sharing options...
harIII Posted July 22, 2011 Author Share Posted July 22, 2011 But it happens right in the beginning when I start a new game... and I'm neutral. Link to comment Share on other sites More sharing options...
Fallen Guardian Posted July 22, 2011 Share Posted July 22, 2011 That's odd. Idk what went wrong then. Link to comment Share on other sites More sharing options...
DarthStoney Posted July 23, 2011 Share Posted July 23, 2011 The script that triggers it is, k_align_movie but as Fallen Guardian said it should only play once you've reached far enough Light/dark points. Link to comment Share on other sites More sharing options...
Jaevyn Posted July 23, 2011 Share Posted July 23, 2011 Just to add to DarthStoney's observations the script relates that one of three conditionals must be met: if( bAllowPlayback && ( ( nPCAlign >= 75 ) || ( nPCAlign <= 25 ) || ( nDarkPoints + nLightPoints >= 50 ) ) ) This means that the player must have an alignment of either 25 or 75, or have made 50 lightside and dark side choices. The code that actually controls when the movie plays is as follows: if( GetGlobalNumber( "000_Event_Movie" ) == 0 ) So in other words either you need to change the Global Number name that the file refers to, or remove the script entirely. Link to comment Share on other sites More sharing options...
harIII Posted July 23, 2011 Author Share Posted July 23, 2011 I'll give removing/editing the script a try tonight because I'm also using a whole new set of global variables. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.