You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,7 @@ After logging in it should look like this:
53
53
54
54
-*Reaction power:* How strong your model will react
55
55
56
-
-*Play hit sound:* If a sound effect should be played when items hit your model
57
-
* Trashy loads the hit sound effect from `VTube Studio\BepInEx\plugins\Trashy\hit.mp3` Simply replace the file with any mp3 and press `Reload hit sound` in the Trashy settings
56
+
-*Play hit sound:* If enabled, a sound effect will be played when items hit your model
58
57
59
58
### Setting up triggers
60
59
@@ -107,3 +106,16 @@ Groups are made by creating folders in `VTube Studio\BepInEx\plugins\Trashy\Item
107
106
Example: Create a folder `pokemon` in `VTube Studio\BepInEx\plugins\Trashy\Items` and drop some png files into the `pokemon` folder. Now you have the group `pokemon` available in the trigger settings and it will only throw items from the `pokemon` folder.
108
107
109
108
Make sure to click on `Reload Items` in the settings after adding or changing png files.
109
+
110
+
### Additional hit sounds
111
+
112
+
Trashy comes with a default hit sound, but you can replace it and/or add other sounds by just adding files to the `VTube Studio\BepInEx\plugins\Trashy\Sounds` folder, provided they are in one of these supported formats:
113
+
114
+
-`.mp3` MPEG Layer 3
115
+
-`.ogg` Ogg Vorbis (not Opus!)
116
+
-`.wav` Microsoft Wave
117
+
-`.aiff` Audio Interchange File Format
118
+
119
+
Which sound is played when hit is chosen at random.
120
+
121
+
If you add/remove sounds while VTube Studio is open, remember to click `Reload hit sounds` to apply the changes.
0 commit comments