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

Rhythm #1455

Open
3 tasks done
R3Studios opened this issue Nov 29, 2024 · 2 comments
Open
3 tasks done

Rhythm #1455

R3Studios opened this issue Nov 29, 2024 · 2 comments
Labels
✨ New extension A new extension

Comments

@R3Studios
Copy link

R3Studios commented Nov 29, 2024

Description

The Rhythm Extension lets you create rhythm games! such as FNF, Parappa The Rapper, DDR, and more! 🎤
It has a simple setup with only a few objects used ( Note, NoteChanger, NoteTrigger, NoteDeleter, Player ) to make this extension very simple to use.
image

How to use the extension

STEPS
1 - Put the Rhythm Behavior on the "Note" object
2 - Add the "Note moves upward" condition
image
3 - Add a variable to the "Note" object called "TypeOfNote" ( You can change the name to anything. )
4 - Create a "NoteChanger" object and create 4 instances of it ( or more depending on how many notes you need. ) and assign them their own variable number from 1-4
5 - Go into the extension
image
6 - Go into the "CreateNote" condition and change it to the specific x & y position of the "NoteChanger" object ( with each variable ) when a note spawns
image
7 - When the "Note" object is in collision with the "NoteChanger" object, set the Note object "TypeOfNote" variable to the assigned variable for the "NoteChanger" object
image
8 - This is optional - For each note object with their now assigned variable number from the note changer change the design of the note
image
9 - Create a new object called "NoteTrigger"
10 - When any of the WASD keys was clicked while the Note object was in collision with the "NoteTrigger" object it will delete the note object ( and if there are particles it will create particles. )
image
11 - Create a new object called "NoteDeleter"
12 - When the "Note" object is in collision with the "NoteDeleter" object, delete the "Note" object

There you go! Thats all the steps to use this extension.

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

RhythmExample.zip

Extension file

Rhythm.json

@R3Studios R3Studios added the ✨ New extension A new extension label Nov 29, 2024
Copy link
Contributor

👋 Thanks for your submission! We are sorry, but the filename of the extension has unrecognized characters. Since filenames with weird character can cause all kinds of problems and security flaws, our system won't allow file names with other characters than normal latin upper- and lowercase characters or numbers. Additionally, the first character must be an uppercase character. Please update your original submission post with a new zip file containing your extension with another file name following those guidelines 🙏

1 similar comment
Copy link
Contributor

👋 Thanks for your submission! We are sorry, but the filename of the extension has unrecognized characters. Since filenames with weird character can cause all kinds of problems and security flaws, our system won't allow file names with other characters than normal latin upper- and lowercase characters or numbers. Additionally, the first character must be an uppercase character. Please update your original submission post with a new zip file containing your extension with another file name following those guidelines 🙏

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