A Few Things Mixed Plz

Started by cstb, November 06, 2008, 05:24:46 pm

Previous topic - Next topic

cstb

November 06, 2008, 05:24:46 pm Last Edit: November 12, 2008, 05:59:56 am by cstb
In requesting a FF8 Battle system  :o.But instead of the 3D animated battlers stuff I want it to be displaying the 
battlers.And all this probably won't work with Tons and CRLS but if it can make it so.Once again read the title.
This could probably be impossible for anyone here.If you're gonna try...Good Luck  :P.
Chronos: Failed project due to loss of data.
Maybe I could try again...


Which Final Fantasy Character Are You?
Final Fantasy 7

Blizzard

FF8 features a simple RTAB. -_-
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

cstb

Yea I know but I want it so the commands pop up in a window in the bottom left and i want the draw system.Im trying to make a FF8 Fan game and I might be able to do it in VX but I can't find any sprites.
Chronos: Failed project due to loss of data.
Maybe I could try again...


Which Final Fantasy Character Are You?
Final Fantasy 7

Satoh

November 15, 2008, 01:14:49 am #3 Last Edit: November 15, 2008, 01:17:21 am by Satoh
First off, I think you should specify exactly what you want in detail.

For the moment you should focus on these two things

a CMS for an ATB system

And a Magic Inventory.

Makes sure you are specific when describing the features it needs... Not many people have time to boot up FFVIII and get into random battles simply for the research of what the menu looks like, and how things work... You should describe this yourself, so that FFVIII non-familiars can help.

For instance, a suggestion about the draw system and in turn the Magic inventory...

You'll probably want something like a multidimenional array similar to this:
m_inv[skill_id,unlocked,amount]

    ID is obviously whatever the magic's skill ID is
    unlocked (true or false) is whether or not it displays in the menu (it wouldn't be displayed if it was a magic they had never seen before)
    amount is obviously the Stock of that magic you have left
    (if RGSS supports 3D arrays, it might not)

Note that each character would need their own m_inv, so you would probably want it called like " party.battlers.m_inv[] " or something.

then you'd need something to access "unlocked" and hide the skill that is equal to skill_id if set to false and show it if true.

Then maybe you would want something that checks if the skill is unlocked==true but the amount is 0, and if that is the case, then display the magic in skill_id as grayed out.

Then you would need to fins the "Steal" script that is somewhere on these forums and get someone to help modify it into a "Draw" command.

When you select Draw it would list all items an enemy has that are labeled  MAGIC(skill_id) and allow you to steal those items at a random amount. 

Then you add all of your Magic's to the item DB each labeled MAGIC(skill_id)  ((EG:  MAGIC41, MAGIC10, MAGIC23))

and add each skill-item that you can draw to an enemy.

There, there is your basic DRAW command theory, see if you can't get that made into a script... (note, that I can't do it as I only know the programming theory, not the practice.)

Blizzard or anyone else, if you see anything wrong with my design, please correct me on it... such as 3D Array usage...
Requesting Rule #1: BE SPECIFIC!!

Light a man a fire and he'll be warm for a night...
Light a man afire and he'll be warm for the rest of his life... ¬ ¬;

My Resources

Blizzard

RGSS supports the Table class which gives you up to 3 dimensions of small integers only. Still useful though since you can always use 0 as false and 1 as true. xD

@ctsb: I suggest that you use RMXP. There already are scripts for the GF System, RTAB and even the card game.

Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

cstb

ok blizz.But can you even put that window in the bottom left corner for all characters anyways?
Chronos: Failed project due to loss of data.
Maybe I could try again...


Which Final Fantasy Character Are You?
Final Fantasy 7

Blizzard

Most probably you can. If not, it's just a matter of changing a few simple lines in the script. You should get thr scripts first and see what you got. Then we can help you edit it to suit your needs.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

cstb

Ok.But I can't seem to find the GF Script.Which forum/Website are you talking about?
Chronos: Failed project due to loss of data.
Maybe I could try again...


Which Final Fantasy Character Are You?
Final Fantasy 7

Blizzard

Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

cstb

November 16, 2008, 08:26:28 am #9 Last Edit: November 19, 2008, 01:50:05 pm by cstb
No luck blizz :(.There is one for VX but we are talking XP here.
EDIT:Link?
Chronos: Failed project due to loss of data.
Maybe I could try again...


Which Final Fantasy Character Are You?
Final Fantasy 7

cstb

Chronos: Failed project due to loss of data.
Maybe I could try again...


Which Final Fantasy Character Are You?
Final Fantasy 7