Changing the names of localizations in .dl files #60
-
|
I tried changing the names of Sectors and Worlds in the .dl files (main.zip\localization), but it did not work. Changing a single name works, but changing all of them does not, nor does using a different number of names than in the original file. I’ve attached my World file, which contains 174 worlds, compared to the 185 in the original file (I renamed the extension to a supported file type). What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
I think the format of your file is correct, but they are predefined names that only affect the future games. To change your names of the game, you can use the menu “card list” in the game, and click the card you want to rename. Or you can modify the savefile directly. |
Beta Was this translation helpful? Give feedback.
-
|
btw, If you want to add some cool predefined names. Pull requests are welcome. Just fork and edit the files in https://github.com/cloudwu/deepfuture/tree/master/localization ,and send a PR. |
Beta Was this translation helpful? Give feedback.
-
|
I found my error. I had names that contained hyphens and apostrophes that were not enclosed in quotation marks. |
Beta Was this translation helpful? Give feedback.
I found my error. I had names that contained hyphens and apostrophes that were not enclosed in quotation marks.