Skip to main content

Level Design Blog 15

Blog 15: 2/5-2/11

This week, I made a ton of progress on my level, especially on the large structural elements and Blueprints. I didn't realize how much I had done in the last week until I checked my previous post and realized that a week ago, I didn't even have a building in my level!

The first thing I worked on was blocking out the footprints of the various buildings in the level. Almost immediately, I realized that the route I had planned from the smaller maintenance building at the beginning of the level to the main train station was much too long, so I shrunk everything down and tried again.


The first building I added in was the maintenance building. This is a small building that the player doesn't spend a huge amount of time in, so I left the details for later and stuck with a basic shape for the building and the train tunnel before moving on to the larger buildings.

 

The main section of the level takes place in and around a train station. The first things I added in were the two teenagers who initially give the player their task.  

The teenagers seemed pretty lonely without anything around, so I gave them a storage building to break into.

Next to the storage building, which is inaccessible to the player, I created a blockout of the train station using the CubeGrid tool. 

In my original LDD, I planned for the player to enter the building through the main entrance, on the large porch at the front of the building, but I realized upon trying to play the level that the player would walk straight past this entrance on the way to talk to the teens. I wanted to keep it this way, so that the player gets a chance to peek through the windows and see the building before actually entering it, but I didn't like having to double back, so I added another entrance to the building around the side, next to the storage building.

Once I had the main shape down, I added interior walls, created a simple bench for the main lobby, and added in the bear. 


I found that I had to cut down the speed of the bear by quite a bit from what I had in my metrics level. It was possible to easily outrun the bear at the faster speeds, but because of how the bear's pathfinding works, the bear was so fast that it was almost impossible for the player to hide from it--the bear followed so closely on the player's tail that it was nearly impossible to shake off.

From there, I branched out into the other rooms nearby. I wanted to add in the larger props before going in and placing smaller, more important items, like keys, so I worked on coming up with a theme for each of the rooms and then started adding items based on that theme: for example, a room of clock repair supplies for the clock tower and a room decorated for a retirement party.

From there, I moved to the clock tower, where the final scene of the game will take place. I realized that I'd completely forgotten to prototype the interactions in the clock tower in my metrics gym, so I took a long detour to figure out how to get the clock and pendulum working. 

I modified an existing Blueprint from the interaction pack I'm working with to work as the pendulum. It turned out that the Blueprint I was using inherited from several parent Blueprints, which I wasn't very used to working with; once I worked out which parts of the interaction were inherited from where, though, I was able to add in a few more custom events so that the player can drag the pendulum and clock hands. Once the pendulum hits the right point, it starts swinging by itself, and the clock hands can be snapped to the right spots. Once the pendulum and clock hands are set, the clock tower bell rings, and the bear is scared away from the station.

The Blueprints aren't perfect, but I'm happy with the state they're in and should be able to go back and tinker with them fairly easily if I have more time.

Finally, I moved back to the exterior of the station to add more details and wear and tear.
 



I've found that working on this level has been much easier and more enjoyable than the last one (probably because I actually know what I'm doing this time around). I'm looking forward to going back in and populating the level more. The biggest hurdle going forwards will be placing all of the interactable objects, like keys and notes, and testing the flow of the level. My two big worries are that the level will feel too simple and too linear, so I'm hoping to get the bulk of the interactable items placed in the next few days so that I have enough time to test and revise the level as needed.

Comments

Popular posts from this blog

Level Design Blog 20

Blog 20: 4/1-4/8 This week, I finished the mock design test. As I was working through it, I found that I had a lot of uncertainties about the process; although it made working on the assignment more difficult, it was probably very good experience for future job applications. The biggest hurdle for me during this project was using Autodesk Maya, which may be my new least favorite program. The program kept crashing for seemingly no reason as I was modeling the scene, which became increasingly more common as the level became more complex. I tried to mitigate some of the issues by staying on the FIEA VPN, saving frequently, and merging meshes and deleting history as I worked, but even with that there were probably dozens of Maya crashes, and once where my entire laptop bluescreened. Most likely, it's an issue with my specific machine, and not with Maya as a whole, but it made the whole process much more tedious either way. The other challenge I faced with Maya was that I had only ever ...

Level Design Blog 1

Blog 1: 8/20 - 9/3 In class, I worked on completing the randomly-selected blockouts. I worked mostly with the included modeling mode tools, although I also spent some time trying out the BSP brushes on the cruise ship. Outside of class, I worked more with modeling mode and landscape mode and practiced lighting my scenes. One of the first blockouts I tried was of a playground. When I was a kid, my neighbors and sister and I would visit the playground near our house all the time, so after my mom told us it had been completely bulldozed a few days after the semester started, I decided to immortalize it in Unreal.  I used photos I had taken, along with Google Earth satellite images, to try to reconstruct the playground as a basic whitebox level: I found that I struggled with more complicated shapes like the slides, so I used placeholders like spiral staircases for them, and I skipped the railings around the playground entirely. Once I was done, I used Merge Actors to turn the playgroun...

Level Design Blog 11

 Blog 11: 1/13   After finishing my last level design project, inspired by Borderlands 3 , I decided that there were some level design principles that could use some work, and over the holidays I began working on a personal project to expand on some of these skills. Two of the main skills I thought could use some work were the scale of my levels and my ability to implement scripting. My previous level was very small, both in terms of physical size and the time it took to complete it, and I wanted more experience working on longer, more detailed level experiences. I also had a lot of difficulty integrating Blueprints into my level; although I was able to create functioning Blueprints from scratch, I had trouble working with the asset packs I integrated into the level, particularly around enemy spawning.  For my new project, I decided to create a spinoff of a game idea I had some time ago, where the player plays as a space explorer who crashed on a deserted planet and has b...