Easy RPG Creator Wiki
(v. 0.2.1 (5/12/2014) - Edited some information and added new information.)
(Replaced content with " The Alpha shall return.")
Tags: Visual edit apiedit
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
   
  +
The Alpha shall return.
The alpha test was released on 1/1/14 for people with Stencyl 3.0 to try out.  The kit was remade from scratch to optimize user-friendliness and improve overall performance.  The Alpha Test can be found at [http://adf.ly/bVMu8 this link here].  Here's a list of features contained within the alpha test:
 
*[[Pause Menu Manager|Pause Menu]] - Contains access to the Items menu and the Equipment menu
 
*[[Items Menu]] - A list of items and their descriptions that are currently within the player's inventory.  Can also "use" items.
 
*[[Equipment Menu]] - A list of equipment (weapons and armor) currently equipped to members of the party. You can select different equipment slots and equip various equipment to the slots.  You can also switch through the various members currently in the player's party and manage their equipment as well.
 
*[[Inventory Manager]] - Manages items in the player's inventory.  You can add items (like potions), weapons, and armors to the player's inventory.  Also, said items can be removed from the inventory as well.  A final feature included is that the inventory manager also has the option to "use" an item in the inventory as well, which is used by the Items Menu.
 
*[[Chest Behavior|Chest System]] - Contains code to add items/weapons/armors found in a chest to the player's inventory.
 
*[[Dialog Tab|Dialog System]] - A very basic system was released for the alpha, not doing much else besides displaying a message.  A more advanced system is planned for later releases.
 
 
==Change Log==
 
Note that some of these changes have yet to be released to the public.
 
==='''v. 0.2.1 (5/12/2014)'''===
 
*Added in the option to enable/disallow the Pause Menu
 
*Save Game option in the pause screen now saves the game!
 
*Changes were made to the Database Loader.  It now comes with two custom blocks.
 
**One is for when loading a save file (so any database changes are loaded, but any items collected/equipped/etc aren't overwritten)
 
**The other is for when creating a new game (to initialize the necessary game attributes)
 
*Changes made to title screen: New Game and Load Game.
 
**New Game demonstrates how to start a new game
 
**Load Game demonstrates how to load the information from a saved game.
 
 
==='''v. 0.2.0 (4/14/2014)'''===
 
*Added in new blocks for new window types for the Dialog Behavior.
 
*The new Dialog Behavior is now''' complete!'''
 
*Quit Game option in the pause screen now quits the game, using new Dialog Behavior!
 
*Modified the GUI of the database a bit more, added in a few new features.
 
 
==='''v. 0.1.9 (4/5/2014 and 4/6/2014)'''===
 
*Added in new blocks for new window types for the Dialog Behavior.
 
*Fixed the word wrap code to work with the new custom codes feature.
 
==='''v. 0.1.8 (3/31/2014)'''===
 
*Removed the old Dialog Behavior.
 
*Added in a new Dialog Behavior (scene version).
 
*Added in new features for the new Dialog Behavior.
 
*Fixed some bugs.
 
*Created a new GUI for the [[Dialog Tab]] text editor.
 
 
==='''v. 0.1.7 (3/27/2014)'''===
 
*Added in descriptions for actor behaviors so they will be less confusing.
 
*Modified the equipment menu behaviors. Multiple characters can no longer equip the same item.
 
*Modified the equipment menu behaviors. Stat changes are now displayed when selecting equipment.
 
*Items can now be used provided that the scope is set to "One Ally," "All Allies," or "All."
 
*Modified the database to now load and save from/to '''extras/ERC/Images/Faces/'''
 
*Added a new feature to the [[Characters Tab]] of the Database.  The new feature will automatically update your old database files to be compatible with the new version, so you wont have to do anything extra/start over. (We'll try and keep it like this too!)
 
 
==='''v. 0.1.6 (3/25/2014)'''===
 
*Added a new feature to the [[Items Tab]] of the Database.  The new feature will automatically update your old database files to be compatible with the new version, so you wont have to do anything extra/start over. (We'll try and keep it like this too!)
 
==='''v. 0.1.5 (3/24/2014)'''===
 
*Changed the database to now load and save from/to '''''extras/ERC/Data'''''
 
*Changed the kit to now load database files from '''''extras/ERC/Data'''''
 
*Added in an image for the Stencyl project. (About time!)
 
'''Note for current users''': This requires you to manually move any of your old database files from the '''extras''' folder to '''''extras/ERC/Data''''' prior to opening the ERC Database, unless you want to start from scratch.
 
 
==='''v. 0.1.4 (3/17/2014)'''===
 
*Fixed another [[Bugs|bug]], this one pertaining to equipment.
 
==='''v. 0.1.3 (2/23/2014)'''===
 
*Fixed two more [[Bugs|bugs]], both pertaining to equipment
 
*Added in default settings for the Equipment Slot Names in the Database Information Loader behavior.
 
==='''v. 0.1.2 (2/22/2014)'''===
 
*Fixed two different [[Bugs|bugs]] pertaining to equipment and party management.
 

Latest revision as of 07:51, 25 March 2015

The Alpha shall return.