[GCV/GPC] Apex Legends CV Anti-Recoil

GCV scripting for Gtuner IV and Titan Two. Configuration, examples, questions.

Re: [GCV/GPC] Apex Legends CV Anti-Recoil

Postby residualflash » Mon Feb 08, 2021 8:07 pm

Gold weapons have not been added. Here is the template image. As you can see, we need screenshots of the gold variants of R301, Repeater, Spitfire, Mozambique, and Longbow. Although only R301 and Spitfire really matter as recoil doesn't really affect the other ones. Maybe repeater also. If you come across a gold variant, getting a screen shot would be helpful in updating the template image.
Attachments
apex_antirecoil.png
apex_antirecoil.png (189.49 KiB) Viewed 1012 times
User avatar
residualflash
Master Sergeant
Master Sergeant
 
Posts: 39
Joined: Fri Apr 05, 2019 8:37 pm

Re: [GCV/GPC] Apex Legends CV Anti-Recoil

Postby Dimakra666 » Mon Feb 08, 2021 8:26 pm

residualflash wrote:Gold weapons have not been added. Here is the template image. As you can see, we need screenshots of the gold variants of R301, Repeater, Spitfire, Mozambique, and Longbow. Although only R301 and Spitfire really matter as recoil doesn't really affect the other ones. Maybe repeater also. If you come across a gold variant, getting a screen shot would be helpful in updating the template image.

Ow sorry mate. May bad haha
Well i never seen thoes golden wepons anywhere hahah
User avatar
Dimakra666
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 231
Joined: Fri Feb 17, 2017 3:34 am

Re: [GCV/GPC] Apex Legends CV Anti-Recoil

Postby DeinCheffe » Tue Feb 09, 2021 7:04 pm

Hi,
is it possible to switch off the rapid fire with the G7, Wingman and the repeater in the cv script?
The cv script also runs on the Ps5?
Hope someone can help me with the answers. Thank you in advance.
User avatar
DeinCheffe
Sergeant First Class
Sergeant First Class
 
Posts: 20
Joined: Wed Sep 09, 2020 2:19 pm

Re: [GCV/GPC] Apex Legends CV Anti-Recoil

Postby residualflash » Wed Feb 10, 2021 1:28 am

Modify this part towards the bottom of the script

Code: Select all
 
# Report to Titan Two script the rapidfire activation state
elif self.rapidfire != FIREMODE[wfrmode][1]:
    self.rapidfire = FIREMODE[wfrmode][1]
    if (windex == 2 or windex == 3):
        self.rapidfire = 0
    gcvdata = bytearray([0, self.rapidfire])
 


Replace windex == with the index of the weapon you dont want rapidfire. Index is in the order of weapons in the antirecoil section. For example, RE45 is 1, P2020 is 2, R-301 is 3, etc. Add more weapons using "or"
Last edited by residualflash on Wed Feb 10, 2021 9:03 pm, edited 2 times in total.
User avatar
residualflash
Master Sergeant
Master Sergeant
 
Posts: 39
Joined: Fri Apr 05, 2019 8:37 pm

Re: [GCV/GPC] Apex Legends CV Anti-Recoil

Postby J2Kbr » Wed Feb 10, 2021 10:43 am

residualflash wrote:Modify this part towards the bottom of the script

Code: Select all
 
# Report to Titan Two script the rapidfire activation state
elif self.rapidfire != FIREMODE[wfrmode][1]:
    self.rapidfire = FIREMODE[wfrmode][1]
    if (windex == 2 || windex == 3):
        self.rapidfire = 0
    gcvdata = bytearray([0, self.rapidfire])
 


Replace windex == with the index of the weapon you dont want rapidfire. Index is in the order of weapons in the antirecoil section. For example, RE45 is 1, P2020 is 2, R-301 is 3, etc. Add more weapons using ||

Perfect! Thank you for the input here residualflash. :smile0517:
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: [GCV/GPC] Apex Legends CV Anti-Recoil

Postby DeinCheffe » Wed Feb 10, 2021 7:26 pm

This was my try:

# Report to Titan Two script the rapidfire activation state
elif self.rapidfire != FIREMODE[wfrmode][1]:
self.rapidfire = FIREMODE[wfrmode][1]
if (windex == 6 || windex == 7 || windex ==8):
self.rapidfire = 0
gcvdata = bytearray([0, self.rapidfire])
What did i wrong?After that the script wasnt running.The 6 stand for G7,7 for the Repeater and 8 for Wingman.
Attachments
20210210_194253.jpg
20210210_194253.jpg (195.84 KiB) Viewed 951 times
User avatar
DeinCheffe
Sergeant First Class
Sergeant First Class
 
Posts: 20
Joined: Wed Sep 09, 2020 2:19 pm

Re: [GCV/GPC] Apex Legends CV Anti-Recoil

Postby residualflash » Wed Feb 10, 2021 7:30 pm

There is a syntax error somewhere. Did you indent at the right places. Indenting is important in python scripts.
User avatar
residualflash
Master Sergeant
Master Sergeant
 
Posts: 39
Joined: Fri Apr 05, 2019 8:37 pm

Re: [GCV/GPC] Apex Legends CV Anti-Recoil

Postby DeinCheffe » Wed Feb 10, 2021 7:35 pm

This was my try
Attachments
20210210_194253.jpg
20210210_194253.jpg (224.33 KiB) Viewed 949 times
User avatar
DeinCheffe
Sergeant First Class
Sergeant First Class
 
Posts: 20
Joined: Wed Sep 09, 2020 2:19 pm

Re: [GCV/GPC] Apex Legends CV Anti-Recoil

Postby DeinCheffe » Wed Feb 10, 2021 7:36 pm

If i use the original script, its run.But not my try
User avatar
DeinCheffe
Sergeant First Class
Sergeant First Class
 
Posts: 20
Joined: Wed Sep 09, 2020 2:19 pm

Re: [GCV/GPC] Apex Legends CV Anti-Recoil

Postby residualflash » Wed Feb 10, 2021 8:54 pm

Oops my silly mistake :oops: . Python uses or instead of ||. Just replace the || with or
User avatar
residualflash
Master Sergeant
Master Sergeant
 
Posts: 39
Joined: Fri Apr 05, 2019 8:37 pm

PreviousNext

Return to Gtuner Computer Vision

Who is online

Users browsing this forum: No registered users and 42 guests