Difference between revisions of "Documentation/Tools/SCS Blender Tools/Global Settings"
(→Collider Locator Face Color) |
(→Display Connections) |
||
Line 118: | Line 118: | ||
=== Display Connections === | === Display Connections === | ||
− | Turns on and off displaying of Locators | + | Turns on and off displaying of Locators connections - Curves and Lines. |
=== Optimized Connections Draw === | === Optimized Connections Draw === |
Revision as of 12:40, 3 February 2016
Global Settings hold common settings to whole SCS Blender Tools addon and are defined either per-machine or per-blender file, depending on user choice.
Global Settings sub-palette can be found within SCS Tools panel in Scene settings of the Properties window.
There are two sub-panels (categorizing most of the properties into proper layout) and panel for uncategorised global settings.
Contents
- 1 Path Settings
- 2 Display Settings
- 2.1 Drawing Mode
- 2.2 Display Locators
- 2.3 Locator Size
- 2.4 Locator Empty Object Size
- 2.5 Prefab Locator Color
- 2.6 Model Locator Color
- 2.7 Collider Locator Wire Color
- 2.8 Collider Locator Face Color
- 2.9 Display Connections
- 2.10 Optimized Connections Draw
- 2.11 Curve Segments
- 2.12 Navigation Curve Base Color
- 2.13 Map Line Base Color
- 2.14 Trigger Line Base Color
- 2.15 Display Text Info
- 2.16 Info Text Color
- 2.17 Show Preview Models
- 3 Uncategorised Global Settings
Path Settings
Before you start to use the tools, it is necessary to specify where to access data sources, which are used for filling up of some library menus and addressing textures.
First of all, you’ll need to set the main folder that contains your project. Do it to the “SCS Project Base Path” entry. Other routes usually proceed from that location, and therefore can be stored in the form of a relative path. However that doesn’t need to be the rule every time and therefore the mechanism for path selection in the SCS Tools will always decide the appropriate form for the path.
If paths are set properly is clearly seen from color of its background – if any entry is faulty, the background is in red color and needs to be set to the valid location or valid library file.
SCS Project Base Path
[folder, always absolute path]
This is most important path, which leads to “base” root directory of your mod for any SCS game. Base directory always has to have specific structure, because of relative texture and definition file addressing. So all of the paths of following libraries should continue from this location and should be in relative form. However if you prefer another location for those libraries, you can use it and the path form will be automatically chosen.
NOTE: For importing sample models make sure you set SCS Project Base Path to one of the sample base folders inside "data" directory of downloaded SCS Blender Tools package.
NOTE: You should prefer another location for libraries only if you are using any custom library file.
Trigger Action Library
[“*.sii” file, absolute or relative path to 'SCS Project Base Path']
Library of predefined trigger actions. You can assign them to Trigger Prefab Locators which are used in game for triggering various actions (for example sleeping areas).
Sign Library
[“*.sii” file, absolute or relative path to 'SCS Project Base Path']
Library of predefined traffic Signs. You can assign them to Sign Prefab Locators which are used in game to create traffic signs or any model defined as sign. Most of them are respected by AI cars and lay the traffic rules for player.
Semaphore Library
[“*.sii” file, absolute or relative path to 'SCS Project Base Path']
Library of predefined Traffic Semaphore profiles. You can assign them to Traffic Semaphore Prefab Locators which are used in game to create traffic semaphores. These are respected by AI cars and should be respected by player as well.
Traffic Rules Library
[“*.sii” file, absolute or relative path to 'SCS Project Base Path']
Library of predefined Traffic Rules. You can assign them to Navigation Point Prefab Locators which are used in game to create traffic routes. These are used mainly by AI cars.
Hookup Library
[folder, absolute or relative path to 'SCS Project Base Path']
Directory containing predefined Hookup files. You can assign them to Model Locators which are used in game to instance other game models within actual model.
Mat Substance Library
[“*.db” file, absolute or relative path to 'SCS Project Base Path']
Library of Material Substances, which defines physical behavior of the material. You can assign them to Materials.
Shader Presets Library
[“*.txt” file, absolute file path]
Shader Presets library filepath. This library has been created specially for SCS Blender Tools and thus it is located in its installation folder. The correct path should be set automatically.
Conversion Tools Path
Property holding path to directory where you extracted Conversion Tools and is used by operators from Conversion Helper. Also note that you should select proper conversion tools depending on the game you want to use your content for.
Display Settings
The “Display Settings” sub-palette brings together visual settings for all the special elements that are part of SCS Blender Tools. You can find here a visual settings for Locators, their Curves, Preview Models and other specific elements, which detail explanation follows in the text below.
Drawing Mode
Drawing mode for custom elements (i.e. Locators and Connections). It switches between Normal and X-Ray mode. Normal mode use normal depth testing drawing so all the custom elements are drawn within the scene the same way as the other objects, while the X-Ray mode use X-Ray drawing making all the custom elements visible on top of the other objects.
Display Locators
Turns on and off displaying of custom representation of Locators. This can be useful especially when tunning Navigation curves.
Locator Size
Drawing size of Locators' custom representation.
Locator Empty Object Size
Drawing size ratio of selectable Empty objects in Locators. Alter it if you experience difficulties with selecting of Locators.
Prefab Locator Color
Custom color for Prefab Locators.
Model Locator Color
Custom color for Model Locators.
Collider Locator Wire Color
Custom color for Collider Locators wire frames.
Collider Locator Face Color
Custom color for Collider Locators faces.
Display Connections
Turns on and off displaying of Locators connections - Curves and Lines.
Optimized Connections Draw
Draw connections only when data are updated. Switching this off might give you FPS (frames per second), especially on heavy Prefab scenes.
Curve Segments
Number of segments for Navigation Curves. It can improve update speed of 3D View.
Custom color for Navigation Curves.
Map Line Base Color
Custom color for Map Lines.
Trigger Line Base Color
Custom color for Trigger Lines.
Display Text Info
Switches displaying of different additional information texts for Locators directly in 3D View. This is very useful when you work on Prefab models. For example, you can display only the Locator Names, or Boundary Lanes or Nodes.
Info Text Color
Custom color for Info Texts.
Show Preview Models
Turns on and off displaying of Preview models for Locators.
Uncategorised Global Settings
Log Level
Sets level of logging inside Blender console. Recommended level for normal usage is 2, however when trying to investigate bugs or errors it is useful to use logging up to level 4.
Use Global Settings
Sets place of global settings storage:
- From Common Config File - will save global settings into one same config.txt file, thus this option will give you same settings for all Blender files you will be working on (global settings per machine).
NOTE: Altered items are written to the settings file (config.txt) immediately, so the next time you start Blender all the settings will be preserved, even if application experience crash. If you want to reset settings to default navigate to installed Blender Tools in file browser, delete file "io_scs_tools/config.txt" and restart Blender.
- From Blend File - will save global settings directly into blend file, giving you opportunity for each saved Blender file to have it's own settings (global settings per blend file).