added new startup flags

This commit is contained in:
vvo
2024-02-28 18:15:34 +08:00
parent ac8aba759e
commit acc83b8b45
2 changed files with 21 additions and 10 deletions
+9 -10
View File
@@ -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.
@@ -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."
}
]
}