Shared by SabreswordSabresword
- 04 Jul 2020 05:12

rating: 0+x

Configuration to play Ace Combat 7 with JoyShockMapper

# Ace Combat 7 Standard Flight with Gyro
# Sabresword
# Made for at least JSM 1.6.0
# Use with Pro, Jcons - DS4 Untested
# (Any line that starts with # is ignored by JoyShockMapper)

# Requires Standard setting under Flight Settings in game

# Clear previous settings
RESET_MAPPINGS

# Calibration - Can be Changed to suit movement speed preference
REAL_WORLD_CALIBRATION = 6

# No way to find or change mouse sensitivity in game but 1 works fine
IN_GAME_SENS = 1

# No raw mouse input setting
COUNTER_OS_MOUSE_SPEED

# Fixes Up/Down Pitch Inversion
GYRO_AXIS_Y = INVERTED

# Button mappings - Use Game's default m&k settings, but remove   arrow keys for the chat buttons and replace game's Camera control num keys with arrow keys - allows the left stick to control both the camera and menu

# In-game briefing menu can be exited without using F1 by simply using S to scroll through mission objectives

# Left Stick controls in-game camera - no way to have analog camera movement, so it snaps to rearview and up/down views

# Right stick controls in-game jet
LLEFT = LEFT
LRIGHT = RIGHT
LUP = UP
LDOWN = DOWN

# Hold E to turn off gyro movement - good for long stretch of flying straight and/or while yawing
GYRO_OFF = E

LEFT = F     # Highlight Target
RIGHT = R    # Change Radar View
UP = G       # Flares
DOWN = TAB   # Change Target
L3 = V       # Change Flight View
R = E        # Yaw Right
L = Q        # Yaw Left
+ = ESC      # Brings up in game menu and acts as menu back button
- = Z        # Autopilot; as side effect turns gyro off
ZL = S       # Air Brake
ZR = W       # Accelerate
S = SPACE    # Enter in menu - Secondary weapon in-game
N = C        # Change Secondary weapon
W = LCONTROL # Primary weapon

# Include mouse settings
GyroConfigs/_2Dmouse.txt

Sabresword's Notes

This config is set up to control the entire jet with precise gyro movement with the standard setting enabled. Pointing the controller in the desired direction will cause the jet to steer that direction. Standard mode does not allow for full barrel rolling or flying upside down, and is intended to be easier on the player's sense of orientation. The right stick can also steer the jet if needed.

The real world calibration is arbitrary as there is no way to calibrate for it in the context of steering the jet. Feel free to change it to suit your steering speed preference.

Make sure to remove the arrow key bindings for multiplayer chat in the game settings and change the camera bindings to the arrow keys. This allows the left stick to control both the in-game menu and the camera.

How to Use this Config

Using JoyShockMapper configurations is easy once you know how. If you haven't used it before, check out the guide. For using a community config like this one, you only need to get through the first two sections — Installing JSM and Using an already-made configuration file.

Just copy the above configuration into a text file, change the IN_GAME_SENS to match your in-game settings, and then drag that file into JoyShockMapper and hit Enter to use it right away. Some games have their own limitations with certain controllers or require some extra setup, so make sure to check for any notes near top of the main Ace Combat 7 page.