Skip to content

Pyro

Pre-release
Pre-release
Compare
Choose a tag to compare
@fireundubh fireundubh released this 16 Apr 06:25
· 103 commits to master since this release

New Features

A Path attribute has been added to the Include element that allows the user to specify where in the ZipFile the included file will be located.

  <ZipFiles Output="@modpath">
    <ZipFile Name="@modname" RootDir="@modpath" Compression="deflate">
      <Include>@modpath\Auto Loot.esp</Include>
      <Include>@modpath\Auto Loot - Main.ba2</Include>
      <Include>@modpath\Non-Playable Flags Patch.esp</Include>
      <Include Path="optional">@modpath\Auto Loot - UFO4P Components Patch.esp</Include>
    </ZipFile>
  </ZipFiles>

In the above example, the file Auto Loot - UFO4P Components Patch.esp will appear in a top-level folder named optional within the ZIP archive.

Note: You cannot rename files using this feature. The Path attribute is used only to create folders.

Licensing

  • Pyro is transpiled by Nuitka 0.6.14 from Python 3.9.4 to C and compiled with MSVC 2019.
  • Pyro is distributed with bsarch v0.7 under the MPL 2.0 License. (Source Code)
  • The Pyro source code is licensed under the MIT License.