User Tools

Site Tools


manual:subwaysim:getting_started:modding_framework_explained

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
manual:subwaysim:getting_started:modding_framework_explained [2025/12/12 12:32] dcsmanual:subwaysim:getting_started:modding_framework_explained [2026/08/20 15:08] (current) sho
Line 12: Line 12:
 For modding, the most important elements are: For modding, the most important elements are:
  
-  * The **Plugins** folder   +  * The file **SubwaySim2.uproject** 
-  * The files **BuildMod.bat** and **SubwaySim2.uproject**+  * The **Plugins** folder 
 +  The **Mount** folder
  
 These components form the foundation of every modding workflow. These components form the foundation of every modding workflow.
  
-{{:manual:subwaysim:framework_explained:sdk1.png?nolink&500|}} +{{:manual:subwaysim:getting_started:sdk1_neu.png?nolink&500|}}
  
 ---- ----
Line 28: Line 28:
  
 We strongly recommend always starting the editor via this file to avoid loading issues or missing configurations. We strongly recommend always starting the editor via this file to avoid loading issues or missing configurations.
- 
----- 
- 
-===== BuildMod.bat ===== 
- 
-The **BuildMod.bat** file is one of the core components of the SDK.   
-This batch script is responsible for building your mod and packaging it into a final **.pak** file. 
- 
-Whenever you reach the stage where your mod is ready for packaging, this file will become essential. 
- 
-More information can be found here:   
-[[manual:subwaysim:map_construction:build_mod|Build a Mod to Pak-File]] 
  
 ---- ----
Line 74: Line 62:
  
 This plugin is a core part of the SubwaySim 2 framework and provides all necessary tools, functions, and helper assets needed for modding. This plugin is a core part of the SubwaySim 2 framework and provides all necessary tools, functions, and helper assets needed for modding.
 +
 +----
 +
 +===== The Mount Folder =====
 +
 +The **Mount** directory serves as a temporary asset storage.
 +
 +When accessing assets inside the pak file(s) of the game, you may unintentionally create assets "inside the pak file".
 +These assets are temporarily stored in the Mount folder and must be moved to your mod plugin folder to be accessible.
 +When building the mod, the script will print a warning if there are dangling assets inside this temporary folder.
  
 ---- ----
manual/subwaysim/getting_started/modding_framework_explained.1765539126.txt.gz · Last modified: by dcs

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki