This is part of the work I'm currently doing which is writing a Perl script that takes an NS3 program file and outputs, in a simple and fairly user-configurable way, a text file with all the parameter values.
It doesn't look as polished as Florence's online viewer as there's no real graphics but it can do this in batches and should be useful, among other things, for seeing how all Nord's presets work and for easily comparing one file that you know is slightly different to another file but are not quite sure why, for example.
It was Florence's work that actually inspired me to do this as he's done the hard work of not only figuring out what 'bits' in the .ns3f file represent each parameter, but also which Nord samples are used. That last bit will have been extremely time consuming as the sample names are not stored in the file but, instead, a 'hash' of the name is stored.
And as we don't have the hashing algorithm that Nord uses, he's had to individually map, one at a time, EVERY sample to the hash it produces!
Being a software engineer, I can tell you this guy has put a HUGE amount of effort into his viewer!

I hope my script will prove useful and will hopefully be available in the next week or two.
Once again though, huge thanks to Florence and the other guys who contributed to this herculean effort

PS. With regards the sample names, user sample names are also stored as hashes so, again, without knowing Nord's hashing algorithm, it's impossible to display the name of a user sample. We don't even know if it's a one-to-one hash-to-name thang or if the hash translates to some sort of internal storage mapping...
Of course, if Nord would care to let us in on their hashing algorithm...
