Noodleextensions

Latest version: v2.1.0

Safety actively analyzes 724477 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.3.2

This one is mainly a bunch of bug fixes. I actually did testing for once, which is surpsising.

Changes
- `Editor.editEvent` has been changed to `removeEvent`. Editing an event could get too complicated with too much code on one line; instead, just remove and redo the event.
- `Animator.animate` will no longer leave the `level.dat` blank when the animation already exists.
- `animateBlock` and `animateWall` will no longer leave the `level.dat` blank whenever using it.
- `Animator.editTrack` will no longer return None when the even already exists.
- `Editor.updateDependencies` will now return the entire dependency list.

How to install
Open up a new terminal and copy and use this command inside of it;

pip install NoodleExtensions

Requirements
- [Python 3.9](https://www.python.org/downloads/) or higher
- [pip](https://pip.pypa.io/en/stable/installing/)

1.3.1

This update simply adds block-specific or wall-specific animation. It's also started testing and bug fixing.
Additions
- Testing
- Block-specific animating
- wall-specific animating
- `Editor.getBlock` and `Editor.getWall` will return wall/block data.

Linked below is the zip file containing the `__init__.py` and `constants.py` files. Next update will contain a `setup.py` so you can simply `pip install` this repo.

1.2.0

It's here, it's working, and it's good. You can now make NoodleExtensions level easily!

Features
- `AssignPlayerToTrack`, `AssignTrackParent`, `AnimateTrack`, and `AssignPathAnimation` are all working.
- FULL NoodleExtensions editing!

Current Issues
- docs have yet to be finished
- *if you encounter an issue, contact me on discord through `megamaz1020`*
How can I help?
If you want to contribute, then feel free to Fork the project and to then do a pull request. I will look over it and (possibly) merge.
I don't want to use this. What should I use instead?
`¯\_(ツ)_/¯`
I don't know python. Can I still use this?
Of course! You have two choices in this case.
1. You can do a [full python course](https://www.youtube.com/watch?v=rfscVS0vtbw)
1. You can read the [docs](https://docs.python.org/)
1. You can read this code's [docs](https://github.com/megamaz/NoodleExtensions-python/blob/master/docs/documentation.md).
You can also look at some of the example codes that also explain how to use it.
ok
ok
What's your discord so I can ask questions?
my discord is `megamaz1020`\
\
*100% of questions on this page were made-up on the spot.*

1.1

V1.1 is out. This version has been tested but is yet to come out with new features. This is still in beta, so be sure to keep updated.
Requirements
- Python 3.9 or higher, found [here](https://www.python.org/downloads/)
- A code editor (personal suggestion is [VScode](https://code.visualstudio.com/))
Suggestions
These are suggestions for you to use this script. They aren't required but will sure help you.
- Beat Saber. If you're using Quest you don't *need* it installed on PC.
- [NoodleExtensions](https://github.com/Aeroluna/NoodleExtensions/releases). If you wish to playtest. NoodleExtensions requires [CustomJSONData](https://github.com/Aeroluna/CustomJSONData/releases)
Additions
- `_color` support
- `Editor.updateDependencies` updates the `_requirements` of the current level you're editing.
- `Editor.EditWall`
- Example scripts

Upcoming features:
- `AssignTrackParent`
- `AssignPlayerToTrack`
- The docs are still a wip. At the moment of writing this, they are approximately 50% complete.
Why are AssignTrackParent and AssignPlayerToTrack taking so long?
It's because they work differently than AnimateTrack and AssignPathAnimation. However, they're both similar - which means once one is added, the other will be too.
How can I help?
If you want to contribute, then feel free to Fork the project and to then do a pull request. I will look over it and (possibly) merge.
I don't want to use this. What should I use instead?
`¯\_(ツ)_/¯`
I don't know python. Can I still use this?
Of course! You have two choices in this case.
1. You can do a [full python course](https://www.youtube.com/watch?v=rfscVS0vtbw)
1. You can read the [docs](https://docs.python.org/)
1. You can read this code's [docs](https://github.com/megamaz/NoodleExtensions-python/blob/master/docs/documentation.md).
You can also look at some of the example codes that also explain how to use it.
ok
ok
What's your discord so I can ask questions?
my discord is `megamaz1020`\
\
*100% of questions on this page were made-up on the spot.*

1.0.0

This release has not been tested, is extremely limiting, and has no documentation. Use at your own risk.
- Can do `TrackAnimation` (everything except `_color`)
- Can do `AssignPathAnimation` (everything except `_color`)
- Can change note data **Extremely limited ATM** (Can only do `_fake`, `_interactable`, and `_track`.)

To use
Download the `NoodleExtensions.py` below and drop it inside your file which will be containing the actual code. **Do note that at the time of this release, there is no documentation.**

The next release
The next release is most likely going to include the following;
- `_color`
- `AssignTrackParent`
- `AssignPlayerToTrack`
- A documentation

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.