Announcement

Collapse
No announcement yet.

Open-Source Versions Of BioWare 3D Game Engines

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #21
    Mass Effect

    It's a pity that Mass Effect saga isn't on the list of games to support.

    Comment


    • #22
      Originally posted by DebianLinuxero View Post
      It's a pity that Mass Effect saga isn't on the list of games to support.
      It might be because it uses an unrelated engine... Mass Effect runs on top of the Unreal Engine 3, according to wikipedia.

      Comment


      • #23
        Originally posted by TheCycoONE View Post
        Haven't tried it yet, but it should be trivial. nwmovies runs a perl script each time the game requests a movie. That script already supports using mplayer or plaympeg, and would be fairly easy to modify if you knew what you wanted to run with which arguments.

        (The script is /nwmovies/nwmovies.pl)
        Ok now I've tried it (via mplayer) and can say for sure it works. There is a lot more flickering at the start/end of movies on my system so you may want to disable all the splash videos at the beginning, but it works well for the longer videos.

        diff for nwmovies.pl
        47c47
        < # $binkplayer = "";
        ---
        > $binkplayer = "";
        163c163
        < if ( substr( $key, -3 ) ne "bik" ) {
        ---
        > if ( 1 ) {

        Comment

        Working...
        X