FL Infocard Importer/Exporter
-
This is an infocard importer/exporter and browser. It replicates some of the infocard functionality in FLDev but works on single core computers, is a little more efficient and slightly easier to use in the way I want to use it.
Key features:
- import and export FLDev format text infocards with a fair bit of error detection for mistakes in the imported cards.
- scans dlls and find encoding errors (missing BOMs etc) and tries to fix them.
- fairly good browsing and searching of all infocards.
- unicode support - infocard import files are utf-8 format (without bom).
Download link: http://forge.the-starport.net/attachments/download/356/FLInfocardIE.zip
Check the Freelancer Developer page on the forge for the latest version of this software. http://forge.the-starport.net/projects/fldev
import/export controls
browser & searchSource code included! This is useful if you want C# code to read/write infocards - specifically resource section string tables. Note that infocard formatting code is not complete, just a quick hack. Feel free to improve the code or use it in your own programs. If you do use it, it would be nice to mention me somewhere and even better tell me.
Btw, thanks FF. Your code in FLDev showed me how to write the string tables. Without this I wouldn’t have been able to get this to work. Gah. It took me ages – eventually I ported and slowly rewrote your stuff until I understood it.
PS: TSP staff guys, I tried to upload this to the downloads section but it borked with ‘forced download mime type not permitted’. This make any sense to you?
-
Try uploading it now Cannon =] See if it lets you, the permissions are fine, if it borks again I’ll let FF or w0d know =]
-
You have no idea how much time I’ve wasted trying to make string tables work
Nice tool man, I could definitely see this being backported into FLDev eventually