-
Notifications
You must be signed in to change notification settings - Fork 8
Adding Custom Audio
You'll need:
- FMOD Studio 1.10.* (Don't use FMOD Studio 2.*, as it is incompatible with Celeste and will break projects made in 1.*.). You will find it on the FMOD downloads page (you need to create an account, but the program is free).
- The Celeste FMOD project: you will also find it on the FMOD downloads page, in the Learning Resources section. Make sure to read the EULA.
FMOD Studio is compatible with WINE.
ℹ️ Don't modify and share modified music, sfx, ui and master banks.
If you have any further questions regarding audio mods, ask for help in the #modding_help channel on the Discord server.
Here is a step-by-step guide to create a bank with music you have as sound files:
- Open the Celeste FMOD project in FMOD Studio:
fmodstudio20000celeste-project/FMOD Studio Celeste Project/celeste_audio.fspro
. - On the left panel, switch to the Banks tab, and create a new bank for your mod. You need 1 bank per mod: if you have multiple tracks for the same mod, you can fit them all in one bank. Name it, for example,
yournickname_mapname
.
- Select File > Import Audio Files... then browse to your song. This brings up a new "Audio Bin" window. You'll want to right click on your song, then select "Create New Event":
Choose "2D Event", hit Create, then close the Audio Bin window.
-
On the left panel, switch to the Events tab: you'll find your song there. Drag it into a directory with your nickname and rename it so that the name doesn't contain symbols / spaces / etc.
-
Assign your song/sound to your bank:
-
Re-route your new event to the right bus:
-
Open the mixer window.
-
Right-click your event and reroute the event to the mains group. Don't create a new group.
-
You can now close the mixer window.
-
-
Add the fade parameter to your music:
-
Add the shared fade parameter by clicking the (+) tab.
-
Add automation to the master volume in the fade parameter tab.
-
Add two points at the 2 edges of the graph: -∞ dB to 0.00 dB
-
You now have a "fade" cursor on top of the screen, adjusting now will control the music volume. This is what music fade triggers use to adjust the music volume as well.
-
-
Make your music loop:
-
Switch back to the Timeline tab, then right click the black logic track above your audio track, and select "Add Loop Region".
-
Extend the loop region to however you see fit.
-
-
Right-click your bank and press Build. When this is done, you will find your bank in
fmodstudio20000celeste-project/FMOD Studio Celeste Project/Build/Desktop
.- Take only the .bank file that has the name of the bank you created earlier, for example
yournickname_mapname.bank
(don't take Master Bank.bank and other ones, those are the vanilla banks) and copy it to your mod's folder, inMods/yourmod/Audio
.
- Take only the .bank file that has the name of the bank you created earlier, for example
-
Generate the GUIDs.txt:
Once generated, you'll find it in fmodstudio20000celeste-project/FMOD Studio Celeste Project/Build/GUIDs.txt
. Copy it to your mod's folder, in Mods/yourmod/Audio
and rename it to yourbankname.guids.txt
:
- In Ahorn, you can use your music by typing its event name manually. For example, if you have this in the Events tab:
You can use this in Ahorn:
Type the path manually, it does not appear in the dropdown. That's normal!
The procedure to add custom sounds is similar to this, but sounds need to be redirected to another bus and you can skip the "make it loop" and "add a fade parameter" steps. For gameplay sounds, use the gameplay_sfx/game/general/yes_pause
bus.
Home
Contributing
FAQ
Useful Links
Your First Custom Map
Your First Texture Pack
Mod Setup
Custom Maps
Texture Packs
Uploading Mods
Generated Dialog Keys
Reference Code Mod🔗
Vanilla Audio IDs
Vanilla Decal Registry Reference
Character Portraits
Mod Structure
Debug Mode
Debug Map
Command Line Arguments
Environment Variables
Install Issues
Common Crashes
Latency Guide
everest.yaml Setup
Mapping FAQ
Map Metadata
Vanilla Metadata Reference
Adding Custom Dialogue
Overworld Customisation
Entity & Trigger Documentation
Custom Entity List🔗
Camera
Ahorn Scripts
Custom Tilesets
Tileset Format Reference
Stylegrounds
Reskinning Entities
Skinmods
Decal Registry
Chapter Complete Screen
Custom Portraits
Adding Custom Audio
Advanced Custom Audio
Code Mod Setup
Making Code Mods
Settings, SaveData and Session
Everest Events
Understanding Input
Logging
Cross-Mod Functionality
Recommended Practices
Core Migration Guide
Lönn Integration🔗
Custom Events
Adding Sprites
Adding Preexisting Audio