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) - archerrin - 08-07-2009

I'm not sure as of now about the amount of characters my rpg will have. So I think I would leave the Switch for now and just swap it to the other side. I think most people will want to do that because when you start out, Defending is more important than switching party members.


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

Well, Defend has been placed in the first row of the second window so that one can reach it just going to the left. The idea was that it should soon become automatic... I'll see what I can do, but please understand that this kind of request gets rather low priority ok?


CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - archerrin - 08-07-2009

Ah understood, I was hoping it was easy so that I can do it myself.


CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - vietanh2108 - 08-07-2009

Woa! That very cool at 2.14 version...In the normal ,Demo/script often was stoped continue update but that wrong with you.....
---Good work ^^!


CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - bmj - 08-15-2009

hey charlie i have some requests
1- capture system like FF X , and battle arena with prizes for completed area or especies
2- overdrives like kihmari , when he's lern some magic of monster his overdrive bar got full
3- Rikku Mix Skill , and yuna Grand summon - i don't know if its possible
4- blitz system like Auron

its all xD


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

1 - A capture system is something that could be done outside of this battle system. Something that could work with the default bs as well.
If I do something like that it will be an independent system.
2 - maybe :)
3 - Mix Skill has been asked before, the answer is maybe. Grand Summon can already be done and it's actually in the demo.
4 - I think there's a compatible system that already exists and does that.


CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - bmj - 08-16-2009

EDIT: oh i see the grand summon , thnks
this is the best system ever xD

hey charlie , i've fogot to ask some things xD

1- a battle report ME fade , cause FF fanfarre is too long hahaha
2- usable commands , i mean , command direct to a skill , ex: command steal , Pray , like summon command retire
thats all i need


CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - CeLLeM - 08-19-2009

Hey Man,

I love your script, but there is one thing i don't like.
The states in the battle, is there a way to show the full state name and not only 3 letters ?


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

In Window_Base Add On 2.9, line 153 change
Code:
text = "[Nor]"#"[Normal]"
into
Code:
text = "[Normal]"
and at line 157, change
Code:
text = "[" + text[0,3] + "]"#"[" + text + "]"
into
Code:
text = "[" + text + "]"



CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - CeLLeM - 08-19-2009

Thank you, now it's perfect. :)



EDIT:

Hey, I'm sorry to bother you again, but with the change there came a new Problem.
When the state name is a little bit longer, then its impossible to read.
for example, look at the picture.

http://img207.imageshack.us/i/examplepng.png/

Can you please help me to fix it ?