Skip to content
Snippets Groups Projects
Commit 5fe744a5 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

"syncdata" is not actually the default "sub" value (it's auto-detected)

Add note about not copy/pasting defaults into modopts.ini.
parent 573d9751
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -118,7 +118,7 @@ Command-line arguments supported: ...@@ -118,7 +118,7 @@ Command-line arguments supported:
The ctrl/modopts.ini may contain a [minesweeper] section. The following The ctrl/modopts.ini may contain a [minesweeper] section. The following
options are supported (with default values): options are supported (with default values):
sub = syncdata sub = <auto-detected syncdata sub-code>
timelimit = 60 timelimit = 60
timewarn = 5 timewarn = 5
winners = 20 winners = 20
...@@ -126,6 +126,9 @@ options are supported (with default values): ...@@ -126,6 +126,9 @@ options are supported (with default values):
selector = 0 selector = 0
highlight = true highlight = true
Note: there is no need to create these keys in your modopts.ini file unless
you have a need to over-ride the default behavior.
The user's choice of the following settings is saved to their user properties The user's choice of the following settings is saved to their user properties
file (data/user/*.ini) and used for future game plays: file (data/user/*.ini) and used for future game plays:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment