A reimplementation of Microsoft Freelancer's hashing algorithm.
npm install freelancer-hashimport hash from 'freelancer-hash';
let flHash = new hash.FreelancerHash('C:\\Freelancer HD Edition\\DATA');
let someNickname = flHash.getNickname(3074863431); // li_eliteThis currently only hashes .ini files. If you need .UTF files etc. feel free to log an issue.