RUMBLE does not support other mod managers. If you want to use a manager, you must use the RUMBLE Mod Manager, a manager specifically designed for this game.
CHANGELOG
Version 1.0.1
Fixes a bug where this mod could throw errors on the game clients of players who did not have it installed. Please update, v1.0.0 can still crash people.
- Nothing is broadcast now. Now uses Photon player properties, so players without the mod receive nothing from this mod at all. In past, the 'HELLO' broadcast sent on entering the Park reached everybody, and RUMBLE Modding API dispatched an incoming event through an unguarded dictionary lookup that throws when the mod is not installed.
- Re-registers itself with the Modding API if its event registration is dropped, which before may have cause crashes.
- Strokes drawn by a player are now removed when that player leaves the room.
- A player running an incompatible protocol version is named in the log instead of being ignored silently.
Version 1.0.0
Initial release.
Drawing
- VRChat-style pen that 3D strokes, in the Park and the Gym
- Trigger to draw, grip to erase whole strokes, tap B/Y to undo, hold B/Y to clear
- Pressure sensitivity — squeeze the trigger harder for a thicker line
- 10-colour palette cycled with A/X on the pen hand
Multiplayer
- Strokes stream to other players with the mod as you draw them, in batches
- Arriving in a room replays existing drawings, and yours replay to players who arrive later
- Addressed only to players known to have the mod, so nobody else's log is affected
Saving
- Each scene keeps its own save file under
UserData/RumbleParkPen - Optional auto-save on leaving and auto-load on arrival