ue4-rts
ue4-rts copied to clipboard
Real-time strategy plugin and showcase for Unreal Engine 4.
We could restrict resource drain to sit on top of certain resource source - See Refinery in SC2
Allow users to create new custom orders with behavior trees. _This is a breaking change and thus requires an increase of the major version._
See https://github.com/SyedAman/ue4-rts/commit/bde8ac217960ba40485cc2d817f8c47a6fb424e4 for a reference implementation.
So been doing some digging into solutions for lockstep networking in UE4. So here is what I found so far - Make a custom networking subsystem and use an existing...