You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix patcher packaging; VIP-character selector; live-date option
Patcher (mac .app + win .exe): bundle TypeTreeGeneratorAPI (loaded __file__-relative -> DATAS in pkg dir), lief, and core/native prebuilt so it stops crashing on open (ModuleNotFoundError) and builds mods with custom levels end-to-end. Add the deps to requirements. Fix run_build() missing clone_package/strip_store kwargs.
VIP characters: selector only scrolls unlocked+locked lists; ShouldCharacterBeLoadedFromPlayerPrefs excluded specials (returns !isSpecialCharacter). Force it true in vip_unlock (now 15 patches) so VIP/special chars enter the roster.
Live-date option: build follows the real device clock (no frozen date); mutually exclusive with force_date.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>