Author Topic: My sound addon seems to be correctly made, but isn't showing up in Custom  (Read 591 times)

Here is the addon
Download
It's just not there, as if it isn't in the addons folder, even though it is

By the way, the sounds are mono
« Last Edit: July 03, 2017, 12:51:49 AM by Sideswipe »

My guess would be the datablocks are creating a syntax error, mostly because
datablock AudioProfile(startup_4cyl_sound :startup_3cyl_sound)
should be
datablock AudioProfile(startup_4cyl_sound : startup_3cyl_sound)

My guess would be the datablocks are creating a syntax error, mostly because
datablock AudioProfile(startup_4cyl_sound :startup_3cyl_sound)
should be
datablock AudioProfile(startup_4cyl_sound : startup_3cyl_sound)
I fixed that and that didn't change it, but I think it's because I compressed it as a .rar then just renamed it into a .zip, and all the 6cyl2 sounds weren't defined. I've fixed that now, and the addon shows up! AAAAAAGH!
I'll lock this now.
EDIT: It even works ingame!
« Last Edit: July 03, 2017, 01:09:38 AM by Sideswipe »

I don't think changing a file name will work
a .rar is different from a .zip, if the binary is different then the ".zip" is just bad data to anything trying to read it as a .zip (like BL)