Adds a working scrollbar to the Sledding Game chat box.
The game's chat ships with a scrollbar widget that is left disabled and never fed any input, so by default you can only see the most recent few messages. SGChatScrollbar enables it and wires up scrolling, letting you scroll back through your full chat history.
This is a client-side mod — install it for yourself to get a scrollbar in your own chat. It does not change anything for other players and does not need to be installed by the lobby host.
Install with Gale or r2modman. MelonLoader is declared as a dependency.
SGChatScrollbar.dll into the game's Mods/ folder.This repository includes GitHub Actions workflows for Thunderstore packaging and publishing:
.github/workflows/github-release.yml
CHANGELOG.md (extracts that version's notes)..github/workflows/thunderstore-build.yml
SGChatScrollbar and uploads a Thunderstore zip artifact..github/workflows/thunderstore-publish.yml
tcli publish.dryrun on manual dispatch; dryrun=true echoes commands and skips execution-sensitive steps.Required repository secrets:
THUNDERSTORE_TOKEN: Thunderstore service account token (used as TCLI_AUTH_TOKEN).SGREFROOT_TOKEN: GitHub token with read access to ricky-davis/SGRefRoot (used to fetch Il2CppAssemblies and net6 refs).RELEASE_WORKFLOW_TOKEN: PAT used by github-release.yml to create GitHub Releases so release-triggered workflows run.This repo includes a pre-commit hook that enforces version consistency across:
Directory.Build.props (<Version>)thunderstore.toml (versionNumber)CHANGELOG.md (latest ## [x.y.z] heading)Enable repo hooks once per clone:
git config core.hooksPath .githooks