Skip to content

Commit

Permalink
Update version, and config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbata committed Oct 12, 2023
1 parent 26e7eaf commit 5f34a8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ be useful:

* `-config <file1> [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.
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/i/Strings.java
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 5f34a8d

Please sign in to comment.