View Issue Details

IDProjectCategoryView StatusLast Update
0000490Medieval EngineersBugpublic2023-07-27 20:50
Reporterequinox Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Target Version0.7.4.x (unreleased) 
Summary0000490: State group based components get replicated twice
Description

Components that define custom replicables with custom IMyReplicableSerializationData implementations get serialized twice, once by the owning entity replicable and once by the custom IMyReplicableSerializationData. Practically this means that inventory items are always sent upfront with the block entity, then are sent again as part of component replicable / state group.

There should probably be an addition to IMyReplicableSerializationData that allows for the replicable to either redact parts of the component's object builder sent via entity replicable, or just a simple flag to omit the component's object builder in the entity replicable.

TagsNetwork

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-07-27 20:50 equinox New Issue
2023-07-27 20:50 equinox Tag Attached: Network