!!

Welcome to Save Point!

Formerly known as RMVXP, Save-Point is a game creational forum that aids users in creating games using software like RPG Maker or Game Maker. Support is also available today for members and members can also upload and download resources and scripts to use in their games. If you are new or experienced we welcome you to register.

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[XP Script] CTB - A Final Fantasy X-like Battle System, Version 3.2
Charlie Fleed Offline
Survivor of Planet Fleed

Posts: 1,056
Joined: May 2009
View My Download Submissions
Thanks: 1
Given 9 thank(s) in 17 post(s)

Save Points: 4,408sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: None/N/A
Post: #511
CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010)

Vengan Wrote:Hmmm, but what if I don't want to use these new formulas.
Can I deactivate them?

No, you can't deactivate them. The only way to change them would be to script another set of formulas and implement them in the current version, but I am not available for that kind of work.
Try to figure out if the current system is really that bad for you. Sure it's different but maybe you'll find a satisfying use for it.
05-27-2010 03:26 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Vengan Offline
Junior Member

**
Posts: 6
Joined: Apr 2010
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 130sp
Awards:

Gender:
Favorite Maker:
Post: #512
CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010)

Charlie Fleed Wrote:
Vengan Wrote:Hmmm, but what if I don't want to use these new formulas.
Can I deactivate them?

No, you can't deactivate them. The only way to change them would be to script another set of formulas and implement them in the current version, but I am not available for that kind of work.
Try to figure out if the current system is really that bad for you. Sure it's different but maybe you'll find a satisfying use for it.

It's not that I think it is bad. It's only, because I have to set and test all my skills new (and there are many of it) Hence I thought it could easy be switched to the old system.
But it seems that I have to go trough all my skills.

Nevertheless, thanks for you prompt reply. =)

EDIT:

Ok, I'm getting into it. Had to create an excel table with the formulas to have an overview ;)

Have a question about the elemental influence. Could it be, that the "B" makes 200% and the "A" 400% ?
05-28-2010 08:02 AM
Find all posts by this user Quote this message in a reply
Charlie Fleed Offline
Survivor of Planet Fleed

Posts: 1,056
Joined: May 2009
View My Download Submissions
Thanks: 1
Given 9 thank(s) in 17 post(s)

Save Points: 4,408sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: None/N/A
Post: #513
CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010)

Vengan Wrote:Ok, I'm getting into it. Had to create an excel table with the formulas to have an overview ;)

Yeah, that's a good method. I use it myself.

Vengan Wrote:Have a question about the elemental influence. Could it be, that the "B" makes 200% and the "A" 400% ?

Are you asking if it already works that way or you want it to work that way?
05-28-2010 04:30 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Vengan Offline
Junior Member

**
Posts: 6
Joined: Apr 2010
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 130sp
Awards:

Gender:
Favorite Maker:
Post: #514
CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010)

Charlie Fleed Wrote:Are you asking if it already works that way or you want it to work that way?

If it works that way.
Well, it should due to the results I get. (attack without element 6, with "B" 18, and with "A" 24)
I want to get sure if it is really like that, or maybe I've done a mistake somewhere.
05-28-2010 04:37 PM
Find all posts by this user Quote this message in a reply
Charlie Fleed Offline
Survivor of Planet Fleed

Posts: 1,056
Joined: May 2009
View My Download Submissions
Thanks: 1
Given 9 thank(s) in 17 post(s)

Save Points: 4,408sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: None/N/A
Post: #515
CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010)

Element correction is 200% with "A" and 150% with "B" as coded in Game_Enemy line 124 and Game_Actor line 113. I didn't alter that.
Besides, your 24 and 18 values are in accord with these values, the only problem is that I would expect to see a 12 instead of 6 without element correction.
05-28-2010 05:19 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Vengan Offline
Junior Member

**
Posts: 6
Joined: Apr 2010
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 130sp
Awards:

Gender:
Favorite Maker:
Post: #516
CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010)

Hmm, ok. I've to check that.

Thanks anyway :)
05-28-2010 06:16 PM
Find all posts by this user Quote this message in a reply
usedpilot Offline
Junior Member

**
Posts: 3
Joined: Oct 2009
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 130sp
Awards:

Gender:
Favorite Maker:
Post: #517
CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010)

Charlie Fleed Wrote:
usedpilot Wrote:And the last thing I'd want to change is the cursor when selecting an enemy to attack or an ally to heal/buff, instead of it going through the enemies/allies with up or down, going back to left or right.

Only one ride at a time, man. I'm kidding, but that edit is sooo boring to do... I'll add this ASAP.

usedpilot Wrote:Thanks for the help and the battle system in general.

You're welcome.



Any luck with this Charlie? It was about the cursor when using your default first person view alteration of this script.

And another thing (again, I hope it's the last time I bother you). Is it possible to change the turn and face graphics for characters as the game goes on? Like, say a character gets a wound on his face in the story. Is there a way to change the turn picture and face picture to a different picture that's not the character's name (or Character name 2 or something) to show a scar?

Thanks again.
05-31-2010 01:59 AM
Find all posts by this user Quote this message in a reply
polo12 Offline
Junior Member

**
Posts: 44
Joined: Mar 2010
View My Download Submissions
Thanks: 1
Given 0 thank(s) in 0 post(s)

Save Points: 494sp
Awards:

Gender: Undisclosed
Favorite Maker: None/N/A
Post: #518
CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010)

I found new bug
and 1 little question...
Why i cannot SUMMON?
Please fix this bug Charlie!!!

Script 'Summons 0.8'line 840:NoMethodError occured.

undefined method`available'for nil:NilClass

[Image: 30275.png]

[Image: 8.jpg]

[Image: style2,polo12.png]

[Image: Prophesysigcopy.jpg]
06-02-2010 10:53 AM
Find all posts by this user Quote this message in a reply
Charlie Fleed Offline
Survivor of Planet Fleed

Posts: 1,056
Joined: May 2009
View My Download Submissions
Thanks: 1
Given 9 thank(s) in 17 post(s)

Save Points: 4,408sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: None/N/A
Post: #519
CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010)

@usedpilot
sorry, I'm not working on rmxp these days

@polo12
summons work fine in the demo,
remember that you cannot use summons in test battles and that interactions with other battle-related scripts can disrupt the operation of the battle system, so check that you imported and configured the script correctly and try everything without any additional script first
06-04-2010 07:29 AM
Visit this user's website Find all posts by this user Quote this message in a reply
habs11 Offline
Junior Member

**
Posts: 45
Joined: May 2009
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 195sp
Awards:

Gender: Undisclosed
Favorite Maker: None/N/A
Post: #520
CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010)

Hey Charlie, I found a small glitch in your party switcher. In the party switch scene, you cannot put characters into blank spaces in your party. For instance, let's say you have a total of 6 members in your party. Then there comes a point where you have to split into two 3 member teams. When all 6 members get back together, there is an empty spot for the 4th member of the party. If you go to the switch party screen, you only can replace the people that are in your party, limiting you to only 3 members. I tried it on your demo(removed on of the characters) and it was the same. I ran into this bug when I had my main character go solo, then brought up the party switch screen and he was the only one that could be replaced, and I couldn't fill the remaining 3 spaces. I looked through the forum and didn't see this yet, so sorry if you have already addressed it and I missed it. Thanks for your help.
06-04-2010 03:26 PM
Find all posts by this user Quote this message in a reply
Post Reply 


User(s) browsing this thread:
1 Guest(s)


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
   Equipment Upgrade System by Charlie Fleed, Version 1.2 Charlie Fleed 137 20,384 05-12-2013 07:07 PM
Last Post: Charlie Fleed
   Romancing SaGa Battle System orochii 0 115 05-09-2013 05:55 AM
Last Post: orochii
   Yanfly Battle Status Helladen 3 489 04-20-2013 04:40 AM
Last Post: Helladen
   Super Simple Vehicle System - Enhanced DerVVulfman 29 4,594 04-07-2013 03:27 AM
Last Post: yamina-chan
   Battle Report Script Window style mageone 4 1,837 03-20-2013 10:51 PM
Last Post: KasperKalamity
   Sideview Battle System Tankentai XP - Version 2.2xp Victor Sant 22 6,687 03-03-2013 05:37 PM
Last Post: DerVVulfman
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 134 28,984 02-13-2013 04:57 PM
Last Post: daylights
   Ar Tonelico CBS Add-On : Atelier Series Battle Camera MGC 13 4,634 02-03-2013 03:26 AM
Last Post: penguwin
   GTBS - v1.5.2 (A FFT styled tactical battle system) updated 5/30/2012 GubiD 44 9,412 01-25-2013 02:33 AM
Last Post: cheos
   Victor Engine - Active Time Battle Victor Sant 0 309 12-16-2012 08:17 PM
Last Post: Victor Sant



 Quick Theme: