Jump to content

SegaStar

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by SegaStar

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

  2. On 8/30/2015 at 8:44 AM, Ryoucchi said:

    Well i don't deserve that much credit since i didn't make the stage and only added zoom lol but glad that you like it.

     

    @RMH Perfect, i definitely gonna use it.

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

×
×
  • Create New...