Freelancer modding

Freelancer (2003) BINI files explained

Freelancer (2003) uses BINI as a compact binary form of INI configuration data. Modders usually convert BINI to text INI before editing game data and then pack the text back into BINI when needed.

GameFreelancer (2003)
File roleBinary INI data
WorkflowDecode, edit, pack

FAQ

Common questions about BINI files

Can I open BINI in a text editor?

Not directly. BINI is binary, so a text editor will show unreadable data until the file is converted to INI text.

Which encoding should I use?

Windows-1251 is often needed for Russian text, while Latin-1 and UTF-8 are available for other file sets.

Does the site upload my mod files?

No. The JavaScript converter runs in the browser and processes the selected file locally.