SegaStar Posted August 28, 2016 Posted August 28, 2016 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...
0 Kazagami Posted August 29, 2016 Posted August 29, 2016 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. SegaStar 1 WaifuLaifu Discord Server / Twitter / MUGEN releases
0 SegaStar Posted August 29, 2016 Author Posted August 29, 2016 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!
0 SegaStar Posted August 29, 2016 Author Posted August 29, 2016 1 hour ago, SegaStar said: Yup, it works, But there's is one problem with this stage... any reason why?
0 Kazagami Posted September 1, 2016 Posted September 1, 2016 Forgot to mention that not all stages could showing up properly in widescreen; you could get around it with scalestart if you're using 1.1 though. WaifuLaifu Discord Server / Twitter / MUGEN releases
Question
SegaStar
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
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 accountSign in
Already have an account? Sign in here.
Sign In Now