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: Prevter
- Loading branch information
Showing
5 changed files
with
94 additions
and
2 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.2/flafy.autonong.geode", | ||
"hash": "a9f43f73fba19800a0c0955ad1ad0763aec9a50cd88d0591aa4c8550f86d3fa7", | ||
"hash256": "1b8374f830fa57228d2d59921fe46ec92f7a8baee926d352ed94b89f3a6d5db7" | ||
}, | ||
"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.2", | ||
"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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.