Godot Engine GDC
From XentaxWiki
Back to index | Edit this page
Contents
GDC
- Format Type : Compiled Script (Bytecode)
- Endian Order : Little Endian
- Signature : GDSC
Format Specifications
// header 4 bytes (char) - signature // "GDSC" // TODO
Notes and Comments
- This file format occurs in games made on Godot Engine. It contains compiled bytecode.
- GDC files are also known as Godot script files. GDScript is a programming language similar to Python.
Games
List of games using this file format:
- TODO
QuickBMS Script
Not written yet.
Compatible Programs