游戏狂人
 
- 贡献度
- 33
- 金元
- 14547
- 积分
- 1587
- 精华
- 0
- 注册时间
- 2004-6-24
|
所以说希望各位搬运工 写出原发布地址,这样方便有问题别人查看原发布地址的作者说明
简单搬运下原地址的原始说明,详细说明原地址:https://wiki.cybermods.net/cyber ... -english-characters
Use a text editor to open the config file at <cyberpunk install path>/bin/x64/plugins/cyber_engine_tweaks/config.json
Change font size,Locate this line: "font_size": 13.0,You can change the font size by changing the number. The default font size is 13.
How to display non-English characters
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:
"font_glyph_ranges": ""
Here is a table of the "font_glyph_ranges" options and their descriptions.
ChineseFull Supports traditional Chinese, simplified Chinese, and Japanese display
ChineseSimplifiedCommon Only supports simplified Chinese display
For example, to display Chinese all you need to do is:
"font_glyph_ranges": "ChineseFull",
"font_path": "C:/Windows/Fonts/simhei.ttf",
|
|