Page 20 of 30

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

PostPosted: Wed Mar 11, 2020 8:56 am
by Mad
Here's what the new donate button looks like:
button.png
button.png (4.72 KiB) Viewed 4057 times

Authors can re-upload their scripts with a donation link. If you have a personal script you think the community would like why not upload it and use this feature. :joia:

Note: You must be using the latest Gtuner IV beta to add a link.

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

PostPosted: Wed Mar 11, 2020 9:06 am
by J2Kbr
Thank you Mad for illustrate this new feature.

Similarly as shortdesc, keywords and docurl, the donation link can also be included in the GPC script file within the tag <donate> ... </donate>.

Mad wrote:Note: You must be using the latest Gtuner IV beta to add a link.

Correct, Gtuner IV 1.07 is needed to add the donation URL. However, once added the donation button will be shown on current and all previous releases of Gtuner IV. :smile0517:

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

PostPosted: Fri Mar 13, 2020 12:05 am
by Ketechi
Hello,

I am having a bit of an issue. So far I installed all my libraries but I am getting an error# 111. Here is a picture of the error:
Image

I believe the error is because I haven't set up a script with the __init__ properly but the issue is I do not know how to set up or where to place scripts. I already downloaded the apex_legends scripts as shown here:
Image

But I cannot see any option under the "Computer vision" tab to select the script.

Where or in what folder am I supposed to save the scripts?

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

PostPosted: Fri Mar 13, 2020 12:14 am
by Mad
Ketechi wrote:But I cannot see any option under the "Computer vision" tab to select the script.

Where or in what folder am I supposed to save the scripts?

Save the script in any folder and then navigate to that folder with the file explorer and set it as your working directory.
wd.png
wd.png (6.71 KiB) Viewed 3882 times

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

PostPosted: Fri Mar 13, 2020 1:45 am
by laloalmada
I have the same problem as ketechi. And how I do set it as my working directory? What is that means? Iam new, Iam sorry for my dum question

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

PostPosted: Fri Mar 13, 2020 2:09 am
by Mad
laloalmada wrote:I have the same problem as ketechi. And how I do set it as my working directory? What is that means? Iam new, Iam sorry for my dum question

You set the working directory to where the script is located using Gtuners built in file explorer.

Navigate to the folder the script is saved in and press set as working directory. I have highlighted this in the image above your post :smile0517:

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

PostPosted: Fri Mar 13, 2020 2:14 am
by laloalmada
Thank you! I already did that, now it throws me another error, I don't know how to put the image so I'll copy here:

GCV Error: ('invalid syntax', ('', 2, 17, 'from apex legends scrips import GCVWorker\n')) SyntaxError: ('invalid syntax', ('', 2, 17, 'from apex legends scrips import GCVWorker\n'))

Computer Vision: ERROR: Gpython process exited with error code 111

Any idea?

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

PostPosted: Fri Mar 13, 2020 9:02 am
by J2Kbr
The GCV Script cannot have spaces in the file name (it is treated as Python module), yours seems to be "apex legends scrips.py", rename to:

apex_legends_scrips.py

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

PostPosted: Fri Mar 13, 2020 10:39 pm
by laloalmada
J2Kbr wrote:The GCV Script cannot have spaces in the file name (it is treated as Python module), yours seems to be "apex legends scrips.py", rename to:

apex_legends_scrips.py

Thank you!

Now another error after renaming "apex_legends_script.py". This is the error:

GCV Error: __import__ not found

GCV Error: Traceback (most recent call last):
   File "", line 1, in

GCV Error: ImportError: __import__ not found

Computer Vision: ERROR: Gpython process exited with error code 111

What am I doing wrong? =(

Re: [UPD Mar-6] Gtuner IV 1.07RC (Computer Vision, Donation

PostPosted: Sat Mar 14, 2020 2:37 am
by Soichi
We need let Titan Two connect PC for using Computer Vision.
When I use Titan Two with Keyboard & Mouse , All usb port is already used(KB, Mouse, PS4, PS4 Controller).

So, when I use ComputerVision with Keyboard & Mouse, I need to connect 5 devices(KB, Mouse, PS4, PS4 Controller, PC).
Titan Two has only 4 usb port.
How can i solve this problem?