Oh, damn you are right, but that's not my fault, the cheaters don't appear in NHigh since they are in the ignore list. For some reason, there are some files that were saved badly, and even though cheaters were ignored, they were still exported to the .hs file when I saved them. Take the penultimate file of my collection, named "14-09-08.hs". That was really recent, I know I made no difference when saving it. Yet, you can clearly see by its file size that it does include the cheaters, and it differs greatly from the typical 279KB file size that recent files have. I have no clue why this happens xDHendor wrote:EDIT - I figured out some of them. I think. No. No I didn't. Wait, yes I did. They're your files Eddy. Check out the ones in your folder named "10-05-31" through "10-06-20". There are several others at later dates as well. They've got all the cheaters still in them. I'm gonna try and exterminate the bad files.
However I found fixing them is quite easy, all you need to do is opening and resaving them. Now the file size is reduced to 279KB (in this case), and players from the ignore list aren't exported this time. So exterminating them is not necessary (and we lose information). Could you provide me the list of files that you had to exterminate, so I can fix them? If you don't happen to keep it, which I suppose (:P), I can just code a function in NHigh to open and resave all files, hopefully fixing everything.
I've opened some other files at random (from zapkt too) and they do include hackers/cheaters too, which I imagine weren't visible in NHigh either when he saved them. Not sure what causes this inconsistent NHigh saving, but I'll try to resave them all now and see if it gets fixed.
Be careful here, because filenames have at least 3 different date formats, so that's why it might seem as though they don't correspond to their date. The real date, always, is the one that NHigh shows, (the one my functions output, too), since that is taken from the timestamp that was saved when the file was created, and they're all in the same format.Hendor wrote:One more issue is that some of the NHigh saves are messed up and I can't figure out why or which they are. They are all named differently, and many of the file names don't agree with the Date File Modified. I think the bad files must all come from the same person/source as they are often kinda clumped up. See this screenshot
Sure man, I'll do a quick modification with this, and the previous issues, and I'll post it.Hendor wrote:One thing to change though is that Javascript uses 0 for January and 1 for February, and etc, which means that all dates are off by exactly one month (which made troubleshooting the below problem confusing). I looked into the Python file and found the relevant if(graph) and datetime bits, but don't know enough (any) Python to change it. Could you please just add a -1 in there at some point for the Graph Lists? Thanks!