Skip to content

v2.0.0-alpha-114 — Performance Sweep

Pre-release
Pre-release

Choose a tag to compare

@kkorenn kkorenn released this 15 Aug 03:04
· 41 commits to main since this release

Download

Quartz.zip MelonLoader — start here
QuartzUmm.zip UnityModManager
QuartzKeyViewer.zip Standalone Key Viewer — MelonLoader
QuartzKeyViewerUmm.zip Standalone Key Viewer — UnityModManager

Every feature is included; you pick what to turn on from Modules inside the game. Step-by-step instructions are in the install guide.

The other files below are for the mod itself — you don't need to download them.


Improved

  • The Release Candidate update channel is gone — the channel picker now offers Stable, Beta, and Alpha. Installs that had RC selected automatically follow Stable.

Performance

  • Overlay settings (Song Title, Combo, Judgement, Progress Bar, Practice) no longer write their config file on every keystroke or toggle — saves are batched like the rest of the mod.
  • Menu search reuses its result rows while you type instead of destroying and rebuilding up to 40 buttons per character.
  • Key Viewer JS plugins: per-frame timer and event handling plus panel layout no longer allocate garbage, and plugin storage calls skip a repeated regex scan.
  • Key Viewer layout editor: marquee drag selection now scales to large layouts.
  • Editor: BGA mode no longer re-hides planets every frame through slow reflection, and the floor readout's change detection is throttled — selecting thousands of tiles no longer costs a per-frame hash of every one of them.
  • TUF: the installed-level library loads much faster with many levels installed (indexed lookups, one sort per scan instead of one per level).

한국어

개선

  • 릴리스 후보(RC) 업데이트 채널이 사라졌습니다 — 채널 선택지는 이제 안정판·베타·알파입니다. RC를 선택했던 설치는 자동으로 안정판을 따릅니다.

성능

  • 오버레이 설정(곡 제목, 콤보, 판정, 진행 바, 연습)이 더 이상 키 입력이나 토글마다 설정 파일을 쓰지 않습니다 — 다른 모듈처럼 저장이 모아서 처리됩니다.
  • 메뉴 검색이 글자를 입력할 때마다 버튼을 최대 40개씩 부수고 다시 만드는 대신 결과 줄을 재사용합니다.
  • 키 뷰어 JS 플러그인: 프레임마다 돌아가는 타이머·이벤트 처리와 패널 레이아웃이 더 이상 가비지를 만들지 않고, 플러그인 저장소 호출이 반복적인 정규식 검사를 건너뜁니다.
  • 키 뷰어 레이아웃 편집기: 드래그 범위 선택이 큰 레이아웃에서도 부드럽게 동작합니다.
  • 에디터: BGA 모드가 더 이상 매 프레임 느린 리플렉션으로 행성을 다시 숨기지 않고, 타일 정보 표시의 변경 감지가 조절되어 수천 개 타일을 선택해도 프레임마다 전부 해시하지 않습니다.
  • TUF: 설치된 레벨이 많아도 라이브러리를 훨씬 빠르게 불러옵니다(색인 조회, 레벨마다가 아니라 스캔당 한 번만 정렬).

alpha build 114 of 2.0.0. · v2.0.0-alpha-113…v2.0.0-alpha-114