Skip to content

v0.3.5

Compare
Choose a tag to compare
@burninrubber0 burninrubber0 released this 13 Jul 03:59
· 22 commits to master since this release

Additions

  • PVS editor: Added context menu for repositioning points via the PVS viewer.

Bugfixes

  • PVS editor: Maximum zone ID decreased from 1024 to 511. (See notes)
  • PVS editor: Fixed being unable to cancel when adding a zone or neighbour.
  • PVS editor: Fixed the delete button text on high DPI displays. (Hopefully—I have no way of testing this)

Notes

The limit on the number of zones is enforced by the game, which limits the number of PolygonSoupList resources to 512. To reach this in the first place, memory map editing is required because the pool is limited to 1000 resources, or 499 zones.

Full Changelog: v0.3.4...v0.3.5