Devlogs
ED5 Camera Zoom 2.0 Major Update
Posted October 11, 2025 by ChigooX
#Plugins #RPG maker mz #RPG maker mv
๐ Changelog
v2.0.2 (October 11, 2025) - Latest
๐ Bug Fixes:
- Fixed click-to-move accuracy on small maps when zoomed in
- Fixed clicks near map edges being offset by several tiles
- Improved coordinate transformation to account for camera clamping
- Fixed initialization error when game starts (scrollType null error)
๐ฏ Improvements:
- Pixel-perfect click detection at any zoom level
- Proper handling of zoom center on small maps
- Better display offset calculation
- Enhanced safety checks for map loading
v2.0.1 (October 11, 2025)
๐ Bug Fixes:
- Fixed
TypeError: Cannot read property 'scrollType' of null
on game start
- Added safety checks for map data loading
- Fixed
clearZoom
being called before map initialization
v2.0.0 (October 11, 2025)
๐ Major Release:
- Complete rewrite from v1.0
- Added RPG Maker MV compatibility (now supports both MV & MZ!)
- Added toggle system (3 methods: plugin commands, script calls, switches)
- Added smooth zoom transitions with configurable speed
- Added map-specific notetag support
โจ New Features:
- MZ Plugin Commands:
EnableZoom
, DisableZoom
, ToggleZoom
, SetZoom
, ResetZoom
- MV Plugin Commands: Text-based uppercase commands
- Map Notetags:
<ZoomMin>
, <ZoomMax>
, <ZoomDefault>
, <DisableZoom>
- Enable Switch parameter for easy on/off control
- Debug mode with detailed logging
- Save/load compatibility
๐ Bug Fixes:
- Fixed
currentZoom = currentZoom
no-op bug
- Fixed missing TouchInput event handlers
- Fixed direct property access issues
- Fixed uninitialized values on startup
- Fixed zoom state not persisting through save/load
๐ Version Comparison
Feature | v1.0 | v2.0.2 |
---|
MZ Support
| โ
| โ
|
MV Support
| โ
| โ
|
Plugin Commands
| โ
| โ
|
Map Notetags
| โ
| โ
|
Toggle System
| โ
| โ
|
Smooth Zoom
| โ
| โ
|
Click Accuracy
| โ ๏ธ Basic
| โ
Pixel-Perfect
|
Save Compatible
| โ
| โ
|
Bug Fixes
| -
| โ
7+ Fixed
|