Final Fantasy VI SDK
Version:Alpha 4.0
Stay in touch, ask me anything, receive updates and try out the lastest versions!
Latest News
Final Fantasy VI SDK On Social Networks
Want to stay in touch and receive more frequent update son the project? Maybe you just want to say hello or ask a question? Now you can!
The Final Fantasy VI SDK now has a Facebook and Tumblr page along this thread and it's recent Sourceforge page!
Read this post for more information.
Final Fantasy VI SDK now on Sourceforge.net
Project Details
The Final Fantasy VI SDK is a starter development kit for RPG Maker XP.
The goal of this SDK is to provide all the default systems from Final Fantasy 6, including a complete database, audio/graphical resources and new RGSS scripts.
This project started being developped on RPG Maker XP using RGSS1 as a base for programming. Now it is running on the latest version of RGSS3 but is still being worked on in the RPG Maker XP editor. Below you will find more technical details about the Final Fantasy VI SDK and also a list of tools that I am using along with RPG Maker XP.
This section is dedicated to various media such as images and videos of the SDK. Because an image is worth a thousand words.
http://www.youtube.com/watch?v=BEOa7LsxA7Yhttp://www.youtube.com/watch?v=MRED92-Jsqc
In an effort to be as transparent as possible during the development of this project, I have decided to upload the project on SourceForge.net.
From there, you can subscribe to the project and stay informed of any changes at any time. You are also welcome to test the SDK to find bugs, errors, crashes, etc. and open Tickets to help me fix all of these as fast as possible!
Final Fantasy VI SDK on Sourceforge.net
Read this post for more information!
If you have any questions about this project, you can first start by reading this FAQ to see if your question has already be answered.
If you can't find the answer you were looking for, feel free to ask it directly in this thread! I am always happy to answers any questions!
I cannot take all the credit, there is so much I could not have done by myself.
This is why I have dedicated a section to thank people that have contributed to this project, either directly or indirectly.
To all of you, THANK YOU!!!
Version:Alpha 4.0
Stay in touch, ask me anything, receive updates and try out the lastest versions!
Latest News
Final Fantasy VI SDK On Social Networks
Want to stay in touch and receive more frequent update son the project? Maybe you just want to say hello or ask a question? Now you can!
The Final Fantasy VI SDK now has a Facebook and Tumblr page along this thread and it's recent Sourceforge page!
Read this post for more information.
Final Fantasy VI SDK now on Sourceforge.net
Project Details
The Final Fantasy VI SDK is a starter development kit for RPG Maker XP.
The goal of this SDK is to provide all the default systems from Final Fantasy 6, including a complete database, audio/graphical resources and new RGSS scripts.
Production History (as of September 2013)
Alpha 1 (2006-2007)
The very first iteration of the Final Fantasy VI SDK.
Starting with close to no programming knowledge, the original idea was to make and gather RGSS scripts made by the community in order to provide a base for creating Final Fantasy VI fan games. This phase didn't last long as I quickly realized that gathering various scripts made by many different people was not ideal to provide a homogeneous SDK. The first incarnation was using RGSS1 player and library. Two demos (inadequately named "Beta version xyz") have been released to showcase some features.
Alpha 2 (2007-2009)
The second iteration of the SDK.
Starting from the idea that the SDK should be modular and compatible with both RPG Maker XP and other scripts, this version introduced the concept of modules (using the RMXP SDK), affecting the core structure of the SDK. The second iteration brought many more new features and, later in its development cycle, was ported to RGSS2. This version had a demo released (also inadequately named "Beta version xyz") to showcase some of the new features and RGSS2 capabilities within RPGXP. The code of Alpha 2 included new and modified RPG Data classes, such as RPG::Esper. This is when I first had the idea to create an editor. A prototype of the editor, made as an RPG Maker XP game, was released but never saw completion mostly because RPG Maker XP was ill suited for creating complex editors/GUIs.
Alpha 3 (2009-2011)
The third iteration of the SDK.
At that point, I had gathered enough programming knowledge and felt confident that most of the code could and should be revised. During this process, I realized that the RMXP SDK was too cumbersome and was forcing me to write my code in a way that was not suiting me, so I got rid of it. Doing this changed, again, the core of the code and I also decided to drop the idea of modules along with the RMXP SDK. No open version of this iteration was released, but there was still progress being made. An encrypted gameplay demo was released, recreating the first 10-15 minutes of the game to show how close to the original game the SDK could get. During this production phase, a lot of time was spent in researching a solid way to create an easy to-use-editor for the SDK. Another editor prototype (The Esper Editor) was released a few months before the gameplay demo. This was the first time that serious efforts were put in the development of an editor for the SDK. This prototype was also coded in Ruby (wxRuby) and was being worked on for almost 2 years.
Alpha 4 (2011-Present)
The fourth and current iteration of the SDK.
While revising the code for Alpha 3, I realized again that the entirety of the SDK (including the RGSS1 code that was present and supported at this time) could still be improved to better reflect the goals and quality standards I expected of the SDK. A big decision was made to restart everything almost from scratch, now with the idea to entirely drop the support for the base RPG Maker scripts, rewriting almost all of the RGSS code. At that point, the goal was to separate the SDK from RPG Maker as much as possible so that it could become its own independent program. The same was done for the editor but for another reason. wxRuby was not powerful enough to provide a professional looking Editor, so I started looking for alternatives. This is when I started learning C# which is now the language in which the editor is being developed. This version of the SDK is being developed using RGSS3.
Plans for the future.
There is no official release dates, but one thing is sure, I will not release Alpha versions anymore. The plan for upcoming releases is to provide a real Beta and feature complete version of the SDK, mostly meant for programmers who are comfortable working without an editor. Later on, the Final version will be released along with the editor, without "Programmer Helper Code" (ruby code that helps programmers develop with the SDK without any tools). More information will be available in due time. As I am also learning C++ and OpenGL (mostly for writing custom and faster graphics function for the SDK such a Mode7), I might eventually try to write my own game player to entirely drop the dependencies on the RGSS Player and Library.
Alpha 1 (2006-2007)
The very first iteration of the Final Fantasy VI SDK.
Starting with close to no programming knowledge, the original idea was to make and gather RGSS scripts made by the community in order to provide a base for creating Final Fantasy VI fan games. This phase didn't last long as I quickly realized that gathering various scripts made by many different people was not ideal to provide a homogeneous SDK. The first incarnation was using RGSS1 player and library. Two demos (inadequately named "Beta version xyz") have been released to showcase some features.
Alpha 2 (2007-2009)
The second iteration of the SDK.
Starting from the idea that the SDK should be modular and compatible with both RPG Maker XP and other scripts, this version introduced the concept of modules (using the RMXP SDK), affecting the core structure of the SDK. The second iteration brought many more new features and, later in its development cycle, was ported to RGSS2. This version had a demo released (also inadequately named "Beta version xyz") to showcase some of the new features and RGSS2 capabilities within RPGXP. The code of Alpha 2 included new and modified RPG Data classes, such as RPG::Esper. This is when I first had the idea to create an editor. A prototype of the editor, made as an RPG Maker XP game, was released but never saw completion mostly because RPG Maker XP was ill suited for creating complex editors/GUIs.
Alpha 3 (2009-2011)
The third iteration of the SDK.
At that point, I had gathered enough programming knowledge and felt confident that most of the code could and should be revised. During this process, I realized that the RMXP SDK was too cumbersome and was forcing me to write my code in a way that was not suiting me, so I got rid of it. Doing this changed, again, the core of the code and I also decided to drop the idea of modules along with the RMXP SDK. No open version of this iteration was released, but there was still progress being made. An encrypted gameplay demo was released, recreating the first 10-15 minutes of the game to show how close to the original game the SDK could get. During this production phase, a lot of time was spent in researching a solid way to create an easy to-use-editor for the SDK. Another editor prototype (The Esper Editor) was released a few months before the gameplay demo. This was the first time that serious efforts were put in the development of an editor for the SDK. This prototype was also coded in Ruby (wxRuby) and was being worked on for almost 2 years.
Alpha 4 (2011-Present)
The fourth and current iteration of the SDK.
While revising the code for Alpha 3, I realized again that the entirety of the SDK (including the RGSS1 code that was present and supported at this time) could still be improved to better reflect the goals and quality standards I expected of the SDK. A big decision was made to restart everything almost from scratch, now with the idea to entirely drop the support for the base RPG Maker scripts, rewriting almost all of the RGSS code. At that point, the goal was to separate the SDK from RPG Maker as much as possible so that it could become its own independent program. The same was done for the editor but for another reason. wxRuby was not powerful enough to provide a professional looking Editor, so I started looking for alternatives. This is when I started learning C# which is now the language in which the editor is being developed. This version of the SDK is being developed using RGSS3.
Plans for the future.
There is no official release dates, but one thing is sure, I will not release Alpha versions anymore. The plan for upcoming releases is to provide a real Beta and feature complete version of the SDK, mostly meant for programmers who are comfortable working without an editor. Later on, the Final version will be released along with the editor, without "Programmer Helper Code" (ruby code that helps programmers develop with the SDK without any tools). More information will be available in due time. As I am also learning C++ and OpenGL (mostly for writing custom and faster graphics function for the SDK such a Mode7), I might eventually try to write my own game player to entirely drop the dependencies on the RGSS Player and Library.
This project started being developped on RPG Maker XP using RGSS1 as a base for programming. Now it is running on the latest version of RGSS3 but is still being worked on in the RPG Maker XP editor. Below you will find more technical details about the Final Fantasy VI SDK and also a list of tools that I am using along with RPG Maker XP.
RGSS Library: RGSS300.dll / RGSS Player 3*
Resolution: 512x448
Tools used:
*The SDK is using the newest RGSS Player and Library (RGSS300.dll and RGSS3 Player) from RPG Maker VX Ace. However, the SDK itself works only with RPG Maker XP.
Resolution: 512x448
Tools used:
- FF3 Editor by Yousei
- Map Editor by Omega45889 and Giangurgolo
- Multi Editor by Lord J
- RAM Editor by Gendou
- Save State Editor by The_Fake_God
- Sprite Editor by Terii Senshi
- Weapon Tool by Unknown Author
- Algorythms by Terii Senshi and Master ZED
- Spell Algorythm by Unknown Author
- FF3 ROM Info by Yousei
- FF6 Dissasembly by Imzogelmo
*The SDK is using the newest RGSS Player and Library (RGSS300.dll and RGSS3 Player) from RPG Maker VX Ace. However, the SDK itself works only with RPG Maker XP.
This section is dedicated to various media such as images and videos of the SDK. Because an image is worth a thousand words.
http://www.youtube.com/watch?v=BEOa7LsxA7Yhttp://www.youtube.com/watch?v=MRED92-Jsqc
In an effort to be as transparent as possible during the development of this project, I have decided to upload the project on SourceForge.net.
From there, you can subscribe to the project and stay informed of any changes at any time. You are also welcome to test the SDK to find bugs, errors, crashes, etc. and open Tickets to help me fix all of these as fast as possible!
Final Fantasy VI SDK on Sourceforge.net
Read this post for more information!
If you have any questions about this project, you can first start by reading this FAQ to see if your question has already be answered.
If you can't find the answer you were looking for, feel free to ask it directly in this thread! I am always happy to answers any questions!
Q.Is this meant to be a remake, a fangame or a utility?
A.It is a Starter Development Kit. It?s a tool/utility to help people create FF6 fangames/sequel/prequel or whatever you want.
Q. Will you include resources from FFVI with the SDK?
A. Yes. I'll try to provide as much resources as possible.
Q.In the battle system are you going to have the characters special skills, like Steal or Blitz, or are you going to have it were people can assign the skills in the positions like you can do with Gogo?
A.In the editor, you'll be able to choose and create actor's battle commands. All FFVI Battle Commands will be included. You will also be able to tell which actor can customize its own battle commands like Gogo.
Q.Once you get everything done, like the battle system and Menu, can you send it on over to me?
A.I'm not "sending over" anything but I will post updates on Facebook, Tumblr, SOurceforge and the official HBGames.org Thread.
Facebook: https://www.facebook.com/finalfantasyvisdk
Tumblr: http://sboutin4.tumblr.com/
Sourceforge: https://sourceforge.net/projects/finalfantasyvisdk/
HBGames.org: viewtopic.php?f=316&t=10208
Q.How much longer till it's done?
A.I can't say. It depends on how many hours a week I spend on it.
Q.What's the font you're using?
A.I'm using my own fonts, made with Font Creator 5.6.
Q.Any chance I can get the font that this uses?
A.All the required fonts will be included with the SDK.
Q.Are you going to add some extra features from other FF games like jobs, casinos, card games, limits?
A.No. Since it is a FF6 SDK, the only "extra features" I might add are features from FF6 Advance.
Q.Are you programing the spells too? Such as Float, Reflect, ect.?
A.Sure, every spells, battle commands, item effects will be included.
Q.Do you have Mode7 working?
A.Yes.
Q.Will you port the SDK to Rpg Maker VX?
A.No, I'm not planning to port it to VX or VA Ace.
Q.If one were to want the Colluseum script you're using. Would you be able to use it without the rest of the SDK as a single script to put into another project.
A.The short answer: No, you won't be able to get things out of the SDK that easily, unless you are a programmer you know what you're doing.
For the long answer: viewtopic.php?p=610748#p610748
Q.Is this project still alive?
A.Yes!
A.It is a Starter Development Kit. It?s a tool/utility to help people create FF6 fangames/sequel/prequel or whatever you want.
Q. Will you include resources from FFVI with the SDK?
A. Yes. I'll try to provide as much resources as possible.
Q.In the battle system are you going to have the characters special skills, like Steal or Blitz, or are you going to have it were people can assign the skills in the positions like you can do with Gogo?
A.In the editor, you'll be able to choose and create actor's battle commands. All FFVI Battle Commands will be included. You will also be able to tell which actor can customize its own battle commands like Gogo.
Q.Once you get everything done, like the battle system and Menu, can you send it on over to me?
A.I'm not "sending over" anything but I will post updates on Facebook, Tumblr, SOurceforge and the official HBGames.org Thread.
Facebook: https://www.facebook.com/finalfantasyvisdk
Tumblr: http://sboutin4.tumblr.com/
Sourceforge: https://sourceforge.net/projects/finalfantasyvisdk/
HBGames.org: viewtopic.php?f=316&t=10208
Q.How much longer till it's done?
A.I can't say. It depends on how many hours a week I spend on it.
Q.What's the font you're using?
A.I'm using my own fonts, made with Font Creator 5.6.
Q.Any chance I can get the font that this uses?
A.All the required fonts will be included with the SDK.
Q.Are you going to add some extra features from other FF games like jobs, casinos, card games, limits?
A.No. Since it is a FF6 SDK, the only "extra features" I might add are features from FF6 Advance.
Q.Are you programing the spells too? Such as Float, Reflect, ect.?
A.Sure, every spells, battle commands, item effects will be included.
Q.Do you have Mode7 working?
A.Yes.
Q.Will you port the SDK to Rpg Maker VX?
A.No, I'm not planning to port it to VX or VA Ace.
Q.If one were to want the Colluseum script you're using. Would you be able to use it without the rest of the SDK as a single script to put into another project.
A.The short answer: No, you won't be able to get things out of the SDK that easily, unless you are a programmer you know what you're doing.
For the long answer: viewtopic.php?p=610748#p610748
Q.Is this project still alive?
A.Yes!
I cannot take all the credit, there is so much I could not have done by myself.
This is why I have dedicated a section to thank people that have contributed to this project, either directly or indirectly.
To all of you, THANK YOU!!!
Programming:
- RMXP SDK Team
- MGCaladtogel
- ama55
- Avadan
- Celes_Cole
- Kuri$u
- Kururu
- Mortenkein
- xenometal
- Assassin17
- Gendou
- Giangurgolo
- Imzogelmo
- Lord J
- Master ZED
- Omega45889
- sleepydude
- Terii Senshi
- The_Fake_God
- Yousei