Skip to content

Instantly share code, notes, and snippets.

@fireundubh
Created September 1, 2021 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fireundubh/01e149820993befc52296b2d47488896 to your computer and use it in GitHub Desktop.
Save fireundubh/01e149820993befc52296b2d47488896 to your computer and use it in GitHub Desktop.
<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