Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Party Changer
#1
Party Changer
Version: 3.3

Introduction
First of all, hello everybody! I'm Dargor. This is my first post on this forum but I'm not new to RMXP. That's not a welcome thread so I'll stop it right there!

This is Dargor's party changer!

Features
  • Unlimited amount of available members (well, you're limited to rmxp's maximum amount of actors...)
  • Selected actor's status displayed
  • Possibility to change actors position in the party
  • You can force members to be in the party.
  • You can choose the maximum number of members to be in the party.
  • Members who are not in the party can get a % of the EXP earned in battles.
  • Possibility to lock the leader's position
  • In-Battle Party Changer (Including max members, forced members and lock leader options)
  • Compatible with large party scripts
  • It's possible to use custom actor graphic, located in the Picture folder (ideal size would be 126x46)
  • ADD-ON: You can call the party scene from the main menu (Requires the Party Arranger and Commands Manager script)
  • ADD-ON: You can change your members position in the main menu (Requires the Party Arranger and Commands Manager script)
Screenshots

[Image: pchangerfg1.th.jpg][Image: partyarrangeed1.th.jpg][Image: dargorpartyswitchermi1.th.jpg]

Demo

Version 3.3
http://www.freewebs.com/rmxp-ff/Party%20...%203.3.rar

Scripts


Commands Manager version 1.2:
http://www.freewebs.com/rmxp-ff/Dargor%5...F1%5F2.txt
Party Changer version 3.3:
http://www.freewebs.com/rmxp-ff/Dargor%5...F3%5F3.txt
Party Changer (Main Menu) version 1.5:
http://www.freewebs.com/rmxp-ff/Dargor%5...F1%5F5.txt
Party Arrange version 1.2:
http://www.freewebs.com/rmxp-ff/Dargor%5...5F2txt.txt
Large Party version 1.3:
http://www.freewebs.com/rmxp-ff/Dargor%5...F1%5F3.txt
Interpreter Script Fix (If I were you, I'd take this little script too. It's not an absolute necessity but it'll will fix an annoying bug when setting booleans to false with the call script command. Trust me, you need this :) ) :
http://www.freewebs.com/rmxp-ff/Dargor%5...%5FFix.txt

Party Changer version 4.1 compatible with RMXP SDK 2.3: http://ff6sdk.webs.com/Emailed/XP_Party_Changer_4.1.txt


You can find the latest version of the Commands Manager here.


IMPORTANT
You must have Commands Manager version 1.2 or higher in order to make Party Arrange and Party Changer (Main Menu) work.

Instructions

Place the script above Main

Call the scene:

Use $scene = Scene_Party.new(min_members, max_members, forced_members, locked_members)

min_members is the minimum number of actors the party must have.
max_members is the maximum number of members the party can have.
forced_members is an array containing the id of actors forced to be in the party.
locked_members is an array containing the id of actors forced to be locked in the position defined

by their index in forced_members.


Setting up Menu and Battle arguments:

Menu/Battle Party Changer arguments are located in Game_Temp and works exactly like calling the scene.
Code:
@battle_party_args = [1, 4,[],[]]
@menu_party_args = [1, 4,[],[]]
@menu_party_args is used with the Party Changer (Main Menu) script. When using the Party Changer from the Main Menu, the scene will be called with those arguments.
Same thing for @battle_party_args.

[b]Custom actor graphics:[/b]

If you want custom actor graphics, you must place your pictures into the Picture folder. The name must be Actor_[actor_name] and an ideal size would be 126x46. Note that pictures will automatically be resized to fit the window and cursor rectangle.

This feature can be toogled with
Code:
$game_temp.use_custom_graphic = flag
FAQ

None.

Compatibility

Should be compatible with everything.

Credits and Thanks

Don't forget to give me credits!

Author's Notes

The script automatically adds a member to the members array when using the event command 'Change Party Member'.
Reply }
#2
hmmm... how to get this script?
Reply }
#3
Theres a demo, and demos always have a copy of the script...
Both link are dead... lol, best to look for alternative.
Reply }
#4
funny... But other scripst are not works well... only switches and party removers...
Who can upload this script??
Reply }
#5
This script is old.. and we're kinda necroposting..
Reply }
#6
And we're kinda fixin' the links. Winking
Reply }
#7
Thank you! Nice script!
I'll going to use it in my game.
Reply }
#8
This script is fantastic, but I have found a compatibility issue.
When you have the Minkoffs Animated battlers+ sideview battle system addon installed the sprites will refuse to move to the sprite it's attacking! >.<
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Party Thievery DerVVulfman 1 500 07-20-2023, 03:13 AM
Last Post: DerVVulfman
   Mimi's Battleback Changer DerVVulfman 18 27,274 11-19-2018, 04:17 AM
Last Post: DerVVulfman
   Soul Engine Ace – Altitude Changer SoulPour777 2 5,818 02-28-2014, 10:04 AM
Last Post: SoulPour777
Photo  Map Tileset Changer during the game Narzew 1 5,702 05-06-2013, 09:18 PM
Last Post: Narzew
   Party Splitting RPG Advocate 7 15,278 04-14-2013, 09:13 PM
Last Post: DerVVulfman
   Master Party-Leader Substitution DerVVulfman 0 4,674 01-24-2013, 05:26 PM
Last Post: DerVVulfman
   Skip Party Command Window Helladen 0 4,355 07-27-2012, 06:43 AM
Last Post: Helladen
   [Unsupported] Actor & Party's Self Switches XP PK8 3 7,740 09-17-2009, 01:46 AM
Last Post: Yin
   [Unsupported] Actor & Party's Self Switches VX PK8 0 4,530 09-16-2009, 10:57 PM
Last Post: PK8
   P's MessageBack Changer and Enhancer [Exclusive] PK8 0 5,203 07-02-2009, 04:28 PM
Last Post: PK8



Users browsing this thread: