Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New extension: <Superflight> #1441

Open
3 tasks done
VargaanyaMuuvek opened this issue Nov 19, 2024 · 3 comments
Open
3 tasks done

New extension: <Superflight> #1441

VargaanyaMuuvek opened this issue Nov 19, 2024 · 3 comments
Labels
✨ New extension A new extension

Comments

@VargaanyaMuuvek
Copy link

VargaanyaMuuvek commented Nov 19, 2024

Description

Purpose

This addon contains a behaviour that, when applied to an object, can make the object fly in a controllable manner. The main source of controls are the available actions bundled with the Flight ability behaviour.

New experiences available

¤Make an object fly in any direction on a 2-dimensional plane
¤Make the object do a constant up-and-down movement while doing passive flight (referred to as floating)
¤Make the object jump up a bit when getting into flight (referred to as jump-up)

Adjustable number options within the behaviour page

¤Horizontal and vertical acceleration and deceleration
¤Maximum horizontal and vertical speed
¤The speed of the jump-up
¤The maximum distance of floating
¤The speed of floating
¤The motion cutoff value, where flight below this speed is considered to be inactive flight, and flight above this speed is considered to be active

How to use the extension

This extension contains a Flight ability behaviour, that makes the object fly.

Checklist

  • I've followed all of the best practices.
  • I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
  • 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

SuperflightBehv.zip
(use buttons W A S D, and F)

Extension file

Superflight.json.zip

@VargaanyaMuuvek VargaanyaMuuvek added the ✨ New extension A new extension label Nov 19, 2024
Copy link
Contributor

👋 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 'FlyLeft' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'FlyRight' 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 'FlyUp' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetXacc' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetYacc' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetMaxXspeed' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetMaxYspeed' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetJumpUpSpeed' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'SetJumpUpSpeed' misses a dot at the end of the sentence!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetJumpUpAbility' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'SetJumpUpAbility' misses a dot at the end of the sentence!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetFloatingDistance' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'SetFloatingDistance' misses a dot at the end of the sentence!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetFloatingSpeed' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'SetFloatingSpeed' misses a dot at the end of the sentence!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetFloatingAbility' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'SetFloatingAbility' misses a dot at the end of the sentence!
  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SetSpeedCutoffValue' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'SetSpeedCutoffValue' misses a dot at the end of the sentence!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'Floating_' misses a dot at the end of the sentence!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'JumpUpAtStart_' misses a dot at the end of the sentence!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'FlightMaxXspeed' misses a dot at the end of the sentence!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'FlightMaxYspeed' misses a dot at the end of the sentence!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'FloatDist' misses a dot at the end of the sentence!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'FlyLeft' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'FlyRight' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'FlyDown' 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 'SetXacc' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'SetYacc' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'SetMaxXspeed' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'SetMaxYspeed' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'CanFloat_' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'FlightXacc' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'FlightYacc' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'FloatSpeed' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'StartJumpUpSpeed' is not filled out!
  ⟶ ❌ [Semantic versioning]: Version '20241119: 1.0.0' is not a semantic versioning compliant version number!

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

@VargaanyaMuuvek
Copy link
Author

Azta mocskos mi ez a sok hiba

@VargaanyaMuuvek
Copy link
Author

Come on, if it didn't pass all required tests, please let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ New extension A new extension
Projects
None yet
Development

No branches or pull requests

1 participant