Assign a button to perform combos also on the ps4 controller

Steven1985

Active member
Hi, as I wrote in a post a few months ago, I would like to add a button, which when pressed, performs the combo of special moves. But I would also like that button to be on my ps4 controller.
Example: Final Fight NLS Ultimate game, Jack Tenrec's "Bazooka" ultimate move. How do I make this move by pressing a button on the PS4 controller?
 

Attachments

  • Screenshot (68).png
    Screenshot (68).png
    296.3 KB · Views: 15
I don't think you need scripts for that. Just go for the character header and look for the freespecial command assigned to it.

Something like this:
com d f a freespecial#

In this case, it's com d f d f a. You can just replace it with com a2 or com a3.

You can do it to any character you want.

 
Steven1985 said:
Hi, as I wrote in a post a few months ago, I would like to add a button, which when pressed, performs the combo of special moves. But I would also like that button to be on my ps4 controller.
Example: Final Fight NLS Ultimate game, Jack Tenrec's "Bazooka" ultimate move. How do I make this move by pressing a button on the PS4 controller?

I play on the PS Classic do you feel most keyboard controls can be used on the PS classic? KFDMmanic said he made jump L1 so I assume the D key is L1 on the psc unless I am not understanding the control scheme....it's very important for me to maintain console compatibility on my mod is possible.
 
Back
Top Bottom