FileInfo

Languages

Overview

What is a CTEX file? A CTEX file contains a texture created by version 4 of Godot Engine, a free and open-source game engine used to create 2D and 3D games. It stores an image in the CompressedTexture2D (CTEX) format, which is applied to an object in the game to give it texture and compressed to reduce file size. Godot introduced the CTEX format in version 4 of Godot Engine, whereas version 3 of Godot Engine uses the .STEX format.

More Information CTEX supports various compression methods: Lossy ( .WEBP ) - Reduces file size but not GPU memory usage. Lossless (WEBP or .PNG ) - Reduces file size but not GPU memory usage. VRAM Uncompressed - Does not reduce GPU memory usage. VRAM Compressed - Reduces GPU memory usage and results in faster loading times. However, it may result in noticeable distortion and is intended only for 3D rendering. Basis Universal - Reduces GPU memory usage and results in lower file sizes than VRAM Compressed. However, it comes with slower compression times and lower quality than VRAM Compressed. You can create CTEX files the same way in Godot Engine 4 as you created STEX files in Godot Engine 3. For example, you can copy your image (likely a PNG image) to the project folder or drag and drop it into the project folder. Godot automatically imports the image files internally, appends the .ctex file extension onto the files, and then places them in a hidden res:/​/​.godot/​imported/​ folder.

Popularity4/5

3 votes

Quick AppUsed by
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched all file formats and software programs listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Breadcrumbs

DeveloperRetro Studios
Popularity2.5 | 4 Votes

Previous / Next

In-Depth

.CTEX File Extension

2 file types use the .ctex file extension.

Godot Engine 4 Compressed Texture

DeveloperGodot
Popularity
4.0  |  3 Votes
 

What is a CTEX file?

A CTEX file contains a texture created by version 4 of Godot Engine, a free and open-source game engine used to create 2D and 3D games. It stores an image in the CompressedTexture2D (CTEX) format, which is applied to an object in the game to give it texture and compressed to reduce file size. Godot introduced the CTEX format in version 4 of Godot Engine, whereas version 3 of Godot Engine uses the .STEX format.

More Information

CTEX supports various compression methods:

You can create CTEX files the same way in Godot Engine 4 as you created STEX files in Godot Engine 3. For example, you can copy your image (likely a PNG image) to the project folder or drag and drop it into the project folder. Godot automatically imports the image files internally, appends the .ctex file extension onto the files, and then places them in a hidden res:/​/​.godot/​imported/​ folder.

How to open a CTEX file

You should not attempt to open CTEX files. Instead, Godot Engine 4 references the CTEX assets to apply textures to objects in the game.

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open or reference CTEX files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Godot Engine

Free

Mac

Godot Engine

Free

Linux

Godot Engine

Free

Category: Raster Image Files

Updated: February 15, 2024

Cooked Texture

DeveloperRetro Studios
Popularity
2.5  |  4 Votes
 

A CTEX file may also be a compressed texture used by the video game Donkey Kong Country Tropical Freeze. It contains a 2D image used to skin a 3D model or object. It also contains metadata that describes the texture's file size, width, height, and format.

More Information

Donkey Kong Country Tropical Freeze is a platforming game available for the Nintendo Wii U and Switch. Retro Studios released the Wii U version of Donkey Kong Country Tropical Freeze in 2014 and the Switch version in 2018.

Both versions of Donkey Kong Country Tropical Freeze use textures saved as CTEX files. However, the Wii U version's CTEX files are compressed using LZSS compression, while the Switch version's are compressed using zlib compression.

How to open a CTEX file

CTEX files are not meant to be opened. Donkey Kong Country Tropical Freeze (for Nintendo Wii U and Switch) loads CTEX files when players play the game.

Programs that open CTEX files

No programs available

Category: Game Files

Updated: September 9, 2022

FAQ

What is a CTEX file?
A CTEX file contains a texture created by version 4 of Godot Engine, a free and open-source game engine used to create 2D and 3D games. It stores an image in the CompressedTexture2D (CTEX) format, which is applied to an object in the game to give it texture and compressed to reduce file size. Godot introduced the CTEX format in version 4 of Godot Engine, whereas version 3 of Godot Engine uses the .STEX format.
How do I open a .ctex file?
You should not attempt to open CTEX files. Instead, Godot Engine 4 references the CTEX assets to apply textures to objects in the game.