GDevelop-extensions icon indicating copy to clipboard operation
GDevelop-extensions copied to clipboard

New extension: Superflight 1.1.0

Open VargaanyaMuuvek opened this issue 5 months ago • 2 comments

Description

Overview

This extension allows an object to fly in a controllable manner. This is an update to an extension I submitted last year. It depends on several other behaviours, such as: Top-Down Movement, and Ellipse Movement. The object can collide with another specified object, making the latter an obstacle.

Functions

Flight can be done in 4 directions; maximal speed, and acceleration-deceleration can be adjusted at will. When speed hits zero, the object can be made to fluctuate in place. It is also possible to make the object jump up when flight begins.

Precautions to note

The usage of the "Check collision" action is needed at the beginning of the events sheet on every frame. This enables the obstacle to fulfil its purpose. The help website will be updated once this extension gets accepted, before publishing.

How to use the extension

Objects with the behaviour "Flying object" will be able to gain the possibilities described earlier. The obstacle doesn't need a "Platform" behaviour.

Checklist

  • [x] I've followed all of the best practices.
  • [x] I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
  • [x] I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.

What tier of review do you aim for your extension?

Community (Unreviewed)

Example file

SuperflightÚjDemó.zip

Extension file

Superflight110.json.zip

VargaanyaMuuvek avatar Aug 01 '25 15:08 VargaanyaMuuvek

👋 Hey VargaanyaMuuvek, thanks for your submission! Unfortunately, all submitted extensions have to meet some minimal quality standard - the extension best practices - and our system has found that your extension does not fully comply 😔. You can find all of those rules on the GDevelop wiki.

The following issues have been found by the system concerning the respect of those best practices by your extension:

  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetFluctuation' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'SetFluctuation' misses a dot at the end of the sentence!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetFluctuationDur' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetFluctuationDist' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetMaxVelocity' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetAcceleration' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetDeceleration' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'FlyToLeft' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'FlyToRight' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'FlyUp' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'FlyDown' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'CheckCollision' has a dot, but it is forbidden there!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'SetFluctuationDur' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'SetFluctuationDist' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'SetMaxVelocity' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'SetAcceleration' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'SetDeceleration' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'CanFluctuate_' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'FluctuationDur_' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'FluctuationDist_' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'MaxVelocity_' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'Acceleration_' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'Deceleration_' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'FlyToLeft' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'FlyToRight' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'FlyUp' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'FlyDown' is not filled out!
  ⟶ ❌ [Extension name consistency]: Extension filename should be exactly the name of the extension (with .json extension). Please rename 'Superflight110.json' to 'Superflight.json'.

Please update your original submission post with a new zip file containing your extensions updated to follow those guidelines 🙏

github-actions[bot] avatar Aug 01 '25 15:08 github-actions[bot]