Hey there list, I've got a brief question, purely for the sake of curiosity.
I'm adding in a 'variation' of the soundscape system in the EP1 engine, and minus the filesystem calls I have the thing working quite well. I was digging around and found that IFileSystem defines an enum containing the values TYPE_VMT, TYPE_SOUNDEMITTER, and TYPE_SOUNDSCAPE. It's only used in a few places, most notably LoadKeyValues, which is the function used by the soundscape file loading functions. Now, it /seems /that KeyValues->LoadFromFile does essentially the same thing, but without needing this enum. I was just wondering if this was some old leftover function that is no longer relevant, or if it does have some kind of special independent function separate from KeyValues->LoadFromFile,. Also, if it is still relevant what those ENUMS are for and how I might go about adding my own if nessicary? _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

