Difference between revisions of "Documentation/Tools/SCS Blender Tools/Look system"

From SCS Modding Wiki
Jump to navigation Jump to search
(Write Through)
(4 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
To change material attributes or textures for some look, you have to select it in the list shown above and then just change the material attributes. Now whenever you will change active look all of the materials in current SCS Game Object will be updated with values from this look and you will also be able to see the changes in 3D view.
 
To change material attributes or textures for some look, you have to select it in the list shown above and then just change the material attributes. Now whenever you will change active look all of the materials in current SCS Game Object will be updated with values from this look and you will also be able to see the changes in 3D view.
  
<blockquote>NOTE: Using same material in multiple SCS Game Objects will adopt materials to values in currently selected SCS Game Object. With that in mind any meshes with this material in other SCS Game Objects won't be displayed properly, but still they will be properly exported.
+
<blockquote>{{Note|Using same material in multiple SCS Game Objects will adopt materials to values in currently selected SCS Game Object. With that in mind any meshes with this material in other SCS Game Objects won't be displayed properly, but still they will be properly exported.}}
 
</blockquote>
 
</blockquote>
  
Line 19: Line 19:
 
[[File:SCS_Material_Specials_-_WT.png]]
 
[[File:SCS_Material_Specials_-_WT.png]]
  
<blockquote>NOTE: When you don't define any looks in the model or you have defined only one, write through button won't have any effect on material.
+
<blockquote>{{Note|When you don't define any looks in the model or you have defined only one, write through button won't have any effect on material.}}
 
</blockquote>
 
</blockquote>
  

Revision as of 09:21, 16 February 2016

Looks in SCS games are used to define same model with different textures or material attributes. With this system you can easily extend your model to have several looks without exporting same geometry over and over again. Examples of typical look usage in SCS games are: gas stations, trailers, depot companies etc.

So each SCS Game Object inside Blender file has it's own definitions for looks. You can create, delete and edit look names in "SCS Looks" box under "SCS Objects Specials" panel when SCS Root Object is active or "SCS Material Specials" panel when mesh object is active.

SCS Tools Object Specials - SCS Looks.png

To change material attributes or textures for some look, you have to select it in the list shown above and then just change the material attributes. Now whenever you will change active look all of the materials in current SCS Game Object will be updated with values from this look and you will also be able to see the changes in 3D view.

Note: Using same material in multiple SCS Game Objects will adopt materials to values in currently selected SCS Game Object. With that in mind any meshes with this material in other SCS Game Objects won't be displayed properly, but still they will be properly exported.


Write Through

Most of SCS material settings can be "written through" which means that the current value of setting is written to all looks. This way you can for example easily change texture which you want to use in all looks without selecting each look and searching for the texture over and over again.

Write through button ( SCS Material Specials - WT Btn.png ) is founded before material setting value as marked in the image below.

SCS Material Specials - WT.png

Note: When you don't define any looks in the model or you have defined only one, write through button won't have any effect on material.

Advanced WT behaviour

When using key modifiers you can alter even material used in different SCS Game Object:

  1. Ctrl + Click - will write value to same look on any other SCS Root Objects (if found otherwise nothing happens),
  2. Ctrl + Shift + Click - will write value to all looks on all SCS Root Objects in current blend file.