mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
ag
This commit is contained in:
parent
2aeb9dad28
commit
6e852fa63a
1 changed files with 3 additions and 1 deletions
|
|
@ -11,4 +11,6 @@ RobustToolbox is a fairly modern ECS game engine with strong multiplayer support
|
||||||
|
|
||||||
It provides prediction-based server authoritative netcode by default, with options to both autogenerate simple state synchronization for components and to manually implement more complex state application algorithms as necessary. Additionally, basic RPC is provided through networked entity events (which can be sent both ways, and optionally targeted at specific entities) alongside direct access to the underlying transit layer for more direct control when necessary.
|
It provides prediction-based server authoritative netcode by default, with options to both autogenerate simple state synchronization for components and to manually implement more complex state application algorithms as necessary. Additionally, basic RPC is provided through networked entity events (which can be sent both ways, and optionally targeted at specific entities) alongside direct access to the underlying transit layer for more direct control when necessary.
|
||||||
|
|
||||||
Features like network visibility culling (called PVS by the engine) and replay recording are also provided by default, and client/server code is split to greatly reduce the odds that server specific information leaks over to the client due to programmer error.
|
Features like network visibility culling (called PVS by the engine) and replay recording are also provided by default, and client/server code is split to greatly reduce the odds that server specific information leaks over to the client due to programmer error.
|
||||||
|
|
||||||
|
Additionally, RobustToolbox has fairly strong mod support, with ECS architecture encouraging code flexibility combined with engine level code sandboxing and mod loading. While a mod menu isn't a built-in feature of the engine at this time, automatically synchronizing assets to players on a per-server basis is, allowing for servers to modify your game's content fairly freely if utilized.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue