This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update from FlafyDev - flafy.autonong
Accepted by: Fleeym
- Loading branch information
Showing
6 changed files
with
118 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"commit-author": "FlafyDev", | ||
"platforms": [ | ||
"windows", | ||
"android32", | ||
"android64" | ||
], | ||
"mod": { | ||
"download": "https://github.com/FlafyDev/auto-nong/releases/download/v0.1.0/flafy.autonong.geode", | ||
"hash": "a3ce4e52e4882ea2edac3fa0f3ea8cd4318ee94047599c7dbdbf4ee7d5e6b041", | ||
"hash256": "e9dbce06f0f8e8a8575432024cb7c79f9c6354da40782af941b6f24ae3bbbcb6" | ||
}, | ||
"tags": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"geode": "2.0.0-beta.27", | ||
"gd": { | ||
"win": "2.204", | ||
"android": "2.205" | ||
}, | ||
"version": "v0.1.0", | ||
"id": "flafy.autonong", | ||
"name": "Auto Nong", | ||
"developer": "Flafy", | ||
"description": "Automatically download NONG songs for levels", | ||
"dependencies": [ | ||
{ | ||
"id": "fleym.nongd", | ||
"version": ">=2.9.0", | ||
"required": true | ||
} | ||
], | ||
"resources": { | ||
"sprites": [ | ||
"resources/addIcon.png", | ||
"resources/logo_regular.png", | ||
"resources/logo_grayscaled.png" | ||
] | ||
}, | ||
"settings": { | ||
"use-cobalt": { | ||
"name": "Use Cobalt Tools", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"use-yt-dlp": { | ||
"name": "Use yt dlp", | ||
"type": "bool", | ||
"default": false | ||
}, | ||
"yt-dlp-path": { | ||
"name": "yt dlp path", | ||
"type": "file", | ||
"default": "yt-dlp.exe" | ||
}, | ||
"indexes": { | ||
"name": "Indexes", | ||
"description": "Auto Nong indexes.\nFrom indexes the mod knows where to fetch the songs from.", | ||
"type": "custom", | ||
"default": [ | ||
"https://cdn.jsdelivr.net/gh/FlafyDev/auto-nong-indexes@dist/official.json.gz", | ||
"https://cdn.jsdelivr.net/gh/FlafyDev/auto-nong-indexes@dist/sfh-rooot.json.gz" | ||
] | ||
}, | ||
"show-level-popup": { | ||
"name": "Show popup", | ||
"description": "Shows a popup when a level has a NONG song. Only once per level.", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"always-show-auto-nong-btn": { | ||
"name": "Always show\nAuto Nong button", | ||
"description": "\nAlways show the Auto Nong button when entering a level. Even when there are no NONG songs to replace.\nThis is for adding NONG songs to levels that don't have any.", | ||
"type": "bool", | ||
"default": false | ||
}, | ||
"_blacklistPPClear": { | ||
"type": "custom" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Changelog | ||
|
||
## v0.1.0 | ||
###### 31-05-2024 | ||
|
||
- <cg>Added</c> support for Android | ||
- <cg>Added</c> a button to add new NONGs to the mod | ||
- <cg>Added</c> support for Roptop songs (Since it is now supported in Jukebox) | ||
- <cg>Added</c> support for uncompressed indexes | ||
- <cg>Added</c> a setting to always show the Auto Nong button | ||
- <cg>Improved</c> the UI for downloading and choosing NONGs | ||
- <cl>Fixed</c> a crash when downloading a NONG and exiting the menu | ||
- <cl>Fixed</c> overlapping Auto Nong button with the info button | ||
- <cl>Fixed</c> Auto Nong button appearing on menus it shouldn't | ||
- <co>Upgraded</c> to Geode 2.0.0-beta.27 | ||
- <co>Upgraded</c> to Jukebox v2.9.0 | ||
|
||
## v0.0.3 | ||
###### 10-04-2024 | ||
|
||
- <co>Upgraded</c> to Jukebox v2.7.0 | ||
|
||
## v0.0.2 | ||
###### 06-04-2024 | ||
|
||
- Initial Release |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.