Skip to content

Releases: pwillard/orzip

Release 1.0.10

Choose a tag to compare

@pwillard pwillard released this 08 Sep 18:16

This fixes the in-place conversion, and the file is READ-ONLY.

Not really a problem, just better handling of it.

Release 1.0.9

Choose a tag to compare

@pwillard pwillard released this 07 Sep 18:23

This version adds support for processing .S, .W, and .T files and adds some meaningful messages accordingly.

Release 1.0.5

Choose a tag to compare

@pwillard pwillard released this 24 Aug 14:18

Update for Polymaster/ShapeConverter compatibility

While ORZIP followed what I thought was a standard for SIMIS text files, Shape Converter's parser doesn't see it that way, or rather, is too strict?

ORZIP isn't broken, per se; all the data is there, but Shape Converter has a brittle whitespace expectation that ORZIP doesn't meet, making the converted text easier to read but an error for Shape Converter.

ORTS was not complaining about the files.

Release 1.0.4

Choose a tag to compare

@pwillard pwillard released this 21 Aug 19:29
  • This update fixes an issue with compressing Animated Wiper shape files. -> Fixed.
  • This update also copes with data past "End of Contents" in a file (AKA junk) and generates a warning and exit code 0 instead of a fail with a non-zero exit code.

V1.0.3 - Usability Updates and logic changes

Choose a tag to compare

@pwillard pwillard released this 19 Aug 23:40

This update removes some extra functions that likely would never be used and adds extra functionality, such as making backup copies. These are breaking changes and will cause older versions of SFM3 to fail.

release 1.0.2

Choose a tag to compare

@pwillard pwillard released this 15 Aug 19:31

Fixing some issues with complex S files.

Orzip 1.0.1

Choose a tag to compare

@pwillard pwillard released this 12 Aug 13:14

Added a user guide in PDF format

ORZIP 1.0

Choose a tag to compare

@pwillard pwillard released this 11 Aug 23:20

This is an initial release of a replacement for the Open Rails File compression/decompression tool to replace the MSTS Utils dependency.
Contained is a Windows X64 Executable created with the Pyinstaller utility.