Add configurable weights per track, with synchronization #3
Loading…
Reference in New Issue
No description provided.
Delete Branch "ratijas/muzika-gromche:work/r/dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add configuration weights for tracks.
Range is [0..100] but it's relative to total/sum. The algorithm guards against "all set to zero" scenario.
Add config synchronization via CSync.
Add LethalConfig to display some nice UI.
Config can be edited as a text file
config/MuzikaGromche.cfg
in BepInEx directory, via r2modman/Thunderstore UI, or via some in-game config editor like LethalConfig by AinaVT.@ -172,0 +249,4 @@
return index;
}
private int GetRawIndex(int rawIndex)
GetTrackIndex
How about GetWeightIndex, so that it refers to entities of this class/algorithm rather than its outside usages.
f87da1dfed
to54e88b08a8
54e88b08a8
to766e393a58
766e393a58
to13fd51c366
Draft: Add config with synchronizationto Add configurable weights per track, with synchronization