Config file
Description of all the configuration variables available
The config file is generated automatically and manual edits are not recommended. To modify configurations, use the Settings tab in the CET overlay.
For adjustments to fonts and other stuffs not available in the CET overlay, manual editing may be considered.
The config file can be found in: /config.json
The config file is structured with two JSON layers, we use the format <first level>.<second level>
to represent the key.
Consider the example JSON snippet below, the key for the base size of the font is noted as font.base_size
, which carries a value of 16.0
.
Developer
KEY | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
|
| If | |
|
| WIP | |
| number |
| CET stores a history of console commands, allowing users to easily access previous commands by pressing the up arrow key. This setting determines the number of commands that CET retains in its history. |
|
| When | |
|
| WIP |
Font
KEY | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
| number |
| Set the font size of the overlay and mods. |
| string |
| Check here for details. |
| number |
| WIP |
| number |
| WIP |
| string |
(empty) | Check here for details. |
Patches
KEY | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
|
| Setting this to true will disable antialiasing (TAA), which can increase performance on older hardware but looks horrible. | |
|
| Setting this to true will disable async compute, which can increase performance on older hardware. | |
|
| Remove the teleport caused by going beyond the boundary in the game. | |
|
| Disable the first movies that play at each launch. | |
|
| Disable the vignette effect while crouching. | |
|
| Disable V-sync for Windows7 | |
|
| If you're experiencing flicker with the minimap in the top-right corner of the game, set | |
|
| Skips the menu asking you to press the space bar to continue (Breaching...) |
Deprecated Patches
These are the 0old Cyber Engine Tweaks config file patches for reference.
ARGUMENT | VALUE | DEFAULT | DESCRIPTION |
---|---|---|---|
disable_antialiasing | bool | false | Setting this to true will disable antialiasing (TAA), which can increase performance on older hardware but looks horrible. |
disable_async_compute | bool | false | Setting this to true will disable async compute, which can increase performance on older hardware. |
disable_boundary_teleport | bool | false | Remove the teleport caused by going beyond the boundary in the game. |
disable_intro_movies | bool | true | Disable the first movies that play at each launch. |
disable_vignette | bool | false | Disable the vignette effect while crouching. |
disable_win7_vsync | bool | false | Disable V-sync for Windows7 |
dump_game_options | bool | false | Will dump all options and their default values in the log file. |
enable_debug | bool | false | Unlocks the debug menu, use at your own risk! |
font_glyph_ranges | string | Check here for details. | |
font_path | string | Check here for details. | |
font_size | integer | 13 | Set the font size of the overlay and mods. |
overlay_key | integer | Key to open the console. | |
remove_pedestrians | bool | false | Removes most of the pedestrians and traffic from the game. Be careful using this, a save made with this activated will NEVER have pedestrians/traffic anymore! |
skip_start_menu | bool | true | Skips the menu asking you to press the space bar to continue (Breaching...) |
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.
Change font & language settingLast updated