What is a WLD file?
A .WLD file usually stores game world data or geographical coordinate information. Because multiple programs use the .WLD extension, the exact content depends on the software that created it. The most common use is a Terraria World save file created by Re-Logic. These files store the terrain, items, and player progress for a specific game world.
Another common use is the Esri World File used in Geographic Information Systems (GIS). Software like ArcGIS uses .WLD files to georeference raster images, mapping image pixels to real-world coordinates. Other software, such as Siemens SIMATIC STEP 7, uses the extension for PLC hardware configurations. Various other game engines, including Serious Engine and Worldcraft, also use .WLD for level maps.
How to open WLD files?
To open a Terraria World file, you need the Terraria game client. For GIS files, you need GIS software like QGIS or ArcGIS. If you open an Esri .WLD file in a basic text editor like Notepad++, you will see six lines of plain text containing geographic parameters.
Because a .WLD file can be a game save, a plain text GIS file, or a proprietary binary file, opening it blindly can cause compatibility problems. viewer.online/wld can analyze .WLD files to identify the exact format and creator software, inspect the file structure, extract readable text, and check whether an online preview is available.
Software and tools
- Terraria - Opens game world saves.
- TEdit - A popular third-party map editor for Terraria.
- ArcGIS - Opens GIS georeferencing files.
- QGIS - Free and open-source GIS software.
- Notepad++ - Views plain text GIS world files.
Summary
A .WLD file has multiple possible meanings, ranging from a complex Terraria game world to a simple text-based geographic coordinate file. viewer.online/wld is useful for identifying, inspecting, and understanding .WLD files without installing software or dealing with compatibility problems. If you do not know the origin of your file, use the viewer to identify its actual format safely.