OpenNaja / cobra-tools

A suite of GUI tools for extracting and modifying OVL and OVS archives, as well as editing the associated in-house file formats. Also includes a model plugin for Blender. For downloads, guides, and FAQs visit:
https://opennaja.github.io/cobra-tools/
GNU General Public License v3.0
94 stars 27 forks source link

Small change to bitfield and manis.xml reorder #350

Closed Candoran2 closed 11 months ago

Candoran2 commented 11 months ago
  1. Removed __hash__ from bitfield, since bitfield is not immutable like would be implied by __hash__.
  2. Added __bool__ to bitfield, making it behave like its _value attribute.
  3. Reordered SegmentsReader and UnkChunkList in manis.xml to expected order (where they are only used in fields after they are defined).