User Tag List

View Poll Results: What should it be called?

Voters
37. You may not vote on this poll
  • Final Fantasy Classic

    26 70.27%
  • Final Fantasy Regenesis

    0 0%
  • Final Fantasy Catastrophe

    2 5.41%
  • A play on words like "Beginning Reality" or something...

    5 13.51%
  • Other (Don't use FF in the title)

    4 10.81%
Results 1 to 10 of 83

Thread: Final Fantasy Classic?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    The Time-Loop Continues ZC Developer
    Gleeok's Avatar
    Join Date
    Apr 2007
    Posts
    4,826
    Mentioned
    259 Post(s)
    Tagged
    10 Thread(s)
    vBActivity - Stats
    Points
    12,961
    Level
    33
    vBActivity - Bars
    Lv. Percent
    26.42%
    The original idea (which is what some of it does already) is to store game data in a generic way in the style of FF, Dragon Quest, or Wizardry for example (these are all very similar actually) and then the actual implementation of game-specific code is done through scripts. This is hard to explain so imagine in ZC where enemy AI and movement are not hard-coded. You would create an enemy "Octorock on even more crack" that, say, you wanted to shoot 73 fireballs when it died. You set it's attributes to give it more HP or whatever and then edit the script, which might be something like:
    Code:
    class SuperCracktorock : public Cracktorock
    {
      //only need to override the on-death function
      void OnDeath()
      {
         foreach(i to 73)
           eweapon.create_from_angle(FIREBALL, this.pos, to_radians(i * 5.f)); //or whatever it is..
      }
    };
    I suppose an initial success would be a fully playable and editable FF1 clone based off the PSX and GBA versions. After that then we'll see about more complex event systems and cutscene/scene management. That's the idea.

    [edit] In other words; I'm not entirely sure since it's in the design phase so anything could be subject to change at any given time. But yes, I hope it will not resemble rpg maker at all.
    Last edited by Gleeok; 11-17-2012 at 01:34 AM.
    This post contains the official Gleeok seal of approval. Look for these and other posts in an area near you.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social