There is nothing to bring back. It still works. At least on the x8 and I'm not going to check all of them.
Gazz, you're correct, and I wasn't clear :rapture:
I _think_ there used to be a Scope that was named something like, "3x-9x Scope" (I couldn't find it in current xmls & don't have old versions to check).
The current 4x & 8x Scope mods do have a zoom in/out range. The 2x is fixed; which makes sense of course.
The difference between the current and what I (maybe incorrectly) recall is the old variable, when at it's weakest power, was quite usable at close ranges. Seemed like a 2x or 3x. The current 8x looks like it's never less than a 4x (actually looks/feels like it may be more than that, to me). Which, at least for me, makes the 8x too powerful to use for POI clearing.
It's all good though, I found the values to mod and simply changing the 8x's "Zoom_max_out" from 20 to 40 results in a 2-8x variable. :smile-new:
From item_modifiers.xml ;
"modGunScopeSmall" <---- the 2x
<property name="Zoom_max_out" value="40"/>
<property name="Zoom_max_in" value="40"/>
"modGunScopeMedium" <---- the 4x
<property name="Zoom_max_out" value="30"/>
<property name="Zoom_max_in" value="20"/>
"modGunScopeLarge" <---- the 8x
<property name="Zoom_max_out" value="20"/>
<property name="Zoom_max_in" value="10"/>