screenpack problem?
|
|
JasonAL123 | Date: Tuesday, 2012-06-12, 8:50 AM | Message # 1 |
Knight
Group: contributor
Messages: 123
Awards: 0
Reputation: 1
Reproofs: 0%
Status: Offline
| why does the screenpack repeat at the bottom? mugen resolution 640 x 480
|
|
| |
Leo116 | Date: Tuesday, 2012-06-12, 3:05 PM | Message # 2 |
Angel
Group: contributor
Messages: 1083
Awards: 1
Reputation: 11
Reproofs: 0%
Status: Offline
| Hmmm, okay first see that is you picture resolution is 640x480. If it is not 640x480 then make another one which should have the same resolution as your mugen. If that doesn't work try to find the code of your options bg in system.def. Here it is for example:
;------------------- ;Options screen background [OptionBGdef]
[OptionBG 1] type = normal spriteno = 100,0 start = 0,0 tile = 1,1 velocity = -1, -1
just remove tile = 1,1 if it is in your options bg code.
|
|
| |
ZerX | Date: Tuesday, 2012-06-12, 9:45 PM | Message # 3 |
The Chosen One
Group: contributor
Messages: 611
Awards: 2
Reputation: 5
Reproofs: 0%
Status: Offline
| Quote (JasonAL123) why does the screenpack repeat at the bottom? Because the background image is not the same size as the MUGEN resolution. Try changing the MUGEN resolution to 640x360.
When a Ninja falls, another one rises!
Message edited by ZerX - Wednesday, 2012-06-13, 6:22 PM |
|
| |
Leo116 | Date: Wednesday, 2012-06-13, 2:19 PM | Message # 4 |
Angel
Group: contributor
Messages: 1083
Awards: 1
Reputation: 11
Reproofs: 0%
Status: Offline
| Quote (ZerX) Because the background image is not the same size as the MUGEN resolution. Try changing the MUGEN resolution to 640x320.
It is not the resolution of the mugen. The main problem is the code and the resolution of picture. If he removes tile code from the system.def then it will appear smaller than the mugen. He must change his picture to 640x480.
|
|
| |
ZerX | Date: Wednesday, 2012-06-13, 6:26 PM | Message # 5 |
The Chosen One
Group: contributor
Messages: 611
Awards: 2
Reputation: 5
Reproofs: 0%
Status: Offline
| Quote (Leo116) It is not the resolution of the mugen. The main problem is the code and the resolution of picture. If he removes tile code from the system.def then it will appear smaller than the mugen. He must change his picture to 640x480. That's what he has to do if he wants to make it for 640x480 resolution, but that would cost him to replace all the images of the screenpack. I have that screenpack and it was made for the wide screen 1280x720 resolution, which is also the resolution of the images used to build the screenpack. Other resolutions he can use: 1024x576 800x450 640x360
When a Ninja falls, another one rises!
|
|
| |
Leo116 | Date: Wednesday, 2012-06-13, 8:37 PM | Message # 6 |
Angel
Group: contributor
Messages: 1083
Awards: 1
Reputation: 11
Reproofs: 0%
Status: Offline
| Quote (ZerX) That's what he has to do if he wants to make it for 640x480 resolution, but that would cost him to replace all the images of the screenpack. I have that screenpack and it was made for the wide screen 1280x720 resolution, which is also the resolution of the images used to build the screenpack. Other resolutions he can use: 1024x576 800x450 640x360
But changing the resolution of a screenpack can make the screenpack weird. The lifebars get weird (smaller or lagrer than your mugen).
|
|
| |
ZerX | Date: Wednesday, 2012-06-13, 9:03 PM | Message # 7 |
The Chosen One
Group: contributor
Messages: 611
Awards: 2
Reputation: 5
Reproofs: 0%
Status: Offline
| Actually, they look even better
When a Ninja falls, another one rises!
Message edited by ZerX - Thursday, 2012-06-14, 1:28 AM |
|
| |