Smudge: Difference between revisions
Appearance
en>DCoder m Maps/Smudge moved to Smudge: Moving the Maps/ sections' pages to main space. |
m 4 revisions imported |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{WrongTitle|[Smudge]}} | {{WrongTitle|[Smudge]}} | ||
{{ | {{MappingBar}} | ||
This section is responsible for pre-placed [[SmudgeTypes]] that should appear on the map. | This section is responsible for pre-placed [[SmudgeTypes]] that should appear on the map. | ||
__TOC__ | __TOC__ | ||
== Section == | == Section == | ||
=== | {{MappingBar}} | ||
=== <span id="td"></span>{{td}} === | |||
=== | === <span id="ra"></span>{{ra}}, {{cs}}, {{am}} === | ||
=== | === <span id="ts"></span><span id="ra2"></span><span id="yr"></span>{{ts}}, {{fs}}, {{ra2}}, {{yr}} === | ||
The [{{Tt|Smudge}}] section in a map takes this format: | The [{{Tt|Smudge}}] section in a map takes this format: | ||
| Line 29: | Line 29: | ||
|- | |- | ||
! {{Anchor|SMUDGE_ID|ts}} | ! {{Anchor|SMUDGE_ID|ts}} | ||
| The SmudgeType's ID. Must be already defined in the | | The SmudgeType's ID. Must be already defined in the {{sl|SmudgeTypes}} section. | ||
|- | |- | ||
! {{Anchor|X|ts}} | ! {{Anchor|X|ts}} | ||
| Line 40: | Line 40: | ||
| If set to a non-zero value, this Smudge will not be created. <!-- whoever wrote that code should be ashamed --> | | If set to a non-zero value, this Smudge will not be created. <!-- whoever wrote that code should be ashamed --> | ||
|} | |} | ||
[[Category:Map Information]] | |||
Latest revision as of 22:05, 31 March 2025
This section is responsible for pre-placed SmudgeTypes that should appear on the map.
Section
Tiberian Dawn
Red Alert, Counterstrike, Aftermath
Tiberian Sun, Firestorm, Red Alert 2, Yuri's Revenge
The [Smudge] section in a map takes this format:
[Smudge] Index=SMUDGE_ID,X,Y,IGNORE
| String | Meaning |
|---|---|
| Index | An index into this list, not processed or saved, so any string without equals-signs will do. |
| SMUDGE_ID | The SmudgeType's ID. Must be already defined in the [SmudgeTypes] section. |
| X | The X coordinate of the top corner cell of this Smudge. |
| Y | The Y coordinate of the top corner cell of this Smudge. |
| IGNORE | If set to a non-zero value, this Smudge will not be created. |