Skip to content

Commit

Permalink
Add list of user setting keys on what's new page of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkku committed Apr 9, 2024
1 parent 01b4ab2 commit b891cbf
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/AI-Scripting-and-Mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ShowBriefingResumeButtonLabel=GUI:Resume ; CSF entry key
ShowBriefingResumeButtonStatusLabel=STT:BriefingButtonReturn ; CSF entry key
```

In `Ra2MD.ini`:
In `RA2MD.ini`:
```ini
[Phobos]
ShowBriefing=true ; boolean
Expand Down
2 changes: 1 addition & 1 deletion docs/Miscellanous.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ CustomGSN.DefaultDelay=N ; integer between 0 and 6
; where N = 0, 1, 2, 3, 4, 5, 6
```

In `ra2md.ini`:
In `RA2MD.ini`:
```ini
[Phobos]
CampaignDefaultGameSpeed=4 ; integer
Expand Down
6 changes: 3 additions & 3 deletions docs/User-Interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ DigitalDisplay.Disable=false ; boolean
DigitalDisplayTypes= ; list of DigitalDisplayTypes
```

In `Ra2MD.ini`:
In `RA2MD.ini`:
```ini
[Phobos]
DigitalDisplay.Enable=false ; boolean
Expand All @@ -110,7 +110,7 @@ ShowDesignatorRange=true ; boolean
ShowDesignatorRange=true ; boolean
```

In `Ra2MD.ini`:
In `RA2MD.ini`:
```ini
[Phobos]
ShowDesignatorRange=false ; boolean
Expand Down Expand Up @@ -208,7 +208,7 @@ The `PlacementPreview.Palette` option is not used when `PlacementPreview.Remap=y

- This behavior is designed to be toggleable by users. For now you can only do that externally via client or manually.

In `ra2md.ini`:
In `RA2MD.ini`:
```ini
[Phobos]
ShowPlacementPreview=yes ; boolean
Expand Down
19 changes: 19 additions & 0 deletions docs/Whats-New.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,25 @@ You can use the migration utility (can be found on [Phobos supplementaries repo]

- Key `rulesmd.ini->[SOMETECHNOTYPE]->Deployed.RememberTarget` is deprecated and can be removed now, the bugfix for `DeployToFire` deployers is now always on.

### New user settings in RA2MD.ini

- These are new user setting keys added by various features in Phobos. Most of them can be found in either in [user inteface](User-Interface.md) or [miscellaneous](Miscellanous.md) sections. Search functionality can be used to find them quickly if needed.

```ini
[Phobos]
CampaignDefaultGameSpeed=4 ; integer
ShowBriefing=true ; boolean
DigitalDisplay.Enable=false ; boolean
ShowDesignatorRange=false ; boolean
PrioritySelectionFiltering=true ; boolean
ShowPlacementPreview=yes ; boolean
RealTimeTimers=false ; boolean
RealTimeTimers.Adaptive=false ; boolean
ToolTipDescriptions=true ; boolean
ToolTipBlur=false ; boolean
SaveGameOnScenarioStart=true ; boolean
```

### For Map Editor (Final Alert 2)

<details>
Expand Down
4 changes: 2 additions & 2 deletions docs/locale/zh_CN/LC_MESSAGES/User-Interface.po
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ msgid ""
msgstr "`PlacementPreview.ShapeFrame`默认为建筑art节中`Buildup`的最后一非影子帧。如果没有`Buildup`则会选取默认图像第一帧(其中不会包含动画和Bibs)。"

#: ../User-Interface.md:91
msgid "In `ra2md.ini`:"
msgstr "在`ra2md.ini`中:"
msgid "In `RA2MD.ini`:"
msgstr "在`RA2MD.ini`中:"

#: ../User-Interface.md:97
msgid "Hotkey Commands"
Expand Down

0 comments on commit b891cbf

Please sign in to comment.