YesNoOk
avatar

wrong stage resolution (Read 443 times)

Started by warriorz, October 02, 2014, 02:56:56 pm
Share this topic:
wrong stage resolution
#1  October 02, 2014, 02:56:56 pm
  • avatar
  • *
i have a problem.. in Winmugen i see my stage good.. but when i use mugen 1.00 (or also 1.1) i see bad..

this is the difference.. same chars, same stages, screenpack original elecbyte, same big motif..



i don't understand what i must set..
Re: wrong stage resolution
#2  October 02, 2014, 04:10:40 pm
  • *****
  • LET THE SWAGGING COMMENCE
    • Philippines
    • Skype - markpachi
    • http://markpachi.mugenflowzone.com/
If I remember correctly, that stage was included in the Winmugen+ motif that used the Doubleres feature. Mugen 1.0 and 1.1 cannot use that feature, which is why the stage isn't scaled properly. Though, I might be wrong on this.



Re: wrong stage resolution
#3  October 02, 2014, 05:09:35 pm
  • avatar
  • *
I don't know if it's only this because I have this problem on a lot of stage and i can remember one of these (time ago) by changing something I solved the problem (i still have this stage and it works fine on mugen 1.00) but now can't remember what i have done..
Re: wrong stage resolution
#4  October 02, 2014, 05:32:28 pm
  • ***
  • Nevermore!

  • Online
IIRC adding localcoord to stage fix that
I dont remember the specific localcoord value though
perhaps 240,320?
Lord Noble Eye of Dezeroff; High Commander of the Reconnaissance Division, Airborne Corps; Fifth Seat in the Murder's Council; and Duke of Corvus
Re: wrong stage resolution
#5  October 03, 2014, 05:45:09 pm
  • avatar
  • *
wait wait Duke.. explain me better.. what file i must edit? give me more info
Re: wrong stage resolution
#6  October 03, 2014, 11:08:47 pm
  • ***
  • Nevermore!

  • Online
open the def file of the stage

locate the stage info label add localcoord to it
[StageInfo]
localcoord = 320, 240

then save file chages

that changes the overall size of the stage, but I don't remember the exact value
IIRC the smaller localcoord value, the bigger stage, and bigger localcoord, smaller stage
try with some of these combinations
or 480,360
or 640,480
or 960, 720

one of these must be

PS, if stage already has localcoord, erase it, it also might fix it if current localcoord is wrong
Lord Noble Eye of Dezeroff; High Commander of the Reconnaissance Division, Airborne Corps; Fifth Seat in the Murder's Council; and Duke of Corvus
Re: wrong stage resolution
#7  October 04, 2014, 01:47:51 am
  • avatar
  • *
in def file of the stage i don't have any localcoord, i only have this:

[StageInfo]
zoffset  = 220
autoturn = 1
resetBG  = 1

so i tried to add it with this: 640,480 and now the stage has correct resolution but the chars are "on the air":


Last Edit: October 04, 2014, 01:53:00 am by warriorz
Re: wrong stage resolution
#8  October 04, 2014, 02:57:06 am
  • *****
  • LET THE SWAGGING COMMENCE
    • Philippines
    • Skype - markpachi
    • http://markpachi.mugenflowzone.com/
You will then need to change the zoffset. Try changing the values to 400. If it still doesn't look right, then trial and error is required.



Re: wrong stage resolution
#9  October 04, 2014, 01:06:20 pm
  • avatar
  • *
ok it works on 450 ;) now i need to edit all my stage with this indication.. thanks to all..