Cateye GameBike PS2 controller working with PS4

Gtuner Plugins support. MaxAim, MaxRemapper, Combo Magick, Game Rec.

Cateye GameBike PS2 controller working with PS4

Postby silentguy » Thu Nov 22, 2018 12:11 am

This is my first post, but just wanted to post that I got my old 2004 Cateye Gamebike working with a PS4 !!
It had been gathering dust in storage until I found the Titan 2. I could have gotten it to work with other dongles, but most games are unplayable unless you can remap keys which is hard to do on a console.

I did this key remapping with some help from searching the forums. It allows me to play NHL 2017 in arcade mode, using NHL94 style buttons. It is very fun.
It took me a long time to figure this out, so there may be better ways to do this, but it works, and might save someone some time in future.

I used the Titan 2 and the bluetooth kit.
You have to make sure you synch a PS4 controler with bluetooth to the Titan 2.
You plug in the Gamebike PS2 controller into a PS2 to PS3 adapter USB. The USB goes into INPUT A on the Titan 2.
You load the code into a memory slot, and press the arrow button on the Titan 2 to select the memory slot
Here the code with comments.

Code: Select all
#pragma METAINFO(" X-Triangle-Swapped NHL 2017 PS2-ps3-ps4 Cateye controller support", 1, 1, "silentguy")
 
/*  Use Cateye Game Bike Ps2 to PS3 adapter and Titan 2 to play NHL 17 on PS4 */
/*  Use NHL 94 Controls
/* X button and Triangle Button are swapped
 
 Triangle - X - PASS
 Circle  - SHOOT
 R2 - Right Lower Trigger - Triangle - Double Tap to FIGHT
 
 
 
Buttons : 
 
Offense:
 
            R1 - Button 4 - REVERSE Direction
            R2 - Button 5  - Mapped to Triangle - Double tap FIGHT
            Triangle - Button 14  - X - Pedal - PASS in NHL 17
            Circle - Button 15 - SHOOT
            Square - Button 17 -HUSTLE       
            Right Stick Button - Button 6 - L2 trigger - SPIN
 
Defense :
 
            R1 - Button 4 - Reverse Direction
            R2 - Button 5  - Mapped to Triangle - Double tap FIGHT
            Circle - Button 15 -CHECKING
            Square - Button - 17 - HUSTLE       
            Triangle - Button 14 - X - CHANGE PLAYER  in NHL 17
 
FIGHTING:
 
            Right Stick Button (HOLD)  - Button 6 - L2 trigger (HOLD) - Grab
            Right Stick Button - Button 6 - L2 trigger - Fake Grab
            Right Stick UP  - Overhad Punch
            Right Stick DOWN - Uppercut
            Left Stick UP - PULL
            Left Stick DOWN - PUSH
            R2 Trigger (HOLD) - Needs MAPPING   -  Block/Lean Back
            R2                  Needs MAPPING - Dodge
 
*/

 
 
init {
 remapper_swap(BUTTON_6, BUTTON_8 ); /* press Right Stick2 Button 6 on cateye ps2 controller becomes L2 Lower Trigger on PS4 - SPIN in NHL*/
/*  remapper_swap(BUTTON_9, BUTTON_7);  /* press LeftSTICK1 button 9 on  cateye ps2 controller becomes L1  Upper Trigger on PS4 - UNUSED  */
 remapper_swap(BUTTON_16, BUTTON_5); /* press button 16 X on cateye ps2 controller becomes R2 Button 5 on PS4 - PASS in NHL 17*/
 remapper_swap(BUTTON_14, BUTTON_16); /* press button 14 Triangle on cateye ps2 controller becomes X button 16 on PS4 in NHL 17*/
 remapper_swap(BUTTON_5, BUTTON_14)/* R2 Button 5 becomes Triangle button - Double tap to FIGHT */
 }
 
 
main
{
 if(get_val(BUTTON_14)) {   /* when Triangle Button 14 on Cateye controller (pedal X) used - Use Left Stick 2 Y - to go UP */
        /*set_val(BUTTON_16, 0.0); */
        set_val(STICK_2_Y, -100.0);
 
     }
 
    if(get_val(BUTTON_4)) { /* Hold Button4 Right R1 trigger to reverse direction */
        /*set_val(BUTTON_16, 0.0); */
        set_val(STICK_2_Y, 100.0);
 
        }
 
 
 
}
Last edited by silentguy on Thu Nov 22, 2018 12:25 am, edited 1 time in total.
User avatar
silentguy
Private First Class
Private First Class
 
Posts: 3
Joined: Thu Nov 15, 2018 4:14 am

Re: How to get a Cateye Game Bike PS2 conroller to work with

Postby silentguy » Thu Nov 22, 2018 12:21 am

Some Pics

PS2 to PS3 dongle. Available for a few dollars on ebay.
Attachments
image1.jpeg
PS2 to PS3 USB Dongle
image1.jpeg (171.95 KiB) Viewed 1509 times
User avatar
silentguy
Private First Class
Private First Class
 
Posts: 3
Joined: Thu Nov 15, 2018 4:14 am

Re: How to get a Cateye Game Bike PS2 conroller to work with

Postby silentguy » Thu Nov 22, 2018 12:23 am

image1 (1).jpeg
Cateye Game Bike - PS2 Controller
image1 (1).jpeg (112.77 KiB) Viewed 1509 times
Cateye Gamebike
User avatar
silentguy
Private First Class
Private First Class
 
Posts: 3
Joined: Thu Nov 15, 2018 4:14 am

Re: Cateye GameBike PS2 controller working with PS4

Postby J2Kbr » Fri Nov 23, 2018 9:04 am

Very nice!! :) Thank you for sharing your experience and making this tutorial.

Please also consider publish your script on Gtuner IV, in the DOC URL field you can link this post. Thanks.
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm


Return to Gtuner Plugins Support

Who is online

Users browsing this forum: No registered users and 46 guests