forked from RealismusModding/FS17_seasons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
41 lines (33 loc) · 1.43 KB
/
modDesc.xml
File metadata and controls
41 lines (33 loc) · 1.43 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
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<modDesc descVersion="33">
<author>Realismus Modding</author>
<contributors>theSeb, Rahkiin, reallogger, mrbear</contributors>
<version>1.0.0.0</version>
<title>
<en>Seasons</en>
<fr>Seasons</fr>
<de>Seasons</de>
<es>Seasons</es>
</title>
<description>
<en>Seasons</en>
<fr>Seasons</fr>
<de>Seasons</de>
<es><![CDATA[Seasons es un mod que, como bien indica su nombre, simula las estaciones añadiendo sus características y un punto más de realismo al juego.]]></es>
</description>
<iconFilename>icon.dds</iconFilename>
<multiplayer supported="true"/>
<l10n filenamePrefix="translations/translation"/>
<extraSourceFiles>
<sourceFile filename="src/loader.lua"/>
</extraSourceFiles>
<inputBindings>
<input name="SEASONS_SHOW_WF" category="ONFOOT VEHICLE" key1="KEY_lalt KEY_f" key2="" button="" device="" mouse=""/>
<input name="SEASONS_REPAIR_VEHICLE" category="ONFOOT" key1="KEY_lalt KEY_r" key2="" button="" device="" mouse=""/>
<input name="SEASONS_SHOW_MENU" category="ONFOOT VEHICLE" key1="KEY_lalt KEY_s" key2="" button="" device="" mouse=""/>
</inputBindings>
<storeItems>
<storeItem xmlFilename="resources/fakeStoreItem/item.xml"/>
<storeItem xmlFilename="resources/fakeStoreItem/item2.xml"/>
</storeItems>
</modDesc>