BuzzerBeater Forums

BB Global (English) > NT Scout

NT Scout

Set priority
Show messages by
From: RSX

This Post:
00
218184.102 in reply to 218184.101
Date: 1/8/2015 8:47:37 PM
Overall Posts Rated:
181181
When installing Qt you can unselect some components (in last section: web engine? and it's sibling, dont remember names), not sure if it saves much disk space.

From: whitewind

To: RSX
This Post:
00
218184.103 in reply to 218184.102
Date: 1/9/2015 7:07:01 AM
rimmers
III.2
Overall Posts Rated:
463463
Second Team:
Redbacks
i must have unselected too much, because now when i go to QT creator I cannot click on configure project. It says there are no valid kits found. Do you know what I definitely need to compose? Ive downloaded xcode aswell (another 2 gig) which it said i needed...

From: RSX

This Post:
00
218184.104 in reply to 218184.103
Date: 1/9/2015 1:51:55 PM
Overall Posts Rated:
181181
You don't need xcode, you need QtCreator, you need some compiler (Clang probably) and the libraries.

That's why I wrote to Install offline version (Qt 5.4.0 for Mac (599 MB)), there should be less options. On my Linux setup, in the page with components, I always unselect Qt WebEngine and Qt Extras (Qt Canvas & Qt WebView). No idea how it looks in Mac setup.

By the way, once you compile the program, you can just copy few needed libraries,, and remove the whole SDK. That's like 20 MB only.

From: whitewind

To: RSX
This Post:
00
218184.105 in reply to 218184.104
Date: 1/9/2015 5:23:57 PM
rimmers
III.2
Overall Posts Rated:
463463
Second Team:
Redbacks
ok thanks. It wasnt clear to choose the offline one. Infact in the tutorial, it says select the online one, which is massive.

Downloaded 5.3(online version) took overnight to download, ran it, got this error.

<script src="https://gist.github.com/anonymous/bdb2eeeebdc0f6f02855.js"></script>

Last edited by whitewind at 1/9/2015 5:25:29 PM

From: RSX

This Post:
00
218184.106 in reply to 218184.105
Date: 1/9/2015 5:58:46 PM
Overall Posts Rated:
181181
Folder 'icons' needs to be inside 'source/ntscout'. I'll update tutorial later.

From: whitewind

To: RSX
This Post:
00
218184.107 in reply to 218184.106
Date: 1/9/2015 6:16:36 PM
rimmers
III.2
Overall Posts Rated:
463463
Second Team:
Redbacks
i moved icon inside ntscout folder and reran. (using the offline installer now :) )

<script src="https://gist.github.com/anonymous/f91b13e861348657ef6f.js"></script>

Last edited by whitewind at 1/9/2015 6:17:06 PM

From: RSX

This Post:
00
218184.108 in reply to 218184.107
Date: 1/9/2015 6:52:09 PM
Overall Posts Rated:
181181
I had to update source code, you need to download the source files again ('Download ZIP' button).

It should now compile, and if you want to run it from QtCreator (Green Arrow), you will need to copy data and flags folders to working directory (by default it's created by QtCreator next to 'source/ntscout' folder, called like 'build-NTScout-Desktop...')

From: whitewind

To: RSX
This Post:
00
218184.109 in reply to 218184.108
Date: 1/9/2015 7:07:09 PM
rimmers
III.2
Overall Posts Rated:
463463
Second Team:
Redbacks
got it to run thanks. I had to copy/paste the icons folder again after the download.

From: whitewind

To: RSX
This Post:
00
218184.110 in reply to 218184.108
Date: 1/9/2015 7:19:37 PM
rimmers
III.2
Overall Posts Rated:
463463
Second Team:
Redbacks
ran a test to see if it would work, it went through and searched for players, but at the end a sign comes up saying it cannot save the results. Then on the next summary screen, the "results" and "File" are both empty. Do I need to copy another file over?

From: RSX

This Post:
00
218184.111 in reply to 218184.110
Date: 1/9/2015 7:33:36 PM
Overall Posts Rated:
181181
Program creates itself the results folder and result files.

Go to working directory and check if there's results folder, if there isn't, it means program doesn't have privileges to create one.

Another option is, program used not allowed character for file namings. Try to create file and name it "2015-01-10 00-42-56.csv".

From: whitewind

To: RSX
This Post:
00
218184.112 in reply to 218184.111
Date: 1/9/2015 7:39:12 PM
rimmers
III.2
Overall Posts Rated:
463463
Second Team:
Redbacks
i copied a results folder from an older version, and it worked.

This program is amazing, it saves so much time for NT staff. Thank you very much!

Advertisement