Jump to content
  • 0

Mugen and Fraps


Sinnamon

Question

2 answers to this question

Recommended Posts

  • 1

I use Fraps to record my MUGEN1.0 videos.

 

My MUGEN1.0 mugen.cfg setting:


 ;The video resolution defaults to the same as the game resolution.
 ;You can force an alternate resolution by uncommenting the lines
 ;below.
;Width  = 1280
;Height = 720

 ;This is the color depth at which to run MUGEN.
 ;Only 16 is supported at this time.
Depth = 16

 ;Set to 1 to enable vertical retrace synchronization. Do not enable
 ;if BlitMode = PageFlip.
 ;Not supported in 1.0.
VRetrace = 0

 ;Set to 1 to enable fullscreen mode, 0 for windowed.
FullScreen = 0

 ;Drawing mode
 ;Choose from Normal (fast) and PageFlip (less image "tearing")
BlitMode = PageFlip;Normal

 ;Screen rendering mode.
 ;System - default SDL rendering mode (e.g. windib in Windows)
 ;DirectX - DirectX 5 renderer
 ;OpenGLScreen - hack that allows window resizing but could be slow
RenderMode = OpenGLScreen;System

Link to comment
Share on other sites

  • 0

I use Fraps to record my MUGEN1.0 videos.

 

My MUGEN1.0 mugen.cfg setting:

 ;The video resolution defaults to the same as the game resolution.

 ;You can force an alternate resolution by uncommenting the lines

 ;below.

;Width  = 1280

;Height = 720

 ;This is the color depth at which to run MUGEN.

 ;Only 16 is supported at this time.

Depth = 16

 ;Set to 1 to enable vertical retrace synchronization. Do not enable

 ;if BlitMode = PageFlip.

 ;Not supported in 1.0.

VRetrace = 0

 ;Set to 1 to enable fullscreen mode, 0 for windowed.

FullScreen = 0

 ;Drawing mode

 ;Choose from Normal (fast) and PageFlip (less image "tearing")

BlitMode = PageFlip;Normal

 ;Screen rendering mode.

 ;System - default SDL rendering mode (e.g. windib in Windows)

 ;DirectX - DirectX 5 renderer

 ;OpenGLScreen - hack that allows window resizing but could be slow

RenderMode = OpenGLScreen;System

Thanks! 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...