Releases: Sleeper-Society/HDC-Wishgranter
Releases · Sleeper-Society/HDC-Wishgranter
Release list
Code0 Adjustments
Adding a code0adjustments.js file with a single function in it that takes a string and returns a string to your mod's folder will now run that function when loading code0.
Example:
// code0adjustments.js
(code0) => {
return code0
}Add a metadata.json file with name, description, version, and a local icon_path to your mod's folder to have them appear in the mod menu
Simple replacement mods
Allows direct modification of in game jsons and data.js
Injection
This version only includes tools to run a Javascript file on a GDevelop game, but it does work. Have at it!
0.0.2 - Updated to fix filepath errors.