Lost-MSth / Arcaea-server

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

A few world mode maps are missing #166

Open FishiaT opened 4 months ago

FishiaT commented 4 months ago

For example in Chapter 1, 1-5, 1-6 and 1-S are all missing. I have not checked other chapters but there are likely other ones that are missing too.

rlarhsid commented 4 months ago

Yeah, most of the map files are currently missing, only a few maps are made and others aren't. Probably you'll have to make by yourself, by reading the map files (.json) that are in the /database/maps folder. At least I did by that method.

Lost-MSth commented 4 months ago

I think the world map part is data, which are freely customizable. Only some are given as examples.

FishiaT commented 4 months ago

Yes, the world mode maps are all data-driven. I would like to ask if you got the maps by dumping it from the game or did you reconstruct it yourself through data from the Arcaea wiki perhaps? I wanted to add all maps from vanilla onto the private server so that the experience will not differ much from original.

Lost-MSth commented 4 months ago

A long time ago, I directly obtained some data from the official server, but now it's too difficult to do so.

The data from wiki are also detailed and accurate. The difficulty lies in how to convert them.

FishiaT commented 4 months ago

Say if I were to obtain it from the official server, does the game retrieve map data after you access it or when you access world mode?

Lost-MSth commented 4 months ago

If I correctly understand what you asked, I think the answer is both. The client gets some parts of the world map data when you open the game, and then get more detailed data when you enter the world mode.