[Request] Templates added to J2Kbr's Apex GCV Script

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

[Request] Templates added to J2Kbr's Apex GCV Script

Postby Michael » Thu Oct 29, 2020 8:42 am

Hi, J2Kbr,

I have made and tested the additional templates of 7 languages. These templates work well. Could they be added to your Apex GCV script on Online Resources?

I picked the languages listed on the Gtuner IV and hope it's appropriate to do so.
list of Guner IV languages.png
list of Guner IV languages.png (24.48 KiB) Viewed 1560 times


For your reference, Listed below are the codes I added to test those templates.

Code: Select all
# Set LANGUAGE_DETECT according to the language used in the game:
# [EN] English = 1, [ES] Spanish = 2, [DE] German = 3,
# [FR] French = 4, [PT] Portuguese =5, [RU] Russian = 6,
# [CN] Simplified Chinese = 7, [TC] Traditional Chinese = 8.
LANGUAGE_DETECT = 1

The attachment add language detect_1.png is no longer available


Code: Select all
        if LANGUAGE_DETECT == 1:
            self.templates = cv2.imread('apex_antirecoil.png')
        if LANGUAGE_DETECT == 2:
            self.templates = cv2.imread('apex_antirecoil_ES.png')
        if LANGUAGE_DETECT == 3:
            self.templates = cv2.imread('apex_antirecoil_DE.png')
        if LANGUAGE_DETECT == 4:
            self.templates = cv2.imread('apex_antirecoil_FR.png')
        if LANGUAGE_DETECT == 5:
            self.templates = cv2.imread('apex_antirecoil_PT.png')
        if LANGUAGE_DETECT == 6:
            self.templates = cv2.imread('apex_antirecoil_RU.png')
        if LANGUAGE_DETECT == 7:
            self.templates = cv2.imread('apex_antirecoil_CN.png')
        if LANGUAGE_DETECT == 8:
            self.templates = cv2.imread('apex_antirecoil_TC.png')

The attachment add language detect_2.png is no longer available
User avatar
Michael
Master Sergeant
Master Sergeant
 
Posts: 37
Joined: Mon Feb 26, 2018 5:29 am

Re: [Request] Templates added to J2Kbr's Apex GCV Script

Postby J2Kbr » Thu Oct 29, 2020 9:38 am

Nice work. :joia: :joia: Fell free to publish your improved Apex Legends GCV script on Gtuner's Online Resources (I don't want take credit for your hard work).

Also, the 3 TODO in the template are the fully kitted Triple Take, Flatline and Volt which are only available in game (not in Firing Range). If eventually you or anyone else come across any of these weapons, please save the frame and send to me. thanks.
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: [Request] Templates added to J2Kbr's Apex GCV Script

Postby Michael » Thu Oct 29, 2020 12:25 pm

Got it. Thank you~ :innocent_smile_1:
User avatar
Michael
Master Sergeant
Master Sergeant
 
Posts: 37
Joined: Mon Feb 26, 2018 5:29 am

Re: [Request] Templates added to J2Kbr's Apex GCV Script

Postby Gjin Yuko » Mon Nov 02, 2020 7:15 am

Michael wrote:Hi, J2Kbr,

I have made and tested the additional templates of 7 languages. These templates work well. Could they be added to your Apex GCV script on Online Resources?

I picked the languages listed on the Gtuner IV and hope it's appropriate to do so.
list of Guner IV languages.png


For your reference, Listed below are the codes I added to test those templates.

Code: Select all
# Set LANGUAGE_DETECT according to the language used in the game:
# [EN] English = 1, [ES] Spanish = 2, [DE] German = 3,
# [FR] French = 4, [PT] Portuguese =5, [RU] Russian = 6,
# [CN] Simplified Chinese = 7, [TC] Traditional Chinese = 8.
LANGUAGE_DETECT = 1

add language detect_1.png


Code: Select all
        if LANGUAGE_DETECT == 1:
            self.templates = cv2.imread('apex_antirecoil.png')
        if LANGUAGE_DETECT == 2:
            self.templates = cv2.imread('apex_antirecoil_ES.png')
        if LANGUAGE_DETECT == 3:
            self.templates = cv2.imread('apex_antirecoil_DE.png')
        if LANGUAGE_DETECT == 4:
            self.templates = cv2.imread('apex_antirecoil_FR.png')
        if LANGUAGE_DETECT == 5:
            self.templates = cv2.imread('apex_antirecoil_PT.png')
        if LANGUAGE_DETECT == 6:
            self.templates = cv2.imread('apex_antirecoil_RU.png')
        if LANGUAGE_DETECT == 7:
            self.templates = cv2.imread('apex_antirecoil_CN.png')
        if LANGUAGE_DETECT == 8:
            self.templates = cv2.imread('apex_antirecoil_TC.png')

add language detect_2.png

Nice Work!
YouTube /Gjin Yuko
Facebook /Gjin Yuko
Twitter /Gjin Yuko
Discord /Gjin Yuko
Xbox /Gjin Yuko
Playstation Dont have one, Xbox is the better Console :P
User avatar
Gjin Yuko
Sergeant Major
Sergeant Major
 
Posts: 95
Joined: Mon Aug 05, 2019 10:00 pm
Location: Germany


Return to Gtuner Computer Vision

Who is online

Users browsing this forum: No registered users and 42 guests