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.
- Loading branch information
Showing
7 changed files
with
194 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -501,7 +501,8 @@ | |
"1.0.1", | ||
"1.0.2", | ||
"1.1.0", | ||
"1.1.1" | ||
"1.1.1", | ||
"1.1.2" | ||
] | ||
}, | ||
"cgytrus.menu-shaders": { | ||
|
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,13 @@ | ||
{ | ||
"commit-author": "FireMario211", | ||
"platforms": [ | ||
"macos", | ||
"windows" | ||
], | ||
"mod": { | ||
"download": "https://github.com/Jouca/GDUtils-Geode/releases/download/v1.1.2/gdutilsdevs.gdutils.geode", | ||
"hash": "74179462be17f851149a27396331f02767d7fe8661009694e7a420fad3e699b6", | ||
"hash256": "80222dee7adbb54cf242d600e9a606fdf25e0c31601673d019805650f9c18be8" | ||
}, | ||
"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,171 @@ | ||
{ | ||
"geode": "1.3.4", | ||
"version": "v1.1.2", | ||
"id": "gdutilsdevs.gdutils", | ||
"name": "GDUtils", | ||
"developer": "Jouca & Firee", | ||
"description": "Realtime Rate Notifications, auto-song mute, game fixes & more!", | ||
"repository": "https://github.com/Jouca/GDUtils-Geode", | ||
"resources": { | ||
"sprites": [ | ||
"resources/Screenshot_1.png", | ||
"resources/discord_btn.png", | ||
"resources/tab-gradient.png", | ||
"resources/tab-gradient-mask.png" | ||
] | ||
}, | ||
"settings": { | ||
"test-notification": { | ||
"name": "Test", | ||
"description": "NONE", | ||
"type": "custom" | ||
}, | ||
"notification-section": { | ||
"name": "Notifications", | ||
"description": "This category is for where it should <cy>show notifications</c>, and also <cy>what notifications</c> precisely.", | ||
"type": "custom", | ||
"scale": 300, | ||
"posX": 65 | ||
}, | ||
"everywhereElse": { | ||
"name": "Everywhere Else", | ||
"description": "If notifications should show on any screen.", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"inEditor": { | ||
"name": "In Editor", | ||
"description": "If notifications should be shown in the editor.", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"inLevels": { | ||
"name": "In Levels", | ||
"description": "If notifications should be shown when playing levels.", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"newRate": { | ||
"name": "New Rate", | ||
"description": "Whether or not to notify about new <cy>Rated Levels</c>", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"daily": { | ||
"name": "Daily", | ||
"description": "Whether or not to notify about upcoming <cy>Daily Levels</c>", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"weekly": { | ||
"name": "Weekly", | ||
"description": "Whether or not to notify about upcoming <cy>Weekly Demons</c>", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"sfx": { | ||
"name": "Notification SFX", | ||
"description": "If notifications should play a sound when they are shown.", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"notification-placement-section": { | ||
"name": "Notification Placement", | ||
"description": "This category is for where to <cy>show the notification</c> in the screen on a specific corner.", | ||
"type": "custom", | ||
"scale": 300, | ||
"posX": 100 | ||
}, | ||
"notificationPlacement": { | ||
"name": "Placement", | ||
"description": "Where the notification should be placed.\n1 = <cy>Top Left</c> | 2 = <cy>Top Right</c>\n3 = <cy>Bottom Left</c> | 4 = <cy>Bottom Right</c>", | ||
"type": "custom" | ||
}, | ||
"notification-appearance-section": { | ||
"name": "Notification Appearance", | ||
"description": "This category is for <cy>setting notification boxes</c> for how it should appear.\nYou can also use <cb>decimals</c> in these options, such as <cy>0.5 size</c>, or <cy>3.5 seconds.</c>", | ||
"type": "custom", | ||
"scale": 350, | ||
"posX": 105 | ||
}, | ||
"size": { | ||
"name": "Size", | ||
"description": "How big the notification should be.", | ||
"type": "float", | ||
"default": 1, | ||
"min": 0.1, | ||
"max": 2, | ||
"control": { | ||
"slider-step": 0.1, | ||
"arrows": false | ||
} | ||
}, | ||
"time": { | ||
"name": "Time Hold", | ||
"description": "How long the notification should be.", | ||
"type": "float", | ||
"default": 3, | ||
"min": 0.0, | ||
"max": 15, | ||
"control": { | ||
"slider-step": 0.1 | ||
} | ||
}, | ||
"spotify-section": { | ||
"name": "Spotify", | ||
"description": "This category is for determining when <cg>Spotify</c> should toggle <cr>mute</c>.\nThis only works if you currently have the <cg>Spotify App</c> open.\n\n<cy>If your music volume is set to 0, </c><cg>Spotify</c><cy>\nwill not be affected.</c>", | ||
"type": "custom", | ||
"scale": 350, | ||
"posX": 40 | ||
}, | ||
"inEditorSpotify": { | ||
"name": "In Editor", | ||
"description": "Disabling this will not auto-mute Spotify when you are playing music in the Editor.", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"inLevelsSpotify": { | ||
"name": "In Levels", | ||
"description": "Disabling this will not auto-mute Spotify when you are playing a level, and music is playing.", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"spotifyApp": { | ||
"name": "Application", | ||
"description": "This will decide what application should be auto-muted.", | ||
"type": "custom", | ||
"default": "Spotify.exe" | ||
}, | ||
"misc-section": { | ||
"name": "Miscellaneous", | ||
"description": "This category is for any other feature for <cy>GDUtils</c>.\nYou can choose whether to <cy>enable</c> or <cy>disable</c> some options if you do not want them.", | ||
"type": "custom", | ||
"scale": 300, | ||
"posX": 65 | ||
}, | ||
"friendSearch": { | ||
"name": "Search Friends", | ||
"description": "Whether or not to show the search button in the <cg>Friends List Menu</c>.", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"demonListPlacement": { | ||
"name": "Demon Placements", | ||
"description": "Whether or not to show placements for <cr>Extreme Demons</c> from <cy>Pointercrate</c>.", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"credits-section": { | ||
"name": "Credits", | ||
"description": "Below are the credits for those that developed the mod, and beta-tested the mod!", | ||
"type": "custom", | ||
"scale": 300, | ||
"posX": 40 | ||
}, | ||
"credit-buttons": { | ||
"name": "Credit Buttons", | ||
"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
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