-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathOStim_CI.ppj
38 lines (38 loc) · 1.67 KB
/
OStim_CI.ppj
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
<?xml version='1.0'?><!-- Game is either sse, tesv, or fo4 -->
<PapyrusProject xmlns="PapyrusProject.xsd"
Flags="TESV_Papyrus_Flags.flg"
Game="sse"
Output="Scripts"
Optimize="true"
Anonymize="true"
Zip="true">
<Variables>
<Variable Name="ModName" Value="OStim"/>
<Variable Name="MyProject" Value="."/>
<Variable Name="Dist" Value="..\dist"/>
</Variables>
<PreBuildEvent Description="Copy english translations to other languages" UseInBuild="true">
<Command>python TranslationCopy.py</Command>
</PreBuildEvent>
<Imports>
<Import>@MyProject\Scripts\Source</Import>
<Import>https://github.com/MrOctopus/nl_online/tree/main/jcontainersse/source</Import>
<Import>https://github.com/eeveelo/PapyrusUtil/tree/master/Scripts/Source</Import>
<Import>https://github.com/CE0/OSA-SE/tree/master/Data/Scripts/Source</Import>
<Import>https://github.com/Osmosis-Wrench/random-loose-scripts/tree/main/scripts/source</Import>
<Import>https://github.com/MrOctopus/nl_online/tree/main/skyui/source</Import>
<Import>https://github.com/MrOctopus/nl_online/tree/main/skse64/source</Import>
<Import>https://github.com/MrOctopus/nl_online/tree/main/sse/source</Import>
</Imports>
<Folders>
<Folder>@MyProject\Scripts\Source</Folder>
</Folders>
<ZipFiles Output="@Dist">
<ZipFile Name="@ModName" RootDir="@MyProject" Compression="deflate">
<Include NoRecurse="true">*.esp</Include>
<Include>Scripts</Include>
<Include>SKSE</Include>
<Include>Interface</Include>
</ZipFile>
</ZipFiles>
</PapyrusProject>