User Tools

Site Tools


manual:subwaysim:map_construction:build_mod

Differences

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

Link to this comparison view

Next revision
Previous revision
manual:subwaysim:map_construction:build_mod [2025/12/12 12:51] – created dcsmanual:subwaysim:map_construction:build_mod [2025/12/12 16:03] (current) dcs
Line 2: Line 2:
  
 Before a mod can be used in SubwaySim 2, it must be converted into a format that the game can read. This process is required because of how Unreal Engine handles assets and game content. Before a mod can be used in SubwaySim 2, it must be converted into a format that the game can read. This process is required because of how Unreal Engine handles assets and game content.
- 
  
 ---- ----
Line 30: Line 29:
 set LEVEL_PATH=Level/Testmap   set LEVEL_PATH=Level/Testmap  
 set ENGINE_ROOT=C:\Program Files\Epic Games\UE_5.4 set ENGINE_ROOT=C:\Program Files\Epic Games\UE_5.4
 +
 +{{:manual:subwaysim:build_mod:buildmod3.png?nolink&400|}}
  
 ---- ----
Line 57: Line 58:
  
 A console window will open and ask: **Build the NavMesh for level (y/N):** A console window will open and ask: **Build the NavMesh for level (y/N):**
 +
 +{{:manual:subwaysim:build_mod:buildmod1.png?nolink&600|}}
  
 Press y and Enter to rebuild the Navigation Mesh, or press N to skip this step. Press y and Enter to rebuild the Navigation Mesh, or press N to skip this step.
Line 63: Line 66:
  
 When finished, the generated .pak file will automatically be moved into the Output folder located in the SDK root directory. When finished, the generated .pak file will automatically be moved into the Output folder located in the SDK root directory.
 +
 +{{:manual:subwaysim:build_mod:buildmod2.png?nolink&600|}}
  
 ---- ----
Line 70: Line 75:
 To load the mod in SubwaySim 2, place the generated .pak file into the following directory: To load the mod in SubwaySim 2, place the generated .pak file into the following directory:
  
-C:\Users\[Name]\Documents\My Games\SubwaySim 2\Mods+''%userprofile%\Documents\My Games\SubwaySim 2\Mods'' 
 + 
 +---- 
 + 
 +===== Testing Lua scripts without rebuilding the mod =====
  
-Replace [Name] with your Windows username.+  * Create an empty folder for your plugin ''%userprofile%\Documents\My Games\SubwaySim 2\Mods\YourName_YourMod\''
 +  * Copy the Lua scripts from your Lua folder inside this folder maintaing the same folder structure. 
 +  * The game will now use the Lua scripts from this folder if they exist, otherwise it falls back to the mod itself.
  
 ---- ----
manual/subwaysim/map_construction/build_mod.1765540297.txt.gz · Last modified: by dcs

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki