
Re: Pleas Help With moding
For an example of simple armor, take a look at the Coalition units' helmet and chestplate.
For the sounds though; They can be defined in two ways: sounds and samples.
The Device Switch sound is a "Sound" in the code, which means that it's a pre-defined collection of sound samples. You can instead do the simple approach and write "AddSample = ContentFile" and a reference to the sound file directory. I recommend finding an example of this first and copying it.