Script Conversion Request Megathread

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

Re: Script Conversion Request Megathread

Postby Mad » Sun Oct 04, 2020 12:10 am

datzbrandon wrote:not to be mean... but this isnt the same script.. i have the script i posted above on my titan two and it acts completly different from the script u sent me on my titan one... not sure why

Same script two different devices, one is much faster than the other.

Start by increasing the wait(800) to wait(820) and see if there is a difference.
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4533
Joined: Wed May 22, 2019 5:39 am

Re: Script Conversion Request Megathread

Postby DontAtMe » Sun Oct 04, 2020 3:57 am

datzbrandon wrote:not to be mean... but this isnt the same script.. i have the script i posted above on my titan two and it acts completly different from the script u sent me on my titan one... not sure why


Try this for the Titan One.
Code: Select all
define SPEED = 2;
 
int v;
int timer;
main {
  vm_tctrl(-5);
 
  timer = timer + get_rtime();
  timer = timer % 100;
 
  if(event_press(XB1_DOWN)) {
    v = 1;
  }
 
  if(v){
    if(v <= 100) {
      set_val(XB1_RY, v);
      set_val(XB1_RX, irand(-4, 4));
      if (!(timer % 10)) v = v + SPEED;
    } else {
      v = 0;
      combo_run(shot_wait);
    }
  }
}
 
combo shot_wait {
  set_val(XB1_RY, 99);
  set_val(XB1_RX, -30);
  wait(800);
}
User avatar
DontAtMe
Captain
Captain
 
Posts: 502
Joined: Tue Oct 02, 2018 4:49 am

Re: Script Conversion Request Megathread

Postby datzbrandon » Sun Oct 04, 2020 8:18 pm

DontAtMe wrote:
datzbrandon wrote:not to be mean... but this isnt the same script.. i have the script i posted above on my titan two and it acts completly different from the script u sent me on my titan one... not sure why


Try this for the Titan One.
Code: Select all
define SPEED = 2;
 
int v;
int timer;
main {
  vm_tctrl(-5);
 
  timer = timer + get_rtime();
  timer = timer % 100;
 
  if(event_press(XB1_DOWN)) {
    v = 1;
  }
 
  if(v){
    if(v <= 100) {
      set_val(XB1_RY, v);
      set_val(XB1_RX, irand(-4, 4));
      if (!(timer % 10)) v = v + SPEED;
    } else {
      v = 0;
      combo_run(shot_wait);
    }
  }
}
 
combo shot_wait {
  set_val(XB1_RY, 99);
  set_val(XB1_RX, -30);
  wait(800);
}


yup it works but when i press down it takes like a seconds or so for it to start .. im assuming theres a way to make it faster maybe i can play around with the numbers.. or maybe thats why the t1 sucks :S lol
User avatar
datzbrandon
Command Sergeant Major
Command Sergeant Major
 
Posts: 116
Joined: Sun Nov 01, 2015 8:57 pm

Re: Script Conversion Request Megathread

Postby DontAtMe » Sun Oct 04, 2020 11:17 pm

im assuming theres a way to make it faster maybe
literally the first line.
User avatar
DontAtMe
Captain
Captain
 
Posts: 502
Joined: Tue Oct 02, 2018 4:49 am

Re: Script Conversion Request Megathread

Postby datzbrandon » Mon Oct 05, 2020 4:49 am

DontAtMe wrote:
im assuming theres a way to make it faster maybe
literally the first line.

Lol ok smart ass well it doesnt do anything at 1 and anymore its the same thing :smile0203:
User avatar
datzbrandon
Command Sergeant Major
Command Sergeant Major
 
Posts: 116
Joined: Sun Nov 01, 2015 8:57 pm

Re: Script Conversion Request Megathread

Postby navi2283 » Tue Oct 06, 2020 4:53 am

Please convert to titan one
Attachments
NEW_WarZone_Aim_Script.gpc
(15.23 KiB) Downloaded 42 times
User avatar
navi2283
Master Sergeant
Master Sergeant
 
Posts: 36
Joined: Fri Oct 02, 2020 7:37 am

Re: Script Conversion Request Megathread

Postby navi2283 » Tue Oct 06, 2020 4:54 am

Please convert
Attachments
TitanTwoSCRIPT_MW_V5_0_TITAN_BEST_AIM_ADAPTIVERECOIL_AND_MORE_MODZ.gpc
(45.35 KiB) Downloaded 46 times
User avatar
navi2283
Master Sergeant
Master Sergeant
 
Posts: 36
Joined: Fri Oct 02, 2020 7:37 am

Re: Script Conversion Request Megathread

Postby Mad » Tue Oct 06, 2020 6:17 am

navi2283 wrote:Please convert to titan one
T1 NEW_WarZone_Aim_Script.gpc
(15.26 KiB) Downloaded 88 times
navi2283 wrote:Please convert
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4533
Joined: Wed May 22, 2019 5:39 am

NBA 2K21 Convert script/fix error

Postby DiorTheGreat » Tue Oct 06, 2020 1:04 pm

Would somebody be willing to convert this script or fix this error for me it keeps saying
> ERROR line 167: syntax error near unexpected token 'define'.
Build failed with 1 errors ...
would somebody be able to fix that so i can use the dribble moves on L3 and R3 :smile0517:
Attachments
NBA2K21 AUTOMATIC GREENS + DRIBBLES (2).gpc
(7.6 KiB) Downloaded 47 times
User avatar
DiorTheGreat
Sergeant
Sergeant
 
Posts: 8
Joined: Mon Sep 28, 2020 12:22 pm

Re: NBA 2K21 Convert script/fix error

Postby Mad » Tue Oct 06, 2020 7:25 pm

converted:
T1 NBA2K21 AUTOMATIC GREENS + DRIBBLES.gpc
(7.13 KiB) Downloaded 128 times
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4533
Joined: Wed May 22, 2019 5:39 am

PreviousNext

Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 93 guests