BailOutHere-Chalksave icon

Chalksave

Chat-based chalk canvas saver and loader.

Last updated 8 hours ago
Total downloads 128
Total rating 0 
Categories Mods Tools Misc Client Side
Dependency string BailOutHere-Chalksave-0.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

NotNet-GDWeave-2.0.14 icon
NotNet-GDWeave

Mod loader & runtime script patching for Godot

Preferred version: 2.0.14

README

Chalksave

Chat-based chalk canvas saver and loader, based on the wonderful GDWeave by NotNet.

Basic usage

Usage:

/helpchalk - lists below commands

/listchalk - lists chalk saves in the save directory (see "Technical info - files" for more info)

/loadchalk <filename> - loads specific file

/savechalk <canvas ID> <filename> - saves specified canvas with filename

Basic use

CANVAS ID MAP

If you wish to know the ID of a specific canvas, please refer to the below map.

Canvas ID Map

Technical info - files

Files are stored as json dicts at user://chalksaves/, usually found at AppData\Roaming\Godot\app_userdata\webfishing_2_newver\chalksaves depending on your layout.

Dict keys: canvasID - the canvas ID, used for loading the file to the correct canvas canvasArr - Array of 3 dimensional arrays. Each array is split into Canvas x coord, y coord and colour.