Help me! For fishing planet!

GPC1 script programming for Titan One. Code examples, questions, requests.

Help me! For fishing planet!

Postby Minedead868 » Tue Jun 04, 2019 8:43 pm

Hello, could anyone make a simple auto-wrap script !? for the fishing planet game! thanks
for example if control vibrate slips the fish in case L2
User avatar
Minedead868
Private First Class
Private First Class
 
Posts: 3
Joined: Wed Feb 20, 2019 2:54 pm

Re: Help me! For fishing planet!

Postby J2Kbr » Wed Jun 05, 2019 5:17 pm

Minedead868 wrote:Hello, could anyone make a simple auto-wrap script !? for the fishing planet game! thanks
for example if control vibrate slips the fish in case L2

Hopefully this code will work with Fishing Planet (don't have the game to test myself).
Code: Select all
main {
    // if control vibrate
    if(get_rumble(RUMBLE_A) || get_rumble(RUMBLE_B)) {
        // slips the fish in case L2
        set_val(PS4_L2, 100);
    }
}
 
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: Help me! For fishing planet!

Postby Minedead868 » Thu Jun 06, 2019 9:40 am

J2Kbr wrote:
Minedead868 wrote:Hello, could anyone make a simple auto-wrap script !? for the fishing planet game! thanks
for example if control vibrate slips the fish in case L2

Hopefully this code will work with Fishing Planet (don't have the game to test myself).
Code: Select all
main {
    // if control vibrate
    if(get_rumble(RUMBLE_A) || get_rumble(RUMBLE_B)) {
        // slips the fish in case L2
        set_val(PS4_L2, 100);
    }
}
 


I love you, works perfectly. I love you
User avatar
Minedead868
Private First Class
Private First Class
 
Posts: 3
Joined: Wed Feb 20, 2019 2:54 pm


Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 52 guests