|
|
|
|
|
by Hakkin
562 days ago
|
|
You can bypass the "Out of bound" message by setting a Javascript breakpoint after
`let t = JSON.parse(d[e].config_str)`
and then run
`Object.values(t.camera.presets).map(o=>o.max_distance=50&&o)`
in the console. It breaks down pretty quickly once you get outside the default bounds, as expected, though. |
|