Skip to content

Files Types

Tsukini edited this page Jul 4, 2026 · 4 revisions

Table of Contents

Extensions

Extension Usage
icf Input Configurations Files
ocf Output Configurations Files
vcf Visual Configurations Files
pc-<extension> Special files used for execution optimization

Normal files

Note

These files are configurations files writed by users for input/output/visual used by the engine

content: See at the language documentation for the content definition

Special files

Caution

These files are generated automatically and shouldn't be edited manualy under any circumstances (except removing them), risk of undefined behavior

Important

These files are temporary ones, they only stored for some time

<magic>:
 - value set at 0x22

<version>:
 - version of the engine used to parse and interpret the file

<ETX>:
 - ascii code 0x03

<hash>:
 - SHA-1
 - hash of the origin linked file

<ETB>:
 - ascii code 0x17

<data>:
 - pre-compiled data for optimization during execution

content:
<magic>
<version><ETX>
<hash><ETB>
<data>

Clone this wiki locally