Changes

Jump to navigation Jump to search

Documentation/Engine/Mod manager

11 bytes added, 17:46, 24 November 2017
no edit summary
<li>Type: array of strings</li>
<li>
From '''ETS2 1.26''' and '''ATS 1.5''' you will be are able to specify list of the DLCs which your mod requires to be installed in manifest file. This feature will block activation of the mod in mod manager when user has one of the required DLCs missing. To specify dependencies you need to edit your mod manifest.sii file and add the following:<pre>dlc_dependencies[]: "package_name"</pre>Where package_name is name of the DLC package - you can find package names in game directory for example if your mod requires DLC Scandinavia - package archive is called dlc_north.scs, the package name is the archive name without extension so in this case it will be dlc_north.
</li>
</ul>
=Description of your mod=
Description text length is not limited. Moreover there is also additional ability to colorize your mod description with BBCode color tags.
List of available color tags:
|}
'''For example:'''
For example: <pre>[red]Hello [green]Wor[orange]ld</pre>
Will result in: <strong><span style="color: #FF2626;">Hello</span> <span style="color: #75FF00;">Wor</span><span style="color: #FFAE00;">ld</span></strong>
developer
1,626
edits

Navigation menu