BuzzerBeater Forums

BB Global (English) > NT Scout

NT Scout

Set priority
Show messages by
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!

This Post:
00
218184.113 in reply to 218184.112
Date: 1/10/2015 8:09:55 PM
Overall Posts Rated:
14901490
This program is amazing, it saves so much time for NT staff.
It is indeed amazing!

This Post:
11
218184.114 in reply to 218184.111
Date: 1/24/2015 4:21:46 AM
Overall Posts Rated:
345345
Dude, you are one amazing genius and the work you put in this is greatly appreciate it. I cannot thank you enough

From: 3ball

To: RSX
This Post:
00
218184.115 in reply to 218184.1
Date: 1/25/2015 8:44:06 PM
Overall Posts Rated:
5454
I think I finally have this all figured out and running. The only thing that I may be missing, is how the excel file compiles. Right now every bit of data for each player is in a single column. Is that normal? Or am I missing something? Thanks.

www.showdownpokergear.com
From: whitewind

This Post:
11
218184.116 in reply to 218184.115
Date: 1/26/2015 10:11:41 AM
rimmers
III.2
Overall Posts Rated:
463463
Second Team:
Redbacks
in excel, click data>text to columns, and itll sort it very nicely into separate columns

From: RSX

This Post:
00
218184.118 in reply to 218184.117
Date: 1/29/2015 11:13:12 AM
Overall Posts Rated:
181181
If you have followed tutorial then this is how the directory structure shood look.

NTScout-master
├── data
├── flags
├── icons
└── source
....├── build-NTScout-Desktop_Qt_5_4_0_GCC_64bit-Release (automatically created)
....│   ├── data (copy here to run program, it should include country.dat)
....│   ├── flags (copy here to view flags inside program)
....│   └── results (automatically created)
....├── ntscout
....│   └── icons (copy here to compile source code)
....└── updater


As for these warnings about SSL Socket, I would ignore them unless program has problems getting data.


Last edited by RSX at 1/29/2015 11:13:45 AM

From: RSX

This Post:
00
218184.120 in reply to 218184.119
Date: 1/29/2015 11:36:09 AM
Overall Posts Rated:
181181
In QtCreator, if you go to Projects (in left panel, CTRL+5) and in section General, is Shadow Build checked and the specified Build directory includes copied data folder?

From: RSX

This Post:
00
218184.122 in reply to 218184.121
Date: 1/29/2015 12:05:52 PM
Overall Posts Rated:
181181
Paths are correct then, and it shouldn't have problems with file reading. In this situation it's hard to guess what's wrong. You might try to organize the directory like I have done in the Release package (you would need to find and copy Qt libraries (from it's installation directory) and copy the executable from build directory).

You may also switch off Shadow build, and put data and flags folders inside NTScout-master/source/ntscout/ and then try to compile and run it.

Or perhaps user whitewind (196796) could help you as he managed to compile and run it on mac.

Advertisement