Is it possible to adjust graphics config files? #162
Replies: 1 comment 5 replies
-
Yes, it is possible to change the default graphic settings in Zwift. However, inside the container, Zwift’s configuration files, including graphics settings, are stored in a virtualized Windows file system, which is mounted in Docker. To adjust the graphic settings, you would need to:
docker exec -it <container_name> /bin/bash Replace <container_name> with the actual name of the Zwift container (e.g., zwift-$USER).
/home/user/.wine/drive_c/Program Files (x86)/Zwift/data/configs Here, you should be able to locate and modify the prefs.xml or other configuration files that control graphics settings. You might be able to mount you own copy of prefs.xml into the container with the -v flag. |
Beta Was this translation helpful? Give feedback.
-
I would like to change the default graphic settings: C:\Program Files (x86)\Zwift\data\configs as described here. Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions