Welcome Guest ( Log In | Register )

[ Big| Medium| Small] -



Post new topic Reply to topic  [ 436 posts ]  Go to page 1, 2, 3, 4, 5 ... 15  Next
Dargor
  Sun Jun 24, 2007 12:56 am
User avatar
Retired Staff

Location: Quebec / Canada
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

ImageImage
Image
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.

_________________
Image

Final Fantasy VI SDK - NEW PRE-ALPHA EDITOR DEMO!

Tutorial: How to use RGSS2 with RPG Maker XP


If you're ever sad, you just need to stop being sad and start being awesome. It works for me.


Last edited by Dargor on Fri Dec 05, 2008 2:00 pm, edited 1 time in total.

Top Top
 Profile  
 

Lockheart
  Sun Jun 24, 2007 1:04 am
User avatar
Member

Location: Ontario, Canada
Hmm, error already.

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

and Line 491: $game_party.actors = []
No method error.


Top Top
 Profile  
 

Dargor
  Sun Jun 24, 2007 1:06 am
User avatar
Retired Staff

Location: Quebec / Canada
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

_________________
Image

Final Fantasy VI SDK - NEW PRE-ALPHA EDITOR DEMO!

Tutorial: How to use RGSS2 with RPG Maker XP


If you're ever sad, you just need to stop being sad and start being awesome. It works for me.


Last edited by Dargor on Sun Jun 24, 2007 1:17 am, edited 1 time in total.

Top Top
 Profile  
 

Silentwalker
  Sun Jun 24, 2007 1:38 am
Member
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


Top Top
 Profile  
 

Dargor
  Sun Jun 24, 2007 1:43 am
User avatar
Retired Staff

Location: Quebec / Canada
There's no such thing at line 123.
I have updated the script 10 minutes ago, try the new one.

_________________
Image

Final Fantasy VI SDK - NEW PRE-ALPHA EDITOR DEMO!

Tutorial: How to use RGSS2 with RPG Maker XP


If you're ever sad, you just need to stop being sad and start being awesome. It works for me.


Top Top
 Profile  
 

Silentwalker
  Sun Jun 24, 2007 1:47 am
Member
So sorry! my mistake, the error is in line 123 of window_base.
sorry :(


Top Top
 Profile  
 

Dargor
  Sun Jun 24, 2007 1:50 am
User avatar
Retired Staff

Location: Quebec / Canada
That's ok! So the error occurs in the original Window_Base class? That's strange. Are you using any other scripts?

_________________
Image

Final Fantasy VI SDK - NEW PRE-ALPHA EDITOR DEMO!

Tutorial: How to use RGSS2 with RPG Maker XP


If you're ever sad, you just need to stop being sad and start being awesome. It works for me.


Top Top
 Profile  
 

Silentwalker
  Sun Jun 24, 2007 2:11 am
Member
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


Top Top
 Profile  
 

Kururu
  Sun Jun 24, 2007 3:37 am
User avatar
Member
It seems to work for me...
Also, nice script.


Top Top
 Profile  
 

laFeet
  Sun Jun 24, 2007 7:04 am
Member
$scene = Scene_Party.new(initial index, [forced members])

What do you mean initial index? and what does force members do?

_________________
When theres a time you need help, someone is always there for you.


Top Top
 Profile  
 

Dargor
  Sun Jun 24, 2007 5:09 pm
User avatar
Retired Staff

Location: Quebec / Canada
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:
Expand to see the code.


forced_members must be an array containing ids of actors from the database.

_________________
Image

Final Fantasy VI SDK - NEW PRE-ALPHA EDITOR DEMO!

Tutorial: How to use RGSS2 with RPG Maker XP


If you're ever sad, you just need to stop being sad and start being awesome. It works for me.


Top Top
 Profile  
 

LosAngeles
  Mon Jun 25, 2007 9:50 am
Member
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


Top Top
 Profile  
 

Dargor
  Mon Jun 25, 2007 5:41 pm
User avatar
Retired Staff

Location: Quebec / Canada
I'M glad you like it! ^_^
I added an party arranger add-on. See first post for more informations

_________________
Image

Final Fantasy VI SDK - NEW PRE-ALPHA EDITOR DEMO!

Tutorial: How to use RGSS2 with RPG Maker XP


If you're ever sad, you just need to stop being sad and start being awesome. It works for me.


Top Top
 Profile  
 

brandonrichard
  Mon Jun 25, 2007 6:09 pm
Member
can this be adjusted to have a max party of 3? if so, how?

_________________
http://xs221.xs.to/xs221/07452/user_4.png[/img]
http://img384.imageshack.us/img384/3708 ... opygn7.png[/img]
CLICK ME!


Top Top
 Profile  
 

Dargor
  Mon Jun 25, 2007 6:18 pm
User avatar
Retired Staff

Location: Quebec / Canada
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
Expand to see the code.


In your case you would call it this way:
Expand to see the code.

_________________
Image

Final Fantasy VI SDK - NEW PRE-ALPHA EDITOR DEMO!

Tutorial: How to use RGSS2 with RPG Maker XP


If you're ever sad, you just need to stop being sad and start being awesome. It works for me.


Last edited by Dargor on Mon Jun 25, 2007 6:25 pm, edited 1 time in total.

Top Top
 Profile  
 

Loduel
  Mon Jun 25, 2007 6:47 pm
User avatar
Member

Location: Omemee, Ontario
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?


Top Top
 Profile  
 

Dargor
  Mon Jun 25, 2007 6:53 pm
User avatar
Retired Staff

Location: Quebec / Canada
Use
Expand to see the code.

Or you can simply use the Change Party Member event command.

_________________
Image

Final Fantasy VI SDK - NEW PRE-ALPHA EDITOR DEMO!

Tutorial: How to use RGSS2 with RPG Maker XP


If you're ever sad, you just need to stop being sad and start being awesome. It works for me.


Top Top
 Profile  
 

Loduel
  Mon Jun 25, 2007 6:56 pm
User avatar
Member

Location: Omemee, Ontario
Thanks.


Top Top
 Profile  
 

Loduel
  Mon Jun 25, 2007 7:05 pm
User avatar
Member

Location: Omemee, Ontario
Okay there is one problem after you add more than 12 people the window will not lower anymore to see more characters.


Top Top
 Profile  
 

Dargor
  Mon Jun 25, 2007 7:08 pm
User avatar
Retired Staff

Location: Quebec / Canada
Ok, I'll take a look at this. I'll also add compatibility with the Large Party script. ;)

_________________
Image

Final Fantasy VI SDK - NEW PRE-ALPHA EDITOR DEMO!

Tutorial: How to use RGSS2 with RPG Maker XP


If you're ever sad, you just need to stop being sad and start being awesome. It works for me.


Top Top
 Profile  
 

Loduel
  Mon Jun 25, 2007 7:09 pm
User avatar
Member

Location: Omemee, Ontario
Okay thanks :D


Top Top
 Profile  
 

Dargor
  Mon Jun 25, 2007 8:17 pm
User avatar
Retired Staff

Location: Quebec / Canada
Fixed!

_________________
Image

Final Fantasy VI SDK - NEW PRE-ALPHA EDITOR DEMO!

Tutorial: How to use RGSS2 with RPG Maker XP


If you're ever sad, you just need to stop being sad and start being awesome. It works for me.


Top Top
 Profile  
 

brandonrichard
  Mon Jun 25, 2007 9:42 pm
Member
i have another problem... everything works fine, but when i form my party... i have two lead actors... i am using mr. mo's sbabs... so if there is a way to temporiarly remove all members from your party while changing... then have a completely new party...

if this is hard to understand, i have a demo...

_________________
http://xs221.xs.to/xs221/07452/user_4.png[/img]
http://img384.imageshack.us/img384/3708 ... opygn7.png[/img]
CLICK ME!


Top Top
 Profile  
 

Dargor
  Mon Jun 25, 2007 9:51 pm
User avatar
Retired Staff

Location: Quebec / Canada
I don't understand how you can have 2 lead actors. O_o
Yes, I'd like to see your demo. :p

_________________
Image

Final Fantasy VI SDK - NEW PRE-ALPHA EDITOR DEMO!

Tutorial: How to use RGSS2 with RPG Maker XP


If you're ever sad, you just need to stop being sad and start being awesome. It works for me.


Top Top
 Profile  
 

brandonrichard
  Mon Jun 25, 2007 10:34 pm
Member
Please get the legal version of the maker at download.com

can you help me... i love the script and it will help me a lot...

_________________
http://xs221.xs.to/xs221/07452/user_4.png[/img]
http://img384.imageshack.us/img384/3708 ... opygn7.png[/img]
CLICK ME!


Last edited by Trickster on Tue Jun 26, 2007 9:03 pm, edited 1 time in total.

Top Top
 Profile  
 

Silentwalker
  Mon Jun 25, 2007 11:36 pm
Member
now that i see your demo dargor, i have to say that its grate :)

May be the problem was my version of the maker, lol.

thanks a lot !


Top Top
 Profile  
 

Mustardy85
  Mon Jun 25, 2007 11:58 pm
Non-Scripter Friendly
User avatar
Member

Location: World of Darkness
Need Help finding your "command manager" script...

Any one....?

ok how about
PLEASE!

i said please . . .

_________________
Still working on:
Image


Last edited by Trickster on Tue Jun 26, 2007 8:46 pm, edited 1 time in total.

Top Top
 Profile  
 

Dargor
  Tue Jun 26, 2007 12:11 am
User avatar
Retired Staff

Location: Quebec / Canada
Would you please wait for an answer before posting 4 times....

My Commands Manager script is in this section of the forum. If you can't find something, use the search engine.

I posted this script tomorrow morning, it should be somewhere in the first page of the Submitted Script section.

_________________
Image

Final Fantasy VI SDK - NEW PRE-ALPHA EDITOR DEMO!

Tutorial: How to use RGSS2 with RPG Maker XP


If you're ever sad, you just need to stop being sad and start being awesome. It works for me.


Top Top
 Profile  
 

Silentwalker
  Tue Jun 26, 2007 12:11 am
Member
http://www.hbgames.org/forums/showthread.php?t=23645


What is that?!?? triple- post???? o no! you maade 4 post!!!


Top Top
 Profile  
 

Loduel
  Tue Jun 26, 2007 5:16 am
User avatar
Member

Location: Omemee, Ontario
It is still not showing the row that your cursor is on after 12 characters (3 rows)


Top Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 436 posts ]  Go to page 1, 2, 3, 4, 5 ... 15  Next


Who is online

Users browsing this forum: No users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to:  

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Hosted By: