Easy RPG Creator Wiki
(Added in links to Pause Menu Manager and Inventory Manager.)
(Updated the change log with the fixes from 3/17/14 and also added in some new feature changes from today (3/24/14))
Line 9: Line 9:
   
 
==Change Log==
 
==Change Log==
==='''v. 0.1.2 (2/22/2014)'''===
+
==='''v. 0.1.5 (3/24/2014)'''===
  +
*Changed the kit to now load from extras/ERC/Data
*Fixed two different [[Bugs|bugs]] pertaining to equipment and party management.
 
  +
*Changed the database to now load and save from extras/ERC/Data
  +
*Added in an image for the Stencyl project.
  +
==='''v. 0.1.4 (3/17/2014)'''===
  +
*Fixed another [[Bugs|bug]], this one pertaining to equipment.
 
==='''v. 0.1.3 (2/23/2014)'''===
 
==='''v. 0.1.3 (2/23/2014)'''===
 
*Fixed two more [[Bugs|bugs]], both pertaining to equipment
 
*Fixed two more [[Bugs|bugs]], both pertaining to equipment
 
*Added in default settings for the Equipment Slot Names in the Database Information Loader behavior.
 
*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.

Revision as of 04:59, 25 March 2014

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 this link here.  Here's a list of features contained within the alpha test:

  • Functioning 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 (although it really didn't do anything outside of just removing one of the items from the inventory if it was flagged as consumable at the time of the alpha test).
  • 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 System - Contains code to add items/weapons/armors found in a chest to the player's inventory.
  • 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

v. 0.1.5 (3/24/2014)

  • Changed the kit to now load from extras/ERC/Data
  • Changed the database to now load and save from extras/ERC/Data
  • Added in an image for the Stencyl project.

v. 0.1.4 (3/17/2014)

  • Fixed another bug, this one pertaining to equipment.

v. 0.1.3 (2/23/2014)

  • Fixed two more 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 pertaining to equipment and party management.