Config Reference

Field Zoom

Zoom controls, limits, and smoothing for the field camera.

Defaults

Defaults shown here are the effective builtin defaults from RuntimeTuning::builtin_defaults().

Default Config Shape

Use this as the section shape when editing halley.rune.

Field Zoom config
field:
  zoom:
    enabled true
    step 1.10
    min 0.35
    max 1.35
    smooth true
    smooth-rate 12.5
  end
end
OptionTypeDefaultNotes
enabledbooltrueEnables field zoom controls.
stepf321.10Per-step zoom multiplier.
minf320.35Minimum zoom scale.
maxf321.35Maximum zoom scale.
smoothbooltrueEnables smooth zoom interpolation.
smooth-ratef3212.5Rate used for smooth zooming.