Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 XaiL Redux Deluxe
#25
Actually, YEP!

Tongue sticking out But I need to add a couple more lines because I forgot to ensure the MENU_STATUS window with the actors can resize.

Around line 1956, you have the following line:
Code:
cols            = X_MAIN::PARTY::COLUMNS

Add these two line below it:
Code:
val_ht = X_MAIN::PARTY::WINDOW[2]
val_wd = X_MAIN::PARTY::WINDOW[3]

And replace the @status_window statement that follows with this:
Code:
@status_window  = Window_MenuStatus.new(cols, val_ht, val_wd)

That allows the menu status to PROPERLY resize.....



The system has an innate ability to reposition the actual windows within the 1st configuration page. Within the modules of 'COMMAND', 'PARTY' and 'STATS', you will see a value entitled 'WINDOW'. The WINDOW value is an array that holds the X and Y position of the windows as well as the Height and Width! It is right here, you can maneuver your windows. Well, you can now reposition the Actor Stats with the above fix.

And I don't see the HELP window, so I am assuming you're not having one. The same 1st Configuration page also has a HELP module, with its own WINDOW value you can edit. If you set WINDOW to nil, you erase the help window.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }


Messages In This Thread
XaiL Redux Deluxe - by DerVVulfman - 04-21-2016, 04:42 AM
RE: XaiL Redux Deluxe - by DerVVulfman - 04-22-2016, 01:54 AM
RE: XaiL Redux Deluxe - by Melana - 04-22-2016, 01:57 AM
RE: XaiL Redux Deluxe - by Bounty Hunter Lani - 04-22-2016, 02:11 AM
RE: XaiL Redux Deluxe - by RASHIDA12 - 07-17-2016, 05:02 PM
RE: XaiL Redux Deluxe - by DerVVulfman - 07-17-2016, 08:29 PM
RE: XaiL Redux Deluxe - by RASHIDA12 - 07-18-2016, 12:08 AM
RE: XaiL Redux Deluxe - by DerVVulfman - 07-18-2016, 03:18 AM
RE: XaiL Redux Deluxe - by RASHIDA12 - 07-18-2016, 05:05 AM
RE: XaiL Redux Deluxe - by DerVVulfman - 07-18-2016, 05:14 AM
RE: XaiL Redux Deluxe - by RASHIDA12 - 07-18-2016, 05:37 AM
RE: XaiL Redux Deluxe - by DerVVulfman - 07-18-2016, 05:06 PM
RE: XaiL Redux Deluxe - by RASHIDA12 - 07-19-2016, 09:45 PM
RE: XaiL Redux Deluxe - by DerVVulfman - 07-19-2016, 11:34 PM
RE: XaiL Redux Deluxe - by RASHIDA12 - 07-20-2016, 03:49 AM
RE: XaiL Redux Deluxe - by DerVVulfman - 07-20-2016, 04:32 AM
RE: XaiL Redux Deluxe - by RASHIDA12 - 07-20-2016, 02:33 PM
RE: XaiL Redux Deluxe - by Bounty Hunter Lani - 07-20-2016, 02:47 PM
RE: XaiL Redux Deluxe - by DerVVulfman - 07-21-2016, 03:33 AM
RE: XaiL Redux Deluxe - by RASHIDA12 - 07-26-2016, 05:15 AM
RE: XaiL Redux Deluxe - by DerVVulfman - 07-26-2016, 06:59 AM
RE: XaiL Redux Deluxe - by RASHIDA12 - 07-26-2016, 08:48 AM
RE: XaiL Redux Deluxe - by DerVVulfman - 07-26-2016, 06:41 PM
RE: XaiL Redux Deluxe - by RASHIDA12 - 08-02-2016, 03:53 PM
RE: XaiL Redux Deluxe - by DerVVulfman - 08-03-2016, 03:24 AM
RE: XaiL Redux Deluxe - by RASHIDA12 - 08-31-2016, 07:22 AM
RE: XaiL Redux Deluxe - by DerVVulfman - 09-01-2016, 03:35 AM
RE: XaiL Redux Deluxe - by RASHIDA12 - 09-01-2016, 01:06 PM
RE: XaiL Redux Deluxe - by DerVVulfman - 09-02-2016, 03:02 AM
RE: XaiL Redux Deluxe - by RASHIDA12 - 09-02-2016, 03:15 AM
RE: XaiL Redux Deluxe - by DerVVulfman - 09-02-2016, 03:26 AM
RE: XaiL Redux Deluxe - by RASHIDA12 - 09-02-2016, 12:10 PM
RE: XaiL Redux Deluxe - by DerVVulfman - 09-05-2020, 03:52 AM
RE: XaiL Redux Deluxe - by DerVVulfman - 09-06-2020, 03:31 AM
RE: XaiL Redux Deluxe - by DerVVulfman - 09-07-2020, 09:40 PM



Users browsing this thread: