Difference between revisions of "Tutorials/Beginners/Simple cube/4. How to convert & pack a mod"

From SCS Modding Wiki
Jump to navigation Jump to search
(Created page with "Placeholder")
 
(See also)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
Placeholder
+
{{TutorialNavigation|previous=3._How_to_configure_cube_as_map_asset_model|next=5._How_to_use_simple_cube_mod_in_map_editor}}
 +
 
 +
{| class="wikitable" width="100%"
 +
|- style="vertical-align: top"
 +
| width="10px" | '''1'''
 +
| width="500px" | [[File:Simple_cube_conversion_paths.jpg]]
 +
| Set path of the conversion tools to the place where you extract them.
 +
|- style="vertical-align: top"
 +
| '''2'''
 +
| [[File:Simple_cube_home_path_srch_tool.jpg]]
 +
| Use mod directory select path tool..
 +
|- style="vertical-align: top"
 +
| '''3'''
 +
| [[File:Simple_cube_home_path_select_game.jpg]]
 +
| ..select the game ('''1''') and click '''OK''' ('''2'''). The tool should determinate correct mod folder if the game is installed.
 +
|- style="vertical-align: top"
 +
| '''4'''
 +
| [[File:Simple_cube_fill_the_mod_name.jpg]]
 +
| Write your mod name. We will use '''tutorial_mod'''
 +
|- style="vertical-align: top"
 +
| '''5'''
 +
| [[File:Simple_cube_setup_mod_packing_auto_settings.jpg]]
 +
| Set "auto" settings:
 +
* Auto Clean - enabled
 +
* Auto Export - disabled
 +
* Auto Convert - enabled
 +
|- style="vertical-align: top"
 +
| '''6'''
 +
| [[File:Simple_cube_select_no_compression.jpg]]
 +
| Set no compression.
 +
|- style="vertical-align: top"
 +
| '''7'''
 +
| [[File:Simple_cube_start_convert.jpg]]
 +
| Click '''PACK CONVERTED DATA''' button. The conversion will run.
 +
|- style="vertical-align: top"
 +
| '''8'''
 +
| [[File:Simple_cube_conversion_progress_n_success.jpg]]
 +
| You will notice the window with conversion log ('''1'''). If everything will go smooth without any problem you will see the success dialog ('''2''').
 +
|- style="vertical-align: top"
 +
| '''9'''
 +
| [[File:Simple_mod_ready.jpg]]
 +
| Go to your mod folder and check if archive exists there - if so check if it has correct files inside.
 +
|}
 +
 
 +
{{TutorialNavigation|previous=3._How_to_configure_cube_as_map_asset_model|next=5._How_to_use_simple_cube_mod_in_map_editor}}
 +
 
 +
=See also=
 +
 
 +
*[[Tutorials/Beginners/Simple_cube#4. How to convert & pack a mod|Tutorial overview]]
 +
*[https://www.youtube.com/watch?v=948pAlHB1eY Video version of tutorial]

Latest revision as of 14:04, 2 March 2016

1 Simple cube conversion paths.jpg Set path of the conversion tools to the place where you extract them.
2 Simple cube home path srch tool.jpg Use mod directory select path tool..
3 Simple cube home path select game.jpg ..select the game (1) and click OK (2). The tool should determinate correct mod folder if the game is installed.
4 Simple cube fill the mod name.jpg Write your mod name. We will use tutorial_mod
5 Simple cube setup mod packing auto settings.jpg Set "auto" settings:
  • Auto Clean - enabled
  • Auto Export - disabled
  • Auto Convert - enabled
6 Simple cube select no compression.jpg Set no compression.
7 Simple cube start convert.jpg Click PACK CONVERTED DATA button. The conversion will run.
8 Simple cube conversion progress n success.jpg You will notice the window with conversion log (1). If everything will go smooth without any problem you will see the success dialog (2).
9 Simple mod ready.jpg Go to your mod folder and check if archive exists there - if so check if it has correct files inside.

See also