A experiment mod that increase zoom of scope. Available for almost all weapon
A Template/Proof of concept to make scope get more higher value of zoom and scope overlay
For someone who want to use this template go to hooks -> AllTheTweak.lua
-- Target texture, Target zoom value and Target attachment ID (Note. The lower value ZoomValue the more zoom power you get. Try value around 0.5 - 0.001 or more)local TargetTexture = Idstring("guis/scopeoverlay/40xscopeoverlay")
local ZoomValue = 0.05local TargetScopeID = "wpn_fps_upg_o_iuh40XScope"
This is the main value that you need to change for your custom scope attachment
TargetTexture - Your scope overlay texture. Don't forget to gen_add the texture file
ZoomValue - The lower value the more zoom you got. Try value around 0.8 to 0.01 or more to see result
TargetScopeID - Target ID of attachment that will trigger the Scope function
Q/A
Q. Requirement of this mod
A. BeardLib , SuperBLT
Q. Is this mod require WeaponLib?
A. No
Q. How to install?
A. mod_overrides
Know issue
Some resolution may result overlay gap bottom
Credit to mod that I reverse engineer before make this mod