Shared by smoreprofsmoreprof
- 14 Sep 2024 22:10

rating: +1+x

Configuration to play Mega Man 8-Bit Deathmatch with JoyShockMapper

# Example configuration for a 3D game (mouse turns the camera) with flick stick
# (Any line that starts with # is ignored by JoyShockMapper)

# First, reset to defaults so we don't have to set values we don't care about
RESET_MAPPINGS

#My gyro settings. Replace with your own if you need.
GYRO_SPACE = WORLD_TURN
REAL_WORLD_CALIBRATION = 3.5744 #Do not change this value.
IGNORE_OS_MOUSE_SPEED 
IN_GAME_SENS = [REPLACE WITH YOUR SENSITIVITY]
GYRO_SENS = 4
GYRO_CUTOFF_SPEED = 0.75

##################
# Calibrate Gyro #
##################
RESTART_GYRO_CALIBRATION
SLEEP 2
FINISH_GYRO_CALIBRATION

############
# TouchPad #
############
#Divides the pad into two sections similar to steam
GRID_SIZE = 2 1 
T1,CAPTURE = ^GYRO_OFF #Left side -> Toggles gyro on and off when needed (such as for menus)
T2,CAPTURE = ESC #Right side -> Menu button

#TOUCH= #Touch on its own has no output to avoid accidental presses (changeable)

###############
### X-Input ###
###############
UP = PS_UP
DOWN = PS_DOWN
LEFT = PS_LEFT
RIGHT = PS_RIGHT
L = PS_L1
R = PS_R1
W = PS_SQUARE #I recommend you use this for camera reset
S = PS_CROSS
N = PS_TRIANGLE
E = PS_CIRCLE
L3 = PS_L3
R3 = PS_R3
- = ESC 
+ = GYRO_OFF #Hold to turn gyro off temporarily
DOWN + + = CALIBRATE #Recalibrate with D-Pad Down + Options
HOME = PS_HOME
ZL_MODE = PS_L2
ZR_MODE = PS_R2
ADAPTIVE_TRIGGER = OFF
LIGHT_BAR = BLUE

##########################
### Hybrid Flick Stick ###
##########################
LLEFT = A
LRIGHT = D
LUP = W
LDOWN = S
RIGHT_STICK_MODE = AIM
RRING, RIGHT_STICK_MODE = FLICK
RIGHT_STICK_DEADZONE_OUTER = 0.0001
STICK_POWER = 0.7
STICK_SENS = 360 180
RIGHT_STICK_DEADZONE_INNER = 0.05

smoreprof's Notes

This scheme has the inner ring of the joystick be used for moving the mouse around & aiming.
Flicking the stick to the outer ring is a standard flick stick.
Feel free to remove one of these options if you want the joystick to behave like normal aiming, or solely as a flick stick.

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 Mega Man 8-Bit Deathmatch page.