-
Notifications
You must be signed in to change notification settings - Fork 52
File Formats
Roberto de Deus Barbosa Murta edited this page Nov 8, 2019
·
2 revisions
Ethanon Engine file formats:
| Format type | Extension | Encoding |
|---|---|---|
| Ethanon project | *.ethproj |
ANSI |
| Entities | *.ent |
UCS-2 / UTF-16 little endian |
| Scenes | *.esc |
UCS-2 / UTF-16 little endian |
| Particle effects | *.par |
UCS-2 / UTF-16 little endian |
| Script code | *.angelscript |
UTF-8 with BOM |
| ENML data | *.enml |
ANSI |
Notice that .angelscript files must be encoded as UTF-8 with BOM.