-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathassemblyTemplate.xml
More file actions
76 lines (74 loc) · 2.78 KB
/
Copy pathassemblyTemplate.xml
File metadata and controls
76 lines (74 loc) · 2.78 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?>
<package version="2.2" id="{dd9878db-4546-4e5d-97a8-60e3112325c4}" target="Five">
<metadata>
<name>DLCList Helper</name>
<version>
<major>1</major>
<minor>1</minor>
<tag>3</tag>
</version>
<author>
<displayName>SSStuart</displayName>
<actionLink>https://github.com/SSStuart</actionLink>
<web>https://github.com/SSStuart/DLCList-Helper</web>
<!--<facebook>Facebook</facebook>
<twitter>Twitter</twitter>
<youtube linkKind="channel">YouTube</youtube>-->
</author>
<!--footerLink="http://example.com/" footerLinkTitle="Link title"-->
<description>
<![CDATA[dlclist.xml file updated based on folders in "mods/update/x64/dlcpacks/".
Install in the 'mods' folder.
WARNING! This will delete all the lines whose folders are not in "mods/update/x64/dlcpacks/" and "update/x64/dlcpacks/"! (The commented lines are kept)]]>
</description>
<!--footerLink="http://example.com/" footerLinkTitle="Link title"-->
<largeDescription displayName="Modifications">
<![CDATA[...]]>
</largeDescription>
<!--<licence footerLink="http://example.com/" footerLinkTitle="Link title">
<![CDATA[Licence text.]]>
</licence>-->
</metadata>
<colors>
<headerBackground useBlackTextColor="False">$FFF1BA58</headerBackground>
<iconBackground>$FFF1BA58</iconBackground>
</colors>
<content>
<archive path="update\update.rpf" createIfNotExist="False" type="RPF7">
<xml path="common\data\dlclist.xml">
<remove xpath="/SMandatoryPacksData/Paths/Item" />
<remove xpath="/SMandatoryPacksData/Paths/item" />
<add append="Last" xpath="/SMandatoryPacksData/Paths">
<Item>platform:/dlcPacks/mpBeach/</Item>
</add>
<add append="Last" xpath="/SMandatoryPacksData/Paths">
<Item>platform:/dlcPacks/mpBusiness/</Item>
</add>
<add append="Last" xpath="/SMandatoryPacksData/Paths">
<Item>platform:/dlcPacks/mpChristmas/</Item>
</add>
<add append="Last" xpath="/SMandatoryPacksData/Paths">
<Item>platform:/dlcPacks/mpValentines/</Item>
</add>
<add append="Last" xpath="/SMandatoryPacksData/Paths">
<Item>platform:/dlcPacks/mpBusiness2/</Item>
</add>
<add append="Last" xpath="/SMandatoryPacksData/Paths">
<Item>platform:/dlcPacks/mpHipster/</Item>
</add>
<add append="Last" xpath="/SMandatoryPacksData/Paths">
<Item>platform:/dlcPacks/mpIndependence/</Item>
</add>
<add append="Last" xpath="/SMandatoryPacksData/Paths">
<Item>platform:/dlcPacks/mpPilot/</Item>
</add>
<add append="Last" xpath="/SMandatoryPacksData/Paths">
<Item>platform:/dlcPacks/spUpgrade/</Item>
</add>
<add append="Last" xpath="/SMandatoryPacksData/Paths">
<Item>platform:/dlcPacks/mpLTS/</Item>
</add>
</xml>
</archive>
</content>
</package>