Page 2 of 3

Re: Script for mouse / mlb the show , video inside.

PostPosted: Fri Apr 27, 2018 10:05 am
by J2Kbr
kiet510 wrote:J2K, do I change eerything to LX and LY? its for left analog stick.

Code: Select all
int x, y;
 
main {
    if(abs(get_val(PS4_LX)) > 15) {
        x = get_val(PS4_LX);
    } else {
        set_val(PS4_LX, x);
    }
    if(abs(get_val(PS4_LY)) > 15) {
        y = get_val(PS4_LY);
    } else {
        set_val(PS4_LY, y);
    }
}

Re: Script for mouse / mlb the show , video inside.

PostPosted: Fri Apr 27, 2018 11:28 pm
by kiet510
hey j2k,

doesn't seem to work, please watch this video, shows what happen when I run this script. https://youtu.be/B7sgO1zwXRk

Re: Script for mouse / mlb the show , video inside.

PostPosted: Sat Apr 28, 2018 8:00 am
by J2Kbr
I see, I will check with couple friends if they have this game so I can test and improve the script.

Re: Script for mouse / mlb the show , video inside.

PostPosted: Sun Apr 29, 2018 8:03 am
by kiet510
J2K,

You sir would be so awesome if you would help me figure this out, i would be so happy. I'm also willing to buy you last year version of the game which is pretty much the same thing for zone hitting, so you can test it. thanks again for putting in time to help me.

Re: Script for mouse / mlb the show , video inside.

PostPosted: Wed May 02, 2018 12:19 am
by kiet510
J2k,

Any updates? :)

Re: Script for mouse / mlb the show , video inside.

PostPosted: Mon May 07, 2018 9:13 pm
by kiet510
J2k, sorry you must be busy but any updates at all?

Re: Script for mouse / mlb the show , video inside.

PostPosted: Tue May 08, 2018 7:59 am
by J2Kbr
Unfortunately none of my friends have this game. I am considering purchase it to help you.

Re: Script for mouse / mlb the show , video inside.

PostPosted: Wed May 09, 2018 9:32 am
by kiet510
You could play it, its pretty awesome! :D , if not the show 17 is pretty similar .. same hitting interface..

Re: Script for mouse / mlb the show , video inside.

PostPosted: Thu May 17, 2018 11:15 pm
by kiet510
J2k,

Do you want me to buy you the show 17? or do you plan on getting 18?

Re: Script for mouse / mlb the show , video inside.

PostPosted: Fri May 18, 2018 10:39 am
by J2Kbr
Can be the 18? I would prefer get the latest one if we can use to make this script.