Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: finalholylight on August 03, 2014, 01:18:48 pm

Title: [XP] Resize window screen
Post by: finalholylight on August 03, 2014, 01:18:48 pm
I means custom window size, zoom in / zoom out display screen , not F0's custom resolution script
This is what I want :
Spoiler: ShowHide

(http://i663.photobucket.com/albums/uu358/finalholylight/pkmkitsize01_zps3df01fc6.jpg)

(http://i663.photobucket.com/albums/uu358/finalholylight/pkmkitsize02_zpsa6e69d74.jpg)
Title: Re: [XP] Resize window screen
Post by: KK20 on August 03, 2014, 01:36:16 pm
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.
Title: Re: [XP] Resize window screen
Post by: LiTTleDRAgo on August 03, 2014, 06:49:53 pm
if you use XPA (http://rmxpace.com/) & this script (http://forum.chaos-project.com/index.php/topic,13476.0.html), you can use Graphics.scale_screen(WIDTH, HEIGHT) to scale your game screen