Export and Import music and sounds - VenoMKO/RealEditor GitHub Wiki
Tera stores it's music in the S1Game\CookedPC\Sound_Data
folder.
How to import sounds/How to create a sound mod:
Most of the sounds require composite modding. You can use the texture guide here: Create a mod.
P.S. some specific sounds may be found by searching the SoundNodeCue objects.
How to export sounds:
1. Navigate a SoundNodeWave object
- If the icon is a white file with a green arrow, this object is an alias(
ObjectRedirector
), and you need to press the Original or Source button to open the actual sound object.
- A valid sound object has a blue note icon in the object navigator and the
SoundNodeWave
class.
2. Export the object
Press Export and save the object as an OGG file.