Open main menu

Mashinky β

Difference between revisions of "Modding"

 
(17 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Mashinky modding ==
+
To add a mod, you need to create some new content (3d asset, industry chain, sound, etc.) and enlist it in [[game configuration files]]. You can also create [[scripts]]. Follow one of the categories below to learn more about modding Mashinky and implementing mods into the game.
 
 
To add a mod, you need to create some new content (3d asset, industry chain, sound, etc.) and enlist it in [[game configuration files]]. You can also create [[scripts]]. Follow oe of the cathegories bellow to learn more about modding Mashinky and implementing mods into the game.
 
  
  
Line 7: Line 5:
 
<div class="mainmenuCol" >
 
<div class="mainmenuCol" >
 
{| class=wikitable  
 
{| class=wikitable  
!Configs - asset implementation
+
!Modding - configs and asset implementation
 
|-
 
|-
 
|
 
|
Under Construction
+
[[Modding General | General information]]
 +
 
 +
[[Config Train Engine | Config - Train engine]]
 +
 
 +
[[Modding Sources | Sources]]
  
 
|}</div>
 
|}</div>
Line 20: Line 22:
 
|-
 
|-
 
|
 
|
[[File:questionmark.png|32px|link=formats|alt=]] [[3d model file formats]]
+
[[formats | General information]]
  
More to follow
+
[[Vertex paint | Vertex paint features]]
  
 +
[[3dtools | Tools & Resources]]
 
|}</div>
 
|}</div>
 
<div class="mainmenuCol" >
 
<div class="mainmenuCol" >
Line 30: Line 33:
 
|-
 
|-
 
|
 
|
Under construction
+
[[2dgeneral | General information]]
 +
 
 +
[[Diffuse maps | Diffuse/Color maps]]
 +
 
 +
[[Normal maps | Normal maps]]
 +
 
 +
[[Gloss maps | Gloss maps]]
 +
 
 +
[[Snow mask | Snow/Rust masks]]
 +
 
 +
[[Icons | Icons]]
 +
 
 +
[[2D Tools | Tools & resources]]
 +
 
 +
 
  
 
|}</div>
 
|}</div>
Line 38: Line 55:
 
|-
 
|-
 
|
 
|
[[File:questionmark.png|32px|link=music|alt=]] [[Ingame Music and OST]]
+
[[music | Ingame Music and OST]]
  
 
|}</div>
 
|}</div>
Line 46: Line 63:
 
|-
 
|-
 
|
 
|
[[File:questionmark.png|32px|link=scripts|alt=]] [[Scripts]]
+
[[scripts | Scripts]]
More to follow
+
 
 
|}</div>
 
|}</div>
 
<!--</div>-->
 
<!--</div>-->
Line 57: Line 74:
 
|-
 
|-
 
|
 
|
[[File:questionmark.png|32px|link=swmods|alt=]] [[Steam Workshop mods]]
+
[[swmods | Steam Workshop mods]]
  
[[File:questionmark.png|32px|link=localmods|alt=]] [[Local mods]]
+
[[localmods | Local mods]]
 
|}</div>
 
|}</div>
 
<!--</div>-->
 
<!--</div>-->

Latest revision as of 22:27, 12 August 2023

To add a mod, you need to create some new content (3d asset, industry chain, sound, etc.) and enlist it in game configuration files. You can also create scripts. Follow one of the categories below to learn more about modding Mashinky and implementing mods into the game.