GDC Converter

Extract text from Godot compiled scripts (GDC)


Drop or upload your .GDC file

How to extract text from your GDC file

  1. Click the "Select File" button above, and choose your GDC file.
  2. You’ll see a preview, if available.
  3. 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 "Game Script" file type, you need software like Godot Engine or a similar tool.


About GDC files

A .gdc file is a compiled binary script used by the Godot Engine, a popular open-source game development platform. Unlike the standard GD source files which are human-readable text (similar to Python), .gdc files contain bytecode optimized for machine execution within an exported game package (PCK). This creates a significant barrier for modders, developers attempting to recover lost source code, or curious users, as opening a .gdc file in a standard text editor like Microsoft Notepad displays only garbled characters and binary noise.

Because the file is compiled, it lacks the structure and formatting of the original code, making direct editing impossible without corrupting the game's logic. To make this data usable, users typically need to "decompile" the file back into a textual format. For code recovery or modding, the goal is to convert .gdc back to GD (GDScript Source). If you simply need to inspect strings or verify contents without executing code, converting the binary stream to a TXT file or viewing it via a hex dump is a pragmatic workaround.

Convert.Guru analyzes your GDC file, detects the exact format, and lets you read the text inside.

Users also converted REMAP, IMPORT, TSCN, STEX, GCD, PKG, DAT and APK files.


FAQ

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 "Compiled Game Script" 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 "Compiled Game Script" 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.