Custom rendering + collision + navigation + multiplayer in UE4.
Fast unit selection on the GPU. Base pass writes unit id/color to custom G-buffer MRT, compute shader stream-compacts pixels to unit id buffer, post process draws outlines from color. Unit ids downloaded to CPU via async copy queue. 0.2ms @ 1080p
Movement in formation with intelligent slot selection and pathfinding with obstacles.
If you’re getting the dreaded “compiler limit: internal heap limit reached” and the corresponding “Failed to create virtual memory for PCH” then you can use the /ZmXXXX switch to increase the heap memory allocated to precompiled header (PCH) compilation. Luckily, it’s very easy to do in UE4, just put this …in your target.cs: WindowsPlatform.PCHMemoryAllocationFactor = […]
Ever grow tired of clicking like a maniac to organize your units into formation in an RTS? Now you can encircle enemies, stretch your army wide for defense or draw any shape you want and let the AI take care of the rest with custom formations!
100k units in multiplayer. Custom DX12 rendering pipeline in UE4, custom netcode, pathfinding, movement. 1500 bytes/sec (1.5KB) of bandwidth. Deterministic lockstep P2P of the floating-point variety. Animation handled via compute shaders, pathfinding and movement are on the CPU.
Recent Comments