Documentations


Overview

ASTER is an extension that allows regular expression (REGEX) string editing in Clickteam Fusion 2.5 (CF25).

You can save the results of REGEX Search and Replace in JSON format. Supports file input/output functions & can be widely used as a UTF-8 encoded text file.

ASTER’s Object Control functionality, in conjunction with JSON, allows you to group instances, align to groups, select motion templates, and attach behaviors to instances while the application is running.

Multiple parameters can be converted to a string and sent in batches, formatting and error checking when sending the parameters, and JSON can be used to hot-swap parameter changes, making parameter verification More Efficient & Quicker!

Site Map
Highlight
...
REGEX : C++20 STL

ECMAScript Regular Expression Grammar : Powerful tool used for text parsing & conversion.

Regular expressions library (since C++11)

What about REGEX... ...Read More

...
JSON for Modern C++

JavaScript Object Notation : Easily store & manipulate structured data.

using nlohmann/json Library

What about JSON... ...Read More

...
MOTION & CONTROL

ASTER's Object Motion & Controller makes it easy to configure instance behavior.

Motion & Control Fundamentals.. ...Read More

...
ALIGN

This is a alignment template for arranging instances while running an application. It allows sequential numbering of instances and simultaneously sets changes to animation frames using the numbering.

Basic Alignment Templates.. ...Read More

...
HWND

While the application is running, you can make the application window follow the movement of the mouse cursor and also modify the window caption.


Handle to window ...Read More

Motion :: MoveTowards
...
Motion :: MoveTowards

xxxxxxxxxxxxxxx。

xxxxxx

xxx... ...Read More

...
MoveTowards :: MvtUtil

xxxxxxxxxxxxx。

xxxxxx

xxx... ...Read More

...
MvtUtil :: Reference Vector

xxxxxxxxxxxxxx。

xxxxxx

xxx... ...Read More

Event Detect

Details
Description of EventDetect

Various events that occur inside "ASTER" can be detected by the immediate execution condition of CF25.

In addition to the precise timing of the operation, it is possible to target and narrow down relevant information.

Jump to Event Detect Explanation Page