Click the "Select File" button above, and choose your GDC file.
You’ll see a preview, if available.
Click the "Convert file to..." button to extract text information.
Convert GDC to another file type
To convert GDC compiled scripts to another format, you need Godot Engine or other Developer software.
Convert a file to GDC
To convert other file formats to the "Compiled Game Script" file type, you need software like Godot Engine or a similar tool.
About GDC files
The .GDC file contains a compiled game script used by the Godot Engine. Developers use this format to store binary bytecode of their original GD (GDScript) source files when exporting a game project.
This format is difficult to work with because it is compiled and version-specific. It is not human-readable. It prevents players from easily reading or modifying the game logic. If you open a .GDC file in a standard text editor, you will only see scrambled characters and raw binary data.
To edit the script, you must convert the .GDC file back to a standard GD text file. This process is called decompilation. Standard online converters fail to process it because it is a closed, proprietary binary format tied to the specific version of the engine used to compile it. Just drag and drop your file to see what it is and convert it if supported. convert.guru can identify the file format, inspect the internal binary headers, and show readable text strings embedded in the code. If our analysis detects a supported underlying structure, conversion or text extraction may still be possible.
Convert.Guru analyzes your GDC file, detects the exact format, and lets you read the text inside.
If you want to convert GDC file to CSV, JSON, XML, YAML, YML, TOML, INI, CFG, CONF, DAT, DB or SQL, you can use Godot Engine or similar software from the "Game Script Bytecode Storage" category. In the File menu, look for Save As… or Export….
To convert DBF, XML, SQLITE, XLSX, SQL, TSV, ACCDB, YAML, MDB, CSV, ODS or JSON files to GDC, try Godot Engine or another comparable tool in the "Game Script Bytecode Storage" category.
The GDC Converter Story
The history of Convert.Guru began over 25 years ago in California with Tom Simondi’s file-format database. A former contributor to Space Shuttle development and a software pioneer of the 1980s, Simondi established a trusted resource for file type analysis that was even referenced by Microsoft Windows XP. Today, we use modern technology to process and convert thousands of file formats while continually improving our GDC converter.