Vehicle Modding

Convert vehicle drivetrains to AWD by rewiring wheel-to-differential connections and patching blueprint properties.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/ASEAN-Motor-Club/mt-pak-extract --skill vehicle-modding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Vehicle Modding
Source: https://github.com/ASEAN-Motor-Club/mt-pak-extract/tree/main/.agents/skills/vehicle-modding
Command: npx skills add https://github.com/ASEAN-Motor-Club/mt-pak-extract --skill vehicle-modding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables modders to convert vehicle drivetrains to AWD and tune blueprint properties, allowing more flexible vehicle configurations without rebuilding assets from scratch.

Core Features & Use Cases

  • AWD wiring rewrites: connect front wheels to the same differential or distribute wheels across multiple differentials as needed.
  • Blueprint patching: adjust DifferentialComponentName, horn sounds, and associated CDO properties to reflect drivetrain changes.
  • Automation pathways: integrate Python and .NET tooling to automate mod creation, patching workflows, and asset updates.

Quick Start

Select a vehicle blueprint and apply AWD wiring and blueprint patches as described to enable AWD functionality.

Frequently Asked Questions about Vehicle Modding

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a vehicle drivetrain to AWD in MotorTown modding workflows?

To convert a drivetrain to AWD, you rewire wheel-to-differential connections and patch blueprint properties for the MTVehicleBaseBP family. This modifies the DifferentialComponentName to enable AWD functionality without rebuilding vehicle assets from scratch.

What is blueprint patching for vehicle mods and how does it work?

Blueprint patching for vehicle mods involves adjusting Class Default Object (CDO) properties like DifferentialComponentName and horn sounds. It allows modders to tune vehicle configurations and reflect drivetrain changes directly within the asset properties.

Does AWD wiring support multi-differential configurations for trucks?

Yes, AWD wiring supports multi-differential configurations for trucks and specialized blueprints. You can connect front wheels to the same differential or distribute wheels across multiple differentials as needed for regular cars and trucks.

How do I automate vehicle mod creation and asset updates?

You can automate vehicle mod creation and asset updates by integrating Python and .NET tooling into your workflow. These automation pathways handle patching workflows and apply blueprint property updates to streamline the modding process.

What do I need to access before applying AWD wiring and blueprint patches?

Before applying AWD wiring and blueprint patches, you need access to vehicle blueprints, the MTVehicleBaseBP family, and patching tools. These components are required to modify CDO properties and successfully rewire drivetrain configurations.