Save-Point
CTB - A Final Fantasy X-like Battle System, Version 3.2 - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: CTB - A Final Fantasy X-like Battle System, Version 3.2 (/thread-2298.html)



CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - Cinnamon - 10-01-2009

Sure!
I didn't want to do it just yet in case he said no. Cry

Anyways, I've checked and there are 5 scripts that I am using. Two of them are compatible with the Battle System, the other two aren't. I'll put them all in though.
I can't upload the Scripts here because there are 5 of them and it won't let me double post to show them. You can download them all from http://www.atelier-rgss.com

To make things easier, here are the 5 scripts I've used:
http://www.atelier-rgss.com/RGSS/Menu/XP_Menu01.html
http://www.atelier-rgss.com/RGSS/Menu/XP_Menu02.html * I have checked and this one is compatible. Works fine.
http://www.atelier-rgss.com/RGSS/Menu/XP_Menu03.html
http://www.atelier-rgss.com/RGSS/Menu/XP_Menu04.html * I have checked and this one is compatible. Works fine.
http://www.atelier-rgss.com/RGSS/Menu/XP_Menu05.html

It'll be a shame if I can't get it to work because I LOVE LOVE this battle system and a lot of people use MOGs system too. I'm hoping it's just a simple little error that can be easily fixed.


CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - Alpha-Mad - 10-01-2009

I'll be honest, I'm having a hell of a time opening the MOG demos. Do me a favor and whip up a quick demo in a new project and just pop in those scripts. Most likely, the MOG and Charlie's scripts are trying to do the exact same action and it's not really needed for them both to do it. I'm not scripter, but I can take a look at it.


CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - Cinnamon - 10-01-2009

Okay, here are the scripts direct from my game and the images too to make it work. I'm not good at scripting so I have no idea. I'd love if they were both compatible though and knowing what little I do about coding it sounds like that that's the problem.

However, there is a problem with all 3 of the scripts that don't work. The scripts that do work are the Equipment and the Item scripts. They work fine with the battle system. The other three give me the error whenever they're switched on.

Here is the file: http://www.mediafire.com/?2nzywojtzou


CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - Alpha-Mad - 10-01-2009

After putting the scripts together, I don't get that error. I do have some problems searching through the menu though, have you noticed this?


CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - Cinnamon - 10-02-2009

What kind of problems exactly? I don't seem to have any problems.
I wonder why I'm getting problems then if you're not. I just copied and pasted together. I've just done a complete wipe of the scripts and re-done it and it's working fine now however now I'm getting problems with the Menu as well. This is the 3rd time I've wiped and this time it worked so no clue as to what the crap is going on.

I'll just fiddle with it. Thanks for your time Alpha, if you can just let me know what errors you weer getting with the Menu system.


CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - Alpha-Mad - 10-02-2009

Here's what I did. I opened up your demo, then opened up Charlie's. I put your scripts into his demo, transferred the graphic files, then playtested. There were problems when I went into the Skills/items/status menus.

However, I did not have the error at the end of battle. To be frank and honest, MOG menus are horribly arranged (codewise) and are hard to use. This is beyond my comprehension to fix, lets wait for Charlie :D

Sorry I couldn't really help


CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - Charlie Fleed - 10-02-2009

The problem in Window_BattleReport is due to a duplicated definition of Game_Actor's method next_exp. It should be enough to change "next_exp" into "next_exp2" in the three places where it appears in Window_BattleReport.

Please put together an updated demo with this fix, report the errors you get, and I'll see what I can do.


CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - Cinnamon - 10-02-2009

Charlie Fleed Wrote:The problem in Window_BattleReport is due to a duplicated definition of Game_Actor's method next_exp. It should be enough to change "next_exp" into "next_exp2" in the three places where it appears in Window_BattleReport.

Please put together an updated demo with this fix, report the errors you get, and I'll see what I can do.

I tried that but it didn't work so I just removed the two lines completely and it's now working fine, the only thing removed is the small experience bar growing when they get experience. But I'd rather sacrifice that than losing both systems and you wasting time on something as trivial this.

Thanks both you guys for all your help!


CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - Charlie Fleed - 10-02-2009

No way, I forbid you to use the CTB without the exp bar!
No, I'm kidding, but try again, use this modified Window_BattleReport:

Window_BattleReport

I have just tested it, and it works with the main menu script (I have added only the main menu script after the CTB and before main).


CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - Cinnamon - 10-02-2009

Tried that and it works brilliantly! Absolutely perfect!

Thank you so much!