Construct 2 Stuff


You can download plugins and behaviors I made for Construct 2 here. No, I will not be upgrading them to Construct 3. Do that yourself if you want to.

To install a plugin, extract its archive in (Construct 2 installation directory)\exporters\html5\plugins, and if Construct 2 is running, restart it.

Similarly, to install a behavior, extract its archive in (Construct 2 installation directory)\exporters\html5\behaviors.

Plugins

Confirm
A confirmation dialog box. Based off PromptWrap.
TAH6LI
The Awoglet How 6 Language interpreter. What makes this plugin different from other interpreters (of other languages) for Construct 2 is that you can assign external variables, and the plugin will send an event whenever a program attempts to change its value. Uses the interpreter I wrote and was originally made for LittleBigAwoglet 2.
Hidden File Chooser
A file chooser but... hidden. That's literally all it is.
File Chooser (auto-scaled)
Do I really need to put a description here?
GameJolt 2
Another GameJolt API plugin. The first one can be found here. The difference between that and this plugin is that this plugin uses a newer version of the API (+ has more features).
Online Checker
Checks if the player is online or not.
Software Automatic Mouth
Yes, it's the Commodore 64/Apple II TTS. Uses discordier's JS port.
Life Map Generator
Generates maps using a life-like cellular automaton.
Base64 Audio
Plays audio from Base64 data. Can be used to play audio not present in a game's files.
eSpeak
Another TTS plugin. This one uses meSpeak.js. Make sure to read the README.txt file after installation.
Blob2Base64
Converts Blobs into Data URIs (which are Base64 data with a header). Extremely useful in many cases.

Behaviors

Crop
Allows you to crop a specific part out of a Sprite.
Is overlapping Solid
Checks if the object this behavior is attached to is overlapping another with the Solid behavior.