Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

PluginZon

PluginZon - Tool to create Construct 3 Plugins · By OskyStudios

PluginZon

A topic by OskyStudios created Nov 30, 2018 Views: 236 Replies: 4
Viewing posts 1 to 5
Developer

PluginZon

How to use this app?

Developer

Hello,

Sorry, very busy lately with other matters.

This application basically serves to facilitate the programming of Construct3 plugins, creating "the skeleton" of the plugin, but you will need to know javascript to give functionality to your plugin.

There is a video that shows a little how it works. It is not difficult to create a plugin with this tool, but as I said before, you are the one who must give it the functionality you want.

Obviously, there the tool can't guess what you want to do, it can only offer you an editor where you can write the code.

Maybe continue updating the tool if you really find it useful, I don't promise anything :)

How do I import a script into the file structure? I need to import a library

Developer

Hi, sorry for the late reply, I'm quite busy

This software helps you create a basic extension, but to give it functionality you have to program/write your extension, what you want it to do.

To import a library you will need to know how to do it in javascript.