Skip to content

Commit

Permalink
Add Hidden settings
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jun 23, 2024
1 parent 15499e5 commit 1c4235a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,31 @@ The project combines features of [TMX](https://tm-exchange.com/), autosave Gbx f
- Custom time limit
- Preview of your autosaves

## Hidden settings

Some settings are hidden in the `Config.yml` file and not available in the UI. You can find the file in the installation directory.

```yml
# {0} is the map name, {1} is the replay score (example: 9'59''59 in Race/Puzzle or 999_9'59''59 in Platform/Stunts), {2} is the player login.
ReplayFileFormat: '{0}_{1}_{2}.Replay.Gbx'
# When replay cannot be accessed due to permissions/corruption, how many times to attempt the parse.
ReplayParseFailRetries: 10
# When replay cannot be accessed due to permissions/corruption, how many milliseconds to wait before next attempt.
ReplayParseFailDelayMs: 50
# If to disable in-depth parse of autosave replays, used for further validation.
DisableAutosaveDetailScan: false
# If to disable automatic skip completely.
DisableAutoSkip: false
# When should automatic skip apply. Options are: AuthorMedal, GoldMedal, SilverMedal, BronzeMedal, Finished
AutoSkipMode: AuthorMedal
# Discord Rich Presence configuration.
DiscordRichPresence:
# Disable Discord Rich Presence entirely.
Disable: false
# Disable map thumbnail in Discord Rich Presence, questionmark icon will be used instead.
DisableMapThumbnail: false
```
## Download goals
[![GitHub all releases](https://img.shields.io/github/downloads/BigBang1112/randomizer-tmf/total?style=for-the-badge)](https://github.com/BigBang1112/randomizer-tmf/releases)
Expand Down

0 comments on commit 1c4235a

Please sign in to comment.