Jump to content
  • 0

Stage Resolution Help


Question

Posted

s...  I've been wondering how to change the resolution on my stages..i'm trying to make my CVS2 Aomori stage fullscreen and my Audiosurf stage full screen but no tutorials are helping...sorry i'm a noob at this...

5 answers to this question

Recommended Posts

  • 0
Posted

Yo, this is the method i use. (credit to Dissidia)


Low Resolution/High Resolution Winmugen+ Stages: 

Under [StageInfo] in the .def file, add this line: localcoord = 425,240.

Both boundleft and boundright must be substracted by 55  in order to prevent going off bounds. Example: boundleft = ??? - 55 = The new number.


MUGEN 1.0+ coded 320,240 stages:

Under [StageInfo] in the .def file, add this line:  localcoord = 425,240

Both boundleft and boundright must be substracted by 55 in order to prevent going off bounds. Example: boundleft = ??? - 55 = The new number.


MUGEN 1.0+ coded 640,480 stages:

Under [StageInfo] in the .def file,  change the line localcoord = 640,480 to  localcoord = 850,480

 Both boundleft and boundright must be substracted by 105 in order to prevent going off bounds. Example: boundleft = ??? - 105 = The new number.

  • 0
Posted
15 hours ago, Ryoucchi said:

Yo, this is the method i use. (credit to Dissidia)


Low Resolution/High Resolution Winmugen+ Stages: 

Under [StageInfo] in the .def file, add this line: localcoord = 425,240.

Both boundleft and boundright must be substracted by 55  in order to prevent going off bounds. Example: boundleft = ??? - 55 = The new number.


MUGEN 1.0+ coded 320,240 stages:

Under [StageInfo] in the .def file, add this line:  localcoord = 425,240

Both boundleft and boundright must be substracted by 55 in order to prevent going off bounds. Example: boundleft = ??? - 55 = The new number.


MUGEN 1.0+ coded 640,480 stages:

Under [StageInfo] in the .def file,  change the line localcoord = 640,480 to  localcoord = 850,480

 Both boundleft and boundright must be substracted by 105 in order to prevent going off bounds. Example: boundleft = ??? - 105 = The new number.

Your the best thanks!

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