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

Commit

Permalink
Update from Cvolton - cvolton.betterinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
GeodeBot committed May 25, 2024
1 parent 1ff1733 commit 72292d8
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@
"4.1.7",
"4.1.8",
"4.1.9",
"4.1.10"
"4.1.10",
"4.1.11"
]
},
"mat.practice-music": {
Expand Down
20 changes: 20 additions & 0 deletions mods-v2/cvolton.betterinfo/4.1.11/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"commit-author": "Cvolton",
"platforms": [
"macos",
"windows",
"android32",
"android64"
],
"mod": {
"download": "https://github.com/Cvolton/betterinfo-geode/releases/download/v4.1.11/cvolton.betterinfo.geode",
"hash": "92a01cbd86ab9b6ff93dd05abdb1fe9d5a813fd61255c1db7991bdbdbf81bde5",
"hash256": "d47e82fb84d3adb49c7bf75424d5afed18478caf71e60eb1422fbd792f7cc477"
},
"tags": [
"online",
"enhancement",
"interface",
"utility"
]
}
87 changes: 87 additions & 0 deletions mods-v2/cvolton.betterinfo/4.1.11/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"geode": "2.0.0-beta.26",
"version": "v4.1.11",
"gd": {
"win": "2.204",
"android": "2.205",
"mac": "2.200"
},
"id": "cvolton.betterinfo",
"name": "BetterInfo",
"developer": "Cvolton",
"description": "betterinfo geode real (not fake)",
"repository": "https://github.com/cvolton/betterinfo-geode",
"tags": [
"online",
"enhancement",
"interface",
"utility"
],
"early-load": true,
"dependencies": [
{
"id": "geode.node-ids",
"version": "v1.7.1",
"importance": "required"
},
{
"id": "cvolton.misc_bugfixes",
"version": "v1.1.3",
"importance": "required"
}
],
"settings": {
"show-comment-ids": {
"name": "Show comment IDs",
"description": "Whether comment IDs should be shown in comment cells",
"type": "bool",
"default": false
},
"level-info": {
"name": "Enable Extended Level Info",
"description": "Whether the custom level info dialog from BI should be used",
"type": "bool",
"default": true
},
"fix-green-users": {
"name": "Fix broken usernames",
"description": "Whether destroyed green usernames no longer returned by the servers should be fixed using data from the GDHistory project",
"type": "bool",
"default": true
},
"alt-button": {
"name": "Alternative button texture",
"description": "BI :)",
"type": "bool",
"default": false
},
"auto-submit": {
"name": "Auto submit to leaderboards",
"description": "Automatically submits your level score to the level leaderboards upon exiting a level",
"type": "bool",
"default": false
},
"white-id": {
"name": "White Level ID text",
"description": "Displays level IDs in level search white instead of grey. Useful if you have transparent lists",
"type": "bool",
"default": false
},
"hide-platformer-time": {
"name": "Hide Estimated Platformer Time",
"description": "BetterInfo displays the estimated time a level takes to complete on every level page - classic and platformer levels alike. The time for platformer levels is based on the verification time without checkpoints. Some people don't appreciate being provided this information, this option is for these people.",
"type": "bool",
"default": false
}
},
"resources": {
"sprites": [
"resources/*.png"
],
"spritesheets": {
"SearchButtons-410": [
"resources/searchbuttons-410/*.png"
]
}
}
}

0 comments on commit 72292d8

Please sign in to comment.