-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodDesc.xml
More file actions
48 lines (43 loc) · 2.31 KB
/
modDesc.xml
File metadata and controls
48 lines (43 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="64">
<author>DumpsterDave</author>
<version>1.0.0.0</version>
<iconFilename>icon.dds</iconFilename>
<title>
<en>Building Snap</en>
<de>Gebäude-Rastern</de>
<fr>Création De Snap</fr>
<jp>ビルディングスナップ</jp>
</title>
<description>
<en><![CDATA[Allows Construction brushes to snap to a placement and rotation grid.
Grid can be adjusted between 0.5m (default), 1m, 2m, 3m, 4m, 5m, and 0m (off).
Rotation can be adjusted between 1°, 5° (default), 11.25°, 22.5°, 45°, 90° and 0° (off)]]></en>
<de><![CDATA[Ermöglicht das Einrasten von Gebäuden/Objekten an einem Platzierungs- und Rotationsraster.
Das Raster kann zwischen 0,5 m (Standard), 1 m, 2 m, 3 m, 4 m, 5 m und 0 m (aus) eingestellt werden.
Drehung einstellbar zwischen 1°, 5° (Standard), 11,25°, 22,5°, 45°, 90° und 0° (aus)]]></de>
<fr><![CDATA[Permet aux pinceaux de construction de s’accrocher à une grille de placement et de rotation.
La grille peut être ajustée entre 0,5 m (par défaut), 1 m, 2 m, 3 m, 4 m, 5 m et 0 m (hors tension).
La rotation peut être réglée entre 1°, 5° (par défaut), 11,25°, 22,5°, 45°, 90° et 0° (désactivé)]]></fr>
<jp><![CDATA[コンストラクション ブラシを配置グリッドと回転グリッドにスナップできるようにします。
グリッドは、0.5m(デフォルト)、1m、2m、3m、4m、5m、0m(オフ)の間で調整できます。
回転は1°、5°(デフォルト)、11.25°、22.5°、45°、90°および0°(オフ)の間で調整することができます]]></jp>
</description>
<extraSourceFiles>
<sourceFile filename="BuildingSnap.lua" />
</extraSourceFiles>
<l10n filenamePrefix="translations/translation" />
<multiplayer supported="true"/>
<actions>
<action name="BS_ADJUST_POS_SNAP" />
<action name="BS_ADJUST_ROT_SNAP" />
</actions>
<inputBinding>
<actionBinding action="BS_ADJUST_POS_SNAP">
<binding device="KB_MOUSE_DEFAULT" input="KEY_g" />
</actionBinding>
<actionBinding action="BS_ADJUST_ROT_SNAP">
<binding device="KB_MOUSE_DEFAULT" input="KEY_r" />
</actionBinding>
</inputBinding>
</modDesc>