2022-01-30 03:07:33 +01:00
|
|
|
# Sound API
|
|
|
|
|
2022-05-02 02:17:46 +02:00
|
|
|
mod that enables sound to be game agnostic
|
|
|
|
## Installing
|
2022-01-30 03:07:33 +01:00
|
|
|
|
2022-05-02 02:17:46 +02:00
|
|
|
* `git clone https://github.com/mt-mods/sound_api.git`
|
|
|
|
* `cd sound_api`
|
|
|
|
* `git submodule init`
|
|
|
|
* `git submodule update`
|
2022-01-30 03:07:33 +01:00
|
|
|
|
2022-05-02 02:17:46 +02:00
|
|
|
to update please use the following commands starting inside the mod directory
|
2022-01-30 03:07:33 +01:00
|
|
|
|
2022-05-02 02:17:46 +02:00
|
|
|
* `git pull`
|
|
|
|
* `git submodule sync`
|
|
|
|
* `git submodule update`
|
2022-01-30 03:07:33 +01:00
|
|
|
|
2022-05-02 02:17:46 +02:00
|
|
|
## Dev Docs
|
2022-01-30 03:07:33 +01:00
|
|
|
|
2022-05-02 02:17:46 +02:00
|
|
|
Can be found at /DEV.md
|