Skip to content

Introduction

Using texture mods, you can totally change the appearance of the game - basically it lets you create custom textures for existing and custom blocks and items.

The limit is your imagination (and maybe the download speed of the player).

Building Your Mod

  1. To get started, you'll want to download the base game texture files (maintained by Zai). Extract these textures to a folder you can easily access and don't touch the files besides copying them; you can copy/paste the files you need later, keeping the originally extracted textures as they are.
  2. ModWork is an easy and fast way to see your mod locally as you work. Its biggest pro is that you don't have to restart your game every time you author a new texture. Just save the texture and alt-tab back into the game for instant updates!
  3. Trackmania textures are based on the PBR workflow. The way the textures are comprised is very common in other recent video games.
    For Trackmania mods, texture formats are stored as .dds files - if you use Photoshop, the free tool NVIDIA Texture Tools Exporter is perfect for authoring .dds textures; it also automatically creates mipmaps! Technically .png files are supported as well, but it's strongly recommended to stick to .dds - .png does not support mipmaps, which significantly improve how textures are shown/filtered at a distance.
    To get started, drag the texture you want to edit from the ModWork folder into an image editor of your choice and do your magic. Check out the Texture List for a quick reference of the different texture formats. If you're looking for creative commons-licensed textures to use, check out this list of texture sites (compiled by BigthirstyTM).

Folder Structure

In order for the mod to work properly, your textures need to be placed in the proper directories.

  • 📁 ModName.zip: A zip folder named however you choose.
    • 📁 Image: The majority of your textures go here.
    • 📁 Moods: Contains ambience textures, like the skybox.
    • Car Effects: Modified car textures sit directly in the zip, they don't have a subfolder.

Applying And Hosting Your Mod

Mods are not contained in the maps they're associated with - instead the players will automatically try to download the mod when they open the map. To make sure it all goes smoothly, you'll want to make sure your mod is accessible and referenced correctly.

As a side note: Keep in mind players with slow connections may take a while to get the mod. If they're playing on a server, there's a chance they won't get the mod until they reload the map. So it's worth testing the map without the mod and making sure it's playable.

Once you're happy with your mod, check out the mod hosting guide to see how you can make it available for other players.

Troubleshooting

Texture mods can be a challenge - there's lots of things that can trip you up. For answers to the most common questions, see the mods troubleshooting page.