Files
Commonwealth-Online-Public/protocol/message-types.md
T
2026-05-30 18:13:54 +12:00

505 B

Message Types

This file tracks planned message type names for the Fallout 4 Together protocol.

Core Messages

welcome
transform
disconnect
ping
pong

Planned Gameplay Messages

animation_state
weapon_fire
weapon_reload
health_update
chat_message
cell_change
actor_spawn
actor_remove

Debug Messages

debug_log
debug_marker
debug_error

Naming Rules

Message types should be:

  • Lowercase
  • Snake case
  • Short but clear
  • Stable once used in test builds