Can FLAC files be used in SoundDefs?

Started by coolhanded, November 16, 2017, 04:24:49 PM

Previous topic - Next topic

coolhanded

I was just curious, because I am not entirely sure what the supported formats are for SoundDefs.  In my case, I am adding music to the game.
밥에 대해서 말하는거야?

CannibarRechter

namespace Verse
{
public static class ModContentLoader<T> where T : class
{
private static string[] AcceptableExtensionsAudio = new string[]
{
".wav",
".mp3",
".ogg",
".xm",
".it",
".mod",
".s3m"
};
CR All Mods and Tools Download Link
CR Total Texture Overhaul : Gives RimWorld a Natural Feel
CR Moddable: make RimWorld more moddable.
CR CompFX: display dynamic effects over RimWorld objects

Alistaire