The Idea and History of DX PUZZLES

When I was younger - about 12-13 years old I started to get interested in game developing. My favourite game was Half-Life. I don’t remember excatly why and how I started to creating custom maps, but when I tried it I wanted to create more. I never have been a creative person. It was so interesting for me. Some time...

Finally working water!

Finally I got working water. In previous article I was saying about that Epic’s water plugin isn’t working properly especially the Water Body Custom one. I made my own water class which derives from that one. Some time ealier I wanted to code it in the way that user can just place water and he will not have to place...

KillFeed System

What is killfeed? Killfeed is a feautre which can you spot only in the multiplayer games. It shows the recent player or NPC deaths. It should contain informations like: Vicitm - the player, NPC who died Inflictor - object which contribued to player/NPC deaths Attacker - Player/NPC who used inflictor to kill the victim...

DLCs, Main Menu, Importing my Map, Lighting problems

This post will be a little messy because recently I did misc things. Main Menu I’ve imported Main Menu from my previous project for prototype it is good. This is my only one thing which is not coded in C++ at the moment. As you can see I was inspired a lot of from Half Life main menu :D There is nothing at the...