Lost-MSth / Arcaea-server

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

world map documentation #167

Closed rlarhsid closed 4 months ago

rlarhsid commented 4 months ago

I currently made most of the maps for the world mode, but I don't know the ways for making specific conditions for some maps.

For example, maps for Arcahv and Tairitsu (Tempest) has a special unlock condition, they should be hidden (not able to be seen at the client) until the user purchases Black Fate pack, and clears the Tempestissimo Anomaly. Maps for Hikari (Fracture) needs Fracture Ray to be unlocked first, and be cleared on any difficulty to be unlocked and visible.

I tried reading the map files that you made, but it seems that there aren't the conditions that I said in this report. If you know the way to make these specific conditions, I would appreciate if you could tell me. If this feature is hardcoded to the client and isn't possible to make, I'll give up.

Lost-MSth commented 4 months ago

I think you mean require_localunlock_challengeid: 'singularity' | 'tempestissimo' | 'testify' and require_localunlock_songid: 'grievouslady' | 'fractureray'. I guess it is hard coded.

rlarhsid commented 4 months ago

ah, I see. Thanks for telling me!