Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 XaiL Redux Deluxe
#21
You must be including a large-party script, or performed an edit that does allow for more than 4 party members. NICE! While XaiL does allow you to resize the Party window on the screen, it does not edit the actual system that enforces the pre-determined maximum party size. But if you are adding a few more party members and are sure of it, you must have a large-party script (or at least edited the default add_actor method in Game_Party). Afterall, I stated this in the header portion (stating YOU must supply an override for the four-party system). I recommend Fomar0153's Large Party as I've used it for ... (has it been a decade now)?

Code:
#  While the default RPGMaker XP project  is limited to a four-member party,
#  and most main menu replacement scripts are designed as such,  this script
#  adapts itself to the size of the current party when it loads.  So, if the
#  game developer overrides the four-party limit with his own code, the menu
#  will adapt to fit.

The Party Window is fixed in size, or at least as to what size and shape you have it configured. Whether you have one, four, six, or even twelve members in your party, the size and shape of the party status window will not change, though it WILL allow you to scroll through the members when you select Skill, Equip, or any other menu item where the 'Actor Select' option for a menu command is set to true:
Code:
#           Actor
#           Select          
#======     ======      
LIST2[0]  = [false, false, "Scene_Item.new"]
LIST2[1]  = [true,  false, "Scene_Equip.new(@status_window.index)"]
LIST2[2]  = [true,  true,  "Scene_Skill.new(@status_window.index)"]
LIST2[3]  = [true,  false, "Formation"]
LIST2[4]  = [true,  false, "Scene_Status.new(@status_window.index)"]
LIST2[5]  = [false, false, "Scene_Save.new"]
LIST2[6]  = [false, false, 1]
LIST2[7]  = [false, false, "Scene_End.new"]
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: