-
Notifications
You must be signed in to change notification settings - Fork 8
Added new menu OST #93
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
base: main
Are you sure you want to change the base?
Changes from all commits
b5b540a
14e5ce4
ba19902
9c3015d
79a2b92
ecb2fa9
40a17d5
f00abd4
eb81c6d
06d4fc5
98366bc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,9 @@ | ||
| --- | ||
| Version: 3.1.7 | ||
| Date: 2026-xx-xx | ||
| Description: | ||
| - New audio menu music created by zabidenhtf (Mykyta Polishyk) | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this line fine for you for credits in the NEWS?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, sure 😄 |
||
| --- | ||
| Version: 3.1.6 | ||
| Date: 2025-12-24 | ||
| Description: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,12 +25,16 @@ Information on how to compile Li-Ri is available in the INSTALL file. | |
|
|
||
| ------------- | ||
|
|
||
| Copyright (c) 2023 | ||
| Copyright (c) 2023-2026 | ||
| Johnny Jazeix: port to SDL2 + android + cmake | ||
|
|
||
| Copyright (c) 2026 | ||
| Polishyk Mykyta "zabidentwfan@ukr.net" : musics ("menu.ogg") | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. as you can see, this is duplicated from COPYING.Music (and we take the risk to forget to update it in one place each time it changes). |
||
|
|
||
| Copyright (c) 2006 | ||
| Dominique Roux-Serret: design & programming & graphics & website. | ||
| Maf464: musics | ||
| Maf464: musics ("jeu1.xm", "jeu2.xm", "menu_legacy.mod") | ||
|
|
||
|
|
||
| [<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" | ||
| alt="Get it on F-Droid" | ||
|
|
||
petitlapin marked this conversation as resolved.
Show resolved
Hide resolved
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| To open mmpz file you have to install LMMS DAW | ||
| You can make it using "sudo apt-get install lmms" on debian linux | ||
| After you can just open it using double click | ||
| To generate the ogg in command line: `lmms render menu.mmpz -f ogg -b 128 -o menu2.ogg` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer to name the files: "menu_zabiden", "menu_maf", "ingame_1_zabiden", "ingame_1_maf" instead of having "legacy" in the name (because if we add a new theme, we will need again to rename the files)