blob: a6da3972d9154050ef6880bc54c008108999ca6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Custom Audio
To replace a sequences you should only create a zip file with sequences to replace at the same path as mk64.o2r. Only wav, mp3, ogg and flac are supported.
## Example:
You want to change sound/sequences/main_menu then you just need to create a zip file with the following structure:
```
textures_pack.zip
└── sound
└── sequences
└── main_menu.mp3
```
## Future plans
* Make name more meaningful and uniform. (example: change `seq_16`). You can suggest name or make a PR to help rename them/organise them.
* Support samples.
* Create a tool to convert sequences and samples.
|