mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-07 02:35:16 -05:00
Add GITADORA HIGH-VOLTAGE support with bugfixes.
This commit is contained in:
@@ -11,6 +11,20 @@ export function getEncoreStageData(info: EamuseInfo): EncoreStageData {
|
||||
const level: number = U.GetConfig("encore_version")
|
||||
const ntDummyEncore = U.GetConfig("nextage_dummy_encore")
|
||||
switch (getVersion(info)) {
|
||||
case 'highvoltage':
|
||||
return {
|
||||
level,
|
||||
musics: [
|
||||
2686, // CYCLONICxSTORM
|
||||
2687, // Heptagram
|
||||
2700, // Saiph
|
||||
2706, // LUCID NIGHTMARE
|
||||
2740, // Mobius
|
||||
2748, // Under The Shades Of The Divine Ray
|
||||
2772, // REBELLION
|
||||
2812, // THE LAST OF FIREFACE
|
||||
]
|
||||
}
|
||||
case 'nextage':
|
||||
return {
|
||||
level,
|
||||
|
||||
1
gitadora@asphyxia/data/mdb/hv.b64
Normal file
1
gitadora@asphyxia/data/mdb/hv.b64
Normal file
File diff suppressed because one or more lines are too long
@@ -42,7 +42,7 @@ export async function readMDBFile(path: string, processHandler?: processRawDataH
|
||||
processHandler = processHandler ?? defaultProcessRawXmlData
|
||||
result = await processHandler(path)
|
||||
// Uncomment to save the loaded XML file as JSON.
|
||||
// await IO.WriteFile(path.replace(".xml", ".json"), JSON.stringify(data))
|
||||
// await IO.WriteFile(path.replace(".xml", ".json"), JSON.stringify(result))
|
||||
break;
|
||||
case '.b64':
|
||||
const buff = await IO.ReadFile(path, 'utf-8');
|
||||
|
||||
Reference in New Issue
Block a user