This is an archive of the mabination.com forums which were active from 2010 to 2018. You can not register, post or otherwise interact with the site other than browsing the content for historical purposes. The content is provided as-is, from the moment of the last backup taken of the database in 2019. Image and video embeds are disabled on purpose and represented textually since most of those links are dead.
To view other archive projects go to
https://archives.mabination.com
-
Slime wrote on 2010-05-26 21:08
Is there a way to make this available in game, currently im forced to use windowed mode because it won't let me change to this resolution.
Also, I've tried editing it in regedit, with no luck. I'd really love to see this game perform at the top settings like i'd like it to.
-
Taycat wrote on 2010-05-26 21:15
So far, I think Nexon doesn't know there is even a screen of that quality.
Believe me, they probably have Windows 2000 Server and it's crappiness........
-
Infamy wrote on 2010-05-26 21:27
It's probably a limitation of the Pleione Engine. I've only been able to run the game at 1680×1050.
To be fair, Mabi was developed before 2003, before widescreen/hi-def became mainstream.
-
hengsheng120 wrote on 2010-05-26 22:20
you can remain in window mode just pull the window edges to that size i think...
playing at a high resolution will add more to lag though.
-
Infamy wrote on 2010-05-26 22:30
You can also use a simple AHK/AutoIt script to manipulate the window so that it goes beyond your screen area, faking a full screen effect. ie, hide the window edges outside the screen. Something to the effect of:
[code]WinMove, Mabinogi, , -7, -29, 1920+14, 1080+36
[/code]
Vista's window borders add 14 px to the width and 36 to the height.