Jump to content

Translations:Automapper/9/zh: Difference between revisions

From DDraceNetwork
Darkh (talk | contribs)
No edit summary
Darkh (talk | contribs)
No edit summary
Line 1: Line 1:
贴图按照如下方式自动进行:在规则组中从上往下读取,先选定一个方块编号,然后按照其下方规则所描述的位置,在图层已有的贴图中查找符合所有描述的图块,然后将该图块替换为此编号的贴图;注意贴图过程中先后选定的方块编号可能查找到重复的图块位置,先前贴好的贴图被后来的贴图覆盖,最终表现为只执行了最后一个规则。[[Special:MyLanguage#Syntax|除非禁用]],否则自动贴图会先将更改放入缓存再替换贴图层。
贴图按照如下方式自动进行:在规则组中从上往下读取,先选定一个方块编号,然后按照其下方所描述的一组位置关系,在图层已有的贴图中扫描查找符合该组关系的图块,然后将该图块替换为此编号的贴图;注意贴图过程中先后选定的方块编号可能查找到重复的图块位置,先前贴好的贴图被后来的贴图覆盖,最终表现为只执行了最后一个规则。[[Special:MyLanguage#Syntax|除非禁用]],否则自动贴图会先将更改放入缓存再替换贴图层。

Revision as of 14:42, 8 February 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Automapper)
The automapper will read the rules file and scan each '''position''' of the layer. If every rule of a selected tile applies, the tile will be placed at the scanned position of the automapper. If multiple tiles and their rules match, only the latest rule will apply (because it will be overwritten). [[#Syntax|Unless deactivated]], the automapper will put it's changes into a buffer first and apply them afterwards.

贴图按照如下方式自动进行:在规则组中从上往下读取,先选定一个方块编号,然后按照其下方所描述的一组位置关系,在图层已有的贴图中扫描查找符合该组关系的图块,然后将该图块替换为此编号的贴图;注意贴图过程中先后选定的方块编号可能查找到重复的图块位置,先前贴好的贴图被后来的贴图覆盖,最终表现为只执行了最后一个规则。除非禁用,否则自动贴图会先将更改放入缓存再替换贴图层。