Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: cstb on November 06, 2008, 05:24:46 pm

Title: A Few Things Mixed Plz
Post by: cstb on November 06, 2008, 05:24:46 pm
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.
Title: Re: A Few Things Mixed Plz
Post by: Blizzard on November 13, 2008, 05:32:44 am
FF8 features a simple RTAB. -_-
Title: Re: A Few Things Mixed Plz
Post by: cstb on November 14, 2008, 08:44:01 pm
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.
Title: Re: A Few Things Mixed Plz
Post by: Satoh on November 15, 2008, 01:14:49 am
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...
Title: Re: A Few Things Mixed Plz
Post by: Blizzard on November 15, 2008, 08:08:42 am
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.

Title: Re: A Few Things Mixed Plz
Post by: cstb on November 15, 2008, 11:24:46 am
ok blizz.But can you even put that window in the bottom left corner for all characters anyways?
Title: Re: A Few Things Mixed Plz
Post by: Blizzard on November 15, 2008, 11:33:45 am
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.
Title: Re: A Few Things Mixed Plz
Post by: cstb on November 15, 2008, 01:51:25 pm
Ok.But I can't seem to find the GF Script.Which forum/Website are you talking about?
Title: Re: A Few Things Mixed Plz
Post by: Blizzard on November 16, 2008, 07:36:21 am
Try rmxp.org .
Title: Re: A Few Things Mixed Plz
Post by: cstb on November 16, 2008, 08:26:28 am
No luck blizz :(.There is one for VX but we are talking XP here.
EDIT:Link?
Title: Re: A Few Things Mixed Plz
Post by: cstb on November 27, 2008, 04:30:42 pm
Bump :<_<:.