Skip to main content

Camera Packets

Packets in com.hypixel.hytale.protocol.packets.camera and machinima.

Camera Control (280-289)

SetServerCamera (280)

Bound: Clientbound

Forces the client's camera to a specific state (cutscenes).

FieldTypeNotes
positionVector3dWorld position.
rotationQuaternionCamera orientation.
fovFloatField of view.

RequestFlyCameraMode (282)

Bound: Serverbound

Client toggling "NoClip" or "Free Cam".

FieldTypeNotes
enabledBooleanRequested state.

SetFlyCameraMode (283)

Bound: Clientbound

Server granting/revoking free cam.

FieldTypeNotes
enabledBooleanNew state.
speedFloatMax fly speed.

CameraShakeEffect (281)

Bound: Clientbound

Triggers a screen shake.

FieldTypeNotes
intensityFloatShake magnitude.
durationFloatSeconds.
typeByte0=Rotational, 1=Positional.

Machinima (350+)

UpdateMachinimaScene (350)

Bound: Clientbound

Syncs timeline data for the cinematic editor.

FieldTypeNotes
timelineDataByte[]Complex BSON blobs defining keyframes.

RequestMachinimaActorModel (351)

Bound: Serverbound

Requests the model data for a specific actor in the scene.

SetMachinimaActorModel (352)

Bound: Clientbound

Updates the visual model of a timeline actor.