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...

Ladder based on GoldSrc Half-Life game. Size is automatically fit to Static Mesh when component is added. Should be only used with primitive geometry Component properties Ladder type ELadderType ENUM - Determines which footstep sound is playing while moving on ladder Available: LADDER_DEFAULT = 0 LADDER_WOOD = 1...

Console Commands

HUD KillFeed.StayTime (float) - How much time killfeed item on HUD will stay in, provided in seconds cl_HUD_StaminaOutDelay (float) - Time after stamina bar should disappear while in-active. Debug cl_DisplayMovementInfo (int32) - Display movement info such as: Actual Movement Speed cl_DisplayStaminaInfo (int32) -...

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...