Lost-MSth / Arcaea-server

一个微型的 Arcaea 本地服务器 A small local server for Arcaea
MIT License
358 stars 53 forks source link

About .ogg downloads other than base/3 #181

Closed CoreAndCrew closed 1 month ago

CoreAndCrew commented 1 month ago

(using v2.11.3.13)

Is it possible to add downloadable audio files other than base/3.ogg (eg 0.ogg / 1.ogg / 4.ogg) when dealing with audioOverride? I know that using audioOverride on other difficulties (meaning PST/PRS) is possible offline, but it seems that attempting to play a song with other diffs having audioOverride after download leads to those charts crashing. I tried adding the extra oggs in FILE_NAMES from download.py but that seems to break downloads entirely. Any help with this? Thank you!

Lost-MSth commented 1 month ago

Sorry but impossible. The client only accepts 3.ogg and base.ogg these two audio files from the server, which is hard-coded.

CoreAndCrew commented 1 month ago

Aw that sucks, thanks for answering tho!