A comprehensive configuration file for mobile multiplayer aim-assist settings, including sensitivity, target locking parameters, and hardware-specific stabilization tweaks.
{
"config_metadata": {
"game_mode": "MULTIPLAYER",
"version": "2.4.0",
"device_optimization": "HIGH_PERF_MOBILE",
"last_updated": "2023-10-27T10:00:00Z"
},
"aim_assist_core": {
"enabled": true,
"intensity_percentage": 100,
"target_locking_radius": 25.5,
"sticky_aim_strength": 1,
"tracking_speed_multiplier": 1.25,
"vertical_recoil_compensation": 0.85,
"horizontal_drift_correction": 0.95,
"target_prioritization": "NEAREST_TO_CROSSHAIR",
"snap_sensitivity": 15
},
"input_response_settings": {
"deadzone_left": 0.05,
"deadzone_right": 0.05,
"acceleration_curve": "LINEAR",
"smoothing_factor": 0.1,
"touch_filter_threshold": 0.02
},
"advanced_parameters": {
"hitbox_expansion_offset": 2,
"focal_length_scaling": true,
"ads_sensitivity_modifier": 0.75,
"hip_fire_modifier": 1.1,
"frame_prediction_enabled": true,
"latency_compensation_ms": 30,
"dynamic_adjust_toggle": true,
"jitter_reduction": 0.4,
"recoil_pattern_memory": 500
},
"debug_log_levels": {
"telemetry": false,
"input_events": false,
"hit_registration": false
}
}