Change font & language setting
A guide on how to change the font and font size for Cyber Engine Tweaks and mods based on Cyber Engine Tweaks. And how to display non-English characters.
Use a text editor to open the config file at /config.json
to adjust the settings.
In this page, we use this example JSON snippet to guide you through adjusting the settings:
Change font
Locate this line under the "font"
curly brace:
Add the path of the font you want to change to between the double-quotes. For example, if you want to change the font to Comic Sans, just change this line into:
Note: You should use slash (/
) instead of backslash (\
) for the path.
How to display non-English characters
Some mods may have implemented multilingual support. But the non-English characters will display as a question mark "?". This is because the default font only contains ASCII printable characters.
To display a language that only uses ASCII characters (such as French, German), all you need to do is to change the font to one with a wider range (Literally any font).
To display a language that uses non-ASCII characters (such as Chinese, Russian), besides changing the font, you also need to change this line in the config file under the "font"
curly brace:
Here is a table of the "language" options and their descriptions.
options | Descriptions |
---|---|
| Supports languages that use Cyrillic scripts (e.g. Russian, Bulgarian..) |
| Supports traditional Chinese, simplified Chinese, and Japanese display |
| Only supports simplified Chinese display |
| Only supports Japanese display |
| For Korean |
| For Thai |
| For Vietnamese |
For example, to display Chinese all you need to do is:
The result (using the Sim Hei / éģäŊ font):
Last updated