Blog Archives
[WIP] [Update #5] RTS Game in UE4 using C++
New update on RTS game. Added Fog of war and new 3d models by gameluencer.
Discord Rich Presence Plugin for UE4
I released a plugin that supports Discord Rich Presence in Unreal Engine 4. You can grab it here: https://github.com/ryanjon2040/Discord-UE4

[WIP] [Update #4] RTS Game in UE4 using C++
New update on the RTS project. Dusted off this 4 year old project which was initially made in 4.12 if I remember correctly.
Building and Crafting game Cellular type generation
I just now wrote a cellular noise generation for our building and crafting game. At the moment our game supports generating White Noise, Value Noise, Cubic Noise, Cellular Noise, Simplex Noise and Perlin Noise. All of them with both 2D and 3D generation except for Simplex and White Noise which supports 4D as well.


Building and Crafting game Preview Videos
So I’ve been working on a building game inspired by Minecraft and here is the first preview video. I’ve heavily modified the Voxel Sandbox Toolkit plugin from Unreal Marketplace for this project.Here is the first preview that shows landscape generation.
Full playlist here: https://www.youtube.com/playlist?list=PL7fc8DYE3eVBu7AJKzH_Ry9FwOHtdKGl3
More info here: https://forums.unrealengine.com/community/work-in-progress/1725574-building-crafting-game-minecraft-inspired
Voxel type terrain without any plugins
So I was playing around with in built Perlin Noise (FMath::PerlineNoise2D and 3D) and created voxel type chunks. For now these are Instanced Static Meshes but for better performance requires procedural mesh component.
Here are some results. No third party plugins were used.




Terminal window (Ubuntu inspired) in UE4 using UMG
Just did a terminal window (inspired from Ubuntu) inside Unreal Engine 4 using UMG. Directories and files shown by the commands are not real but with a bit more work it should be possible to list real directories and files.
