plugins/iidx@asphyxia
2024-02-20 09:22:14 +09:00
..
handlers IIDX: refactor music.appoint response to look somewhat cleaner 2024-02-20 09:22:14 +09:00
models IIDX: Exposed more pc.common attributes to plugin settings 2024-02-18 20:25:03 +09:00
pug IIDX: Exposed more pc.common attributes to plugin settings 2024-02-18 20:25:03 +09:00
webui IIDX: Added clear/full combo rate, BEGINNER mode clear lamp support 2024-02-17 15:20:59 +09:00
index.ts IIDX: Exposed more pc.common/gameSystem.systemInfo attributes to plugin settings - 2 2024-02-19 11:28:30 +09:00
README.md IIDX: Exposed more pc.common/gameSystem.systemInfo attributes to plugin settings - 2 2024-02-19 11:28:30 +09:00
util.ts IIDX: Added Shop Ranking support 2024-02-15 02:30:06 +09:00

beatmaniaIIDX

Plugin Version: v0.1.12


Supported Versions

  • beatmaniaIIDX 18 Resort Anthem
  • beatmaniaIIDX 19 Lincle
  • beatmaniaIIDX 20 tricoro
  • beatmaniaIIDX 21 SPADA
  • beatmaniaIIDX 22 PENDUAL
  • beatmaniaIIDX 23 copula
  • beatmaniaIIDX 24 SINOBUZ
  • beatmaniaIIDX 25 CANNON BALLERS
  • beatmaniaIIDX 26 Rootage
  • beatmaniaIIDX 27 HEROIC VERSE
  • beatmaniaIIDX 28 BISTROVER
  • beatmaniaIIDX 29 CastHour
  • beatmaniaIIDX 30 RESIDENT

Features

  • STEP UP (Partial)
  • SKILL ANALYZER
  • EVENT (Partial)
  • ARENA (Partial)
  • RANDOME LANE TICKET
  • FAVORITE/SONG SELECTION NOTES (Partial)

Known Issues

  • Clear Lamps may display invalid lamps due to missing conversion code
  • LEGGENDARIA play records before HEROIC VERSE may not display on higher version due missing conversion code

Changelogs

v0.1.0

  • Added Initial support for Lincle

v0.1.1

  • Added Initial support for HEROIC VERSE
  • Expanded score array to adapting newer difficulty (SPN ~ DPA [6] -> SPB ~ DPL [10])
    • This borked previous score datas recorded with v0.1.0
    • All score data now shared with all version
      • as it doesn't have music_id conversion, it will display incorrect data on certain versions
  • Added Initial customize support (no webui)

v0.1.2

  • Added Initial support for BISTROVER
  • Added Initial Rival support (partial webui)

v0.1.3

  • Added Initial support for CastHour

v0.1.4

  • Added Initial support for RESIDENT

v0.1.5

  • Added Initial support for Resort Anthem
    • BEGINNER, LEAGUE, STORY does not work yet
  • Fixed where s_hispeed/d_hispeed doesn't save correctly

v0.1.6

  • Added Initial support for tricoro
    • Event savings are broken
  • Added movie_upload url setting on plugin setting (BISTROVER ~)
    • This uses JSON instead of XML and this requires additional setup (can't test or implement this as I don't own NVIDIA GPU)

v0.1.7

  • Added Initial support for SPADA
    • Event savings are broken
  • Fixed where rtype didn't save correctly (BISTROVER ~)

v0.1.8

  • Added RIVAL pacemaker support
  • Added Initial support for PENDUAL
    • Event savings are broken
  • Fixed where old_linkage_secret_flg is missing on pc.get response (RESIDENT)
  • Fixed where game could crash due to invalid rival qprodata
  • Fixed where lift isn't saving (SPADA)

v0.1.9

  • Added Initial support for copula
    • Event savings are broken
  • Added shop.getconvention/shop.setconvention/shop.getname/shop.savename response

v0.1.10

  • Added Initial support for SINOBUZ ~ Rootage
    • Converted from asphyxia_route_public

v0.1.11

  • Added Shop Ranking support
  • Changed pc.common/gameSystem.systemInfo response not to use pugFile
    • IIDX_CPUS on models/arena.ts came from asphyxia_route_public

v0.1.12

  • Exposed some of pc.common attributes to plugin settings (WIP)
  • Added Experimental WebUI (WIP)
  • Added music.crate/music.breg response
  • Fixed where Venue Top didn't save correctly (BISTROVER ~)
  • Fixed where music.appoint send empty response even rival has score data when player doesn't have score data