Difference between revisions of "Strat Models - M2TW"
(→Strat Flag) |
(→Strat Flag) |
||
Line 10: | Line 10: | ||
*symbol | *symbol | ||
− | The background the faction's symbol is displayed on is the 'banner' mesh in the model, this has to be one flat plane, it | + | The background the faction's symbol is displayed on is the ''''banner'''' mesh in the model, this has to be one flat plane, it has a texture uv mapped onto the plane, but it is also overlayed with the faction's colour with a darker section that expands from the bottom that shows the strength of the army. If you apply a texture with alpha channel then the faction colour background won't be shown in any alpha'd out area. The position of the faction's symbol in left/right and up/down plane is determined by a hard-coded relationship to the 'banner' mesh, so changing the size of the banner mesh can also move the symbol position. |
+ | |||
+ | The ''''pole'''' is a conventional piece of mesh with texture. | ||
+ | |||
+ | The ''''symbol''' mesh although required doesn't appear to do anything if changed. | ||
==Strat Characters== | ==Strat Characters== |
Revision as of 06:37, 13 September 2020
For everything you always wanted to know about the campaign map models in M2TW.
Strat Flag
The strat flag carried by units consists of one .cas model to which each faction's symbol is applied. The size of the displayed symbol cannot be altered by changing the .cas model.
The model comprises three components:
- banner
- pole
- symbol
The background the faction's symbol is displayed on is the 'banner' mesh in the model, this has to be one flat plane, it has a texture uv mapped onto the plane, but it is also overlayed with the faction's colour with a darker section that expands from the bottom that shows the strength of the army. If you apply a texture with alpha channel then the faction colour background won't be shown in any alpha'd out area. The position of the faction's symbol in left/right and up/down plane is determined by a hard-coded relationship to the 'banner' mesh, so changing the size of the banner mesh can also move the symbol position.
The 'pole' is a conventional piece of mesh with texture.
The 'symbol mesh although required doesn't appear to do anything if changed.