Game Development | Zone 16 The Fallen

in Hive Gaming3 years ago

Zone 16 The fallen.jpg

It has been several months since I’ve created a new zone and I was rather eager to get back to it. I have been working on a lot of other aspects of my game that included questing, items, player skills, and so much more. As such it took me a couple of hours to get back into the swing of things.

Thankfully Zone 16 was slated to be rather easy on my part as it includes the player returning a part of a former zone. From there they discover a new part section and the mystery of what happened remains. I won’t spoil too much of the story as it is also still something that is working in progress. Needless to say, the player returned to find something they could not acquire the first time around.

The first step for this zone was thinking about what approach was going to be the best moving forward. I could either copy a large section of the zone that was going to be in this one or duplicate the zone and removed what I wanted to exclude.

Unreal Engine Zone 1 map Overview.png

In Unreal Engine 4, you can change your perspective to a top-down view which regardless of what step I took was going to be used. It then makes it quite easy to select a large area of the zone for deleting or copying over a lot of meshes and other things.

On my first attempt, I ended copying the section I wanted for reuse first. I however realized this would not include quite a few things that I would just have to repeat doing again. That would include changing many of the world settings for the zone that I have already spent time finding things light lighting settings, and distance worked well.

Unreal Engine changing the zone.png

To save time I ended up duplicating Zone 1 as a new zone which is my prison map. From there I mass-selected and deleted the section that would not be available to the player anyway. Since the section being removed included the player starting area I made sure to not delete anything important that usually gets created near zone start such as fog, some lighting, volumes, and other zone related things.

Unreal Engine Level blueprint for the zone.png

Going this route however did include some unwanted zone programming that I had to deal with as well. Thankfully the bulk of that was contained in the Level blueprint. Since there was nothing special at least for now I just wiped out everything that was connected with Event BeginPlay. There was also some other tidying up of things that would be used in this zone elsewhere.

Unreal Engine using rocks to block a pathway.png

After that, I used quite a classic move of using giant rocks to block off an area of the map that no longer existed. I hate using locked doors the player can never open so I try and avoid doing that when I can. Finally, there was some deleting of a couple of floor, wall tiles, and light sources there were unneeded.

With the player not needing to acquire any keys this time around I also made some modifications to my door system in this zone. This included some cleanup, replacement, and changing door positions by routing them. As a result, a door the player could not get past the first time around was now open with an interesting change allowing them to go beyond that into the new section of the zone that I still needed to create.

For that, I planned for the players to go down a stairway into an unground cave. The cave network was not that big and it is where I became rather acquainted again with making a zone.

Unreal Engine copying a staircase.png

In keeping up with a theme of working on this zone I already had a perfectly setup stairway where the old exit of the zone use to be. This is now where the player starts when they return. As such, I copy and paste that section of the map and connected it to the new area.

Unreal Engine placing down rocks meshes.png

After that, it was time to make the remaining of the zone. With it being caves I laid down a long landscape strip with a dirt layer that I trimmed down later to size. Along with using an assortment of rock meshes to form the rooms and tunnels connecting a couple of different areas before the player finds the zone exit. I left it otherwise rather bare down there.

Unreal Engine making changes to a room.jpg

The next step was to go through several already existing rooms and make some modifications to their appearance. Some changes were quite small and I doubt most would notice them. In others such as the screenshot above, I expand out what was already there to show that quite some time has passed since the player was last here.

Once that was done I had some lighting work that needed to be done. I did things like rearrange some of the exciting lighting sources and add in new ones. Along with adding or modifying several zone volumes such as light importance to post-processing.

As always there was a fair amount of playtesting by running through the zone and making some slight changes. There were a couple of places that had a slight gap that the player could see though that I did not catch while I working on things. I also made it a little smoother for the player to move around by increase how wide I had some doors open along with some other minor changes.

Unreal Engine lighting and ecoding textures.png

After I felt everything was good for now I had the zones lighting and geometry build out on medium setting for now. Once I add in some NPCs for the player to fight and some other changes I have planned at a later date I’ll be making a higher light resolution build that will take quite a few hours for my computer to render.

Final Thoughts

Unreal Engine final zone looks.png

From a difficulty standpoint, this was quite an easy one to do. A lot of the work I had already done and quite some time ago. It was just a matter of working out the best method for moving forward, cleaning up some unwanted bits, and getting back into the swing of things again.

This marks the 16th of the 25 zones I have planned. While there is still a fair amount of things I need to work on at least the part of building out the zone is done. At a later date I’ll be swinging back around once I have the last batch of 10 zones created and work on things like loot and combat.

Other Posts:

Information

Screenshots were taken and content was written by @Enjar. Screenshots are from Unreal Engine 4.

Sort:  

I look at this stuff and think about how much I'd enjoy working on these things. Then I realize I'm running out of storage space inside my head and can't possibly fit in another self taught skillset unless I delete something I most likely already forgot how to do.

Making a game takes up a lot of space in the brain I’ll give it that. Its pure insanity once you start organizing things and creating a several year long plan depending on how complex it is.

I don’t think there been a single week this year that I’ve worked on my game where I did not have to learn a bunch of new things. I end up having more questions than answers. Along with running into problems that I have to work out myself as there are no answers to be found anywhere.

It is quite a fun challenge. I just hope I end up being one of the very few that end up crossing the finish line in completing a game. Many set off on a 2 or 3 year journey that turns into 10 years with no end in sight.

Need that neurolink stuff hooked up to the noggin. Huge time saver, apparently.

Nice work, slowly but surely :)

Thanks. I'm still loving it as well.

I like this game

Oh! I don't know how you people do it, but, I am surely impressed!!!

A fair amount of time. This zone is made out of 1,746 pieces.

Have a great week :)