ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
DefaultMirageDisguises: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{ | {{Flag | ||
List of objects from which a [[VehicleType]] with <tt>[[CanDisguise]]</tt> and <tt>[[DisguiseWhenStill]]</tt> set will select its default disguise. This is used even if you enable the [TankMakeUpKit] weapon but do not select a 'target' for the tank. This must be a valid object from the [TerrainTypes] list, although errors can be encountered if you put any TIBTRE in this list. | |name={{PAGENAME}} | ||
|files={{Categ|Rules(md).ini}} | |||
|values={{Values|stringlist|TerrainTypes}} | |||
|default=none | |||
|types={{categ|General}} | |||
|ra2=yes | |||
|yr=yes | |||
}} | |||
List of objects from which a [[VehicleType]] with <tt>[[CanDisguise]]</tt> and <tt>[[DisguiseWhenStill]]</tt> set will select its default disguise. This is used even if you enable the '''[TankMakeUpKit]''' weapon but do not select a 'target' for the tank. This must be a valid object from the [[TerrainTypes]] list, although errors can be encountered if you put any '''TIBTRE''' in this list. | |||
==Nots== | ==Nots== | ||
*You can specify any other SHP file name. But there are conditions as follows. | *You can specify any other SHP file name. But there are conditions as follows.<br> | ||
1. The SHP file name must be specified in the {{Categ|Rules(md).ini}} section.<br> | |||
1. The SHP file name must be specified in the {{Categ|Rules(md).ini}} section. | 2. [[Image]] must be set to be the same as the file name (use the color palette of [[TerrainTypes]] only)<br> | ||
/example<br> | |||
2. [[Image]] must be set to be the same as the file name (use the color palette of [[TerrainTypes]] only) | <b>[CRATE]<br> | ||
Image=CRATE<br> | |||
/example | [General]<br> | ||
DefaultMirageDisguises=TREE01,TREE02,TREE03,TREE04,CRATE</b><br> | |||
<b>[CRATE] | |||
Image=CRATE | |||
[General] | |||
DefaultMirageDisguises=TREE01,TREE02,TREE03,TREE04,CRATE</b> | |||
===See also=== | ===See also=== |
Latest revision as of 15:56, 14 December 2024
Flag: | DefaultMirageDisguises |
File(s): | Rules(md).ini |
Values: | Comma-separated list of strings. (Limited to: TerrainTypes) |
Default: | none |
Applicable to: | General |
List of objects from which a VehicleType with CanDisguise and DisguiseWhenStill set will select its default disguise. This is used even if you enable the [TankMakeUpKit] weapon but do not select a 'target' for the tank. This must be a valid object from the TerrainTypes list, although errors can be encountered if you put any TIBTRE in this list.
Nots
- You can specify any other SHP file name. But there are conditions as follows.
1. The SHP file name must be specified in the Rules(md).ini section.
2. Image must be set to be the same as the file name (use the color palette of TerrainTypes only)
/example
[CRATE]
Image=CRATE
[General]
DefaultMirageDisguises=TREE01,TREE02,TREE03,TREE04,CRATE