This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<PapyrusProject | |
xmlns="PapyrusProject.xsd" | |
Game="FO4" | |
Flags="Institute_Papyrus_Flags.flg" | |
Output="." | |
Zip="true"> | |
<Variables> | |
<Variable Name="ModsPath" Value="G:\ModOrganizer\Games\Fallout4\mods"/> | |
<Variable Name="ExtraLootForLocksmiths" Value="@ModsPath\Extra Loot for Locksmiths"/> | |
<Variable Name="ProLandscapingKit" Value="@ModsPath\Pro Landscaping Kit"/> | |
<Variable Name="RealisticGravity" Value="@ModsPath\Realistic Gravity"/> | |
<Variable Name="UnofficialScrapPatch" Value="@ModsPath\Unofficial Scrap Patch"/> | |
<Variable Name="UnscrappableWorkbenches" Value="@ModsPath\Unscrappable Workbenches"/> | |
</Variables> | |
<ZipFiles Output="."> | |
<ZipFile Name="ExtraLootForLocksmiths-1_0_0" RootDir="@ExtraLootForLocksmiths"> | |
<Match In="@ExtraLootForLocksmiths">*.esp|*.ba2</Match> | |
</ZipFile> | |
<ZipFile Name="ProLandscapingKit-1_0_0" RootDir="@ProLandscapingKit"> | |
<Match In="@ProLandscapingKit">*.esp|*.ba2</Match> | |
</ZipFile> | |
<ZipFile Name="RealisticGravity-1_0_0" RootDir="@RealisticGravity"> | |
<Match In="@RealisticGravity">*.esp|*.ba2</Match> | |
</ZipFile> | |
<ZipFile Name="UnofficialScrapPatch-1_0_0" RootDir="@UnofficialScrapPatch"> | |
<Match In="@UnofficialScrapPatch">*.esp|*.ba2</Match> | |
</ZipFile> | |
<ZipFile Name="UnscrappableWorkbenches-1_0_0" RootDir="@UnscrappableWorkbenches"> | |
<Match In="@UnscrappableWorkbenches">*.esp|*.ba2</Match> | |
</ZipFile> | |
</ZipFiles> | |
</PapyrusProject> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment