Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Update from FlafyDev - flafy.autonong
Browse files Browse the repository at this point in the history
Accepted by: Prevter
  • Loading branch information
GeodeBot committed May 31, 2024
1 parent 267c4f5 commit 5ca4519
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3211,7 +3211,8 @@
"versions": [
"0.0.2",
"0.0.3",
"0.1.0"
"0.1.0",
"0.1.2"
]
},
"relative.scroll_faster_with_ctrl": {
Expand Down
14 changes: 14 additions & 0 deletions mods-v2/flafy.autonong/0.1.2/entry.json
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": []
}
67 changes: 67 additions & 0 deletions mods-v2/flafy.autonong/0.1.2/mod.json
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"
}
}
}
12 changes: 11 additions & 1 deletion mods-v2/flafy.autonong/changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# Changelog

## v0.1.2
###### 31-05-2024

- <cl>Fixed</c> a crash on Editor settings

## v0.1.1
###### 31-05-2024

- <cl>Fixed</c> setting NONGs for RobTop songs

## 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 RobTop 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
Expand Down
Binary file modified mods-v2/flafy.autonong/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ca4519

Please sign in to comment.