From 62e147f27dd4b82f1902602acc25b13d63dc8bdc Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Fri, 11 Aug 2023 19:19:12 +0200 Subject: [PATCH] Update README.md --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 290d45c..fb039af 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,11 @@ Wine (Linux/macOS) only: override `ddraw` in [winecfg](https://wiki.winehq.org/W   -If you use cnc-ddraw with a game that got its own windowed mode built in then **make sure you disable the games own windowed mode** first. - -If you want to play in windowed mode then start the game once in fullscreen and then press Alt+Enter to enable the cnc-ddraw windowed mode (Or enable windowed mode in the config program without using Alt+Enter). +If you use cnc-ddraw with a game that got its own windowed mode built in then **make sure you disable the games own windowed mode** first. You can enable windowed mode via cnc-ddraw config.exe instead.   -**If the game starts but it doesn't work perfectly** then open the config program and check the **Compatibility settings**. Alternatively you can also open ddraw.ini with notepad and modify the **Compatibility settings** in there. +**If the game starts but it doesn't work perfectly** then open the config program and check the **Compatibility settings**.   @@ -46,20 +44,6 @@ Some games may require additional steps before they can be used with cnc-ddraw,   -**Compatibility settings in ddraw.ini** - -- If there are **problems on Alt+Tab** then try to set `noactivateapp=true` - If it still doesn't work also try `renderer=opengl` or `renderer=gdi`. - -- If the **game is running too fast** then try to set `maxgameticks=60` - If it's still too fast, try a lower value. - -- If **windowed mode or upscaling are not working properly** then try to set `hook=2` and `renderer=gdi`. - -- If **videos or other UI elements are invisible** then try to set `nonexclusive=true`. - -- If the game is **stuttering on a Freesync/G-Sync monitor** then try to set `minfps=-1`. - -  - **If the game doesn't start at all or it's crashing**, [then please generate a debug log file and upload it.](https://github.com/FunkyFr3sh/cnc-ddraw/issues/44)