Page MenuHomeFeedback Tracker

Variable Power Scopes reset to default magnification when toggling optics mode, and reticles are not magnified
Closed, ResolvedPublic

Description

A variable power scope (in my case it's a tweaked Hamr given zoom capability), when looked through will always reset to the default magnification/zoom level, regardless of what the magnification was previously set to. Reloading the weapon also causes a reset to default magnification.

Additionally, reticles remain the same size throughout the magnification range. While this is an accurate representation of how second focal plane reticles work, and indeed most American scopes use reticles on the second focal plane, in the rest of the world, those types of scopes are uncommon. First focal plane reticles are also ill suited to military applications due to rangefinding being dependent on the scope being set to a specific magnification.

For most of the world, and for most military applications, variable power scopes use first focal plane reticles. In a scope with the reticle on the first focal plane, (lets assume a mil dot reticle for the sake of example) the mil-dots always subtend the same angle, regardless of magnification. As the magnification is increased by the user, the reticle appears to zoom with the image. This is essential behavior in tactical applications as it allows reliable rangefinding, holdovers, and windage adjustments to be made at any magnification.

In summary, please ensure that chose magnification is retained between changes of optics modes and magazine changes, and please provide the ability for the reticle to zoom along with the scope.

Details

Legacy ID
2791302064
Severity
Minor
Resolution
Duplicate
Reproducibility
Always
Category
Visual-Weapons
Steps To Reproduce

Create a mod that gives variable power ability to, for example, an "optic_Hamr". Observe described characteristics. Code to reproduce included below.

Additional Information

class CfgPatches
{
class MyHamrMod
{

		units[] = {};
		weapons[] = {};
		requiredVersion = 0.1;
		requiredAddons[] = {"A3_Weapons_F_Acc"};

};
};
class CfgAddons
{
class PreloadAddons
{

		class MyHamrMod
		{
			list[] = {"MyHamrMod"};
		};

};
};
class cfgWeapons
{
class ItemCore;
class InventoryOpticsItem_Base_F;
class optic_Hamr: ItemCore
{

		class ItemInfo: InventoryOpticsItem_Base_F
		{
			class OpticsModes
			{
				class HAMR_scope
				{
					opticsZoomMin = 0.01;
					opticsZoomMax = 0.30;
				};
			};
		};

};
};

Event Timeline

TraxusIV edited Steps To Reproduce. (Show Details)Mar 29 2013, 2:31 AM
TraxusIV edited Additional Information. (Show Details)
TraxusIV set Category to Visual-Weapons.
TraxusIV set Reproducibility to Always.
TraxusIV set Severity to Minor.
TraxusIV set Resolution to Duplicate.
TraxusIV set Legacy ID to 2791302064.May 7 2016, 1:16 PM
Thales added a subscriber: Thales.May 7 2016, 1:16 PM

We are very sorry, this issue was closed as duplicate.