Download


LICENCE

A Windows PC-only extension to Clickteam Fusion 2.5.

LICENCE

Copyright (c) 2024 prester.org All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

2条項 BSD License

Copyright 2024 年 prester.org

ソースコード形式かバイナリ形式か、変更するかしないかを問わず、以下の条件を満たす場合に限り、再頒布および使用が許可されます。

  1. ソースコードを再頒布する場合、上記の著作権表示、本条件一覧、および下記免責条項を含めること。

  2. バイナリ形式で再頒布する場合、頒布物に付属のドキュメント等の資料に、上記の著作権表示、本条件一覧、および下記免責条項を含めること。

本ソフトウェアは、著作権者およびコントリビューターによって「現状のまま」提供されており、明示黙示を問わず、商業的な使用可能性、および特定の目的に対する適合性に関する暗黙の保証も含め、またそれに限定されない、いかなる保証もありません。著作権者もコントリビューターも、事由のいかんを問わず、 損害発生の原因いかんを問わず、かつ責任の根拠が契約であるか厳格責任であるか(過失その他の)不法行為であるかを問わず、仮にそのような損害が発生する可能性を知らされていたとしても、本ソフトウェアの使用によって発生した(代替品または代用サービスの調達、使用の喪失、データの喪失、利益の喪失、業務の中断も含め、またそれに限定されない)直接損害、間接損害、偶発的な損害、特別損害、懲罰的損害、または結果損害について、一切責任を負わないものとします。

Software License Agreement

Released as freeware with BSD-2-Clause (2 条項 BSD License), available for commercial use.

If you distribute software using this extension, the attached license must be adhered to as a condition of distribution.

aster/
└── public/
    ├── toinstall/
    │   ├── Release/
    │   │   └── aster.mfx
    │   └── Run_Only/
    │       └── aster.mfx
    ├── LICENCE_ASTER.txt <---
    └── README.txt
Notice

The attached license is valid only in English. Any translation into Japanese is void even if the content is correct.


How to Install

Two types of binaries (extensions) for distribution are included: Release and Run_Only.

aster/
└── public/
    ├── toinstall/
    │   ├── Release/
    │   │   └── aster.mfx <--- for Clickteam Fusion's Frame Editor
    │   └── Run_Only/
    │       └── aster.mfx <--- Binary for Application Build
    ├── LICENCE_ASTER.txt 
    └── README.txt

Manually copy the extensions into their respective folders.

In the case of the author’s environment

Copy each extension to the following folder

C:\Program Files (x86)\Clickteam Fusion Developer 2.5\Extensions\Unicode » Release

C:\Program Files (x86)\Clickteam Fusion Developer 2.5\Data\Runtime\Unicode » Run_Only


System Requirements

  • Windows OS 11
  • Clickteam Fusion 2.5 for Windows (Not require DLC)
  • HWA + DX9 + DX9 Shaders (for Object Motion Control)
Third-Party libraries

Download

Get ASTER
FileName SHA256 Hash YYYY.MM.DD
aster_public_ver.1.0.1_PPOH.zip bfb943a6190e31f4ba50e0c8777efd63dbad233e9270ec0db4f6c4731d73459d 2025.01.15
Description of the image

Check After to Download

Check the hash with certutil -hashfile <filePath> [hash Algorithm]. In the case of Windows OS ( PowerShell ), The following commands are available.

certutil -hashfile ./aster_public_ver.1.0.1_PPOH.zip SHA256