mod参数:修订间差异

来自RustedWarfare Wiki
添加的内容 删除的内容
无编辑摘要
无编辑摘要
第1行: 第1行:
== .ini ==
== .ini ==
=== [core] ===
=== [core] ===
<p style="margin:0;padding:0;border-top:1px solid;">
<p style="margin:0;padding:0;border-top:1px solid;display:inline-grid;grid-template-columns:repeat(2, 50px 1fr);grid-gap:5px;box-sizing:border-box;">
<b style="color:#30306d;user-select:none;">名:</b>name<br />
<b style="color:#30306d;user-select:none;">名:</b><code style="padding:0;margin:0;white-space:pre;overflow:auto;line-height:normal;">name</code>
<b style="color:#306d30;user-select:none;">值:</b>string<br />
<b style="color:#306d30;user-select:none;">值:</b><code style="padding:0;margin:0;white-space:pre;overflow:auto;line-height:normal;">string</code>
<b style="color:#6d3030;user-select:none;">释:</b>Defines the unit raw name, game uses it to identify as a unique name.(This is not displayed in-game)<br />
<b style="color:#6d3030;user-select:none;">释:</b><code style="padding:0;margin:0;white-space:pre;overflow:auto;line-height:normal;">Defines the unit raw name, game uses it to identify as a unique name.(This is not displayed in-game)</code>
<b style="color:#306d6d;user-select:none;display:inline-flex;">例:</b>
<b style="color:#306d6d;user-select:none;">例:</b><code style="padding:0;margin:0;white-space:pre;overflow:auto;line-height:normal;">name: customTank1</code>
<code style="padding:0;margin:0;white-space:pre;overflow:auto;display:inline-flex;line-height:normal;">name: customTank1
aa</code>
</p>
</p>

2023年2月18日 (六) 20:49的版本

.ini

[core]

名:name 值:string 释:Defines the unit raw name, game uses it to identify as a unique name.(This is not displayed in-game) 例:name: customTank1