Skip to content

v1.1

Latest
Compare
Choose a tag to compare
@Hampo Hampo released this 21 Aug 03:59

Changelog

Bug Fixes

  • Fixed an issue with incorrect sort priorities.

Full Changelog: v1.0...v1.1

Details

Usage: P3DTool [options]

Options:
  -f   | --force                    Force overwrite the output file.
  -nh  | --no_history               Don't add history chunk.
  -s   | --sort                     Sort chunks.
  -sa  | --sort_alphabetical        When sorting, the chunks will be sorted alphabetically.
  -sis | --sort_include_sections    When sorting, a history chunk will be add to the start if each section.
  -d   | --dedupe                   When adding a file, duplicate chunks will be omitted.
  -c   | --compress                 Compresses the output Pure3D file with LZR compression.
  -p   | --pause                    Pauses at the end of execution.

Example:
  P3DTool -s -i C:\input\file1.p3d -i C:\input\file2.p3d -o C:\output\file.p3d
  P3DTool -c --no_history -i C:\input\file.p3d -o C:\output\file.p3d

Requires .NET 8.0 installed.