Complete Skyrim like inventory Tutorial

I’m getting a lot of request to create Skyrim like inventory Tutorial. I have found you guys have a problems with ShooterTutorial inventory implementation as well. ShooterTutorial inventory is about choosing weapons before starting gameplay. That’s why I have decided to create complete Skyrim like inventory tutorial which will:

  • be object oriented,
  • starting from first person template,
  • have 3d preview in UMG,
  • support item dropping, using,
  • support categories,
  • support moving items,

This tutorial is long and not so easy. As always take your time!

Continue reading

Creating first environment – basics

HighresScreenshot00004

When working on a 3d game by yourself you need to have knowledge about preparing scenes. In this post I will give you some tips about:

  • Static and dynamic lighting your levels,
  • Using Unreal Engine 4 tools to prepare scene,

Basically lighting and preparing scenes is big piece of cake of game development and there are separate positions for people doing this. Graphics Level Designers, Lighters, Meshers – it depends on company, but mostly they have graphics knowledge.

Continue reading