Guide to Changing Language Settings
Marvel Champions: Digital Edition » Devlog
For Images
- Download and unzip
chinese-language-package.zip
or prepare your images. - Copy and replace the images into folder
.\assets\pics\*
- 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
- You need to prepare a translated file.
- 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
Marvel Champions: Digital Edition
Marvel Champions LCG
Status | In development |
Author | irefrixs |
Genre | Card Game |
Tags | 2D, lcg, marvel, marvelchampions, Multiplayer, Singleplayer |
Languages | English, Chinese (Simplified) |
More posts
- Changelog 0.5.8.2013 days ago
- Changelog 0.5.8.318 days ago
- Changelog 0.5.7.13941 days ago
- Changelog 0.5.7.13448 days ago
- Changelog 0.5.7.9881 days ago
- Changelog 0.5.7.28Jun 15, 2024
- Changelog 0.5.7.18Jun 02, 2024
- Changelog 0.5.7.3May 24, 2024
- 如何设置中文图包May 24, 2024
Leave a comment
Log in with itch.io to leave a comment.