Broadcast Hijack - Broadcaster Guide
Broadcast Gameplay Flow
Section titled “Broadcast Gameplay Flow”-
Go to an approved Weazel van
Section titled “Go to an approved Weazel van”The default setup expects a
rumpovan becauseConfig.broadcast.hijack.allowedVanModelsis set to that model by default. -
Retrieve the Weazel camera
Section titled “Retrieve the Weazel camera”Use the vehicle target interaction:
- Retrieve Weazel camera
This gives you the
kf_weazel_cameraitem if you do not already have one. -
Deploy the camera rig
Section titled “Deploy the camera rig”Use the Weazel camera item from your inventory.
A tripod placement overlay appears with controls like:
[E] Place [X] Cancel [Left/Right] Rotate [Up/Down] Raise/Lower [G] Ground SnapPlace the camera within the allowed van signal range.
-
Attach the NHD
Section titled “Attach the NHD”Target the deployed camera/tripod setup and use:
- Attach NHD to camera
You must have the configured NHD item in your inventory first. Default item:
kf_weazel_nhd. -
Start the hijack
Section titled “Start the hijack”Target the deployed rig again and use:
- Start Weazel network hack
If
Config.minigame.enabledis turned on, the local hijack minigame must succeed first. On success, the broadcast goes live. -
Let viewers tune in
Section titled “Let viewers tune in”Once live, other players can join the stream with:
/tunein- the configured tune-in hotkey (default
J)
They leave with
/tuneoutor by using the same toggle key while tuned in. -
Run the live feed
Section titled “Run the live feed”During a live broadcast:
- Viewers see the spectator overlay and stream panel.
- Overlay chat, emotes, donations, viewer count, adverts, and polls can run live.
- The broadcaster can stop the session with
/broadcaststop.
-
Switch between handheld and tripod shots
Section titled “Switch between handheld and tripod shots”While broadcasting:
- Deploy Tripod switches from handheld live mode to a static shot.
- Re-aim Shot updates the static tripod position.
- Pack Tripod returns the broadcast to handheld live mode.
Poll Commands
Section titled “Poll Commands”Broadcast polls only work while a live broadcast is active, and they use the same permission gate as starting/stopping the broadcast.
- Start a poll:
/broadcastpoll Best QB? | Mahomes | Brady | Montana- Stop the active poll:
/broadcastpollstopImportant Runtime Rules
Section titled “Important Runtime Rules”- If the camera battery expires, the broadcast ends automatically.
- If the broadcaster disconnects, the broadcast ends automatically.
- If
requireVanLinkis enabled and the live anchor loses van signal too long, the broadcast ends automatically. - Players cannot tune in while dead, ragdolled or falling, restrained, in a vehicle, or in combat.
Permissions
Section titled “Permissions”The same permission gate controls:
- starting a live broadcast
- stopping a live broadcast
- starting and stopping overlay polls
That gate is configured through:
Config.broadcast.startAceConfig.broadcast.allowedGroups
If both are configured, the player must pass the ACE check and the framework-group check used by this resource.