Skip to content

Releases: Sleeper-Society/HDC-Wishgranter

Code0 Adjustments

Choose a tag to compare

@claire-aware claire-aware released this 21 Jun 06:52

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

Choose a tag to compare

@claire-aware claire-aware released this 12 Jun 20:53

Allows direct modification of in game jsons and data.js

Injection

Choose a tag to compare

@claire-aware claire-aware released this 12 Mar 19:54
acb4887

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.