.TNL File Extension
Super Mario Maker Course Thumbnail
Developer | Nintendo |
Popularity |
4.0 | 2 Votes |
What is a TNL file?
More Information
Super Mario Maker is an official Super Mario level creator available for the Wii U. It allows players to create, play, and share Super Mario levels (commonly referred to as courses) with others.
Super Mario Maker saves each of a player's courses in its own specific directory, on their Wii U's hard drive. Most players will never encounter these directories, but modders and other Super Mario Maker enthusiasts can use various utilities to extract and view their Super Mario Maker save data. When they do, they'll see each course saved in its own directory (named course###), which includes the following files:
- A CDT file that contains most of the course's data
- A BWV file that contains the course's music
- Two TNL files that contain course thumbnails
Each TNL file is a .JPG file that includes a proprietary 8-byte file header. If you remove this header, you can view the thumbnail the TNL file contains as you would any JPG file.
Common TNL Filenames
thumbnail0.tnl - Contains a thumbnail image of an entire Super Mario Maker course.
thumbnail1.tnl - Contains a thumbnail image of a featured section of a course.
How to open a TNL file
While TNL files are not meant to be opened outside Super Mario Maker, you can view the images they contain. To do so:
- Use a hex editor, text editor, or the tnl_conv.py script linked below to remove your TNL file's proprietary header.
- Rename your TNL file to use the .jpg extension.
- Open the renamed file as you would any JPG file.