mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-14 22:25:48 -05:00
IIDX: Update README.md
This commit is contained in:
@@ -5,28 +5,27 @@ Plugin Version: **v0.1.15**
|
|||||||
---
|
---
|
||||||
|
|
||||||
Supported Versions
|
Supported Versions
|
||||||
- beatmaniaIIDX 14 GOLD
|
- beatmaniaIIDX 14 GOLD (2007072301)
|
||||||
- beatmaniaIIDX 15 DJ TROOPERS
|
- beatmaniaIIDX 15 DJ TROOPERS (2008031100)
|
||||||
- beatmaniaIIDX 16 EMPRESS
|
- beatmaniaIIDX 16 EMPRESS (2009072200)
|
||||||
- beatmaniaIIDX 17 SIRIUS
|
- beatmaniaIIDX 17 SIRIUS (2010071200)
|
||||||
- beatmaniaIIDX 18 Resort Anthem
|
- beatmaniaIIDX 18 Resort Anthem (2011071200)
|
||||||
- beatmaniaIIDX 19 Lincle
|
- beatmaniaIIDX 19 Lincle (2012090300)
|
||||||
- beatmaniaIIDX 20 tricoro
|
- beatmaniaIIDX 20 tricoro (2013090900)
|
||||||
- beatmaniaIIDX 21 SPADA
|
- beatmaniaIIDX 21 SPADA (2014071600)
|
||||||
- beatmaniaIIDX 22 PENDUAL
|
- beatmaniaIIDX 22 PENDUAL (2015080500)
|
||||||
- beatmaniaIIDX 23 copula
|
- beatmaniaIIDX 23 copula (2016083100)
|
||||||
- beatmaniaIIDX 24 SINOBUZ
|
- beatmaniaIIDX 24 SINOBUZ (2017082800)
|
||||||
- beatmaniaIIDX 25 CANNON BALLERS
|
- beatmaniaIIDX 25 CANNON BALLERS (2018012300)
|
||||||
- beatmaniaIIDX 26 Rootage
|
- beatmaniaIIDX 26 Rootage (2019090200)
|
||||||
- beatmaniaIIDX 27 HEROIC VERSE
|
- beatmaniaIIDX 27 HEROIC VERSE (2020092900)
|
||||||
- beatmaniaIIDX 28 BISTROVER
|
- beatmaniaIIDX 28 BISTROVER (2021091500)
|
||||||
- beatmaniaIIDX 29 CastHour
|
- beatmaniaIIDX 29 CastHour (2022082400)
|
||||||
- beatmaniaIIDX 30 RESIDENT
|
- beatmaniaIIDX 30 RESIDENT (2023090500)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|
||||||
- STEP UP (Partial)
|
- STEP UP (Partial)
|
||||||
- SKILL ANALYZER
|
- SKILL ANALYZER
|
||||||
- EVENT (Partial)
|
- EVENT (Partial)
|
||||||
@@ -42,11 +41,11 @@ Known Issues
|
|||||||
- DJ LEVEL folders are broken in ~ DJ TROOPERS due to missing rank\_id
|
- DJ LEVEL folders are broken in ~ DJ TROOPERS due to missing rank\_id
|
||||||
- LEGGENDARIA play records before HEROIC VERSE may not display on higher version due to missing conversion code
|
- LEGGENDARIA play records before HEROIC VERSE may not display on higher version due to missing conversion code
|
||||||
- ONE MORE EXTRA STAGE progress won't save (can't test this due to skill issue)
|
- ONE MORE EXTRA STAGE progress won't save (can't test this due to skill issue)
|
||||||
|
- Some of licensed songs are locked behind due to missing license element (needs to be verified)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Changelogs
|
Changelogs
|
||||||
|
|
||||||
**v0.1.0**
|
**v0.1.0**
|
||||||
- Added Initial support for Lincle
|
- Added Initial support for Lincle
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,14 @@ export const pccommon: EPR = async (info, data, send) => {
|
|||||||
// have no idea what some of attribute or value does //
|
// have no idea what some of attribute or value does //
|
||||||
// exposing these to plugin setting or use static value //
|
// exposing these to plugin setting or use static value //
|
||||||
switch (version) {
|
switch (version) {
|
||||||
|
case 14:
|
||||||
|
result = {
|
||||||
|
...result,
|
||||||
|
gshop: {
|
||||||
|
"@attr": { vipg: "0" } // TODO:: verify //
|
||||||
|
}
|
||||||
|
}
|
||||||
|
break;
|
||||||
case 15:
|
case 15:
|
||||||
break;
|
break;
|
||||||
case 16:
|
case 16:
|
||||||
|
|||||||
Reference in New Issue
Block a user