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:
enabled true
step 1.10
min 0.35
max 1.35
smooth true
smooth-rate 12.5
end
end| Option | Type | Default | Notes |
|---|---|---|---|
enabled | bool | true | Enables field zoom controls. |
step | f32 | 1.10 | Per-step zoom multiplier. |
min | f32 | 0.35 | Minimum zoom scale. |
max | f32 | 1.35 | Maximum zoom scale. |
smooth | bool | true | Enables smooth zoom interpolation. |
smooth-rate | f32 | 12.5 | Rate used for smooth zooming. |