|
| 1 | +{ |
| 2 | + "name": "HELLDIVERS 2", |
| 3 | + "configs": [ |
| 4 | + ".*\\AppData\\Roaming\\Arrowhead\\Helldivers2\\user_settings.config", |
| 5 | + ".*\\Steam\\userdata\\<user-id>\\553850\\remote\\input_settings.config" |
| 6 | + ], |
| 7 | + "ignore_fields": [], |
| 8 | + "Mappings": { |
| 9 | + "texture_quality": { |
| 10 | + "key":"texture", |
| 11 | + "type": "select_array", |
| 12 | + "options": ["Low","Medium","High","Ultra"] |
| 13 | + }, |
| 14 | + "taa_enabled": { |
| 15 | + "key": "anti_aliasing", |
| 16 | + "type": "boolean", |
| 17 | + "isNumber": false |
| 18 | + }, |
| 19 | + "audio_volume": { |
| 20 | + "key": "master_volume", |
| 21 | + "type": "progress", |
| 22 | + "min": "0", |
| 23 | + "max": "1" |
| 24 | + }, |
| 25 | + "music_volume": { |
| 26 | + "key": "background_music", |
| 27 | + "type": "progress", |
| 28 | + "min": "0", |
| 29 | + "max": "1" |
| 30 | + }, |
| 31 | + "dialogue_volume": { |
| 32 | + "key": "speech_volume", |
| 33 | + "type": "progress", |
| 34 | + "min": "0", |
| 35 | + "max": "1" |
| 36 | + }, |
| 37 | + "mouseSensitivity": { |
| 38 | + "key": "mouse_sensitivity", |
| 39 | + "type": "progress", |
| 40 | + "min": "0", |
| 41 | + "max": "10" |
| 42 | + }, |
| 43 | + "MoveForward:$hone_value": { |
| 44 | + "key": "controls_up", |
| 45 | + "isRegex": true |
| 46 | + }, |
| 47 | + "MoveBack:$hone_value": { |
| 48 | + "key": "controls_down", |
| 49 | + "isRegex": true |
| 50 | + }, |
| 51 | + "MoveLeft:$hone_value": { |
| 52 | + "key": "controls_left", |
| 53 | + "isRegex": true |
| 54 | + }, |
| 55 | + "MoveRight:$hone_value": { |
| 56 | + "key": "controls_right", |
| 57 | + "isRegex": true |
| 58 | + }, |
| 59 | + "Climb:$hone_value": { |
| 60 | + "key": "controls_jump", |
| 61 | + "isRegex": true |
| 62 | + }, |
| 63 | + "Use:$hone_value": { |
| 64 | + "key": "controls_use", |
| 65 | + "isRegex": true |
| 66 | + }, |
| 67 | + "Fire:$hone_value": { |
| 68 | + "key": "controls_fire", |
| 69 | + "isRegex": true |
| 70 | + }, |
| 71 | + "Aim:key.$hone_value": { |
| 72 | + "key": "controls_fireSecondary", |
| 73 | + "isRegex": true |
| 74 | + }, |
| 75 | + "Sprint:$hone_value": { |
| 76 | + "key": "controls_run", |
| 77 | + "isRegex": true |
| 78 | + }, |
| 79 | + "Crouch:$hone_value": { |
| 80 | + "key": "controls_crouch", |
| 81 | + "isRegex": true |
| 82 | + }, |
| 83 | + "ToggleMenu:$hone_value": { |
| 84 | + "key": "controls_menu", |
| 85 | + "isRegex": true |
| 86 | + } |
| 87 | + } |
| 88 | +} |
0 commit comments