====== Download Modding SDK ====== The **SubwaySim 2 Modding SDK** provides all tools, assets, and project files required to create mods for SubwaySim 2 using Unreal Engine. It includes: * The Unreal project setup * Required plugins and sample content * Build scripts for packaging mods * Reference assets and tools for map and vehicle development ---- ===== Download Location ===== The Modding SDK is hosted on **GitHub** and can be downloaded from the official repository: * https://github.com/SimuverseInteractive/SubwaySim2-ModdingSDK On the GitHub page, you will find: * The latest SDK version * Older releases (if available) * Release notes and update information ---- ===== How to Download ===== To download the SDK: * Open the GitHub link above * Click on **Code** * Choose **Download ZIP** * Extract the archive to a location of your choice We recommend extracting the SDK to a path with a **short directory structure**, for example: `C:\SubwaySimSDK\` This helps avoid file path length issues during cooking and packaging. ---- ===== Installation Instructions ===== A detailed step-by-step guide on how to prepare and install the Modding SDK can be found here: * [[manual:subwaysim:getting_started:prerequisites#download_the_modding_sdk|Installing the Modding SDK]] Please follow the instructions carefully before opening the project in Unreal Engine. ---- ===== Keeping the SDK Up to Date ===== To avoid compatibility issues with game updates, make sure to keep your SDK up to date. Instructions for updating an existing SDK installation can be found here: * [[manual:subwaysim:getting_started:updating_sdk|Updating the Modding SDK]] ---- The Modding SDK is the foundation for all SubwaySim 2 mods. Make sure it is installed correctly before continuing with map or vehicle development. {{page>manual:footer}}