Chaos Project

RPG Maker => RPG Maker Scripts => Topic started by: LivingstoneIPresume on August 23, 2011, 11:35:13 pm

Title: Screen Size Change
Post by: LivingstoneIPresume on August 23, 2011, 11:35:13 pm
The script I'm currently working on requires me to increase the size of the game window without increasing the size of the map so I can put the HUD, clickable menu, and various other features on the outsideof the map without blockig out contents.
To simplify, basically all I need is to change the window to full screen without affecting the map at all. I'm not sure if this is possible, it's not a resolution change that Blizzard said would be impossible. So, does anyone have any methods on doing this?
Thanks,
Livingstone
Title: Re: Screen Size Change
Post by: G_G on August 23, 2011, 11:39:43 pm
He never said its impossible because its been done several times. Though the best resolution script is here.
http://forum.chaos-project.com/index.php/topic,7814.0.html

Maybe just grab the code that changes the screen size from it.
Title: Re: Screen Size Change
Post by: LivingstoneIPresume on August 23, 2011, 11:59:03 pm
Sorry, I just skimmed his scripts that are not possible list and didn't read through the replies.
Thanks, though. I'll try that.