What files do I need to include in the zip?
I'm at the point where the add on is showing in the list where you enable it, but the sound is not showing in the list in game.
This is what I have.
Sound_Com_Shep.zip
-Com_Shep.wav
-description.txt
-server.cs
Inside server.cs it says:
datablock AudioProfile(Com_Shep)
{
filename = "./Com_Shep.wav";
description = AudioClosest3d;
preload = false;
};
What am I doing wrong or missing?
Sorry if I'm making a really stupid obvious mistake, I've never done this before.