Jump to content

Home

Visas Movie


harIII

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...