X2 FileDriver
From X-Wiki
| x2fd.dll | |
|---|---|
| Maintainer | doubleshadow |
| Licence | zlib license |
| OS | Windows |
| Website | http://www.doubleshadow.wz.cz |
X2 FileDriver (X2FD) is a library created to simplify access to catalogs and packed files used in X2 - The Threat.
The main goals were:
- to have simple API with limited set of functions
- to be able to work with packed files, files within catalog and plain files stored on real file system in the same fasion using the same functions
- to make the API similar to Win32 API or file functions in C
X2FD was originally developed for X2 Editor, however now is used in several other programs:
- X2 Editor
- X2 ModManager
- X3 Editor
- X3 ModManager
- X3 ModManager
- Ship Manager (only the source codes are used)
- X Models 3D Viewer

