BuzzerBeater Forums

BB Global (English) > NT Scout

NT Scout

Set priority
Show messages by
From: RSX

To: RSX
This Post:
44
218184.90 in reply to 218184.89
Date: 10/26/2014 1:15:37 AM
Overall Posts Rated:
181181
Uploaded new and hopefully final version.

Changes:
- team id in result files
- key navigation
- updater (external program)
- save country/nationality as default (in settings)
- settings save to file (persist after closing program)
- option to search in Bot teams
- some other minor improvements
- how to use guide https://github.com/rsxee/NTScout/wiki/Usage
- since it doesn't work in Wine, there's also how to compile for different operating systems https://github.com/rsxee/NTScout/wiki/Compiling

Last edited by RSX at 10/26/2014 3:07:46 PM

From: Lemonshine

To: RSX
This Post:
00
218184.91 in reply to 218184.90
Date: 10/26/2014 11:18:15 AM
Overall Posts Rated:
14901490
amazing job, mate. Will check it out tomorrow and let you know if I spot anything weird.

This Post:
00
218184.92 in reply to 218184.90
Date: 10/26/2014 4:12:25 PM
Overall Posts Rated:
55315531
What I'm trying to do: search for players from Cymru, playing in Utopia.

So I choose
- Utopia - search in this country, all divisions and
- Wales - search for players of this nationality

The result I get: >6000 players, most of them of Utopian nationality, a couple of Welsh players playing in Utopia.

What am I doing wrong? I didn't select "search for players in this country" in the Utopia window.

Thanks a lot!

This Post:
11
218184.94 in reply to 218184.92
Date: 10/26/2014 5:56:35 PM
Overall Posts Rated:
181181
Sorry, forgot one little 'if' condition when filtering players. The solution for next minutes/hours is to just sort your data (in office program) by nationality, so the correct results will be at the top. Later you can test the new update feature (warning: it will start downloading new release without prompt).

Edit: the bug is fixed now

Last edited by RSX at 10/26/2014 7:03:57 PM

From: Coach MK

To: RSX
This Post:
00
218184.95 in reply to 218184.94
Date: 10/27/2014 4:24:33 AM
Stavanger Titans
III.6
Overall Posts Rated:
19631963
Second Team:
The Vikings
Now it works perfect. Thanks for that tool.

Hell Ya - We are coming from the North to conquer your arena ...
From: whitewind

To: RSX
This Post:
00
218184.96 in reply to 218184.90
Date: 1/7/2015 7:55:19 PM
rimmers
III.2
Overall Posts Rated:
463463
Second Team:
Redbacks
hey,
Ive tried compiling for the mac, when i try to build and run, it says 15 issues and then when i click to open the program it says "You cant open NTScout because it may be damaged or incomplete".

Any ideas? I was able to open it in qt no worries and follow instructions, just the very end part did not build it correctly.

From: whitewind

To: RSX
This Post:
00
218184.97 in reply to 218184.96
Date: 1/7/2015 8:02:05 PM
rimmers
III.2
Overall Posts Rated:
463463
Second Team:
Redbacks
this looks like the problem. Its got the red stop sign with an exclamation:

/Users/MacBook/Downloads/NTScout-master/source/ntscout/main.cpp:20: error: 'QCommandLineParser' file not found
#include <QCommandLineParser>
^

From: RSX

This Post:
11
218184.98 in reply to 218184.97
Date: 1/8/2015 1:37:28 PM
Overall Posts Rated:
181181
This error is not the root problem, so I need the whole log.

Open project again, go to top menu -> Build -> Rebuild All, when the build stops, go to the bottom menu -> Compile output (Left Alt + 4), and paste here the whole output. It will most likely exceed the post character limit, so use something like https://gist.github.com/ and then share the link.

Last edited by RSX at 1/8/2015 1:38:23 PM

From: whitewind

To: RSX
This Post:
00
218184.99 in reply to 218184.98
Date: 1/8/2015 6:17:58 PM
rimmers
III.2
Overall Posts Rated:
463463
Second Team:
Redbacks
<script src="https://gist.github.com/anonymous/1c4cb4721d3ed2150fc0.js"></script>

Thanks!

From: RSX

This Post:
00
218184.100 in reply to 218184.99
Date: 1/8/2015 8:32:24 PM
Overall Posts Rated:
181181
You are using old Qt version (4.8.6). It can't find QCommandLineParser because it was introduced in 5.2, and the latest one is 5.4, which is the one you should be using.

Advertisement