Changes

Jump to navigation Jump to search

Tutorials/SCS Workshop Uploader/How to upload new mod?

260 bytes added, 11:30, 5 February 2016
Supporting specify version of the game
| '''3'''
|[[File:0010_add_new_unit_to_versions_sii_with_122_content_step_2.jpg|500px]]
|There is new thingstep you have to take. You need to set Set the value of the compatible_versions attribute. This attribute is simply array containing strings that are masks of the game versions. As we want to have data for 1.22 patch simply write there "1.22.*". Values are similar to compatible_versions array in manifest.sii however . If you want to use this package for workshop mods we are using versions specified in versions1.23 patch only you will write:<pre>compatible_versions: "1.23.*"</pre> If you want to support only one patch by this content (not recommended) you will write:<pre>compatible_versions[]: "1.22.1"</pre> The value of this attribute can contain numbers, dots "." (between numbers) and asterisk "*" (at the end).siiUsing asterisk inside text or at the beginning is not allowed.
<pre>SiiNunit
developer
1,626
edits

Navigation menu