tm_asset_manager

Crates.iotm_asset_manager
lib.rstm_asset_manager
version0.1.2
created_at2025-09-23 03:12:46.476204+00
updated_at2025-09-23 15:12:08.780266+00
descriptionCreate re-useable configuration files to sync items and blocks for Trackmania mapping
homepage
repository
max_upload_size
id1850933
size80,314
longuint (languint)

documentation

README

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
Commit count: 0

cargo fmt