[XP] Resize window screen

Started by finalholylight, August 03, 2014, 01:18:48 pm

Previous topic - Next topic

finalholylight

I means custom window size, zoom in / zoom out display screen , not F0's custom resolution script
This is what I want :
Spoiler: ShowHide





KK20

Essentials uses the VX RGSS iirc. That library has a screen_resize method that does just that. XP doesn't. So, unless we have open source access to the XP engine OR if you're willing to modify all your Sprite classes to have adjusted zoom values, it's not possible.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

LiTTleDRAgo

if you use XPA & this script, you can use Graphics.scale_screen(WIDTH, HEIGHT) to scale your game screen