Data Base & Inventory System
A downloadable game for Windows
A database in DS List, in addition to a functional inventory that interacts directly with the items within the database. With functions of storing items in categories, equipping and deleting each item and stacking.
Main Function:
data base();
config_data(); BONUS
game_config(); BONUS
data_get_info();
bag_create();
player();
player_set_status(); ALL levels
player_set_level();
player_add_item();
===============================================================
Available languages: Brazilian Portuguese and English
To change the language, go to the "global.game_config.idioma" variable and change it between 0 and 1.
The same variable is reloaded through a "config.ini" file in the location: AppData\Local\your_project.
===============================================================
ROOM: test_sccene
Contains Sprites and Sounds used in the system.
I will soon release an update that will display player information on the dashboard.
| Status | Released |
| Platforms | Windows |
| Author | marcosalves_dev |
| Genre | Adventure, Role Playing |
| Tags | 2D, database, GameMaker, inventory, Pixel Art |
Purchase
In order to download this game you must purchase it at or above the minimum price of $3 USD. You will get access to the following files:

Comments
Log in with itch.io to leave a comment.
This looks very SNES/Final Fantasy style inv with DPAD/cursor controls. Can we have a Drag-n-Drop system instead with mouse? Can the player walk into items in the world and they go into the inventory? Can we create and split stacks? Can we drop items in the world? Can we have multiple bags with different capacities? How can we use this for a crafting ingeredient system? How can we use this for shopkeepers item listings and sales? How commented is the code? How easy is it to change and expand? Thanks.