Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

[XP] Party Changer

Party Changer
Version: 4.0


Introduction

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
  • Multiple parties
Screenshots



Demo

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

Scripts

Commands Manager version 1.2:
http://www.freewebs.com/rmxp-ff/Dargor% ... F1%5F2.txt
Party Changer version 3.3:
http://www.freewebs.com/rmxp-ff/Dargor% ... F3%5F3.txt
Party Changer (Main Menu) version 1.5:
http://www.freewebs.com/rmxp-ff/Dargor% ... F1%5F5.txt
Party Arrange version 1.2:
http://www.freewebs.com/rmxp-ff/Dargor% ... 5F2txt.txt
Large Party version 1.3:
http://www.freewebs.com/rmxp-ff/Dargor% ... 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% ... %5FFix.txt

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

Instructions

Place this script above Main, below the SDK and Commands Manager.
 
Hmm, error already.

line 216: draw_actor_position(@actor, 300, 0)
No method error.

and Line 491: $game_party.actors = []
No method error.
 
What? I tested it 10 minutes ago...
I'll take a look at it...

OK, for the first one, it requires one of my add-ons that I didn't include in the script.
Sorry, my mistake.
EDIT: Ok, this should work
 
its a greate interface and very user friendly, greate for me ^^
but i found a little mistake when i try to see a already choosen character
in line 123, self.contents.draw_text(x, y, 120, 32, actor.name)
the problem is the 'name'
PD- Sorry if you dont understand something, i'm from argentina =D
 
no, i simply put your code in a new project, i put it above main and i call it.
if needed i can upload a demo so you can see if its the version =D
-i really like- your scripts Dargor ;) you got one new fan lol
 
$scene = Scene_Party.new(initial index, [forced members])

What do you mean initial index? and what does force members do?
 
initial_index is the initial position of the cursor.
forced_members is an array of members which are forced to be in the party.

For example, you want to form a party and to force Aluxes and Basil to be a part of it. You will have to call the scene this way:
Code:
$scene = Scene_Party.new(0,[1,2])

forced_members must be an array containing ids of actors from the database.
 
Really good work Dragor!:2thumb:
I was looking a long time for a party changer script to go along with the other scripts I use, but none did. Well your's works perfectly!:D
 
Actually it's not possible but I'm updating the script so you can choose the max number of members. Give me a few minutes...

EDIT: OK, replace the script with the new version and call the scene using
Code:
$scene = Scene_Party.new(max_members, forced_members)

In your case you would call it this way:
Code:
$scene = Scene_Party.new(3)
 
Okay This script is Exactly what I need so thank you SO Much! One thing is there a way to add certain members to the party changer when you find them?
 
Okay there is one problem after you add more than 12 people the window will not lower anymore to see more characters.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top