Satisfactory ModdingSM
Satisfactory Moddingβ€’15mo agoβ€’
19 replies
Marshall

Instant replication

I guessing that almost ALL important replicable objects / actors in game replicating while client is loading to server. But my own objects are not replicates while loading, only after and not too fast (also I need to move character / camera for faster replication).
I using these params for replication, but this is doesn't help:
bReplicates = true;
bAlwaysRelevant = true;
NetCullDistanceSquared = 10000000.0f;
NetPriority = 3.0f;
bNetLoadOnClient = true;
Was this page helpful?