Skip to main content

Level Design: Simple DnD Map v3

  • Who played your map on its final iteration? (Player names and their chosen class)

  • What went right?

  • What went wrong?

  • How did implementing doors/keys help or hurt your level?

  • How did the players respond to the items introduced?

  • Notable changes that you made from your first iteration.

On the final iteration, the players of my map were Anish and Jewel. Sadly, Kafka was sick on the final iteration test day and so they did not play. Anish chose Warrior and Jewel picked Mage.


Lots of things went right in my playtest! Although having one less player did greatly alter the experience of the level, the playtest still went very well. With a brief explanation, my players were able to fully make use of all the macros/character abilities I had implemented in order to streamline the gameplay, and they were a massive time saver since I didn’t have to calculate the damage numbers myself. The new elements I added to the game like the hares also provided some fun surprises to the players!


Not a lot went wrong in the playtest, however there was a secret item hidden in my level that ended up not being found, although the unfortunate nature of hidden secrets is that they will stay hidden for some players, so I think whether or not that part of the level needs changing would require multiple tests to see how many players are finding it and how many aren’t.


The implementation of doors and keys was pretty smooth in my level. My first iteration had gates that had to be opened with switches, a mechanic that functions very similarly to doors and keys, so my level was already built to support locked doors and keys to open them. While similar, the two mechanics both have different niches, so having both of them in the same level was useful!


When implementing items in my level and removing skills, I knew that I still wanted to have some of the skills still regularly usable by my players, in order to achieve this, I provided my players early on with one healing staff that doesn’t break. This allowed the party to still have reliable healing, but also meant they would have to decide who would be best suited to carry the healing staff. I also had lots of single use items, like health potions that would heal the user to full, and a lucky dice that let you re-roll any undesirable D6 roll. My players were able to make strategic decisions to use these items at the best opportunities!


Probably the most notable change from my first iteration would be the art style. The first version of my level was drawn within the Roll20 editor, but it’s kind of bad. So the next version I used Aseprite to draw my map and all my assets. I decided to go for a simple pixel art style that made it easy to make lots of tokens very quickly! One of the other notable changes was the implementation of macros. My second iteration was the first to use them, but they were a little strange to use and that led to some confusion. In the third iteration, I redid all macros and abilities to be much more intuitive so that I didn’t have to calculate any of the battle numbers myself!


Comments

Popular posts from this blog

3D Level 1 V2 Changes and Feedback

  My level underwent some drastic changes between v1 and v2, I ended up scrapping my v1 and starting over as I believed it didn’t provide a good foundation for me to build upon, but that some of the encounters I made could be reused. Overall I think my changes made a significant positive impact on my level. For starters, I separated individual mechanics into their own sections where they could be introduced and interacted with at a steady pace, so as to not overwhelm the player. This structure was fun to work with because it was very modular and I could easily design short but fun challenges for the player to overcome with breaks and checkpoints in the middle. This also made the critical path of the level extremely easy to follow, as the Player was always looking for the exit door in every room. Some mechanics I thought were implemented well were textboxes, Chompers, Switches, and Doors. I implemented some text boxes that helped the player know what to expect, as well as provid...

CAGD 370 Blog Post 1

  In CAGD 370, my new group and I have just started working on a new project currently titled Thunder Vault! It’s a 3D Platformer where the player has to rely on their pole vaulting skills and momentum-based physics to clear levels as quickly as possible! Andrew Kostlan is the Lead Designer, Anish Neupane is the Producer, and I am the Programmer of this project. In our first 2 week sprint, We’ve set up our backlog, developed and tested our paper prototype, and created our Unreal Project File and set up Github Version Control from within the project! As the Programmer, I was the one to set up the Unreal Project this week. I chose Unreal Engine version 5.5.3 since it’s the latest release, so that we’ll have access to all the latest features during development. The next thing I did was set up Git Version Control within Unreal. I recently purchased a new computer, and didn’t move over anything from my old machine so that I could have a fresh, uncluttered start. A consequence of this th...

Treats and Trials: Postmortem!

  Game Info Group Number 2 In Treats and Trials, Players build their own haunted houses out of trap and candy cards. Then, the exploration phase begins and players explore each other’s haunted houses by turning over cards! Candy cards give you candy pieces, but trap cards raise your fear level and can force you to leave without collecting all the candy! The Player with the most candy after three rounds is the winner! Target Audience: Director, Explorer, Competitor, Achiever The Pitch This time around, we were pitching our own original game ideas to the class! This assignment was due on halloween night, and since halloween was fresh in my mind I was thinking about halloween games that I could create. I recalled how when I was very young, my grandparents liked to set up a haunted house in their front yard for trick or treaters to explore. (It terrified me when I was 3!) With this on my mind, I thought of how I could bring the experience of exploring a haunted maze to a card game, o...