I'm using an existing RTB addon but I'm changing it to my things and I opened server.cs and I looked at it going
"what?"
I don't want to accidentally mess up. Here's part of the file:
datablock AudioProfile(GlAper)
{
filename = "./Glados_Aperture.wav";
description = AudioClosest3d;
preload = false;
};
(replacing the Glados sound pack)
just that set of lines repeats so I'm assuming I just replace it with what I want.
Am I correct?