Mysterious Potato Dungeon
About
In this short game inspired by a certain monster dungeon-crawler, you are transformed into a Buggo and must explore the mysterious dungeon inside the World-Ending Potato to discover who you are and why you're here. What does fate have in store for you? Only one way to find out!
Debug CommandsSaving unfortunately could not be implemented due to issues with the version of the engine this game was made with, so in lieu of that, the Debug Console has been left in the builds. You can access it by pressing the ~ key. Any RPG in a Box function will of course work, but the ones you'll want to use in the event of a painful demise are:
give_item(item_id, count) load_map(map_name, player_coord, player_direction)<div class="open_grepper_editor" title="Edit & Save To Grepper"></div><div class="open_grepper_editor" title="Edit & Save To Grepper"></div>Valid item IDs are: ITEM_0001, ITEM_0002, and ITEM 0003.
Valid map names are: intro, dungeon_1, dungeon_2, dungeon_3, dungeon_4, dungeon_5, dungeon_boss, and ending.
As an example, execute the following lines to give yourself a maxed out inventory and go straight to the boss:
give_item("ITEM_0001", 999); give_item("ITEM_0002", 999); give_item("ITEM_0003", 999); load_map("dungeon_boss", coord[0, 0, 0], SOUTH);<div class="open_grepper_editor" title="Edit & Save To Grepper"></div><div class="open_grepper_editor" title="Edit & Save To Grepper"></div>Congratulations! Now you now how to cheat overcome engine limitations play the game in a totally valid and intentional way!
CreditsPROGRAMMING, MODELS, & NARRATIVE
Alex Garbus
CHARACTER DESIGN
Candle the Cat
MUSIC
"Adventures in Adventureland", "Ascending the Vale", "Grim Idol", "Take a Chance"
Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0
http://creativecommons.org/licenses/by/3.0/