diff --git a/sdvx@asphyxia/README.md b/sdvx@asphyxia/README.md index d868091..9322328 100644 --- a/sdvx@asphyxia/README.md +++ b/sdvx@asphyxia/README.md @@ -1,6 +1,6 @@ # SOUND VOLTEX -**Plugin Version:** fork-6.0.2.8c +**Plugin Version:** fork-6.0.2.8d **Supported game versions:** EXCEED GEAR (2024020600) @@ -16,6 +16,14 @@ Changelog =========== +## fork-6.0.2.8d + +### New: + +1. Main: + - Updated events.json to add startup flags for Valentines Day 2024 and White Day 2024. + + ## fork-6.0.2.8c ### New: @@ -37,15 +45,6 @@ Changelog - Fixed songs not appearing when songs' distribution date === current date. This is for when "unlock all songs" is disabled; unaffected otherwise. -## fork-6.0.2.8a - -### New: - -1. Fixes: - - Changed songNum to 2200 to fix "Unlock all songs" not showing up songs with ID > 2100 - - Thanks [talkouki89](https://github.com/talkouki89) - - ### Todo: 1. Figure out how to use image (png) files to appear in information/news popup. diff --git a/sdvx@asphyxia/webui/asset/json/events.json b/sdvx@asphyxia/webui/asset/json/events.json index 3cacd78..b663474 100644 --- a/sdvx@asphyxia/webui/asset/json/events.json +++ b/sdvx@asphyxia/webui/asset/json/events.json @@ -296,6 +296,18 @@ "key": "MERRY_CHRISTMAS_2023", "str": "MERRY_CHRISTMAS_2023", "explain": "Enables Navigator Christmas greeting." + }, + { + "id": "valentines2024", + "key": "VALENTINES_DAY_2024", + "str": "VALENTINES_DAY_2024", + "explain": "Enables Navigator Valentines Day greeting." + }, + { + "id": "whiteday2024", + "key": "WHITE_DAY_2024", + "str": "WHITE_DAY_2024", + "explain": "Enables Navigator White Day greeting." } ] }