3.0 Prerelease 89 2025-02-18
Downloads:
Features
- z3 scrolling regions (#1074)
6b5e98dd7
Regions are a collection of screens that are stitched together to become one playing area that the player can move around in, with the viewport moving to track the player. All mechanics of ZC have been updated to support that there can now be multiple active screens. Additionally, there is a new DMap option to reclaim 160 more pixels in height for the visible playing field (making the passive subscreen draw over it). There is also scripting support for configuring regions and the viewport.
Here is a guide covering what quest makers need to know about regions.
Bug Fixes
Editor
- avoid bad script_data/crash in do_compile_and_slots
8b241af33
Documentation
- add Mazes section to z3_user_guide.rst
bf2f5bda8
Refactors
Player
- use transulency table cache for all fade/lighting
284fc7567