A complete device configuration JSON for aim assist settings in a generic popular mobile shooter game. The structure includes device metadata, display and touch settings, sensitivity profiles, aim assist tuning, gyro behavior, firing adjustments, scope-specific parameters, and diagnostics for realistic mobile gameplay configuration and testing.
{
"configVersion": "2.4.1",
"profileName": "Balanced Aim Assist Device Profile",
"game": {
"title": "Generic Mobile Shooter",
"mode": "competitive",
"build": "stable"
},
"device": {
"manufacturer": "Samsung",
"model": "Galaxy S23",
"deviceClass": "phone",
"os": {
"name": "Android",
"version": "14"
},
"chipset": "Snapdragon 8 Gen 2",
"ramGb": 8,
"storageGb": 256,
"screen": {
"sizeInches": 6.1,
"resolution": {
"width": 2340,
"height": 1080
},
"refreshRateHz": 120,
"touchSamplingRateHz": 240,
"aspectRatio": "19.5:9",
"safeArea": {
"top": 24,
"bottom": 16,
"left": 0,
"right": 0
}
},
"thermalProfile": "balanced",
"batteryOptimization": false
},
"input": {
"touch": {
"enabled": true,
"maxFingers": 5,
"deadzone": 0.02,
"swipeSmoothing": 0.14,
"dragAcceleration": 1.06,
"tapResponseMs": 32,
"holdThresholdMs": 120,
"edgeRejection": true,
"gestureProtection": {
"preventNotificationShade": true,
"preventBackGesture": true
}
},
"layout": {
"preset": "four_finger_claw",
"leftFireButton": {
"x": 0.12,
"y": 0.34,
"size": 0.09,
"opacity": 0.72
},
"rightFireButton": {
"x": 0.88,
"y": 0.38,
"size": 0.11,
"opacity": 0.68
},
"joystick": {
"x": 0.16,
"y": 0.78,
"size": 0.14,
"fixed": true
},
"scopeButton": {
"x": 0.78,
"y": 0.64,
"size": 0.08
},
"crouchButton": {
"x": 0.72,
"y": 0.82,
"size": 0.07
},
"jumpButton": {
"x": 0.84,
"y": 0.8,
"size": 0.08
},
"reloadButton": {
"x": 0.92,
"y": 0.62,
"size": 0.06
}
}
},
"aim": {
"masterSensitivity": 1,
"cameraSensitivity": {
"freeLook": 118,
"thirdPersonNoScope": 104,
"firstPersonNoScope": 96,
"redDot": 72,
"holo": 70,
"twoX": 58,
"threeX": 46,
"fourX": 38,
"sixX": 24,
"eightX": 18
},
"adsSensitivity": {
"thirdPersonNoScope": 92,
"firstPersonNoScope": 88,
"redDot": 61,
"holo": 60,
"twoX": 51,
"threeX": 40,
"fourX": 31,
"sixX": 19,
"eightX": 13
},
"gyroSensitivity": {
"enabled": true,
"mode": "always_on",
"freeLook": 240,
"thirdPersonNoScope": 300,
"firstPersonNoScope": 288,
"redDot": 265,
"holo": 260,
"twoX": 220,
"threeX": 178,
"fourX": 140,
"sixX": 92,
"eightX": 66,
"gyroSmoothing": 0.08,
"gyroAcceleration": 1.03,
"gyroDeadzone": 0.01,
"verticalScale": 0.96,
"horizontalScale": 1
},
"aimAssist": {
"enabled": true,
"preset": "balanced",
"strength": 0.42,
"stickyTargeting": 0.28,
"rotationAssist": 0.19,
"slowdownNearTarget": 0.24,
"trackingBoost": 0.17,
"snapAssist": 0.08,
"headBias": 0.11,
"torsoBias": 0.63,
"limbBias": 0.26,
"closeRangeMultiplier": 1.12,
"midRangeMultiplier": 1,
"longRangeMultiplier": 0.82,
"hipFireAssist": 0.37,
"adsAssist": 0.31,
"scopeAssist": {
"redDot": 0.29,
"holo": 0.28,
"twoX": 0.24,
"threeX": 0.2,
"fourX": 0.15,
"sixX": 0.09,
"eightX": 0.05
},
"recoilCompensationLink": 0.22,
"movingTargetPrediction": 0.16,
"vehicleTargetReduction": 0.4,
"occlusionReduction": 0.7,
"maxAssistAngle": 6.5,
"minActivationDistanceMeters": 1.5,
"maxActivationDistanceMeters": 180,
"targetSwitchDelayMs": 180,
"deactivateOnFlick": true,
"flickThreshold": 2.6
},
"recoilControl": {
"enabled": true,
"patternCompensation": 0.34,
"verticalControl": 0.41,
"horizontalControl": 0.18,
"firstShotStabilization": 0.22,
"sprayStabilization": 0.31,
"recenterSpeed": 0.27,
"stanceModifiers": {
"standing": 1,
"crouching": 0.88,
"prone": 0.72
},
"weaponClassModifiers": {
"smg": 1.08,
"ar": 1,
"lmg": 0.91,
"dmr": 0.76,
"sniper": 0.32,
"shotgun": 0.54
}
},
"firing": {
"tapFireCorrection": 0.12,
"burstFireCorrection": 0.18,
"fullAutoCorrection": 0.29,
"fireButtonDragAssist": 0.14,
"crosshairReturnSpeed": 0.25,
"shotStabilityWindowMs": 90,
"peekAssist": 0.1,
"strafeTrackingAssist": 0.2
}
},
"movement": {
"sprintSensitivityReduction": 0.06,
"jumpAimPenaltyReduction": 0.12,
"crouchAimBonus": 0.08,
"proneAimBonus": 0.14,
"slideCameraControl": 0.88,
"leanAssist": {
"enabled": true,
"left": 0.09,
"right": 0.09
}
},
"network": {
"region": "NA",
"targetTickRate": 60,
"latencyCompensation": true,
"predictionBufferMs": 48,
"packetLossTolerance": 0.03,
"jitterSmoothing": 0.21
},
"performance": {
"graphicsPreset": "smooth",
"frameRatePreset": "extreme",
"dynamicResolution": false,
"antiAliasing": false,
"shadows": false,
"effectsQuality": "low",
"textureQuality": "medium",
"backgroundAppsRestricted": true,
"thermalThrottleMitigation": true
},
"calibration": {
"lastUpdated": "2026-08-05T10:30:00Z",
"updatedBy": "system_profile_generator",
"testEnvironment": {
"trainingRange": true,
"teamDeathmatch": true,
"battleRoyale": true
},
"notes": [
"Designed for balanced tracking and recoil control on a 120 Hz phone display.",
"Gyro values assume handheld play with moderate wrist movement.",
"Aim assist values are reduced for higher magnification scopes to preserve precision."
]
},
"diagnostics": {
"checksum": "b6d4e3c2-7f21-4d6a-9f55-2f63b0d91a4a",
"validation": {
"schema": "device_aim_config_v2",
"valid": true,
"warnings": []
},
"telemetry": {
"sessionSamples": 124,
"averageFps": 118.4,
"averageTouchLatencyMs": 36.8,
"averagePingMs": 42,
"gyroDriftDetected": false
}
}
}