Small collection of Webfishing features.
See the wiki for detailed docs on installing, contributing, and mod development through solely GDScript.
- Allows you to change your size by holding
,
(comma) or.
(period). - Reset your size with
/
(slash). - Saves player size 6 seconds after the last size change.
- Automatically loads player size when connecting to a lobby.
- UPDATE (Game Version 1.09)
- Due to new in-game limitations, size can only shrink to 0.6 or grow to 1.4 using GDScript.
- This range is beyond what you can achieve with sodas but smaller than the original size-changing range.
- Support for the mod SizeUnlocker was added in v1.5.0 to bypass these limitations.
- SizeUnlocker is required if you wish to see other players beyond these sizes.
- Automatically opens and closes the Options Menu on game boot.
- This ensures custom keybinds load, which the game otherwise delays until the Options Menu is manually opened.
You can enable or disable any feature using the configuration file located at:
GDWeave/configs/KMod.json
.
- The configuration file is generated automatically on the first game launch with the mod installed.
- You can edit the configuration manually or use the following tools:
Note: Modifying the configuration requires a game restart to apply changes.