diff --git a/CHANGELOG.md b/CHANGELOG.md index ac8048f..2250e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,29 +1,34 @@ # Changelog -## Unreleased +## 1.5.0 (2024-12-18) ### Added - LethalConfig categories: - - Items + - Scrap + - Tools - Hazards + - Entities - Cruiser - Miscellaneous - New entries: - - Items: - - Shotgun + - Scrap: - Knife - Clock - Soccer Ball + - Tools: + - Shotgun - Hazards: - - Snare Flea Face Hug - - Spider - Steam Valve + - Entities: + - Snare Flea + - Spider + - Maneater Scream - Cruiser: - Horn - Radio - - Skid + - Skidding - Engine - Miscellaneous: - Ship Door @@ -32,41 +37,43 @@ - Changed all references from KeepItDown to GranularSoundControl. - Moved existing entries into categories: - - Items: + - Scrap: - Remote - - Flashlight - - Walkie-talkie - - Spraycan - Dentures - Robot Toy - Hairdryer - - Jetpack - - Radar Booster Ping - - Shovel - Rubber Ducky - Whoopie Cushion - - Extension Ladder - Clownhorn - Old Phone - - Stun Grenade - Easter Egg + - Tools: + - Flashlight + - Walkie-talkie + - Spraycan + - Jetpack + - Radar Booster Ping + - Shovel + - Extension Ladder + - Stun Grenade - Hazards: - - Jester - Landmine - Turret - - Old Bird - Thunder - Spike Trap + - Entities: + - Jester + - Old Bird - Miscellaneous: - Scan - Ship Alarm - Ship Alarm Cord - Item Charger - TV - - Updated libraries: - - Assembly-CSharp v69 - - LethalConfig 1.4.3 - - LethalSettings 1.4.1 +- Updated libraries: + - Assembly-CSharp v69 + - LethalConfig 1.4.3 + - LethalSettings 1.4.1 ## 1.4.0 (2024-04-16) diff --git a/GranularSoundControl/GranularSoundControlInfo.cs b/GranularSoundControl/GranularSoundControlInfo.cs index 8e469ab..b29ee94 100644 --- a/GranularSoundControl/GranularSoundControlInfo.cs +++ b/GranularSoundControl/GranularSoundControlInfo.cs @@ -3,5 +3,5 @@ public static class GranularSoundControlInfo { public const string Guid = "GranularSoundControl"; public const string Name = "GranularSoundControl"; - public const string Version = "1.4.0"; + public const string Version = "1.5.0"; } \ No newline at end of file diff --git a/GranularSoundControl/SharedUI.cs b/GranularSoundControl/SharedUI.cs index 3a80485..280129e 100644 --- a/GranularSoundControl/SharedUI.cs +++ b/GranularSoundControl/SharedUI.cs @@ -6,7 +6,7 @@ namespace GranularSoundControl; public static class SharedUI { - public const string Name = "Keep It Down!"; + public const string Name = "GranularSoundControl"; public const string Guid = GranularSoundControlInfo.Guid; public const string Version = GranularSoundControlInfo.Version; public const string Description = "Volume control for various sounds in the game."; diff --git a/README.md b/README.md index f6f2cb2..830935b 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,16 @@ This fork adds additional controls and categorizes them all in Lethal Config. # _LethalConfig Menu_ -![LethalConfig Settings Window](https://github.com/Kesomannen/KeepItDown/assets/113015915/7b6c2ee7-2800-4e43-a7ce-9676cf6f8e89) - -# _LethalSettings Menu_ - -![LethalSettings Settings Window](https://github.com/Kesomannen/KeepItDown/assets/113015915/82942dd0-14a6-41f3-96d6-c31efbb0391e) +![LethalConfig Settings Window](https://github.com/user-attachments/assets/6b177e2f-4b3a-49ef-b24a-25fb27576862) ## Installation Extract `GranularSoundControl.zip` into, or move `GranularSoundControl.dll` to your `/BepInEx/plugins` in your mod profile folder. + +## Known Issues + +- Cruiser Radio volume doesn't scale properly. + +## Known Incompatibilities + +- [KeepItDown](https://github.com/Kesomannen/KeepItDown) by [Kesomannen](https://github.com/Kesomannen) diff --git a/Thunderstore/CHANGELOG.md b/Thunderstore/CHANGELOG.md index ac8048f..2250e80 100644 --- a/Thunderstore/CHANGELOG.md +++ b/Thunderstore/CHANGELOG.md @@ -1,29 +1,34 @@ # Changelog -## Unreleased +## 1.5.0 (2024-12-18) ### Added - LethalConfig categories: - - Items + - Scrap + - Tools - Hazards + - Entities - Cruiser - Miscellaneous - New entries: - - Items: - - Shotgun + - Scrap: - Knife - Clock - Soccer Ball + - Tools: + - Shotgun - Hazards: - - Snare Flea Face Hug - - Spider - Steam Valve + - Entities: + - Snare Flea + - Spider + - Maneater Scream - Cruiser: - Horn - Radio - - Skid + - Skidding - Engine - Miscellaneous: - Ship Door @@ -32,41 +37,43 @@ - Changed all references from KeepItDown to GranularSoundControl. - Moved existing entries into categories: - - Items: + - Scrap: - Remote - - Flashlight - - Walkie-talkie - - Spraycan - Dentures - Robot Toy - Hairdryer - - Jetpack - - Radar Booster Ping - - Shovel - Rubber Ducky - Whoopie Cushion - - Extension Ladder - Clownhorn - Old Phone - - Stun Grenade - Easter Egg + - Tools: + - Flashlight + - Walkie-talkie + - Spraycan + - Jetpack + - Radar Booster Ping + - Shovel + - Extension Ladder + - Stun Grenade - Hazards: - - Jester - Landmine - Turret - - Old Bird - Thunder - Spike Trap + - Entities: + - Jester + - Old Bird - Miscellaneous: - Scan - Ship Alarm - Ship Alarm Cord - Item Charger - TV - - Updated libraries: - - Assembly-CSharp v69 - - LethalConfig 1.4.3 - - LethalSettings 1.4.1 +- Updated libraries: + - Assembly-CSharp v69 + - LethalConfig 1.4.3 + - LethalSettings 1.4.1 ## 1.4.0 (2024-04-16) diff --git a/Thunderstore/GranularSoundControl-1.5.0.zip b/Thunderstore/GranularSoundControl-1.5.0.zip new file mode 100644 index 0000000..4203e07 Binary files /dev/null and b/Thunderstore/GranularSoundControl-1.5.0.zip differ diff --git a/Thunderstore/GranularSoundControl.dll b/Thunderstore/GranularSoundControl.dll index 59d1c67..9a2850f 100644 Binary files a/Thunderstore/GranularSoundControl.dll and b/Thunderstore/GranularSoundControl.dll differ diff --git a/Thunderstore/KeepItDown-1.4.0.zip b/Thunderstore/KeepItDown-1.4.0.zip deleted file mode 100644 index 7c9028b..0000000 Binary files a/Thunderstore/KeepItDown-1.4.0.zip and /dev/null differ diff --git a/Thunderstore/README.md b/Thunderstore/README.md index f6f2cb2..830935b 100644 --- a/Thunderstore/README.md +++ b/Thunderstore/README.md @@ -10,12 +10,16 @@ This fork adds additional controls and categorizes them all in Lethal Config. # _LethalConfig Menu_ -![LethalConfig Settings Window](https://github.com/Kesomannen/KeepItDown/assets/113015915/7b6c2ee7-2800-4e43-a7ce-9676cf6f8e89) - -# _LethalSettings Menu_ - -![LethalSettings Settings Window](https://github.com/Kesomannen/KeepItDown/assets/113015915/82942dd0-14a6-41f3-96d6-c31efbb0391e) +![LethalConfig Settings Window](https://github.com/user-attachments/assets/6b177e2f-4b3a-49ef-b24a-25fb27576862) ## Installation Extract `GranularSoundControl.zip` into, or move `GranularSoundControl.dll` to your `/BepInEx/plugins` in your mod profile folder. + +## Known Issues + +- Cruiser Radio volume doesn't scale properly. + +## Known Incompatibilities + +- [KeepItDown](https://github.com/Kesomannen/KeepItDown) by [Kesomannen](https://github.com/Kesomannen) diff --git a/Thunderstore/icon.png b/Thunderstore/icon.png index fbacdbb..b04765e 100644 Binary files a/Thunderstore/icon.png and b/Thunderstore/icon.png differ diff --git a/Thunderstore/icon.psd b/Thunderstore/icon.psd deleted file mode 100644 index b0024dd..0000000 Binary files a/Thunderstore/icon.psd and /dev/null differ diff --git a/Thunderstore/icon.svg b/Thunderstore/icon.svg new file mode 100644 index 0000000..997b136 --- /dev/null +++ b/Thunderstore/icon.svg @@ -0,0 +1,237 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Thunderstore/manifest.json b/Thunderstore/manifest.json index 852e335..ad6f17d 100644 --- a/Thunderstore/manifest.json +++ b/Thunderstore/manifest.json @@ -1,9 +1,9 @@ { "name": "GranularSoundControl", - "version_number": "1.4.0", + "version_number": "1.5.0", "website_url": "https://github.com/KryptoSynth/GranularSoundControl", "description": "Volume tuning mod for various sounds in the game.", "dependencies": [ "BepInEx-BepInExPack-5.4.2100" ] -} \ No newline at end of file +}