Chaos Project

RPG Maker => RPG Maker Scripts => Topic started by: Blizzard on February 04, 2016, 01:47:03 pm

Title: XPA_Window
Post by: Blizzard on February 04, 2016, 01:47:03 pm
Who's up to test my new script XPA_Window?
https://dl.dropboxusercontent.com/u/20224394/XPA_Window.rar

It replaces the Window class in XP and is actually intended to be used in XPA (since the current Window class implementation there is buggy). The script goes above all scripts and the DLL goes into the same folder where Game.exe is. It's highly optimized and tries to use minimal processing when you're not trying to do stuff with it. And even when you're doing stuff with it, it only updates whatever needs updating instead of everything. It's as close as humanly possible to XP's original class. If you make a screenshot comparing them side-by-side, you will notice no difference whatsoever. That includes the background sprite, borders, corners, cursor sprite, arrows and the pause sprite. All of them.

It's not final, I was going to add some configs as well.

I made this since I kinda need for CP, because I want to switch to XPA.
Title: Re: XPA_Window
Post by: KK20 on February 07, 2016, 01:27:51 am
As usual, I'm going to HAVE to take a look at this when I get home. I want to see how awesome this really is :D

EDIT:
Looks good! Was comparing XP and XPA side-by-side and they are very similar. Finish up them configs and database it, and I'll be sure to update the project demo at some point.
Title: Re: XPA_Window
Post by: Blizzard on February 07, 2016, 02:56:19 am
Sweet, will do. :)