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