Click the "Select File" button above, and choose your GD file.
You’ll see a preview, if available.
Click the "Convert file to..." button to extract text information.
Convert GD to another file type
To convert GD scripts to another format, you need Godot Engine or other Developer software.
Convert a file to GD
To convert other file formats to the "Game Script / Save File" file type, you need software like Godot Engine or a similar tool.
About GD files
The .gd file extension is primarily known as a GDScript source code file utilized by the Godot Engine. GDScript is a dynamically typed programming language with syntax akin to Python, custom-built for Godot's node architecture. However, the .gd extension is heavily fragmented. Many Unity developers and engines like KiriKiri/TyranoBuilder arbitrarily use .gd to store serialized game save data. Additionally, it can represent obsolete raster images generated by the GD Graphics Library (libgd) or Chinese official electronic documents conforming to the SUREXML SEP standard.
Users often attempt to convert .gd files for two distinct reasons. For Godot scripts, developers want to convert the code to TXT or PY for external code review, sharing, or documentation. For game save data, players frequently attempt to convert the binary files into JSON or XML to modify game variables, stats, or progress.
The real-world challenge is that .gd game saves are closed, proprietary binary blobs. They are often serialized .NET objects lacking any standard schema. Standard online converters fail to process them because the data is literally meaningless without the original game executable acting as the key. If you are dealing with a libgd image, it is a legacy format unsupported by modern web browsers, forcing a conversion to PNG or JPG for standard viewing.
Navigating this format is difficult because the extension gives no clear indication of the internal contents. Our platform will inspect the file signatures. If it is plaintext GDScript, we will extract and display the code. If our analysis detects supported embedded data within a proprietary binary save, limited conversion or text extraction may still be achievable.
Convert.Guru analyzes your GD file, detects the exact format, and lets you read the text inside.
If you want to convert GD file to JPG, PDF, PNG, GIF, BMP, TIFF, TIF, WEBP, ICO, CUR, PSD or PSB, you can use Godot Engine or similar software from the "Game Script and Save Data" category. In the File menu, look for Save As… or Export….
To convert RAW, PNG, AI, NEF, PSB, DNG, SVG, GIF, EPS, JPG, ARW or PDF files to GD, try Godot Engine or another comparable tool in the "Game Script and Save Data" category.
The GD 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 GD converter.