-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
52 lines (45 loc) · 1.68 KB
/
modDesc.xml
File metadata and controls
52 lines (45 loc) · 1.68 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
49
50
51
52
<?xml version="1.0" encoding="utf-8"?>
<modDesc descVersion="105">
<author>Omega-Mods</author>
<version>1.0.0.0</version>
<title>
<en>Omega-Mods – ComboPathFix</en>
<de>Omega-Mods – ComboPathFix</de>
<it>Omega-Mods – ComboPathFix</it>
</title>
<description>
<en>
Fix for <combination> XML paths: allows referencing other mods via
$moddir<OtherModName>$/path.xml (also accepts moddir<OtherModName>$/path.xml).
Works at vehicle load and Store linking. Safe for SP/MP.
</en>
<de>
Fix für <combination>-XML-Pfade: ermöglicht das Referenzieren von XML-Dateien
aus anderen Mods über $moddir<ModName>$/path.xml (akzeptiert auch moddir<ModName>$/path.xml).
Funktioniert beim Fahrzeugladen und bei der Shop-Verknüpfung. Sicher in SP/MP.
</de>
<it>
Fix per i percorsi <combination>: permette di referenziare XML di altri mod con
$moddir<NomeAltroMod>$/percorso.xml (accetta anche moddir<NomeAltroMod>$/percorso.xml).
Funziona al caricamento veicoli e nel negozio. Sicuro per SP/MP.
</it>
</description>
<iconFilename>icon.dds</iconFilename>
<multiplayer supported="true"/>
<extraSourceFiles>
<sourceFile filename="scripts/ComboPathFix.lua"/>
</extraSourceFiles>
<specializations>
<specialization name="comboPathFix" className="ComboPathFix" filename="scripts/ComboPathFix.lua"/>
</specializations>
<categories>
<category>gameplay</category>
</categories>
<l10n>
<text name="mod_omegamods_combopathfix_title">
<en>ComboPathFix</en>
<de>ComboPathFix</de>
<it>ComboPathFix</it>
</text>
</l10n>
</modDesc>