Important
This version of ReMapper requires the new bundleinfo.json
schema introduced in VivifyTemplate 1.1.0
- Moved mod requirement suggestions to constant.
map.require("Noodle Extensions") // old
map.require(MODS.NOODLE_EXTENSIONS) // new
- Added missing runtime properties (#32)
- Updated to new VivifyTemplate 1.1.0
bundleinfo.json
schema - Removed some property translations, returning them to their actual JSON name
disableSpawnEffect
->spawnEffect
bloomGraphicsSettings
->mainEffectGraphicsSettings
noteJumpSpeed
->noteJumpMovementSpeed
noteJumpOffset
->noteJumpStartBeatOffset
- fix
AssignTrackParent
using the incorrect initialization parameters, mistakenly includingtrack
Full Changelog: 4.0.0...4.1.0