4.129: Sky Isle Escape: Proto-type Complete!

Hello everyone,

I have finally finished my Building Escape project. It has been a little over a month. Note that I did this only an hour or two at a time during the weekdays. I got all the basic things working and spent much time on level design and layout. Below you will find the video, a great many screen shots, and then “What I have learned”.

Video (Sadly, no sound at this time):

Pictures:



Various other screenshots of my level





















What I have learned:

8 points discussing that I am happy with the results, more comfortable with the game engine, but need to focus on Coding, not artwork.

1. My ignorance:

I am ignorant

Coding is hard and my enthusiasm revealed my ignorance. I do not see this as a deterrent, but rather a priority straightener.

2. Game Engine:

I am more comfortable with it

I learned more about the game engine and how to use its basic function comfortably. That was in part why I spent so much time on level design.

3. Level Design:

Satisfied with my blend of themes and level layout

I wanted to see if I could mix different free assets and styles that I picked up each month in order to create one unique one: I used a Western Theme, Sci-fi Hall, Tree Spline, the basic set, and a house interior set. I was hoping to invoke both a familiar comfortable natural atmosphere with a strikingly alien one, with each blending into the next, complementing while emphasizing the each other. My inspirations were derived from Myst (the first one) and Obduction (from the same company).

4. Scope:

It is easy to spend too much time in the details... such beautiful details

I now have a much better grasp about the scope in level design.

  • I put in tons of detail that, in the end, will go unnoticed. It is too easy to be an artist working on a single portrait, rather than a level designer working on a larger whole. I found that once I play tested the level much of the beauty went unnoticed. They look good in screenshots, but are not as striking when in motion. Secret gems are nice to have, but too much will consume time. Having at least ten in every corner is not a good use of time.
  • I have a better grasp on how long it could take to make a detailed level, graphically anyways. It has helped me begin forming an idea how much time and effort I should put into a level. With a little less detail, I probably could have saved myself hours, if not days of work.

5. Perspective:

I like 3rd person perspective.

I think I prefer 3rd person games, or 3rd person-Isometric. It has always been a preference since I have always enjoyed rpg’s, particularly turn-based tactical (not Japanese style) or real-time with a pause. But I don’t mind real-time rpg’s or adventure games. These are not as close up and you don’t need to spend as much time on a level’s detail. The only issue I can foresee is that most of them are more system intense. That means more coding, but what draws me to many games are their complex systems.

6. Focus:

C++is an art, but not a visual art- time to focus on C++ rather than design.

I have three other courses that deal with the artistic side of games: Traditional drawing, 3d modelling, and music theory. I do not need to add level design to this list, otherwise I will lose C++ into the endless sea of design. Since I am still learning C++, basic prototyping will be fine enough. I do not regret having spent so much time on design. I was able to prove to myself that I have aesthetic sense enough to make a decent enough looking level. However, my other pursuits will cover that end, making “good” level design redundant until later.

7. C++ Fundamentals Course:

I will do the C++ fundamental's course next, plus some consideration for those who want to begin coding.

My next course with C++ will probably be this one. If I were to do my courses over, I probably would have started with blueprints, then when C++ fundamentals came out do that, then use this one. This is the suggested route I would give anyone: Blueprints basics (Which gives you a basic run through the engine), C++ fundamentals, C ++ and Unreal (And you can skip the engine parts having learned them from the Blueprints course).

8. Lighting Costs Alot:

Lighting slows things down, so turn its quality down.

As you could probably imagine, this game was running very slow for me. I played with my settings and found that if I turned shadows down to low, I could bump everything else up to epic. This made me realize how important, but how costly lights are.

Course Suggestions:
I have some considerations for future courses-

1. Engine Course: It would be good to have a course specific to the engine and level design, all the code we would need would be right there in our hands. The point of this section would be to know how to utilize the engine and code as if we were level designers, not programmers.

2. Code Courses: Conversely, it would be nice to have a separate blueprints course and a C++ course that focuses on Unreal only as a coder. The level would have all its design components ready, but would be devoid of all code, or it needs different aspects of code added or modified. C++ Fundamentals is part of the answer, and I am glad it is here.

1 Like

Hi There. This is looking great.

In answer to your course questions. There are courses for Blueprint and C++ already and Building Escape is part of the C++ course. There’s a dedicated C++ only course focusing on the language as well.

Is there something specific you wish to learn about within this area?

As for level design, I’ll mention to the team.

1 Like

Thanks. Lots to learn, lots learned, and enjoyed the process.

I have both the C++ original course and the fundamentals. I have started the second one yet, and I am enjoying the first very much.:slight_smile:

I suppose what I am getting at is that I am finding the C++ course a little eclectic. C++ is a large subject to learn, but so is the Unreal engine. There is quite a bit of Unreal game engine learning that distracts huge sections of the course away from coding. Sometimes there many lessons in a row that strictly cover Unreal engine. I find these gaps long enough to start making the code foggy. But then again, maybe the is just me :slight_smile:

An unreal and game level design “Start here” course (or courses) would be a nice segue into blueprint or C++ so to optimize the learning of the C++ and blueprints courses already there. Thus, even if you keep the the coding courses as they are, the unreal/level design course would at least allow a student to skip over the unreal aspects of the coding courses or skim them over for review, saving valuable time for focusing their attention on coding.

Thanks for your reply and feedback. Off to the next section :+1:

1 Like

I understand this. Often these parts of the course are necessary. I’ve done a number of courses that spend a lot of time on what you think is unnecessary. One such course I did spent a while on animation montages and using animations as well as building up scenes using assets but without these, you can’t really code.

I suppose one thing might be is that you are provided a starting scene as an asset with everything you need and just code around that. It’d be boring however, everyone doing the same thing. I undertook a cinemachine and timeline course (Unity) which did exactly this, providing a huge asset pack and the course built up a small game but the issue with that is too much time was spent on the game aspect and hardly any on the cinemachine (basically sequencer but nowhere as good, also wasn’t built in at the time)

Enjoy the rest of the course.

1 Like

I see your point and I will take your word for it.

I think that concludes my question. It is good to get the right perspective from someone who has experience in these things. Thanks :+1:

1 Like

Privacy & Terms