A mod that aims to facilitate other mods to be game agnostic by handling sounds and crafting.
Go to file
wsor4035 1860fa44b6
drop sound_api global legacy support as not known to be used (#2)
* drop sound_api support as not known to be used

* update .luacheckrc and move some globals over to read

* move one global back in .luacheckrc
2024-02-25 12:03:21 -05:00
.github add luacheck workflow 2022-02-27 11:03:47 -05:00
src add in materials from pipeworks minus teleporter 2024-02-25 00:18:36 -05:00
.luacheckrc drop sound_api global legacy support as not known to be used (#2) 2024-02-25 12:03:21 -05:00
DEV.md convert mod from sound api to xcompat 2024-02-25 00:10:30 -05:00
init.lua drop sound_api global legacy support as not known to be used (#2) 2024-02-25 12:03:21 -05:00
LICENSE update license 2024-02-25 00:25:44 -05:00
mod.conf convert mod from sound api to xcompat 2024-02-25 00:10:30 -05:00
README.md convert mod from sound api to xcompat 2024-02-25 00:10:30 -05:00

xcompat

a mod that aims to facilitate other mods to be game agnostic by handling sounds and crafting

thanks to:

  • MisterE, OgelGames, and Blockhead for naming advice/suggestion
  • luk3yx, Blockhead, Buckaroo for bouncing ideas on the concept of this mod

Installing

clone via git or install via contentdb (soon)

Dev Docs

Can be found at /DEV.md