1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

Update README.md

This commit is contained in:
FunkyFr3sh 2021-06-19 07:45:51 +02:00 committed by GitHub
parent 0cc096a32b
commit d04a29ed19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,17 +37,17 @@ If you want to play in windowed mode then start the game once in fullscreen and
`Compatibility setting examples:`
- 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 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 too slow, try a higher value.
- If the **game is running too fast** then try to set `maxgameticks=60` - If it's still too fast, try a lower value - If too slow, try a higher value.
- If **windowed mode or upscaling are not working properly** then try to set "hook=2" and "renderer=gdi" - opengl/direct3d could work as well in some games.
- If **windowed mode or upscaling are not working properly** then try to set `hook=2` and `renderer=gdi` - opengl/direct3d could work as well in some games.
- If **videos or other GUI elements are invisible** then try to set "nonexclusive=true".
- If **videos or other UI elements are invisible** then try to set `nonexclusive=true`.
- If some parts of the screen are **being displayed diagonally** then try to set "fixpitch=true".
- If some parts of the screen are **being displayed diagonally** then try to set `fixpitch=true`.
- If the game is **stuttering on a Freesync/G-Sync monitor** then try to set "minfps=-1"
- If the game is **stuttering on a Freesync/G-Sync monitor** then try to set `minfps=-1`.