Update config.json - #277
Conversation
| "Blood Chalice Desolation" | ||
| ], | ||
| "2750": { "title": "Mutant Nexus", "urlTitle": "Nexus#Mutant_Nexus" }, | ||
| "2762": [ |
There was a problem hiding this comment.
Keep in mind that when an entry is added to the configuration, it needs to be updated as well for other languages.
There was a problem hiding this comment.
I'm not really sure how it works on other languages though, because I've never seen a coordinate-dependent area name in those files. Is there a reason for that?
There was a problem hiding this comment.
The English file config.json is used in any case as the basis for all languages, with the selected translation only replacing location names and URL.
Other languages as such just use an array, you can compare an existing entry in the config that uses coordinates and see how it is written in the normal config and ja file.
Lastly for Yume 2kki, the ko and zh json files are copy-paste from the Japanese file.
There was a problem hiding this comment.
The ja file doesn't have any areas with coordinates though. I was wondering if that's intentional
There was a problem hiding this comment.
That's what I explained: other languages load the config (English) file in addition to their own language, and they use of the config (English) file, just by replacing their location name and location URL by the one of the translated URL.
i.e. Japanese does not need to know the coordinates of Map 1730 because it picks them from config.json: it picks the location data of Map 1730 from config.json, then replaces the English location names by the Japanese names according to their order in the array of the file ja.json.
There was a problem hiding this comment.
OK, I think it should be fixed now
Updated MAP2762 to include the new room in Hazy Paint World. Also removed "Bazaar" from the Deciding Street subarea, since it's not a name used on the wiki anymore