Skip to content

PR-G: Replicate service building abandonment and destruction markers - #33

Draft
Malionaro wants to merge 8 commits into
Rollocraft:devfrom
Malionaro:feat/service-building-state
Draft

Malionaro wants to merge 8 commits into
Rollocraft:devfrom
Malionaro:feat/service-building-state

Conversation

@Malionaro

@Malionaro Malionaro commented Sep 17, 2026

Copy link
Copy Markdown

Replicates Abandoned/Condemned/Destroyed markers of non-spawnable buildings: one ServiceBuildingStateCommand (new Id 34, protocol v69 -> v70) per transition, detected by a rolling 16-bucket UpdateFrame scan, realized by prefab+position match with an Updated nudge. Growables stay with GrowableSync, removals stay with DeleteSync. Seeded silently per session; dead entries pruned on a 30 s interval; own realizes suppressed via ReplicationGuard; Exists-guards on scan and match reads.

Stacked on the fire PR (#32): please merge that first. Review only the ServiceBuildingState commits; the FireIgnite commits below belong to #32.

Note: upstream dev took Ids 31/32 (brush batching) and v68 after this branch was first written, so service moved to Id 34 / v70 on top of dev.

Based on upstream dev 69cdebc. Developed in Malionaro#5. Needs a real multiplayer test session before merge.

@Malionaro
Malionaro marked this pull request as draft September 17, 2026 20:26
Repository owner deleted a comment from chatgpt-codex-connector Bot Sep 17, 2026
@Rollocraft

Copy link
Copy Markdown
Owner

Could you please retarget this PR to dev?

@Malionaro
Malionaro changed the base branch from master to dev September 18, 2026 08:00
@Malionaro
Malionaro force-pushed the feat/service-building-state branch from bd42ec9 to e7b6dc2 Compare September 18, 2026 15:51
@Malionaro

Copy link
Copy Markdown
Author

Done — retargeted to dev and rebased onto it. Service moved to Id 34 / protocol v70, still stacked on #32 — please merge that one first. ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants