Script Conversion Request Megathread

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

Re: Script Conversion Request Megathread

Postby TrinityMorpheus » Wed Feb 10, 2021 12:09 pm

Could I please have someone convert this script to T1, thankyou.
Attachments
Lethal_Panda_Custom_CS_2_2021.gpc
(1.95 KiB) Downloaded 107 times
User avatar
TrinityMorpheus
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Thu Feb 04, 2021 10:45 am

Re: Script Conversion Request Megathread

Postby agbanobijude » Thu Feb 11, 2021 6:23 am

Hello could you please convert this script to T2, thanks
Attachments
saif305saif-M4__المنزل.gpc
(33.46 KiB) Downloaded 97 times
User avatar
agbanobijude
Private First Class
Private First Class
 
Posts: 2
Joined: Thu Feb 11, 2021 6:15 am

Re: Script Conversion Request Megathread

Postby J2Kbr » Thu Feb 11, 2021 9:57 am

TrinityMorpheus wrote:Could I please have someone convert this script to T1, thankyou.

Converted:
Code: Select all
/*
██████╗ ██████╗ ██╗ ██████╗ ██████╗ ███╗   ██╗
██╔══██╗██╔══██╗██║██╔════╝██╔═══██╗████╗  ██║
██║  ██║██████╔╝██║██║     ██║   ██║██╔██╗ ██║
██║  ██║██╔══██╗██║██║     ██║   ██║██║╚██╗██║
██████╔╝██║  ██║██║╚██████╗╚██████╔╝██║ ╚████║
╚═════╝ ╚═╝  ╚═╝╚═╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═══╝
Custom for Lethal Panda
 
 
L1 Aim Shot
 
L3 Curry slide from left hand
R3 Curry slide from right hand
 
*/

 
int MeterPosition = 18;
int delay = 21;
 
main
{
    if(get_val(PS4_L1))
    {
        set_val(PS4_RY, 100);
        set_val(PS4_RX, MeterPosition);
    }
 
    if(get_val(PS4_L3))
    {
        combo_run(LHSLIDE);
        set_val(PS4_L3, 0);
    }
 
    if(get_val(PS4_R3))
    {
        combo_run(RHSLIDE);
        combo_run(Takeover);
        set_val(PS4_R3, 0);
    }
 
    if(get_rumble(RUMBLE_A) || get_rumble(RUMBLE_B))
    {
        combo_run(wait_time);
    }
}
 
 
//=======================================
// Dribble Moves//=======================
//=======================================
 
combo LHSLIDE
{
    set_val(PS4_RX, 100);
    set_val(PS4_RY, 50);
    wait(400);
}
 
 
combo RHSLIDE
{
    set_val(PS4_RX, -100);
    set_val(PS4_RY, 50);
    wait(400);
}
 
 
//=======================================
// Combos //=============================
//=======================================
 
combo wait_time
{
    wait(delay);
    set_val(PS4_L2, 100);
    set_val(PS4_SQUARE, 0);
    wait(100);
    set_val(PS4_L2, 0);
    wait(200);
}
 
 
combo Takeover
{
    set_val(PS4_R3, 100);
    wait(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: Script Conversion Request Megathread

Postby TrinityMorpheus » Fri Feb 12, 2021 2:56 pm

Would you please convert this script to titan 1 . thankyou have a great day
Attachments
driconworkingtest.gpc
(28.08 KiB) Downloaded 115 times
User avatar
TrinityMorpheus
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Thu Feb 04, 2021 10:45 am

Re: Script Conversion Request Megathread

Postby z3ky » Sat Feb 13, 2021 8:26 pm

NBA2K script after the vibration update, can somebody please convert it to T1? Thanks in advance!
Attachments
DIRTY_SPLAT_SCRIPT_NO_VIBRATION_1.0(1).gpc
(14.42 KiB) Downloaded 110 times
User avatar
z3ky
Private First Class
Private First Class
 
Posts: 2
Joined: Sat Feb 13, 2021 7:34 pm

Re: Script Conversion Request Megathread

Postby TrinityMorpheus » Sun Feb 14, 2021 3:03 am

z3ky wrote:NBA2K script after the vibration update, can somebody please convert it to T1? Thanks in advance!




Is this a dricon script or what? And what do you mean a vibration update? Has your scripts not been running correctly after that most recent update for 2k?
User avatar
TrinityMorpheus
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Thu Feb 04, 2021 10:45 am

Re: Script Conversion Request Megathread

Postby z3ky » Sun Feb 14, 2021 7:38 pm

They took out the vibration in online game modes, so all the scripts working with the vibration are useless now. You need something timing related now
User avatar
z3ky
Private First Class
Private First Class
 
Posts: 2
Joined: Sat Feb 13, 2021 7:34 pm

Re: Script Conversion Request Megathread

Postby TrinityMorpheus » Mon Feb 15, 2021 2:46 am

You find anything working yet?
User avatar
TrinityMorpheus
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Thu Feb 04, 2021 10:45 am

Re: Script Conversion Request Megathread

Postby TrinityMorpheus » Tue Feb 16, 2021 5:10 pm

Thanks for the converted scripts, really is a big huge help, (I'm currently studying how to script myself)


Could you please convert this script for use with Titan 1 ? Thankyou
Attachments
nba2k21_shooting_&_dribbling_v3.0_(working).gpc
(28.04 KiB) Downloaded 100 times
User avatar
TrinityMorpheus
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Thu Feb 04, 2021 10:45 am

Re: Script Conversion Request Megathread

Postby s9169586 » Thu Feb 18, 2021 10:42 pm

Can someone convert this to t1
Attachments
SPLAT_1.1.gpc
(14.66 KiB) Downloaded 110 times
value_tester.gpc
(8.04 KiB) Downloaded 106 times
User avatar
s9169586
Master Sergeant
Master Sergeant
 
Posts: 27
Joined: Sat Oct 10, 2020 12:34 am

PreviousNext

Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 102 guests