From 5f34a8d27cee73e2bc21bd65f84fcca7dd5a67e7 Mon Sep 17 00:00:00 2001 From: Gabor Bata Date: Thu, 12 Oct 2023 11:08:33 +0200 Subject: [PATCH] Update version, and config docs --- CONFIG.md | 11 ++++------- src/i/Strings.java | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CONFIG.md b/CONFIG.md index 4ea709ee..360ff6d9 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -8,13 +8,6 @@ be useful: * `-config [file2] ...`: Specify alternate configuration files to use (default is `default.cfg mochadoom.cfg`). -* `-fullscreen`: - Can also be specified in `mochadoom.cfg` file with the: `fullscreen true` setting. - You can also use `Alt+Enter` key combination to switch to fullscreen in the game. - It will attempt switching to a fullscreen mode compatible with the current - resolution, or the closest available reported by the host OS (depending on the `fullscreen_mode` setting). - NOTE: Windows users might have to disable the Direct3D pipeline - with the `-Dsun.java2d.d3d=false` JVM parameter for this to work. * `-truecolor`: Uses the all-new truecolor renderering mode, an enhancement that combines the oldschool renderer's look with true 24-bit depth colormaps and lighting. @@ -242,6 +235,10 @@ The file can be made read-only to avoid this problem. The file is normally named `mochadoom.cfg`, but the `-config` command line parameter can be used to specify an alternate file to use. * `fullscreen`: `false` by default. `true` value turns on fullscreen mode instead of the default windowed mode. + You can also use `Alt+Enter` key combination to switch to fullscreen in the game. + It will attempt switching to a fullscreen mode compatible with the current resolution, + or the closest available reported by the host OS (depending on the `fullscreen_mode` setting). + NOTE: Windows users might have to disable the Direct3D pipeline with the `-Dsun.java2d.d3d=false` JVM parameter for this to work. * `fullscreen_mode`: * `Best` (picks the closest supported resolution, might be buggy) * `Native` (default, the current display mode) diff --git a/src/i/Strings.java b/src/i/Strings.java index 54d45e5e..eb9c5943 100644 --- a/src/i/Strings.java +++ b/src/i/Strings.java @@ -2,7 +2,7 @@ public final class Strings { - public static final String MOCHA_DOOM_TITLE = "Mocha Doom Alpha 1.6.7"; + public static final String MOCHA_DOOM_TITLE = "Mocha Doom Alpha 1.6.8"; public static final String MODIFIED_GAME_TITLE = "Modified game alert";