Olivier Dragon d13501cc10
Avoid crash when sound_api function for a key is undefined (#4)
* Avoid crash when sound_api function for a key is undefined

* Refactor function to override sounds using sound_api

* Change override_sounds for validate_sounds
2022-08-12 00:31:57 -04:00
2022-02-27 11:03:47 -05:00
2022-01-18 22:29:18 -05:00
2022-01-29 20:46:20 -05:00
2022-05-01 20:17:46 -04:00
2022-01-18 22:29:18 -05:00

Sound API

mod that enables sound to be game agnostic

Installing

  • git clone https://github.com/mt-mods/sound_api.git
  • cd sound_api
  • git submodule init
  • git submodule update

to update please use the following commands starting inside the mod directory

  • git pull
  • git submodule sync
  • git submodule update

Dev Docs

Can be found at /DEV.md

Description
No description provided
Readme MIT 176 KiB
Languages
Lua 100%