#sync #manager #mapping #block #re-useable #config-path #yaml-config #trackmania

app tm_asset_manager

Create re-useable configuration files to sync items and blocks for Trackmania mapping

3 releases

Uses new Rust 2024

0.1.2 Sep 23, 2025
0.1.1 Sep 23, 2025
0.1.0 Sep 23, 2025

#254 in Configuration

Download history 300/week @ 2025-09-19 76/week @ 2025-09-26 19/week @ 2025-10-03

395 downloads per month

MIT license

22KB
430 lines

tm-asset-manager

Create re-useable configuration files to sync items and blocks for Trackmania mapping

Installation

You need to first install cargo, the rust toolchain manager before installing tm-asset-manager.

Then it's as simple as running this command to install and update.

cargo install tm_asset_manager

Usage

The sync command can be used to fetch and redownload everything present in a yaml file to their respective folders.

tm_asset_manager sync --config path_to_your_config.yaml

Your yaml file might be something like:

subdir_name: scenery
tm_path: C:/Users/user/Documents/Trackmania/

blocks:

macroblocks:
  - 12042 # Modular scenery

items:
  - 252 # Custom Waypoints
  - 11077 # Black road light stripes
  - 12050 # Pole covers

Dependencies

~18–35MB
~529K SLoC