What It Does
This mod adds a large set of custom weapon optics, mount variants, and combo scope setups.
It also adds actions to dismount combined optics back into separate items and supports some night-vision optic behavior.
A.I. Generated Example Analysis. Short review based on the provided source code.
This mod adds a large set of custom weapon optics, mount variants, and combo scope setups.
It also adds actions to dismount combined optics back into separate items and supports some night-vision optic behavior.
The mod registers many custom scope items with their own in-hand animation profiles so they display correctly when held.
Mounted versions such as B13, MosinMount, and combo optics use custom action scripts. When a player uses an unmount action, the mod deletes the combined item and spawns the base optic plus the mount again. If the optic used a battery, the code tries to copy the battery health and charge to the new item.
It also adjusts post-processing for the HHS optic family so it can work better with NV enabled.
DontJudgeMeForThisCodePlease.c suggests temporary code that should be cleaned up.