BuzzerBeater Forums

BB Global (English) > NT Scout

NT Scout

Set priority
Show messages by
From: Koperboy

This Post:
00
218184.30 in reply to 218184.26
Date: 5/29/2012 3:53:47 AM
Overall Posts Rated:
952952
It's a good tool, but takes too much time to scout :'( (at least in Spain)


Man, I would have been using it if it takes three times as much. It's really an essential tool for U21 and NT coaches. Slovenia wouldn't have this player (21393337) in its' roster if it wasn't for the program.

Also days of hand-picking the best draftees to be trained for U21 and NT are over. Right after the draft you spend 15 minutes with the software and you have all new players in Excel file, with heighth, potential and whatnot.

I try to limit the search just under 1.000 teams and for now it works beautifully.

From: RSX

This Post:
00
218184.31 in reply to 218184.30
Date: 5/29/2012 11:03:02 AM
Overall Posts Rated:
181181
The new version can already dramatically speed up the process, even despite the fact that code is really poorly written (should be lots of objects per few threads instead of lots of threads with single object). Once I have some free time I'm gonna rewrite it again so it should be even faster and the time shouldn't be a problem anymore.

This Post:
00
218184.32 in reply to 218184.31
Date: 5/31/2012 3:04:37 PM
Overall Posts Rated:
350350
Hello RSX!

I am the hungarian c/pf scout. Like this useful program
But.. my problem...

The searching done but dont make csv file!

http://www.imagebam.com/image/dee157193260055

Where find the csv file??

Thanks

This Post:
00
218184.33 in reply to 218184.32
Date: 5/31/2012 3:28:49 PM
Overall Posts Rated:
181181
Your image shows the content of the archived file. Since you opened the program, you had to unzip it somewhere. Whereever you did, well, there's gonna be your csv file, same folder as .exe, .dlls and other files.

This Post:
00
218184.34 in reply to 218184.33
Date: 5/31/2012 5:54:55 PM
Overall Posts Rated:
350350
Woow, many thanks!

I forgot unzip...

From: SREZ

To: RSX
This Post:
00
218184.35 in reply to 218184.33
Date: 6/14/2012 4:44:02 PM
Overall Posts Rated:
260260
Hey sorry if I am being stupid and this has already been explained, but is there any way I can get this program to work on a Mac, or is it only accessible on windows. Thanks.

From: RSX

To: SREZ
This Post:
00
218184.37 in reply to 218184.35
Date: 6/15/2012 6:55:52 AM
Overall Posts Rated:
181181
1. Download Qt SDK
2. Install it
3. Go to my program and in 'src' folder add new file manually with this content:
QT += network

HEADERS += \
ui.h \
tools.h \
player.h \
error.h \
enums.h \
bbapi.h \
team.h \
worker.h

SOURCES += \
ui.cpp \
tools.cpp \
team.cpp \
player.cpp \
main.cpp \
error.cpp \
bbapi.cpp \
worker.cpp

Save it as "NTScout.pro".

4. Open "NTScout.pro" in Qt Creator program (comes with Qt SDK).
5. Compile project (click big green arrow).

This applies to Linux too.

From: lamchops

This Post:
00
218184.39 in reply to 218184.38
Date: 6/15/2012 1:24:39 PM
Overall Posts Rated:
4343
I believe mac can also use Wine.

Advertisement