Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

nvrlift/RandomTrackPlugin

Repository files navigation

RandomTrackPlugin

Plugin that changes tracks randomly.

Configuration

Enable the plugin in extra_cfg.yml

EnablePlugins:
- RandomTrackPlugin

Example configuration (add to bottom of extra_cfg.yml)

---
!RandomTrackConfiguration
# Duration until next track change
# Minimum is 5, Default is 30
TrackDurationMinutes: 90
# Transition duration until next track change, server will restart after
# Minimum is 1, Default is 5
TransitionDurationMinutes: 10
# Should content manager download links be updated
UpdateContentManager: true
# Weights for random track selection, setting a weight to 0 blacklists a track, default weight is 1.
# CM field only required with UpdateContentManager: true
TrackWeights:
    - { Name: Gunsai, Weight: 2.0, TrackFolder: some/path/to/gunsai, TrackLayoutConfig: GunsaiTogue, CMLink: https://mega.nz/...... , CMVersion: 1.5 }
    - { Name: Shutoko, Weight: 2.0, TrackFolder: some/path/to/Shutoko, TrackLayoutConfig: Default, CMLink: https://mega.nz/...... , CMVersion: 1.5 }

About

Track randomizer plugin for AssettoServer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages