Guide to Changing Language Settings


For Images

  1. Download and unzip chinese-language-package.zip or prepare your images.
  2. Copy and replace the images into folder .\assets\pics\*
  3. Alternatively, you can add a key into .\launch.json like below:
    "image_folders": ["<your_language_package_location>", "./assets/pics/"],

e.g.

{
    "ip": "127.0.0.1",
    "port": 2345,

    "image_folders": ["D:\\games\\marvel-lcg\\chinese_language_package", "./assets/pics/"],
    "sound_folders": ["./assets/sounds/"],

    "replay_folders": ["./replays/"],
    "replay": "save.json"
}

For texts

  1. You need to prepare a translated file.
  2. Add this key to .\launch.json like below:
    "translate": "<your_translated_file_location>"

We prepared a Chinese translated file for you, located at ./data/translate_cn.json.

e.g.

{
    "ip": "127.0.0.1",
    "port": 2345,

    "image_folders": ["./assets/pics/"],
    "sound_folders": ["./assets/sounds/"],

    "translate": "./data/translate_cn.json",

    "replay_folders": ["./replays/"],
    "replay": "save.json"
}

Get Marvel Champions: Digital Edition

Leave a comment

Log in with itch.io to leave a comment.