Trickster is an old game with sound effects that some people are not necessarily fans of. In LifeTO, we’ve introduced a system that lets you override sound files that persist through different patches.
The system simply checks for the existence of files in a folder named overrides\sound
and/or overrides\music
, depending on where the original sound file is.
Example Usage
To use this system to override the UI click sound:
- Open the folder that the game client is located in.
- Find the original sound file, which would be
data\sound\ui_click.wav
. This may not be completely obvious for skills, but feel free to ask in the Discord server about the location of sound files. - Create a new folder called
overrides
, if it does not already exist. - Create a folder inside
overrides
calledsound
.
Why should the folder be named
sound
?The folder inside
overrides
is namedsound
because the original sound file is located in the folder,data\sound
.If you are trying to override background music, you’ll likely want to make a folder named
music
insideoverrides
instead.
- Put your replacement sound in the
sound
folder, named as the original file’s name (ui_click.wav
). - Restart your game client, if you already have it open.
Snippet_WIP
Link to originalThis page/section is a work-in-progress!
This needs more content written for it. If you would like to contribute to this page, please write in our Discord server or message Ray about contributing!
Sound File Table
Snippet_WIP
Link to originalThis page/section is a work-in-progress!
This needs more content written for it. If you would like to contribute to this page, please write in our Discord server or message Ray about contributing!