Announcement
Announcement
| Crystal Fantasy takes 1st as the 2013 2nd Quarter Contest Winner!!! See the Community Announcements section. |
New threads (complete scripts) here will go into a moderation queue. You will not see your thread appear when you create it. A moderator will decide if it will be approved or denied.
![]() ![]() |
Aug 5 2011, 04:54 PM
Post
#41
|
|
![]() AKA, SinfulKarma ![]() Type: Artist Alignment: True Neutral |
I was having issues with the Party Menu being selectable- but before posting this, I read the first post. I just find it odd that the script itself says when "New Game" is selected, it will set both switches to "ON".. yet I purposely put in an add 2 characters to see if the party option would become active.
It didn't. I then added a "Switch ON... 3" to the initial event in the game, and the Party option became selectable. I'm just posting this because New Game doesn't set the switches to ON, and I have it set to TRUE- but if all I need is an event that activates the switches at the start of every game, I think I can live with that. ;b -------------------- |
|
|
|
Aug 5 2011, 06:46 PM
Post
#42
|
|
![]() Type: Designer Alignment: Chaotic Evil |
I have a party of Actor 1 and Actor 26, and I have an event that when touched runs the script call "add_battle_member(26,0)". The player's graphics remain Actor 1's but when I go to the pause menu, Actor 26 is in the lead position. Why do the player's graphics not update to the new lead actor's?
|
|
|
|
Aug 5 2011, 11:01 PM
Post
#43
|
|
![]() Type: Undisclosed Alignment: Unaligned |
I was having issues with the Party Menu being selectable- but before posting this, I read the first post. I just find it odd that the script itself says when "New Game" is selected, it will set both switches to "ON".. yet I purposely put in an add 2 characters to see if the party option would become active. It didn't. I then added a "Switch ON... 3" to the initial event in the game, and the Party option became selectable. I'm just posting this because New Game doesn't set the switches to ON, and I have it set to TRUE- but if all I need is an event that activates the switches at the start of every game, I think I can live with that. ;b The only reason the switches aren't set in your project is likely because of another custom script you're using. If you have a custom save system script, a custom title screen script, or anything that might modify Scene_Title, it will interfere with what KGC Large Party tries to do with the switches at the start of a New Game. I have a party of Actor 1 and Actor 26, and I have an event that when touched runs the script call "add_battle_member(26,0)". The player's graphics remain Actor 1's but when I go to the pause menu, Actor 26 is in the lead position. Why do the player's graphics not update to the new lead actor's? Are you testing this in a clean project? -------------------- I no longer support Tankentai.
|
|
|
|
Aug 6 2011, 01:27 AM
Post
#44
|
|
![]() Type: Designer Alignment: Chaotic Evil |
Now it's even worse! Now I can't get the call to work at all, no change whatsoever neither on the clean project or my own. I'm using the same one from the post...
|
|
|
|
Aug 6 2011, 01:59 AM
Post
#45
|
|
![]() Type: Undisclosed Alignment: Unaligned |
Now it's even worse! Now I can't get the call to work at all, no change whatsoever neither on the clean project or my own. I'm using the same one from the post... Found out why. Looks like the map sprite isn't getting refreshed through that script call even if a new actor is put at the head of the party. Just add one more line to your original script call: CODE add_battle_member(26,0) $game_player.refresh Whenever you add a new member to the front of the party with add_battle_member, you'll want to use $game_player.refresh Also, from what it looks like, you'll need to add the actor into the party first with the default Change Party Member event command, then use the script call. -------------------- I no longer support Tankentai.
|
|
|
|
Aug 6 2011, 02:03 AM
Post
#46
|
|
![]() Type: Designer Alignment: Chaotic Evil |
Thanks Mr. Bubble, those instructions were easy to follow, and the problem is solved completely!
|
|
|
|
Aug 6 2011, 08:01 PM
Post
#47
|
|
![]() Type: Undisclosed |
Hi Mr.Bubble, i have a problem: I wanted to use the Kgc largeparty addon with the Yanfly Engine Melody, so I tried to test it but while I was changing party members in battle from 'current party' to 'standby' and confirmed....
Script 'Yem Battle Engine Melody IV' line 630: No MethodError occurred undefined method '*' for nil:NilClass Please help me! XD |
|
|
|
Aug 6 2011, 08:03 PM
Post
#48
|
|
![]() Type: Undisclosed Alignment: Unaligned |
Hi Mr.Bubble, i have a problem: I wanted to use the Kgc largeparty addon with the Yanfly Engine Melody, so I tried to test it but while I was changing party members in battle from 'current party' to 'standby' and confirmed.... Script 'Yem Battle Engine Melody IV' line 630: No MethodError occurred undefined method '*' for nil:NilClass Please help me! XD Well, did you get the BEM patch linked in the first post? Did you even read the first post? -------------------- I no longer support Tankentai.
|
|
|
|
Aug 7 2011, 08:28 AM
Post
#49
|
|
![]() Type: Undisclosed |
Yes I did but I didn't understand I had to add the largeparty script AND the patch... I added only the patch... I'm an idiot, sorry XD
I need a global variable which contains the hp's sum of all the characters during a battle (party and standby members)... how can I do? I've to insert that variable in YEM Battle Engine Melody V to fix an issue (actors in reserve DON'T replace the defeated party members even if ENABLE_DEFEAT_LAUNCH = true)... thanks Mr!! This post has been edited by brugumizzu: Aug 7 2011, 07:55 PM |
|
|
|
Aug 7 2011, 07:53 PM
Post
#50
|
|
![]() Type: Undisclosed Alignment: Unaligned |
Don't double post please. Edit your previous post instead. Thanks.
-------------------- I no longer support Tankentai.
|
|
|
|
Aug 16 2011, 03:26 AM
Post
#51
|
|
![]() Type: Undisclosed |
I really wanted to avoid having to ask for help if I could, but this is starting to drive me insane. Long story short, I wanted a character that couldn't be moved. You helped somebody else out with the same problem and I tried that solution myself but it isn't working, so I obviously must be doing something wrong. I tried making a normal event for it and a common event for it, as well as a few other things. Regardless of what I try, I always get the same message, "Syntax Error occurred while running script."
Sorry about having to ask your help for this. I tried fixing this by myself, but I've going at it for more than a few days now and I just can't figure it out. I hope this isn't bugging you or anything, I really appreciate any help that I can get. This post has been edited by gamerTai: Aug 16 2011, 03:40 AM |
|
|
|
Aug 16 2011, 03:31 AM
Post
#52
|
|
![]() Type: Undisclosed Alignment: Unaligned |
gamerTai, you did not need to post the entire script again. I removed it for you. Also, the version you posted wasn't even the latest version.
Syntax error means you typed something incorrectly. The script call to lock a party member is: CODE fix_actor(ActorID, true) Where ActorID is the ID of the actor you want to lock. What exactly did you type into the event when you used the script call? That's the most important thing you did not include. -------------------- I no longer support Tankentai.
|
|
|
|
Aug 16 2011, 03:34 AM
Post
#53
|
|
![]() Type: Undisclosed |
What exactly did you type into the event when you used the script call? That's the most important thing you did not include. That was way faster than I expected. Thanks for telling me there's a newer version. Anyway, what I posted was this. fix_actor(\n[1], true) |
|
|
|
Aug 16 2011, 03:40 AM
Post
#54
|
|
![]() Type: Undisclosed Alignment: Unaligned |
That was way faster than I expected. Thanks for telling me there's a newer version. Anyway, what I posted was this. fix_actor(\n[1], true) \n[1] is not an actor ID number which is why the syntax error is popping up. Not sure how you got the notion of trying to use the actor's name. Go into your Database -> Actors Tab. See how there's a number by each name? Those are the actor ID numbers. For example, Ralph is 1, Ulrika is 2, etc. If you want to lock Ralph, the script call would be: CODE fix_actor(1, true) If you want to unlock the actor: CODE fix_actor(1, false) Remember in the future, whenever "Syntax errors" pop-up, it is a user error so it's important that you fully detail what you tried to do with the script. -------------------- I no longer support Tankentai.
|
|
|
|
Aug 16 2011, 03:45 AM
Post
#55
|
|
![]() Type: Undisclosed |
|
|
|
|
Aug 16 2011, 03:39 PM
Post
#56
|
|
![]() Type: Undisclosed |
Well it appears that my issue has sorted itself out... I don't remember doing anything though. :huh:
This post has been edited by TIC: Aug 16 2011, 06:19 PM |
|
|
|
Aug 18 2011, 06:57 PM
Post
#57
|
|
![]() ![]() Type: Designer Alignment: Lawful Good |
every time i try to enter a battle it gives me an error on line 2076 and this is the line:
@party_command_window.add_command(Vocab.partyform_battle) help! -------------------- |
|
|
|
Aug 25 2011, 05:20 PM
Post
#58
|
|
|
NewbsterEventPro ![]() Type: Designer Alignment: Lawful Evil |
If anyone is using the whole YEM system, and/or Woratana's Face Border, me and Nelderson from the IRC made a few modifications to the script to be compatible with it:
|
|
|
|
Aug 25 2011, 08:57 PM
Post
#59
|
|
![]() Type: Undisclosed Alignment: Unaligned |
theTru3n00b, I told you in IRC that if you only made small edits to a large script, you could just separate the overwritten methods into its own small patch rather than reposting the entire script again. Also, version of KGC Large Party you posted is an old version.
I've separated the edited methods from your version and organized it into its own snippet. KGC_LargeParty + YEM Stats Patch Spoiler: This patch will work with the latest version of Large Party. I'll remove the link from your post because I do not want people to use old versions of Large Party. Please understand this. -------------------- I no longer support Tankentai.
|
|
|
|
Aug 26 2011, 01:06 AM
Post
#60
|
|
|
NewbsterEventPro ![]() Type: Designer Alignment: Lawful Evil |
Oh wow. My bad. I had no idea I had the old version of the script anyway. :|. I got it from the demo, but thanks for the heads up
Mr. Bubble, the post you made does not seem to work, and yes I do now have the latest version of the script. It draws everything except the face border. I Have them ordered as LargeParty Patch Faceborder This post has been edited by theTru3n00b: Aug 26 2011, 05:09 PM |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 18th June 2013 - 08:11 PM |
|
|