
You are viewing a potentially older version of this package. View Latest Version

A BepInEx mod for On Together that enhances the chalkboard drawing experience with configurable brush sizes and in-game chat commands.
Type any command into the in-game chat. Commands start with / and are not sent to other players. Each command has a short alias for convenience.
/chalkyhelp (/ch) — List all available Chalky commands/help chalky (/h chalky) — Same as above, via the general help command/chalkytoggle (/ct) — Toggle the mod on or off/chalkysetsize [size] (/css [size]) — Set the chalk brush size. Omit the argument to reset to default (2)/chalkyshowcommand (/csc) — Toggle whether your commands are echoed in chatNote: Size changes are not persistent and reset to the default of
2on game restart.
# Set brush to paint a 5×5 block per stroke
/css 5
# Reset brush size back to default (2×2)
/css
# Set brush color to arbitrary hexcode
/csc #ff0000
# Reset brush color
/csc
# Turn off Chalky's drawing enhancements entirely
/ct
# Check which commands are available
/ch
Settings are saved to the BepInEx config file and can also be toggled at runtime via chat commands.
Location: BepInEx/config/com.andrewlin.ontogether.chalky.cfg
EnableFeature (default: true) — Enable or disable all mod featuresShowCommand (default: false) — Show commands in chat when typedUse r2modman for simpler installation.
AndrewLin.Chalky.dll into BepInEx/plugins/BepInEx/config/com.andrewlin.ontogether.chalky.cfgRequires .NET SDK and the game's managed DLLs referenced in the project.
dotnet build
Output DLL will be in Chalky/bin/.