-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Original platforms: DBFZ(UE4.17)
Switch: DBFZ(UE4.19)
moveInput: 301 and moveInput: 304 do not exist in DBFZ(UE4.17)
Attempts at substituting these calls with INP_E_HOLD (37), INP_F_HOLD (46), INP_CHANGE1_HOLD (295) and INP_CHANGE2_HOLD (296) were unsuccessful.
It seems all of these binds are internally hardcoded to access assist functionality, meaning there are no freely available binds in DBFZ(UE4.17) that can mimic the L (moveInput 304) and R (moveInput 304) shoulder buttons from the DBFZ(UE4.19) Simple controls layout.
DBFZ(UE4.19) seems to have an extra function that does not exist in DBFZ(UE4.17): Unknown1451
It's in the range of IDs that house other addMove (1409) modifiers. It's 8 bytes in size, and takes an integer as a parameter (vanilla values are 1 and 3).
It's only used 4 times and seems insignificant.