.IQE File Extension
Inter-Quake Export Model
Developer | Lee Salzman |
Popularity |
2.0 | 1 Vote |
What is an IQE file?
An IQE file is a 3D model saved in the Inter-Quake Export format, a text-based format designed to work alongside the binary Inter-Quake Model (.IQM) format in game engines that support the Inter-Quake Model system. It contains information about the structure of a model, such as meshes, bones, and animations. Because of their readability, game developers and modders often use IQE files as an intermediate step for creating or editing models before converting them into the faster, more compact IQM format for use in games.
More Information
Developers can create or edit models in 3D modeling software, such as Blender, and then export them to the IQE format using available plugins or scripts, where they can analyze details like meshes, bones, and animations. Once finalized, various IQM development tools can convert the IQE file into an IQM file, which game engines such as Cube 2: Sauerbraten, Red Eclipse, and Tesseract can load for real-time rendering.
IQM and IQE Files
The IQM and IQE formats are closely related file types used for 3D models in video games. IQE is a text-based exchange format designed for editing and exporting models, while IQM is a binary runtime format optimized for loading models quickly in game engines.
How to open an IQE file
You can open IQE files with Blender, via community-developed import/export plugins explicitly created for the Inter-Quake Model system. Since IQE files contain plain text, you can also open them with text editors, such as Microsoft Notepad and Apple TextEdit. However, opening IQE files with a text editor will not appear the same as opening them with a modeling tool.
How to convert an IQE file
IQM Development Kit, a command-line utility, can compile IQE files into IQM files.