diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e69de29
diff --git a/Defs/SongDefs/Songs_Gameplay.xml b/Defs/SongDefs/Songs_Gameplay.xml
index c88c40a..70c95ca 100644
--- a/Defs/SongDefs/Songs_Gameplay.xml
+++ b/Defs/SongDefs/Songs_Gameplay.xml
@@ -1,13 +1,3 @@
-
- Gameplay/Kafka Theme Music EXTENDED - A Dramatic Irony (tnbee mix).Honkai_ Star Rail
- 1
- false
-
-
- Gameplay/Wildfire (Cocolia Boss Theme).Honkai_ Star Rail
- 1
- false
-
diff --git a/Sounds/Gameplay/Kafka Theme Music EXTENDED - A Dramatic Irony (tnbee mix).Honkai_ Star Rail.ogg b/Sounds/Gameplay/Kafka Theme Music EXTENDED - A Dramatic Irony (tnbee mix).Honkai_ Star Rail.ogg
deleted file mode 100644
index c092cb5..0000000
Binary files a/Sounds/Gameplay/Kafka Theme Music EXTENDED - A Dramatic Irony (tnbee mix).Honkai_ Star Rail.ogg and /dev/null differ
diff --git a/Sounds/Gameplay/Wildfire (Cocolia Boss Theme).Honkai_ Star Rail.ogg b/Sounds/Gameplay/Wildfire (Cocolia Boss Theme).Honkai_ Star Rail.ogg
deleted file mode 100644
index 47d9d71..0000000
Binary files a/Sounds/Gameplay/Wildfire (Cocolia Boss Theme).Honkai_ Star Rail.ogg and /dev/null differ
diff --git a/add_my_music.bat b/add_my_music.bat
index 74ff045..a1467a1 100644
--- a/add_my_music.bat
+++ b/add_my_music.bat
@@ -11,9 +11,28 @@ for %%f in (Sounds\Gameplay\*) do (
set sound_name=%%~nf
echo ^ >> Defs\SongDefs\Songs_Gameplay.xml
+ echo ^!sound_name!^ >> Defs\SongDefs\Songs_Gameplay.xml
echo ^Gameplay/!sound_name!^ >> Defs\SongDefs\Songs_Gameplay.xml
- echo ^1^ >> Defs\SongDefs\Songs_Gameplay.xml
+ echo. >> Defs\SongDefs\Songs_Gameplay.xml
+ echo ^<^^!--The probability of music appearing in the game--^> >> Defs\SongDefs\Songs_Gameplay.xml
+ echo ^1.0^ >> Defs\SongDefs\Songs_Gameplay.xml
+ echo. >> Defs\SongDefs\Songs_Gameplay.xml
+ echo ^<^^!--Music volume--^> >> Defs\SongDefs\Songs_Gameplay.xml
+ echo ^1.0^ >> Defs\SongDefs\Songs_Gameplay.xml
+ echo. >> Defs\SongDefs\Songs_Gameplay.xml
+ echo ^<^^!--If true, it only plays in a combat situation--^> >> Defs\SongDefs\Songs_Gameplay.xml
echo ^false^ >> Defs\SongDefs\Songs_Gameplay.xml
+ echo. >> Defs\SongDefs\Songs_Gameplay.xml
+ echo ^<^^!--If true, it only plays in a combat situation--^> >> Defs\SongDefs\Songs_Gameplay.xml
+ echo ^false^ >> Defs\SongDefs\Songs_Gameplay.xml
+ echo. >> Defs\SongDefs\Songs_Gameplay.xml
+ echo ^<^^!--If you want to limit the time of day, delete '^<^^!- -' and '- -^>' of the desired option--^> >> Defs\SongDefs\Songs_Gameplay.xml
+ echo ^<^^!--^Day^--^> >> Defs\SongDefs\Songs_Gameplay.xml
+ echo ^<^^!--^Night^--^> >> Defs\SongDefs\Songs_Gameplay.xml
+ echo. >> Defs\SongDefs\Songs_Gameplay.xml
+ echo ^<^^!--Listing the seasons in which this song is played--^> >> Defs\SongDefs\Songs_Gameplay.xml
+ echo ^ ^Winter^^Spring^^Summer^^Fall^ ^ >> Defs\SongDefs\Songs_Gameplay.xml
+
echo ^ >> Defs\SongDefs\Songs_Gameplay.xml
)