Author Topic: MVE playback  (Read 6316 times)

0 Members and 1 Guest are viewing this topic.

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
OK so now MVE playback does work in linux (svn from today) but the sound shutters like hell, is there anything I can do about it?
It should be fixed to not need this anymore, but add "SoundSampleRate=44100" to the "[Default]" section of your ~/.fs2_open/fs2_open.ini file and see if that fixes the problem.

 
That did it, thank you so much. Time to put my day off to use and play Freespace  ;7

 

Offline r00b

  • 22
Could someone point me to the code that positions the cut scenes?
« Last Edit: September 27, 2006, 11:28:12 pm by r00b »

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Could someone point me to the code that positions the cut scenes?
What do you mean by "positions"?

 

Offline r00b

  • 22
I have a wide monitor and the cut scenes are not centered, it seems the wider the aspect ratio the further down from the center the cut scenes are.  I want to take a crack at fixing that so, I was wondering where the code was that centered the cut scenes.
« Last Edit: September 28, 2006, 12:58:37 pm by r00b »

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
It's in code/cutscene/mveplayer.cpp, in the mve_video_init() function.  I have newer code for this in my local tree (I have updated stuff from the new Theora player), but whatever changes that you make here could be easily applied to the new code too.