Game
Quarantine
9 years ago

Some Inspiration


Hello again..

Today as I was designing some of the rooms in the game, I realized that I was taking a lot of inspiration from the Jedi Outcast game levels. All the cornered rooms and big doors are actually similar to that game.

Let’s talk about level design then!

The first thing that is important is defining a straight line to build your game on. What I mean by that is building consistent levels, so that one level of the game is on the same page and the same atmosphere with another level. Easiest way to achieve this, in my opinion, is to create simple prefabs to use repeatedly. Of course this works for rooms with walls around. You could make three simple room_tile prefabs to create any room with any two dimensional size (ceiling height is consistent). Those would be corner tiles where there are only three walls, side tiles where there is only one wall, and “middle tiles” where there are no walls. And these three tiles would also have ground and ceiling as well.

Well guess what, this is literally what I did on this game! Of course, I used more than just three prefabs, but it has the same idea.

The second issue to keep in mind is the lighting (Insert shocked audience voice). To be honest, I cannot tell you much about how lights work in Unity, because I am also learning their behavior. But there are plenty of video tutorials on YouTube that shows how the lighting engine works. It has a serious impact on your games looks, and also performance!

That’s all I can say for now. Thanks for following!



0 comments

Loading...

Next up

First Screen Shot

What have they been doing?

Some armors are stored in this corridor

Here's a peaceful little forest scene for this #screenshotsaturday, from the beginning of the game.

Back in my art school days I used to ride the 710 COPSA line from Parque Del Plata to Montevideo almost everyday. This is the Marcopolo Viaggio G4 Mercedes Benz model from the late 80s, one of the older bus models that was running on the line.

Cash Banooca

Path of Kami, running around the shrine area

Coming Soon...

It's now possible to destroy some of the obstacles and gain access to new locations or create shortcuts. #gamedev #indiegame #rpg

Added an exit portal to the maze SRP project. It has a simple effect using scrolling UV's and particles.