Jump to content
  • 0

Weird green thing on stages mugen 1.1


Question

Posted

I added some older stages to 1.1 mugen and some of them seem to have this weird green image somewhere on the stage

i looked in the .sff and its not in there, and it doesnt appear on mugen 1.0 either.

FreqDW9.png

12 answers to this question

Recommended Posts

  • 0
Posted

yeah that fixed it

 

seems to be the light from a sun in the stage, changed the sprite to green or something when in opengl.

 

any idea why?

  • 0
Posted

yeah that fixed it

 

seems to be the light from a sun in the stage, changed the sprite to green or something when in opengl.

 

any idea why?

Your PC doesnt support OpenGL so when you try 1.1 in that mode instead of improving the game graphics (like reducing colorloss) it makes them worse. 

Leaving my worries behind, feel the freedom of body and mind

siggyx2_by_excahm-db6v9xi.png

MyDeviantArt I MyYoutube I MyTwitter I

  • 0
Posted

Your PC doesnt support OpenGL so when you try 1.1 in that mode instead of improving the game graphics (like reducing colorloss) it makes them worse. 

 

my graphics card does support opengl.

  • 0
Posted

my graphics card does support opengl.

More likely that your video card does not support the "minimum" requirements to display Mugen in OpenGL correctly so yeah you could have (Which makes is enoght to other games to works) but not the enoght for Mugen.

Leaving my worries behind, feel the freedom of body and mind

siggyx2_by_excahm-db6v9xi.png

MyDeviantArt I MyYoutube I MyTwitter I

  • 0
Posted

More likely that your video card does not support the "minimum" requirements to display Mugen in OpenGL correctly so yeah you could have (Which makes is enoght to other games to works) but not the enoght for Mugen.

 

what are the minimum requirements?

  • 0
Posted

Do you have a link to that stage?  I'd like to examine the problem.  Changing to system renderer is not a particularly good solution given the staggering loss of performance.

  • 0
Posted

Welp, that was easy.  It has nothing to do with OpenGL support or some nonsense.  The stage is programmed wrong!

 

Look for this block and change mask to 1 as shown.

[BG resplandor]
type        = normal
spriteno    = 0,3
layerno     = 0
start       = -550,170
trans       = add
mask        = 1   ;<--- NEEDS TO BE 1 NOT 0
delta       = 3,0
ID          = 1
  • 0
Posted

Let's clear this up with actual information.

 

Mugen 1.1's OpenGL mode requires support for OpenGL 2.1 (and appropriate shaders) which was released in 2006.  I've never had the opportunity to test it, but Mugen 1.1 should run on hardware as old as the X1950s.  Maybe X1800.  It does not run on the Intel i945g (and possibly newer Intel GPUs) because it lacks the appropriate shader support.

 

This "glitch" is a result of older Mugen versions rendering stage sprites improperly.  The mask setting was basically ignored.  Mugen 1.1 no longer renders it improperly, so stages that are coded with mask = 0 will do this.  What you're seeing is the mask color (usually magic pink) being displayed.

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...