Skip to content

Commit 7d7eced

Browse files
Update README.md
1 parent 369c58f commit 7d7eced

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

README.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Open Minecraft Note Block Studio
22
An open source continuation of Minecraft Note Block Studio.
33

4-
## Custom Features:
4+
5+
## Download
6+
You can download Open Note Block studio [Here](https://github.com/HielkeMinecraft/OpenNoteBlockStudio/releases/latest).
7+
You can either download as .exe (recommended), or as a zip file.
8+
9+
## Issues:
10+
For issues, please head over to the [issues](https://github.com/HielkeMinecraft/OpenNoteBlockStudio/issues) page.
11+
12+
## Contributions:
13+
This project is written in Game Maker Language (GML). You must have GameMaker Studio 2 in order to open this project and make changes.
14+
15+
For contributions, please open up a [pull request](https://github.com/HielkeMinecraft/OpenNoteBlockStudio/pulls).
16+
17+
## Features:
518

619
### 1.14 Note Block Support:
720
Open Note Block studio supports all 6 note block sounds added in 1.14!
@@ -22,14 +35,14 @@ Datapack export also has an option to allow nearby players to hear the music too
2235
When using Note Block Studio late at night, you might have wondered: why are my eyes burning?
2336
Well wonder no more! With dark theme you can compose all night long!
2437

25-
## Download
26-
You can download Open Note Block studio [Here](https://github.com/HielkeMinecraft/OpenNoteBlockStudio/releases/latest).
27-
You can either download as .exe (recommended), or as a zip file.
38+
### Changed .nbs format
39+
To make Note Block Studio work better in the future, the .nbs format has changed.
40+
The first 2 bytes (used to be song lenght) have been changed to 0 to indicate the new format.
2841

29-
## Issues:
30-
For issues, please head over to the [issues](https://github.com/HielkeMinecraft/OpenNoteBlockStudio/issues) page.
42+
After this, the next byte is the .nbs version. Right now that version is 1, but if the nbs format needs changes in the future, it will be different.
3143

32-
## Contributions:
33-
This project is written in Game Maker Language (GML). You must have GameMaker Studio 2 in order to open this project and make changes.
44+
The byte after that is the first custom instrument index.
45+
**Example**: If there are 10 'normal' instruments, 10 is the first index of the custom instruments (remember, we start counting from 0).
46+
47+
The rest of the format is the same, with song height being the next short.
3448

35-
For contributions, please open up a [pull request](https://github.com/HielkeMinecraft/OpenNoteBlockStudio/pulls).

0 commit comments

Comments
 (0)